jayvdb / flickrapi

The official Python interface to the Flickr API - forked

Home Page:http://flickrapi.sf.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

======================================================================
Python FlickrAPI
======================================================================

Most of the info can be found in the 'doc' directory or on
http://flickrapi.sourceforge.net/

To install the Python Flickr API module, run::

    python setup.py install

To run the unittests, install nose and pymock first using::
    
    easy_install nose
    easy_install pymock

then run ``nosetest`` in the top-level directory.

About

The official Python interface to the Flickr API - forked

http://flickrapi.sf.net/

License:Other