added readme from google code project

pull/1/head
abbgrade 2014-11-28 19:16:45 +01:00
parent 5766dc5f0c
commit 008627116a
1 changed files with 7 additions and 0 deletions

7
Readme.md Normal file
View File

@ -0,0 +1,7 @@
# python-lastfm
This package provides a python interface to the [last.fm web services API](http://ws.audioscrobbler.com/2.0/) ([Docs](http://www.last.fm/api/intro)).
The package covers all the methods provided by the web service API. It also contains some composite methods built upon the methods provided by the web service API. Authentication and authenticated methods are supported.
The code is being documented now. You can see the documentation [here](http://abhinavsarkar.net/python-lastfm-apidocs/) for reference.