musixmatch.track Namespace Reference

Data Structures

class  Track
 
class  TracksCollection
 

Variables

 __license__ = musixmatch.__license__
 
 __author__ = musixmatch.__author__
 
 _marker = object()
 

Detailed Description

This module contains higher level classes to query Musixmatch API and build
simple dictionary-like objects representing a Track or a TracksCollection.

>>> from musixmatch.track import Track, TracksCollection
>>> import musixmatch.api
>>> 
>>> try:
...     track = Track(track_mbid=8976)
...     collection = TracksCollection.fromChart(country='us', page=1)
... except musixmatch.api.Error, e:
...     pass

Variable Documentation

musixmatch.track.__author__ = musixmatch.__author__
private
musixmatch.track.__license__ = musixmatch.__license__
private
musixmatch.track._marker = object()
private