flickyou 0.5.0
==============

flickyou is a client library to access the Flickr API.


Requirements
------------

* Python 2.3.5+
* simplejson for the default JSON backend <http://undefined.org/python/#simplejson>
* Valid API and secret keys (you can apply for one here: <http://www.flickr.com/services/api/keys/apply/>)


Installation
------------

$ easy_install flickyou

- OR -

Get the latest version from <http://code.google.com/p/flickyou/downloads/list>, unpack it, go inside the new directory and type the following in the shell:

$ python setup.py install


Documentation
-------------

See doc/usage.txt for usage documentation and doc/api/flickyou.html for the API doc. There's also a FAQ in doc/faq.txt.


Subversion access
-----------------

See <http://code.google.com/p/flickyou/source>
