File: control

package info (click to toggle)
python-k8sclient 0.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 4,752 kB
  • ctags: 4,177
  • sloc: python: 29,618; sh: 88; makefile: 26
file content (81 lines) | stat: -rw-r--r-- 3,042 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
Source: python-k8sclient
Section: python
Priority: optional
Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders: Thomas Goirand <zigo@debian.org>,
Build-Depends: debhelper (>= 9),
               dh-python,
               openstack-pkg-tools (>= 52~),
               python-all,
               python-setuptools,
               python-sphinx,
               python3-all,
               python3-setuptools,
Build-Depends-Indep: python-coverage,
                     python-dateutil (>= 2.4.2),
                     python-hacking (>= 0.10.0),
                     python-oslosphinx (>= 2.5.0),
                     python-oslotest (>= 1.10.0),
                     python-pbr (>= 1.8),
                     python-six (>= 1.9.0),
                     python-testscenarios,
                     python-testtools (>= 1.4.0),
                     python-urllib3 (>= 1.8.3),
                     python3-dateutil (>= 2.4.2),
                     python3-oslotest (>= 1.10.0),
                     python3-pbr (>= 1.8),
                     python3-six (>= 1.9.0),
                     python3-subunit,
                     python3-testscenarios,
                     python3-testtools (>= 1.4.0),
                     python3-urllib3 (>= 1.8.3),
                     subunit,
                     testrepository,
Standards-Version: 3.9.8
Vcs-Browser: https://git.openstack.org/cgit/openstack/deb-python-k8sclient
Vcs-Git: https://git.openstack.org/openstack/deb-python-k8sclient
Homepage: http://www.openstack.org/

Package: python-k8sclient
Architecture: all
Depends: python-dateutil (>= 2.4.2),
         python-pbr (>= 1.8),
         python-six (>= 1.9.0),
         python-urllib3 (>= 1.8.3),
         ${misc:Depends},
         ${python:Depends},
Suggests: python-k8sclient-doc,
Description: Kubernetes API Python client code - Python 2.7
 K8sclient is the Kubernetes API Python client code. This code is generated by
 swagger-codegen. Kubernetes provide swagger-spec to generate client code for
 different versions.
 .
 This package contains the Python 2.7 module.

Package: python3-k8sclient
Architecture: all
Depends: python3-dateutil (>= 2.4.2),
         python3-pbr (>= 1.8),
         python3-six (>= 1.9.0),
         python3-urllib3 (>= 1.8.3),
         ${misc:Depends},
         ${python3:Depends},
Suggests: python-k8sclient-doc,
Description: Kubernetes API Python client code - Python 3.x
 K8sclient is the Kubernetes API Python client code. This code is generated by
 swagger-codegen. Kubernetes provide swagger-spec to generate client code for
 different versions.
 .
 This package contains the Python 3.x module.

Package: python-k8sclient-doc
Section: doc
Architecture: all
Depends: ${misc:Depends},
         ${sphinxdoc:Depends},
Description: Kubernetes API Python client code - doc
 K8sclient is the Kubernetes API Python client code. This code is generated by
 swagger-codegen. Kubernetes provide swagger-spec to generate client code for
 different versions.
 .
 This package contains the documentation.