File: control

package info (click to toggle)
python-googleapi 1.5.5-1
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 39,832 kB
  • ctags: 5,921
  • sloc: python: 7,176; makefile: 64; sh: 53; xml: 5
file content (64 lines) | stat: -rw-r--r-- 2,236 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
Source: python-googleapi
Section: python
Priority: optional
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Build-Depends: debhelper (>= 10),
               dh-python,
               python-all,
               python-mock,
               python-nose, 
               python-oauth2client (>= 1.4.6), 
               python-setuptools,
               python-unittest2, 
               python3-all (>= 3.2),
               python3-mock,
               python3-nose,
               python3-oauth2client (>= 1.4.6),
               python3-setuptools,
               python3-six,
               python3-unittest2
Standards-Version: 3.9.8
Homepage: https://github.com/google/google-api-python-client
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.3

Package: python-googleapi
Architecture: all
Depends: python-oauth2client (>= 2.0.0),
         python-uritemplate (>= 0.6),
         python-httplib2 (>= 0.8),
         python-six (>= 1.6.1),
         ${misc:Depends},
         ${python:Depends}
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
Description: Google APIs Client Library - Python 2.x
 This package contains the Google APIs Client Library for Python, which is the
 core Python library for accessing. Samples are available in the
 python-googleapi-samples package.
 .
 This package provides the Python 2.x module.

Package: python3-googleapi
Architecture: all
Depends: python3-oauth2client (>= 2.0.0),
         python3-uritemplate (>= 0.6),
         python3-httplib2 (>= 0.8),
         python3-six (>= 1.6.1),
         ${misc:Depends},
         ${python3:Depends}
Description: Google APIs Client Library - Python 3.x
 This package contains the Google APIs Client Library for Python, which is the
 core Python library for accessing. Samples are available in the
 python-googleapi-samples package.
 .
 This package provides the Python 3.x module.

Package: python-googleapi-samples
Architecture: all
Depends: python-googleapi, ${misc:Depends}, ${python:Depends}
Description: Google APIs Client Library for Python, samples
 This package contains the Google APIs Client Library for Python, which is the
 core Python library for accessing.
 .
 This package contains some samples for the python-googleapi package.