python3-subprocess-tee

alternative to subprocess.run like tee (Python 3.x)
  https://github.com/pycontribs/subprocess-tee
  0
  no reviews



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.

This package contains the Python 3.x module.