summaryrefslogtreecommitdiff
path: root/sysutils/py-subprocess-tee
AgeCommit message (Collapse)AuthorFilesLines
2022-11-26py-subprocess-tee: add missing tool dependency on py-wheelwiz1-1/+2
2022-11-26py-subprocess-tee: updated to 0.4.0adam3-28/+17
v0.4.0 Minor Changes Enable support for py311 Bugfixes Remove support for py37 Remove support for py36 Mark test test_rich_console_ex as broken
2022-10-13py-subprocess-tee: bump py-setuptools_scm requirement and remove ↵adam1-3/+2
py-setuptools_scm_git_archive
2022-05-12py-subprocess-tee: added version 0.3.5adam4-0/+55
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.