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.8.tar.gz
(6.1 kB
view details)
Built Distribution
File details
Details for the file subprocrunner-0.4.8.tar.gz
.
File metadata
- Download URL: subprocrunner-0.4.8.tar.gz
- Upload date:
- Size: 6.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5198749c28ac85455724d7cf19c34dcb248fe01ef77e52301c189b61d11fbe53 |
|
MD5 | 75a1be3af7a31160579c5229c37c8d31 |
|
BLAKE2b-256 | 046919ddd460cd3a04d468a881d5dae62bd0893fe68cf55f54dab12a4f31c2e5 |
File details
Details for the file subprocrunner-0.4.8-py2.py3-none-any.whl
.
File metadata
- Download URL: subprocrunner-0.4.8-py2.py3-none-any.whl
- Upload date:
- Size: 6.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ba9175733a03a56d280b47094c16c371f3cf7921efcfb32ce22f8c31758f4e08 |
|
MD5 | 57daae1ea84476741edba1079ee3dbd5 |
|
BLAKE2b-256 | b61d63ee4ebe21217d79ce0a9e4e3e580967ac16ed323f3223d920cc07fb3c1b |