Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-11-26 | py-subprocess-tee: add missing tool dependency on py-wheel | wiz | 1 | -1/+2 | |
2022-11-26 | py-subprocess-tee: updated to 0.4.0 | adam | 3 | -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-13 | py-subprocess-tee: bump py-setuptools_scm requirement and remove ↵ | adam | 1 | -3/+2 | |
py-setuptools_scm_git_archive | |||||
2022-05-12 | py-subprocess-tee: added version 0.3.5 | adam | 4 | -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. |