python-musicbrainz

From MusicBrainz Wiki
Revision as of 08:12, 15 March 2009 by WikiSysop (talk | contribs) (4 revision(s))
Jump to navigationJump to search

Python MusicBrainz

python-musicbrainz is a python wrapper for the libmusicbrainz. It is a straight python to c binding, and uses ctypes to avoid having to write c code. You'll have to get and download the ctypes module from the author, or if you have debian unstable, you can apt-get it. This project is now a part of the MusicBrainz Client library libmusicbrainz.

  • Attention.png PythonMusicbrainz is deprecated, and replaced by the new client bindings PythonMusicBrainz2. Please use the new python bindings in new projects, since the old RDF Web Service will be moved out of service soon. For more details see WebService.