update readme

This commit is contained in:
j 2012-02-21 15:17:40 +05:30
parent 0102bc68c4
commit dfa3eb4442

11
README
View file

@ -1,6 +1,7 @@
pandora_client
pandora_client - python client and libary to access a pan.do/ra instances
python libary to access a pan.do/ra instance
For more info on using pandora_client, check
http://wiki.0x2620.org/wiki/pandora_client
pandora client example:
import pandora_client
@ -33,7 +34,7 @@ just using the API:
for i in r['data']['items']:
...
forther api documentation is available as python docstrings.
api documentation is available as python docstrings.
i.e. in ipython:
api.find?
and there is a web api documentation at i.e. http://localhost:8000/api/
(alternatively you can open the api url in a browser to read further documentation)