Skip to content

emijrp/flickrapi

 
 

Repository files navigation

Python FlickrAPI

Build Status Coverage Status

Most of the info can be found in the doc directory, or on https://stuvel.eu/flickrapi

To install the Python Flickr API module from source, run::

python setup.py install

To install the latest version from PyPi:

pip install flickrapi

For development, install extra dependencies using:

pip install -r requirements.txt 

then run py.test in the top-level directory.

Generating the documentation

The documentation is written in Sphynx. Execute make html in the doc directory to generate the HTML pages. They can then be found in doc/_build/html.

About

Python Flickr API implementation

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.8%
  • HTML 0.2%