File: control

package info (click to toggle)
python-dcos 0.2.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,188 kB
  • sloc: python: 8,196; sh: 194; makefile: 28
file content (60 lines) | stat: -rw-r--r-- 1,780 bytes parent folder | download | duplicates (2)
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
Source: python-dcos
Section: python
Priority: optional
Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>
Uploaders:
 Thomas Goirand <zigo@debian.org>,
Build-Depends:
 debhelper-compat (= 9),
 dh-python,
 openstack-pkg-tools (>= 99~),
 python3-all,
 python3-setuptools,
Build-Depends-Indep:
 python3-git,
 python3-jsonschema,
 python3-pager,
 python3-portalocker,
 python3-prettytable,
 python3-pygments,
 python3-pystache,
 python3-pytest,
 python3-requests,
 python3-six,
 python3-toml,
Standards-Version: 4.1.0
Vcs-Browser: https://salsa.debian.org/openstack-team/python/python-dcos
Vcs-Git: https://salsa.debian.org/openstack-team/python/python-dcos.git
Homepage: https://github.com/mesosphere/dcos-cli

Package: python3-dcos
Architecture: all
Depends:
 python3-git,
 python3-jsonschema,
 python3-pager,
 python3-portalocker,
 python3-prettytable,
 python3-pygments,
 python3-pystache,
 python3-requests,
 python3-six (>= 1.9),
 python3-toml,
 ${misc:Depends},
 ${python3:Depends},
Description: DCOS Common Modules - Python 3.x
 The DCOS Command Line Interface (CLI) is a command line utility that provides
 a user-friendly yet powerful way to manage DCOS installations. You can use the
 Mesosphere DCOS command-line interface (CLI) to remotely manage your cluster,
 install software packages, and inspect the cluster state. With the DCOS CLI
 you can:
  * Find and install packages from DCOS Universe and Multiverse.
  * Uninstall DCOS services.
  * Administer the DCOS init process, Marathon.
  * Install and uninstall subcommands that extend and add functionality to the
    DCOS CLI.
 .
 After you install the CLI, you can use it through a bash shell on Unix/Linux
 systems or PowerShell on a Windows system.
 .
 This package contains the Python 3.x module.