Captures stderr/stdout as a stream to allow easy log monitoring of long running shell processes.",
Project description
Finally, a subprocess type that streams out stdout/stderr easily
Capturing the stderr AND stdout from a process in python is not that easy. This class makes this capturing much easier by delegating the line capturing to seperate threads. This capture can be totally in memory or can optionally be streamed to a output stream such as a file handle.
Python version: 3.6+
Because of the use of type annotations, this library is not compatible with python 2.7 However you are free to strip out these type annotations and this project should work pretty well.
TODO
- Make writing supplied streams something that happens only on the main thread.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file capturing_process-1.0.3.tar.gz.
File metadata
- Download URL: capturing_process-1.0.3.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d7b45cfd50e9e1522db9085267598d2ba48ee2254da9f571993a318f76870a98
|
|
| MD5 |
1ec8445a06ece7790ffea3d9091c9cfe
|
|
| BLAKE2b-256 |
90d4b1d98e150b6c42c4016a0bbf84a51c93db74dd26e7fad791078c6bccc4ba
|
File details
Details for the file capturing_process-1.0.3-py2.py3-none-any.whl.
File metadata
- Download URL: capturing_process-1.0.3-py2.py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
59bb14449f611cee23cfd6e3308666f6d544881c335b32abe74bb297a01efce6
|
|
| MD5 |
c7df97fa492bea80ca803973fc13765d
|
|
| BLAKE2b-256 |
0d85c6bdcb5b00a8a28c4497752a63689c04343200ae1fd9683a3efa5730c13c
|