Metadata-Version: 2.1
Name: flickrapi
Version: 2.4.0
Summary: The Python interface to the Flickr API
Home-page: https://stuvel.eu/flickrapi
Author: Sybren A. Stuvel
Author-email: sybren@stuvel.eu
Maintainer: Sybren A. Stuvel
Maintainer-email: sybren@stuvel.eu
License: Python
Classifier: Development Status :: 6 - Mature
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Python License (CNRI Python License)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Multimedia :: Graphics
Classifier: Topic :: Software Development :: Libraries :: Python Modules
License-File: LICENSE.txt
Requires-Dist: six>=1.5.2
Requires-Dist: requests>=2.2.1
Requires-Dist: requests_oauthlib>=0.4.0
Requires-Dist: requests_toolbelt>=0.3.1
Provides-Extra: docs
Requires-Dist: sphinx>=1.5.1; extra == "docs"
Provides-Extra: qa
Requires-Dist: flake8; extra == "qa"
Provides-Extra: test
Requires-Dist: mock; python_version < "3.3" and extra == "test"
Requires-Dist: pytest>=2.9.1; extra == "test"
Requires-Dist: pytest-cov>=2.2.1; extra == "test"
Requires-Dist: responses>=0.5.1; extra == "test"

The easiest to use, most complete, and most actively developed Python interface to the Flickr API.It includes support for authorized and non-authorized access, uploading and replacing photos, and all Flickr API functions.
