musixmatch.lyrics Namespace Reference

Data Structures

class  Lyrics
 

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 lyrics.

>>> from musixmatch.lyrics import Lyrics
>>> import musixmatch.api
>>> 
>>> try:
...     lyrics = Lyrics(lyrics_id=292)
... except musixmatch.api.Error, e:
...     pass

Variable Documentation

musixmatch.lyrics.__author__ = musixmatch.__author__
private
musixmatch.lyrics.__license__ = musixmatch.__license__
private