musixmatch.album Namespace Reference

Data Structures

class  Album
 
class  AlbumsCollection
 

Variables

 __license__ = musixmatch.__license__
 
 __author__ = musixmatch.__author__
 

Detailed Description

This module contains higher level classes to query Musixmatch API and build
simple dictionary-like objects representing an Album or an AlbumsCollection.

>>> from musixmatch.album import Album, AlbumsCollection
>>> import musixmatch.api
>>> 
>>> try:
...     album = Album(album_id=292)
...     collection = AlbumsCollection.fromArtist(country='it', page=1)
... except musixmatch.api.Error, e:
...     pass

Variable Documentation

musixmatch.album.__author__ = musixmatch.__author__
private
musixmatch.album.__license__ = musixmatch.__license__
private