File: control

package info (click to toggle)
cumin 5.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 928 kB
  • sloc: python: 4,359; sh: 126; makefile: 21
file content (53 lines) | stat: -rw-r--r-- 1,562 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
Source: cumin
Section: utils
Priority: optional
Maintainer: Riccardo Coccioli <rcoccioli@wikimedia.org>
Uploaders: Antoine Beaupré <anarcat@debian.org>
Standards-Version: 4.7.0
Build-Depends:
  debhelper (>= 13),
  debhelper-compat (= 13),
  dh-python (>= 3.20190308~),
  python3-all (>= 3.9),
  python3-clustershell,
  python3-keystoneauth1,
  python3-keystoneclient,
  python3-novaclient,
  python3-pyparsing,
  python3-pytest,
  python3-pytest-cov,
  python3-pytest-runner,
  python3-requests,
  python3-requests-mock,
  python3-setuptools,
  python3-setuptools-scm,
  python3-sphinx,
  python3-sphinx-argparse,
  python3-sphinx-rtd-theme,
  python3-tqdm,
  python3-yaml
Homepage: https://github.com/wikimedia/cumin
Vcs-Browser: https://salsa.debian.org/python-team/packages/cumin/
Vcs-Git: https://salsa.debian.org/python-team/packages/cumin.git
Rules-Requires-Root: no

Package: cumin
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Suggests:
  python3-keystoneauth1,
  python3-keystoneclient,
  python3-novaclient
Description: Automation and orchestration framework written in Python
 Cumin provides a flexible and scalable automation framework to
 execute multiple commands on multiple targets in parallel.
 .
 It allows one to easily perform complex selections of hosts through
 a user-friendly query language which can interface with different
 backend modules.
 .
 The transport layer can also be selected, providing multiple
 execution strategies.
 .
 It can be used both via its command line interface (CLI) and as a
 Python library.