Skip to main content

subprocess-tee

Reason this release was yanked:

broken

Project description

subprocess-tee

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.

Printing output in real-time while still capturing is valuable for any tool that executes long-running child processes. For those, you do want to provide instant feedback (progress) related to what is happening.

# from subprocess import run
from subprocess_tee import run

result = run("echo 123")
result.stdout == "123\n"

You can add tee=False to disable the tee functionality if you want, this being a much shorter alternative than adding the well known stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL.

Keep in mind that universal_newlines=True is implied as we expect text processing, this being a divergence from the original subprocess.run.

You can still use check=True in order to make it raise CompletedProcess exception when the result code is not zero.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

subprocess-tee-0.3.3.tar.gz (15.5 kB view details)

Uploaded Source

Built Distribution

subprocess_tee-0.3.3-py3-none-any.whl (7.4 kB view details)

Uploaded Python 3

File details

Details for the file subprocess-tee-0.3.3.tar.gz.

File metadata

  • Download URL: subprocess-tee-0.3.3.tar.gz
  • Upload date:
  • Size: 15.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.7

File hashes

Hashes for subprocess-tee-0.3.3.tar.gz
Algorithm Hash digest
SHA256 f788b60a27b1b3753ba0eb513f8aa227fbd03eb4d3d3c12d210e73e5d63b66c2
MD5 01ba43bf83fd8a0ec0bb26ac73ec8bf3
BLAKE2b-256 82bb3b9894590d6d90b89c94cb4734206ace694a23740acaa536d91026933b10

See more details on using hashes here.

File details

Details for the file subprocess_tee-0.3.3-py3-none-any.whl.

File metadata

  • Download URL: subprocess_tee-0.3.3-py3-none-any.whl
  • Upload date:
  • Size: 7.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.7

File hashes

Hashes for subprocess_tee-0.3.3-py3-none-any.whl
Algorithm Hash digest
SHA256 84a6977fd532c90987a611904bd4ead1c844c47576f8b5fb078bb4fe69c7abdc
MD5 d48aed41f017f929c76581d9694061e5
BLAKE2b-256 77bb9263d114bfc0a438f5834095f842362071d36261ecc66df440e8d0e02d65

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page