1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62
|
Source: python-flickrapi
Section: python
Priority: optional
Maintainer: Thomas Schmidt <tschmidt@debian.org>
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.2
Build-Depends:
debhelper (>= 9~),
Build-Depends-Indep:
dh-python,
python-all (>= 2.7),
python-setuptools,
python-requests-toolbelt,
python-requests-oauthlib,
python-nose,
python3-all,
python3-setuptools,
python3-requests-toolbelt,
python3-requests-oauthlib,
python3-nose,
Standards-Version: 3.9.8
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
Depends: ${python:Depends}, ${misc:Depends}
Description: Flickr API wrapper for Python 2
Python-flickrapi is a complete and easy to use Python
module for interfacing with the Flickr API (see
https://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
.
This package installs the library for Python 2.
Package: python3-flickrapi
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: Flickr API wrapper for Python 3
Python-flickrapi is a complete and easy to use Python
module for interfacing with the Flickr API (see
https://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
.
This package installs the library for Python 3.
|