Path to this page:
Subject: CVS commit: pkgsrc/sysutils/py-subprocess-tee
From: Adam Ciarcinski
Date: 2022-05-12 10:06:13
Message id: 20220512080613.9CFA2FA94@cvs.NetBSD.org
Log Message:
py-subprocess-tee: added version 0.3.5
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.
Files: