From 008627116af554ccbb66e2ddcdc5d809db8ab003 Mon Sep 17 00:00:00 2001 From: abbgrade Date: Fri, 28 Nov 2014 19:16:45 +0100 Subject: [PATCH] added readme from google code project --- Readme.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Readme.md diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000..88c46ea --- /dev/null +++ b/Readme.md @@ -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. \ No newline at end of file