Metadata-Version: 2.0
Name: flickrapi
Version: 2.3
Summary: The Python interface to the Flickr API
Home-page: https://stuvel.eu/flickrapi
Author: Sybren A. Stuvel
Author-email: sybren@stuvel.eu
License: Python
Platform: UNKNOWN
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.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Multimedia :: Graphics
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: requests (>=2.2.1)
Requires-Dist: requests-oauthlib (>=0.4.0)
Requires-Dist: requests-toolbelt (>=0.3.1)
Requires-Dist: six (>=1.5.2)
Provides-Extra: ElementTree
Requires-Dist: elementtree (>=1.2.6); extra == 'ElementTree'
Provides-Extra: Sphinx
Requires-Dist: sphinx (>=1.1.3); extra == 'Sphinx'

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.


