Source: python-flickrapi
Section: python
Priority: optional
Maintainer: Thomas Schmidt <tschmidt@debian.org>
X-Python-Version: >= 2.3
Build-Depends: debhelper (>= 9), python (>= 2.3.5-11), python-all-dev
Build-Depends-Indep: python-setuptools, dh-python, python-requests-toolbelt
Standards-Version: 3.9.6
Vcs-Git: git://git.geekbu.de/python-flickrapi/
Vcs-Browser: http://git.geekbu.de/?p=python-flickrapi.git
Homepage: http://stuvel.eu/projects/flickrapi

Package: python-flickrapi
Architecture: all
XB-Python-Version: ${python:Versions}
Depends: ${python:Depends}, ${misc:Depends}
Description: Flickr API wrapper for Python
 Python-flickrapi is a complete and easy to use Python
 module for interfacing with the Flickr API (see
 http://www.flickr.com/services/api/ for details on
 the Flickr API).
 .
 the main features are:
 .
   - keeping track of authentication credentials
     (no need to pass them on every Flickr API call)
   - caching of API calls
   - support for uploading and replacing photos
   - support for different XML parsers
