File: control

package info (click to toggle)
python-kubernetes 7.0.0~a1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 10,576 kB
  • sloc: python: 99,076; makefile: 22
file content (98 lines) | stat: -rw-r--r-- 2,305 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
Source: python-kubernetes
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders:
 Thomas Goirand <zigo@debian.org>,
Build-Depends:
 debhelper (>= 10),
 dh-python,
 openstack-pkg-tools,
 python-all,
 python-setuptools,
 python-sphinx,
 python3-all,
 python3-setuptools,
Build-Depends-Indep:
 python-certifi,
 python-dateutil,
 python-google-auth,
 python-ipaddress,
 python-mock,
 python-nose,
 python-pluggy,
 python-py,
 python-pytest,
 python-randomize,
 python-recommonmark,
 python-requests,
 python-requests-oauthlib,
 python-six,
 python-urllib3,
 python-websocket,
 python-yaml,
 python3-certifi,
 python3-dateutil,
 python3-google-auth,
 python3-mock,
 python3-nose,
 python3-pluggy,
 python3-py,
 python3-pytest,
 python3-randomize,
 python3-recommonmark,
 python3-requests,
 python3-requests-oauthlib,
 python3-six,
 python3-urllib3,
 python3-websocket,
 python3-yaml,
Standards-Version: 4.1.5
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-kubernetes
Vcs-Git: https://salsa.debian.org/python-team/modules/python-kubernetes.git
Homepage: https://github.com/kubernetes-incubator/client-python

Package: python-kubernetes
Architecture: all
Depends:
 python-certifi,
 python-dateutil,
 python-google-auth,
 python-ipaddress,
 python-requests,
 python-requests-oauthlib,
 python-setuptools,
 python-six,
 python-urllib3,
 python-websocket,
 python-yaml,
 ${misc:Depends},
 ${python:Depends},
Description: Kubernetes Python client - Python 2.7
 This package provides a Python client for kubernetes. Kubernetes is a system
 for automating deployment, scaling, and management of containerized
 applications.
 .
 This package contains the Python 2.7 module.

Package: python3-kubernetes
Architecture: all
Depends:
 python3-certifi,
 python3-dateutil,
 python3-google-auth,
 python3-requests,
 python3-requests-oauthlib,
 python3-setuptools,
 python3-six,
 python3-urllib3,
 python3-websocket,
 python3-yaml,
 ${misc:Depends},
 ${python3:Depends},
Description: Kubernetes Python client - Python 3.x
 This package provides a Python client for kubernetes. Kubernetes is a system
 for automating deployment, scaling, and management of containerized
 applications.
 .
 This package contains the Python 3.x module.