File: control

package info (click to toggle)
python-googleapi 2.166.0-1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 495,896 kB
  • sloc: python: 11,063; javascript: 249; sh: 114; makefile: 59
file content (40 lines) | stat: -rw-r--r-- 1,468 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
Source: python-googleapi
Section: python
Priority: optional
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all,
               python3-setuptools,
               python3-uritemplate,
               python3-google-auth,
               python3-google-auth-httplib2 (>= 0.0.3),
               python3-google-api-core
Standards-Version: 4.7.2
Homepage: https://github.com/google/google-api-python-client

Package: python3-googleapi
Architecture: all
Depends: python3-httplib2 (>= 0.9.2),
         python3-uritemplate (>= 3.0.1),
         python3-google-auth-httplib2 (>= 0.0.3),
         ${misc:Depends},
         ${python3:Depends}
Provides: python3-google-api-python-client
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
 python3-googleapi-samples package.
 .
 This package provides the Python 3.x module.

Package: python3-googleapi-samples
Architecture: all
Depends: python3-googleapi, ${misc:Depends}
Conflicts: python-googleapi-samples
Replaces: python-googleapi-samples
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 python3-googleapi package.