python bindings for musicbrainz NGS webservice
Project description
## Musicbrainz NGS bindings
This library implements webservice bindings for the Musicbrainz NGS site, also known as /ws/2.
For more information on the musicbrainz webservice see <http://wiki.musicbrainz.org/XML_Web_Service>.
### Usage
# Import the module import musicbrainzngs
# If you plan to submit data, authenticate musicbrainzngs.auth(“user”, “password”)
# Tell musicbrainz what your app is, and how to contact you # (this step is required, as per the webservice access rules # at http://wiki.musicbrainz.org/XML_Web_Service/Rate_Limiting ) musicbrainzngs.set_useragent(“Example music app”, “0.1”, “http://example.com/music”)
# If you are connecting to a development server musicbrainzngs.set_hostname(“echoprint.musicbrainz.org”)
See the query.py file for more examples.
More documentation is available at https://python-musicbrainz-ngs.readthedocs.org
### Contribute
Fork the [repository](https://github.com/alastair/python-musicbrainz-ngs) on Github.
Make and test whatever changes you desire.
Signoff and commit your changes using git commit -s.
Send a pull request.
### Authors
These bindings were written by [Alastair Porter](http://github.com/alastair). Contributions have been made by:
[Adrian Sampson](https://github.com/sampsyo)
[Michael Marineau](https://github.com/marineam)
[Thomas Vander Stichele](https://github.com/thomasvs)
[Ian McEwen](https://github.com/ianmcorvidae)
[Wieland Hoffmann](https://github.com/mineo)
### License
This library is released under the simplified BSD license. See COPYING for details.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file musicbrainzngs-0.3.tar.gz
.
File metadata
- Download URL: musicbrainzngs-0.3.tar.gz
- Upload date:
- Size: 21.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 95d50c7791d6c3696d2bd58919952f22b98bd9652e2d771bcf5f8e7436780d9b |
|
MD5 | 2969c2c6e5c2bb244d7847c3f48d66dc |
|
BLAKE2b-256 | 3fd6ac9bb3acaf7383d4e093355ee96f4afe355e44f7ae19cb034ca7aebcf802 |