A python library of subprocess module wrapper.
Project description
subprocrunner
Summary
A python library of subprocess module wrapper.
Examples
from subprocrunner import SubprocessRunner
runner = SubprocessRunner("echo test")
print("return code: {:d}".format(runner.run()))
print("stdout: {}".format(runner.stdout))
return code: 0
stdout: test
Installation
pip install subprocrunner
Dependencies
Python 2.7+ or 3.3+
Test dependencies
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
subprocrunner-0.4.5.tar.gz
(6.0 kB
view details)
Built Distribution
File details
Details for the file subprocrunner-0.4.5.tar.gz
.
File metadata
- Download URL: subprocrunner-0.4.5.tar.gz
- Upload date:
- Size: 6.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c0d25bd9d07e0548339e265e0854c0dfc446feff60b0102bdf35ce00e3895fcf |
|
MD5 | 05a76abec824c7a49833743f527b9a6a |
|
BLAKE2b-256 | 41100d6b766fc9dc2bc3821facd20505015abaec5edaea20186cfb6b0c2a4a8d |
File details
Details for the file subprocrunner-0.4.5-py2.py3-none-any.whl
.
File metadata
- Download URL: subprocrunner-0.4.5-py2.py3-none-any.whl
- Upload date:
- Size: 6.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e9e6debf20193de1ba4308718adce43ddfdc363e3776cbe6b5ea82f71069cc5a |
|
MD5 | 8e1eece948c50e45d04b3908d1da2e6d |
|
BLAKE2b-256 | 92e4a4f2e4c224142ef0a9959eeb7d8b0062911f87010bf2e19d0d4811f7512f |