Captures the output of subprocesses in real-time
https://github.com/pycontribs/subprocess-tee
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.
Printing output in real-time while still capturing is valuable for
any tool that executes long-running child processes. For those, you do want
to provide instant feedback (progress) related to what is happening.
- Developed at devel:languages:python
- Sources inherited from project openSUSE:Factory
-
6
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:Rebuild/python-subprocess-tee && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
python-subprocess-tee.changes | 0000000626 626 Bytes | |
python-subprocess-tee.spec | 0000002378 2.32 KB | |
subprocess-tee-0.3.5.tar.gz | 0000016887 16.5 KB |
Revision 2 (latest revision is 10)
Dominique Leuenberger (dimstar_suse)
accepted
request 966167
from
Matej Cepl (mcepl)
(revision 2)
- Still missing BR: setuptools_scm_git_archive - remove dependency generator, as it is not adviced to do so - add setuptools_scm as dependency to fix the version number
Comments 0