Subprocess Tee Versions Save

A subprocess.run drop-in replacement that supports a tee mode, being able to display output in real time while still capturing it. No dependencies needed

0.1.5

3 years ago

Changes

Minor Changes

  • Add testing of rich html_export (#13) @ssbarnea

0.1.4

3 years ago

Changes

  • No changes

0.1.3

3 years ago

Changes

Bugfixes

  • Replace implicit shell with /bin/sh (#16) @ssbarnea
  • Make package PEP 561 compliant (#14) @ssbarnea

0.1.2

3 years ago

Changes

Bugfixes

  • Allow passing env (#12) @ssbarnea

0.1.1

3 years ago

Changes

Bugfixes

  • Correct optional echoing (#11) @ssbarnea
  • Fixed calling run with list (#10) @ssbarnea

0.1

3 years ago

Changes

Minor Changes

  • Added ConsoleEx class for rich users (#4) @ssbarnea
  • Document package purpose (#2) @ssbarnea

Bugfixes

  • Fixed deprecation warning around asyncio usage (#5) @ssbarnea