A utility to tee standard output/standard error from the current process into a logfile while preserving terminal semantics (e.g., breakpoint() works). Current version 0.4.16. Stable release cadence.
pip install tee-outputVerified import paths — ran on the pinned version, not inferred.
Basic example: tee stdout/stderr to a file while preserving terminal interaction.
Ensure `tee.start()` is called at the very beginning of the script, before any print or logging.
Always call `tee.stop()` after teeing is done, or use it as a context manager.
Use `logging.getLogger().setLevel(logging.TRACE)` or define custom level via `logging.addLevelName()`.
No dependency data recorded yet.