skip to navigation
skip to content

libfm 0.1

Lightweight wrapper over last.fm API

Downloads ↓

Run 'easy_install libfm' to install this library.

All API methods are handled through the 'read' and 'write' methods.

Methods from the API's Auth should not be called directly. Instead use the equivalent 'create_mobile_session', 'create_session' and 'get_token'.

The 'read' and 'write' methods will return a JSON like structure made up of lists and dictionaries. The same structure will be generated regardless the format of the actual API method response (XML or JSON). By default libfm will try to ask for JSON response formats. See http://www.last.fm/api/rest for the rules on how XML responses get transformed into JSON.

Error responses will be raised as exceptions of type LibFMError. Error codes above 100 correspond to error types introduced by this library.

Http proxies are supported per LibFm object instance.

LibFm's instances are thread safe, provided you refrain from modifying their instance members mid-execution :).

See example.py for usage examples.

 
File Type Py Version Uploaded on Size # downloads
libfm-0.2-py2.5.egg (md5) Python Egg 2.5 2011-01-06 4KB 480