Skip to content

v1.0.0

Compare
Choose a tag to compare
@thearchitector thearchitector released this 01 Dec 00:07
· 10 commits to main since this release
00a9d94

[1.0.0] - 2023-11-29

Added

  • The ability to drop-in replace subprocess.run anywhere in your project with a tee=True alternative.
  • Support for asynchronous environments.
  • Support for arbitrary tee locations (stdout, file objects, etc.).
  • Support for list-style direct execution in addition to string-style shell execution.