musixmatch.artist Namespace Reference

Data Structures

class  Artist
 
class  ArtistsCollection
 

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 Artist or an ArtistsCollection.

>>> from musixmatch.artist import Artist, ArtistsCollection
>>> import musixmatch.api
>>> 
>>> try:
...     artist = Artist(artist_id=292)
...     collection = ArtistsCollection.fromChart(country='it', page=1)
... except musixmatch.api.Error, e:
...     pass

Variable Documentation

musixmatch.artist.__author__ = musixmatch.__author__
private
musixmatch.artist.__license__ = musixmatch.__license__
private