Metadata-Version: 2.1
Name: moe
Version: 0.16.0
Summary: The ultimate tool for managing your music library.
Home-page: https://github.com/MoeMusic/Moe
License: MIT
Author: Jacob Pavlock
Author-email: jtpavlock@gmail.com
Requires-Python: >=3.9,<3.11
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.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Multimedia :: Sound/Audio :: Editors
Provides-Extra: docs
Requires-Dist: SQLAlchemy (>=1.4.15,<2.0.0)
Requires-Dist: Sphinx (>=4.0.2,<5.0.0); extra == "docs"
Requires-Dist: Unidecode (>=1.2.0,<2.0.0)
Requires-Dist: alembic (>=1.4.2,<2.0.0)
Requires-Dist: dynaconf (>=3.1.4,<4.0.0)
Requires-Dist: furo (>=2021.7.5-beta.38,<2022.0.0); extra == "docs"
Requires-Dist: mediafile (>=0.9.0,<0.10.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)
Requires-Dist: rich (>=12.5.1,<13.0.0)
Project-URL: Documentation, https://mrmoe.readthedocs.io/en/latest/index.html
Project-URL: Repository, https://github.com/MoeMusic/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. I do not recommend using Moe for anything except experimentation or testing until v1.0 is released.

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 with multiple values.

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

