File: control

package info (click to toggle)
python-instagram 1.3.2%2Bgit20160108~dfeebe9-4
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 660 kB
  • ctags: 285
  • sloc: python: 1,248; makefile: 36; sh: 18
file content (47 lines) | stat: -rw-r--r-- 1,262 bytes parent folder | download
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
Source: python-instagram
Section: python
Priority: optional
Maintainer: Petter Reinholdtsen <pere@debian.org>
Uploaders: Ross Gammon <rossgammon@mail.dk>
Build-Depends: 
 debhelper (>= 9),
 dh-python,
 python-all,
 python-httplib2,
 python-six,
 python-setuptools,
 python3-all,
 python3-httplib2,
 python3-six,
 python3-setuptools
Standards-Version: 3.9.6
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.3
Homepage: https://github.com/Instagram/python-instagram
Vcs-Git: git://anonscm.debian.org/collab-maint/python-instagram.git
Vcs-Browser: http://anonscm.debian.org/cgit/collab-maint/python-instagram.git

Package: python-instagram
Architecture: all
Depends:
 ${misc:Depends},
 ${python:Depends},
 python
Provides: ${python:Provides}
Description: Python 2 client for the Instagram REST and Search APIs
 Python-instagram contains the Python bindings to access the Instagram
 REST and Search API.
 .
 This package provides the Python 2.x module.

Package: python3-instagram
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
 python3
Description: Python 3 client for the Instagram REST and Search APIs
 Python-instagram contains the Python bindings to access the Instagram
 REST and Search API.
 .
 This package provides the Python 3.x module.