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.2.tar.gz
(5.9 kB
view details)
File details
Details for the file subprocrunner-0.4.2.tar.gz
.
File metadata
- Download URL: subprocrunner-0.4.2.tar.gz
- Upload date:
- Size: 5.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 483ec733c2bfb2176aaadab1b340355d8c204883c895090bd76088ff91dfd022 |
|
MD5 | 368400c763e607cab0b44aeafb25bfd0 |
|
BLAKE2b-256 | 11a2bfede751ad3a984a75418ac24a746811c3417df5de199d6c28c4ed0343c7 |