tedd4u / flickrapi

Python Flickr API implementation

Home Page:https://stuvel.eu/flickrapi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 latest version from PyPi:

pip install flickrapi

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

pip install --user poetry
poetry install

For development, install the dependencies using:

poetry install --extras 'docs qa'

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

Supported Python versions

The minimum Python version that is supported is 3.5.

As of March 2019, Python 3.4 stopped receiving security updates, at which time this library also stopped supporting it.

Generating the documentation

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

Tests

Run the tests on all supported Python versions with Tox (pip install tox):

tox

To run the tests for a specific Python version, e.g. 3.6:

tox -e py36

About

Python Flickr API implementation

https://stuvel.eu/flickrapi

License:Other


Languages

Language:Python 99.5%Language:Shell 0.2%Language:HTML 0.2%