| Home | Trees | Index | Help |
|---|
|
musicbrainz2: A collection of classes for MusicBrainz.
disc: Utilities for working with Audio CDs.
model: The MusicBrainz domain model.
utils: Various utilities to simplify common tasks.
webservice: Classes for interacting with the MusicBrainz XML web service.
wsxml: A parser for the Music Metadata XML Format (MMD).
__builtin__.object:
The most base type
musicbrainz2.model.ArtistAlias:
Represents an artist alias.
musicbrainz2.wsxml.DefaultFactory:
A factory to instantiate classes from the domain model.
musicbrainz2.model.Disc:
Represents an Audio CD.
musicbrainz2.model.Entity:
A first-level MusicBrainz class.
musicbrainz2.model.Artist:
Represents an artist.
musicbrainz2.model.Release:
Represents a Release.
musicbrainz2.model.Track:
Represents a track.
musicbrainz2.webservice.IFilter:
A filter for collections.
musicbrainz2.webservice.ArtistFilter:
A filter for the artist collection.
musicbrainz2.webservice.ReleaseFilter:
A filter for the release collection.
musicbrainz2.webservice.TrackFilter:
A filter for the track collection.
musicbrainz2.webservice.UserFilter:
A filter for the user collection.
musicbrainz2.webservice.IIncludes:
An interface implemented by include tag generators.
musicbrainz2.webservice.ArtistIncludes:
A specification on how much data to return with an artist.
musicbrainz2.webservice.ReleaseIncludes:
A specification on how much data to return with a release.
musicbrainz2.webservice.TrackIncludes:
A specification on how much data to return with a track.
musicbrainz2.webservice.IWebService:
An interface all concrete web service classes have to implement.
musicbrainz2.webservice.WebService:
An interface to the MusicBrainz XML web service via HTTP.
musicbrainz2.wsxml.MbXmlParser:
A parser for the Music Metadata XML format.
musicbrainz2.wsxml.MbXmlWriter:
Write XML in the Music Metadata XML format.
musicbrainz2.wsxml.Metadata:
Represents a parsed Music Metadata XML document.
musicbrainz2.webservice.Query:
A simple interface to the MusicBrainz web service.
musicbrainz2.model.Relation:
Represents a relation between two Entities.
musicbrainz2.model.ReleaseEvent:
A release event, indicating where and when a release took place.
__builtin__.type:
type(object) -> the object's type type(name, bases, dict) -> a
new type
musicbrainz2.model.User:
Represents a MusicBrainz user.
exceptions.Exception:
Common base class for all exceptions.
musicbrainz2.wsxml.ParseError:
Exception to be thrown if a parse error occurs.
exceptions.StandardError:
Base class for all standard Python exceptions.
exceptions.EnvironmentError:
Base class for I/O related errors.
exceptions.IOError:
I/O operation failed.
musicbrainz2.disc.DiscError:
The Audio CD could not be read.
musicbrainz2.webservice.WebServiceError:
A web service error has occurred.
musicbrainz2.webservice.AuthenticationError:
Authentication failed.
musicbrainz2.webservice.ConnectionError:
Getting a server connection failed.
musicbrainz2.webservice.RequestError:
An invalid request was made.
musicbrainz2.webservice.ResourceNotFoundError:
No resource with the given ID exists.
musicbrainz2.webservice.ResponseError:
The returned resource was invalid.
urllib2.HTTPPasswordMgr
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Sat Aug 26 18:34:32 2006 | http://epydoc.sf.net |