Skip to content

scottr/python-musicbrainz-ngs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Musicbrainz NGS bindings

This library implements webservice bindings for the Musicbrainz NGS site, commonly known as /ws/2

For more information, see http://wiki.musicbrainz.org/XML_Web_Service

Usage

# Import the module
import musicbrainz

# If you plan to submit data, authenticate
musicbrainz.auth("user", "password")

# If you are connecting to a development server
musicbrainz.hostname = "echoprint.musicbrainz.org"

See the query.py file for more examples

Authors

These bindings were written by Alastair Porter. Contributions have been made by Adrian Sampson

License

This library is released under the simplified BSD license. See COPYING for details.

About

Python bindings for Musicbrainz' NGS webservice

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published