File: control

package info (click to toggle)
python-cs 3.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 216 kB
  • sloc: python: 1,127; makefile: 7
file content (55 lines) | stat: -rw-r--r-- 1,666 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
Source: python-cs
Section: python
Testsuite: autopkgtest-pkg-python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Vincent Bernat <bernat@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3-aiohttp,
 python3-all,
 python3-pytest,
 python3-pytest-cov,
 python3-pytest-runner,
 python3-pytz,
 python3-requests,
 python3-setuptools,
Standards-Version: 4.7.2
Homepage: https://github.com/exoscale/cs
Vcs-Git: https://salsa.debian.org/python-team/packages/python-cs.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-cs

Package: cs
Architecture: all
Section: utils
Depends:
 python3-cs (= ${binary:Version}),
 ${misc:Depends},
 ${python3:Depends},
Suggests:
 python3-pygments,
Description: simple, yet powerful CloudStack API client
 cs a simple, yet powerful Apache CloudStack API client written in
 Python and available as a command-line tool. It is a thin wrapper on
 top of the CloudStack API and hence it is able to adapt to any future
 version.
 .
 Apache CloudStack is open source software designed to deploy and
 manage large networks of virtual machines.

Package: python3-cs
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: simple, yet powerful CloudStack API client (Python 3 module)
 This module is a simple, yet powerful Apache CloudStack API client
 for Python. It is a thin wrapper on top of the CloudStack API and
 hence it is able to adapt to any future version.
 .
 Apache CloudStack is open source software designed to deploy and
 manage large networks of virtual machines.
 .
 This package contains the Python 3 module.