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.4.tar.gz
(6.0 kB
view details)
Built Distribution
File details
Details for the file subprocrunner-0.4.4.tar.gz
.
File metadata
- Download URL: subprocrunner-0.4.4.tar.gz
- Upload date:
- Size: 6.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 55a3d88c4baf2de4b13097807600130e02b2ba99db2a878a493f38db2907f60b |
|
MD5 | df06a1a2f27357a7aa54a0650c1d77ee |
|
BLAKE2b-256 | 1379e9740241988f2b5eb32df322c3a16e2706013c07c48a98473469cccf5eea |
File details
Details for the file subprocrunner-0.4.4-py2.py3-none-any.whl
.
File metadata
- Download URL: subprocrunner-0.4.4-py2.py3-none-any.whl
- Upload date:
- Size: 6.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ec78e670276e06d07707c64af7e9bfeef00d4f0e4041e712d3fd6d4db8ea4d86 |
|
MD5 | 95e6b6e9dc83b9d8dcf46fad4c84aebb |
|
BLAKE2b-256 | 72cee61a64ded3917b5904454510e5b2a371bbd804af591f83c1234ed4760074 |