Metadata-Version: 2.1
Name: moe
Version: 1.0.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 :: 5 - Production/Stable
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
Requires-Dist: SQLAlchemy (>=1.4.15,<2.0.0)
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: 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 by streamlining the process between downloading/ripping music to your filesystem and listening to it with your favorite music player.

In short, Moe maintains a database of your music library that can be updated with various metadata sources, queried, edited, etc. through either an API or command-line interface. All of these features, and more, are made available by a highly extensible plugin ecosystem.

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

