musixmatch.subtitle Namespace Reference

Data Structures

class  Subtitle
 

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 a track subtitle.

>>> from musixmatch.subtitle import Subtitle
>>> import musixmatch.api
>>> 
>>> try:
...     subtitle = Subtitle(subtitle_id=292)
... except musixmatch.api.Error, e:
...     pass

Variable Documentation

musixmatch.subtitle.__author__ = musixmatch.__author__
private
musixmatch.subtitle.__license__ = musixmatch.__license__
private