Metadata-Version: 2.4
Name: bard
Version: 0.5.0
Summary: Bard Music Manager - A database to manage your music, find duplicates and fix tags
Home-page: https://github.com/antlarr/bard
Author: Antonio Larrosa
Author-email: larrosa@kde.org
License: GPL-3.0-only AND MIT
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Multimedia :: Sound/Audio
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Requires-Python: >=3.5
License-File: LICENSE
Requires-Dist: pyacoustid
Requires-Dist: mutagen
Requires-Dist: Pillow
Requires-Dist: pydub
Requires-Dist: numpy
Requires-Dist: dbus-python
Requires-Dist: SQLAlchemy>=2.0
Requires-Dist: SQLAlchemy-Utils
Requires-Dist: alembic
Requires-Dist: Werkzeug
Requires-Dist: Flask
Requires-Dist: Flask-Cors
Requires-Dist: Flask-Login
Requires-Dist: Jinja2
Requires-Dist: bcrypt
Requires-Dist: paramiko
Requires-Dist: DR14-T.meter
Requires-Dist: importlib_resources; python_version < "3.7"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

Bard is a music manager that uses a database to store all information about your music: location, tags, properties, audio analysis, etc. Bard can also find audio duplicates (not using tags, but the audio itself) and run different kind of queries on the database.
