File: control

package info (click to toggle)
python-google-api-core 2.23.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,272 kB
  • sloc: python: 14,967; makefile: 3
file content (31 lines) | stat: -rw-r--r-- 1,178 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
Source: python-google-api-core
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Adrien Nader <adrien.nader@canonical.com>,
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               python3-all,
               python3-google-auth,
               python3-googleapis-common-protos,
               python3-proto-plus,
               python3-protobuf,
               python3-pytest,
               python3-pytest-asyncio,
               python3-requests,
               python3-setuptools,
Standards-Version: 4.7.0
Testsuite: autopkgtest-pkg-pybuild
Homepage: https://github.com/googleapis/python-api-core
Vcs-Git: https://salsa.debian.org/python-team/packages/python-google-api-core.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-google-api-core
Rules-Requires-Root: no

Package: python3-google-api-core
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
Description: Google API client core library
 Core Library for Google Client Libraries
 This library is not meant to stand-alone. Instead it defines
 common helpers used by all Google API clients.