File: control

package info (click to toggle)
multiplex 0.5.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 304 kB
  • sloc: python: 3,245; makefile: 6
file content (50 lines) | stat: -rw-r--r-- 1,503 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
Source: multiplex
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: nicoo <nicoo@debian.org>
Build-Depends:
	debhelper-compat (= 13),
	dh-python,
	python3-all,
	python3-aiostream,
	python3-aiofiles,
	python3-click,
	python3-easyansi,
	python3-pyte,
	python3-colors,
	python3-pytest-asyncio,
  python3-setuptools
Standards-Version: 4.5.1
Homepage: https://github.com/dankilman/multiplex
Vcs-Git: https://salsa.debian.org/python-team/packages/multiplex.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/multiplex

Package: python3-multiplex
Architecture: all
Depends:
	${misc:Depends},
	${python3:Depends},
	${shlibs:Depends},
Recommends: ${python3:Recommends},
Suggests: ${python3:Suggests},
Description: View output of multiple processes, in parallel - library
 multiplex is a library and command-line utility to run commands and display
 their output, in parallel, with an interactive terminal user interface.
 .
 This package contains the Python library.

Package: multiplex
Architecture: all
Depends:
	${misc:Depends},
	${python3:Depends},
	${shlibs:Depends},
	python3-multiplex (= ${binary:Version})
Recommends: ${python3:Recommends},
Suggests: ${python3:Suggests},
Description: View output of multiple processes, in parallel - executable
 multiplex is a library and utility to run commands and display their output,
 in parallel, with an interactive terminal user interface.
 .
 This package contains the executable utility.