musixmatch.album.Album Class Reference
Inheritance diagram for musixmatch.album.Album:
Inheritance graph
Collaboration diagram for musixmatch.album.Album:
Collaboration graph

Static Private Attributes

 __api_method__ = album.get
 

Additional Inherited Members

- Public Member Functions inherited from musixmatch.base.Item
def __init__ (self, dictionary=None, keywords)
 
def __str__ (self)
 
def __repr__ (self)
 
def __hash__ (self)
 
def fromResponseMessage (cls, message)
 
def fromDictionary (cls, dictionary, keywords)
 
def __init__ (self, dictionary=None, keywords)
 
def __str__ (self)
 
def __repr__ (self)
 
def __hash__ (self)
 
def fromResponseMessage (cls, message)
 
def fromDictionary (cls, dictionary, keywords)
 
def __init__ (self, dictionary=None, keywords)
 
def __str__ (self)
 
def __repr__ (self)
 
def __hash__ (self)
 
def fromResponseMessage (cls, message)
 
def fromDictionary (cls, dictionary, keywords)
 
def __init__ (self, dictionary=None, keywords)
 
def __str__ (self)
 
def __repr__ (self)
 
def __hash__ (self)
 
def fromResponseMessage (cls, message)
 
def fromDictionary (cls, dictionary, keywords)
 
- Public Member Functions inherited from musixmatch.base.Base
def label (cls)
 
def apiMethod (cls)
 
def __str__ (self)
 
def __repr__ (self)
 
def label (cls)
 
def apiMethod (cls)
 
def __str__ (self)
 
def __repr__ (self)
 
def label (cls)
 
def apiMethod (cls)
 
def __str__ (self)
 
def __repr__ (self)
 
def label (cls)
 
def apiMethod (cls)
 
def __str__ (self)
 
def __repr__ (self)
 

Detailed Description

This class build a :py:class:`dict` like object representing an album. It
can get album information through the :py:class:`musixmatch.api.Method`
**album.get** or from an already well-formed :py:class:`dict`. Create an
Album object based on a given keyword argument:

:param   album_id: musiXmatch album ID
:param album_data: an already well-formed :py:class:`dict` of album data.

Once information are collected, the following keys are available:

:keyword album_id: musiXmatch album ID
:keyword album_name: album name
:keyword album_release_date: album release date
:keyword album_release_type: type of the album
:keyword album_coverart_100x100: coverart URL
:keyword artist_id: album artist musiXmatch ID
:keyword artist_name: album artist name

Definition at line 21 of file musixmatch-master/build/lib/musixmatch/album.py.

Field Documentation

musixmatch.album.Album.__api_method__ = album.get
staticprivate

The documentation for this class was generated from the following file: