python-musicbrainz: Difference between revisions

From MusicBrainz Wiki
Jump to navigationJump to search
m (4 revision(s))
mNo edit summary
Line 1: Line 1:
=Python MusicBrainz=

'''python-musicbrainz''' is a python wrapper for the [[libmusicbrainz]]. It is a straight python to c binding, and uses [http://starship.python.net/crew/theller/ctypes/ 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]].
'''python-musicbrainz''' is a python wrapper for the [[libmusicbrainz]]. It is a straight python to c binding, and uses [http://starship.python.net/crew/theller/ctypes/ 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]].
<ul><li style="list-style-type:none">[[Image:Attention.png]] '''PythonMusicbrainz is deprecated''', and replaced by the new client bindings [[python-musicbrainz2|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 [[Web Service|WebService]].
:[[Image:Attention.png]] '''PythonMusicbrainz is deprecated''', and replaced by the new client bindings [[python-musicbrainz2|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 [[Web Service|WebService]].

</ul>


[[Category:To Be Reviewed]] [[Category:WikiDocs Page]] [[Category:Development]] [[Category:Products]]
[[Category:WikiDocs Page]] [[Category:Development]] [[Category:Products]]

Revision as of 19:28, 26 May 2009

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.