diff options
Diffstat (limited to 'python/python-musicbrainz2/README')
-rw-r--r-- | python/python-musicbrainz2/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/python/python-musicbrainz2/README b/python/python-musicbrainz2/README new file mode 100644 index 0000000000..1af8a6c558 --- /dev/null +++ b/python/python-musicbrainz2/README @@ -0,0 +1,9 @@ +Python Bindings for the MusicBrainz XML Web Service. + +This python package contains various modules for accessing the MusicBrainz +web service, as well as parsing the MusicBrainz Metadata XML (MMD), or +calculating DiscIDs from Audio CDs. + +If you'd like to generate and install the python-musicbrainz2 API documents, +then install epydoc (available at slackbuild.org) and pass MAKE_DOCS=yes +to the Slackbuild. |