File: control

package info (click to toggle)
con-duct 0.17.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 584 kB
  • sloc: python: 4,324; sh: 22; makefile: 18
file content (51 lines) | stat: -rw-r--r-- 1,622 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
Source: con-duct
Standards-Version: 4.7.2
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Yaroslav Halchenko <debian@onerussian.com>,
Section: python
Testsuite: autopkgtest-pkg-pybuild
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 help2man,
 procps,
 pybuild-plugin-pyproject,
 python3-all,
 python3-matplotlib,
 python3-pyout,
 python3-pytest,
 python3-pytest-cov,
 python3-pytest-rerunfailures,
 python3-setuptools,
 python3-yaml,
Vcs-Browser: https://salsa.debian.org/python-team/packages/con-duct
Vcs-Git: https://salsa.debian.org/python-team/packages/con-duct.git
Homepage: https://github.com/con/duct/
Rules-Requires-Root: no
Description: lightweight wrapper to collect execution data for a command
 con-duct provides a duct command which is a lightweight wrapper that
 collects execution data for an arbitrary command.  Execution data
 includes execution time, system information, and resource usage
 statistics of the command and all its child processes. It is intended
 to simplify the problem of recording the resources necessary to
 execute a command, particularly in an HPC environment.
 .
 Resource usage is determined by polling (at a sample-interval).
 During execution, duct produces a JSON lines file
 with one data point recorded for each report (at a report-interval).

Package: con-duct
Architecture: all
Depends:
 procps,
 python3-pyout,
 python3-yaml,
 ${misc:Depends},
 ${python3:Depends},
Recommends:
 python3-matplotlib,
Description: ${source:Synopsis}
 ${source:Extended-Description}
 .
 This package installs the Python library and command-line tools.