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
|
Source: subprocess-tee
Section: python
Maintainer: Sakirnth Nagarasa <sakirnth@gmail.com>
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
pybuild-plugin-pyproject,
python3-all,
python3-setuptools,
python3-setuptools-scm,
Standards-Version: 4.7.3
Homepage: https://github.com/pycontribs/subprocess-tee
Vcs-Browser: https://salsa.debian.org/saki/subprocess-tee
Vcs-Git: https://salsa.debian.org/saki/subprocess-tee.git
Package: python3-subprocess-tee
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
${python3:Depends},
Description: alternative to subprocess.run like tee (Python 3.x)
This package provides a drop-in alternative to subprocess.run that
captures the output while still printing it in real-time, just the
way tee does.
.
This package contains the Python 3.x module.
|