Skip to main content

Lightweight wrapper over last.fm API

Project description

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.

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

libfm-0.2-py2.5.egg (5.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page