File: control

package info (click to toggle)
google-auth-httplib2 0.0.4-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 136 kB
  • sloc: python: 318; makefile: 5
file content (37 lines) | stat: -rw-r--r-- 1,248 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
Source: google-auth-httplib2
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Valentin Vidic <vvidic@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 python3-all,
 python3-google-auth,
 python3-httplib2,
 python3-mock,
 python3-pytest,
 python3-pytest-flask,
 python3-pytest-localserver,
 python3-setuptools,
 python3-six,
Standards-Version: 4.5.1
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-python
Homepage: https://github.com/GoogleCloudPlatform/google-auth-library-python-httplib2
Vcs-Git: https://salsa.debian.org/python-team/packages/google-auth-httplib2.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/google-auth-httplib2

Package: python3-google-auth-httplib2
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Recommends: ${python3:Recommends}
Suggests: ${python3:Suggests}
Description: Google Authentication Library: httplib2 transport
 Python library providing a httplib2 transport for google-auth.
 .
 Note that httplib has lots of problems such as lack of thread safety and
 insecure usage of TLS. Using it is highly discouraged.
 .
 This library is intended to help existing users of oauth2client migrate
 to google-auth.