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.2.0.tar.gz
(4.9 kB
view details)
Built Distribution
File details
Details for the file subprocrunner-0.2.0.tar.gz
.
File metadata
- Download URL: subprocrunner-0.2.0.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f304418e1bd0bce9e514f84a576925665ebb76f0f125ab0cafdcf05d67344cdf |
|
MD5 | 43f9f5a83f615af38f9128d27ba90320 |
|
BLAKE2b-256 | a1d87ae1b325ef4fb4ec0c4bbd0e366cad6b4886ff699a7294b5826f8603b22a |
File details
Details for the file subprocrunner-0.2.0-py2.py3-none-any.whl
.
File metadata
- Download URL: subprocrunner-0.2.0-py2.py3-none-any.whl
- Upload date:
- Size: 5.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5528e8d091103fbfc10da1bd311c3ab8b76143b01e9187366429dcf02840539f |
|
MD5 | 1db84a8bef47852a1f9739bed2edc1c9 |
|
BLAKE2b-256 | cb9787e2c94132779258799a56ccc8ae6aae79c5a28aa9a798a3b81879b3752d |