Provides a `multitee` function that splits stdout/stderr from subprocesses into multiple sinks (e.g., files, pipes, callables), along with a `Popen` wrapper. Currently at v0.2.1, requires Python >= 3.6. Low release cadence; last release Nov 2023.
pip install subprocess-multiteeNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage: split subprocess output into multiple sinks (callables, file objects, etc.) using the Popen wrapper.
Ensure sinks accept string lines when using text mode, or use bytes mode consistently.
Upgrade to >=0.2.0.
Check the docs for supported parameters; fall back to raw `subprocess.Popen` if you need unsupported features.