Metadata-Version: 2.1
Name: moe
Version: 0.3.12
Summary: The ultimate tool for managing your music library.
Home-page: https://github.com/jtpavlock/Moe
License: MIT
Author: Jacob Pavlock
Author-email: jtpavlock@gmail.com
Requires-Python: >=3.6.7,<3.10
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Multimedia :: Sound/Audio :: Editors
Provides-Extra: docs
Requires-Dist: SQLAlchemy[mypy] (>=1.4.15,<2.0.0)
Requires-Dist: Sphinx (>=4.0.2,<5.0.0); extra == "docs"
Requires-Dist: alembic (>=1.4.2,<2.0.0)
Requires-Dist: dynaconf (>=3.1.4,<4.0.0)
Requires-Dist: mediafile (>=0.6.0,<0.7.0)
Requires-Dist: musicbrainzngs (>=0.7.1,<0.8.0)
Requires-Dist: pluggy (>=0.13.1,<0.14.0)
Requires-Dist: pyyaml (>=5.3.1,<6.0.0)
Requires-Dist: questionary (>=1.9.0,<2.0.0)
Project-URL: Documentation, https://mrmoe.readthedocs.io/en/latest/index.html
Project-URL: Repository, https://github.com/jtpavlock/Moe
Description-Content-Type: text/x-rst

###############
Welcome to Moe!
###############
Moe is our resident Music-Organizer-Extraordinaire who's sole purpose is to give you full control over your music library. In other words, it's a commandline-interface for managing your music.

*******************
Development Warning
*******************
Moe is currently in early development, and is still training for his goal to become your all-powerful music library assistant. You are more than welcome to start using Moe, but don't be surprised if you find any bugs or a lack of features. If you do find any bugs, or would like to request a feature, I'd appreciate you `opening an issue <https://github.com/jtpavlock/Moe/issues/new/choose>`_.

So what can Moe do right now?
=============================
* Add music to your library, fixing tags with metadata from Musicbrainz.
* Organize, remove, list, and edit your music in the library.
* Supports including extra files with an album e.g. log or playlist files.
* Supports tags that can contain multiple values.

If you want to learn more, check out the `documentation <https://mrmoe.readthedocs.io/en/latest/index.html>`_.

