2023-08-04 07:14:10 by Adam Ciarcinski | Files touched by this commit (1) | |
Log message: py-capturer: update HOMEPAGE, add USE_LANGUAGES |
2023-07-23 04:02:31 by Thomas Klausner | Files touched by this commit (1) |
Log message: py-capturer: not for Python 2 Many of its test dependencies do not support it |
2023-07-23 03:56:19 by Thomas Klausner | Files touched by this commit (1) |
Log message: py-capturer: remove trailing whitespace |
2023-07-22 14:33:56 by Jason Bacon | Files touched by this commit (4) |
Log message: devel/py-capturer: Easily capture stdout/stderr The capturer package makes it easy to capture the stdout and stderr streams of the current process and subprocesses. Output can be relayed to the terminal in real time but is also available to the Python program for additional processing. |