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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file subprocrunner-0.4.9-py2.py3-none-any.whl
.
File metadata
- Download URL: subprocrunner-0.4.9-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 | 63753c88a209c0fe8f2a26a2b6809789bc20173d635f3aee921a8391f16f36ae |
|
MD5 | 900cfbe366eca530fb7a9083fc582a67 |
|
BLAKE2b-256 | e9c92bf8259a396f389190e1295a89d649a9beef8c02eb2ebe8e943534836f63 |