Metadata-Version: 2.1
Name: mbzero
Version: 0.1
Summary: Python bindings for the MusicBrainz and the Cover Art Archive webservices
Author-email: Louis Rannou <louson@gresille.org>
Project-URL: Homepage, https://gitlab.com/Louson/python-mbzero
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: lint
Requires-Dist: flake8 (>=3.5.0) ; extra == 'lint'
Requires-Dist: flake8-simplify ; extra == 'lint'
Provides-Extra: test
Requires-Dist: pytest (>=4.6) ; extra == 'test'

# mbzero: simple python bindings for Musicbrainz

mbzero is a simple library to provide bindings to the musicbrainz ws/2 API.

## License

The license is BSD-2 to give the maximum permission for hacking and sharing.

However, if one day we have a license that forbids AI exploration in commercial
use such as copilot, I may change the license.

## Requirements

This requires `python3`, `python-request`, `python-requests-oauthlib`

## Manual build/installation

Manual build and install requires `python-build` and `python-installer`

You can build the library using `python -m build` and install with `python -m
installer --dest=<destination>` or `python -m installer --prefix=<prefix>`.

## Contribute

Feel free to fork or contribute on
<https://gitlab.com/Louson/python-mbzero>. Issues and PR are welcome as much as
much I can support them.

I am not a good python developper. If you think it can be placed in better
hands, please ask.

## Test

Test the library with `pytest -v`

## Authors

mbzero is by `Louis Rannou`
