Mercurial repository public repository fork-flickrapi
FlickrAPI implementation in Python, cloned from
gravatar
Username: hubez
Name: H S
Email:
Show by ID
Statistics are disabled for this repository
revision commit message age author branch tags

                  
4 months and 29 days ago default tip

                  
4 months and 29 days ago default

                  
1 year and 4 months ago default

                  
1 year and 4 months ago default

                  
1 year and 4 months ago default

                  
1 year and 4 months ago default

                  
1 year and 4 months ago default

                  
4 months and 29 days ago default

                  
4 months and 29 days ago default

                  
1 year and 5 months ago default
1 ..

Python FlickrAPI

Most of the info can be found in the 'doc' directory or on

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.

Packaging requires easy_install setuptools-hg