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.0.tar.gz
(5.5 kB
view details)
Built Distribution
File details
Details for the file subprocrunner-0.4.0.tar.gz
.
File metadata
- Download URL: subprocrunner-0.4.0.tar.gz
- Upload date:
- Size: 5.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5b17adcec7c7bb370d8ec5b5e96eccd10249ec9fffade258102693d496bdf713 |
|
MD5 | 26426fb9e73910f473fb6d011032a3eb |
|
BLAKE2b-256 | a81a6164c2a2e603660c15a88ce125b4c585c23b497ee7fe07c37b1486d0d951 |
File details
Details for the file subprocrunner-0.4.0-py2.py3-none-any.whl
.
File metadata
- Download URL: subprocrunner-0.4.0-py2.py3-none-any.whl
- Upload date:
- Size: 5.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9c3ab28e8dcbe540e5d9062ef66ecc57f7dd06160427741c88f18775a65893a2 |
|
MD5 | d78f8f13e3cef7c37dee008c08c8157b |
|
BLAKE2b-256 | a1cf858d5247fb15cac43ad108173aee75af96031f2de13471a0c87775c659dd |