Skip to main content

A python library of subprocess module wrapper.

Project description

subprocrunner

https://img.shields.io/pypi/pyversions/subprocrunner.svg https://travis-ci.org/thombashi/subprocrunner.svg?branch=master https://coveralls.io/repos/github/thombashi/subprocrunner/badge.svg?branch=master

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


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)

Uploaded Source

Built Distribution

subprocrunner-0.4.0-py2.py3-none-any.whl (5.8 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file subprocrunner-0.4.0.tar.gz.

File metadata

File hashes

Hashes for subprocrunner-0.4.0.tar.gz
Algorithm Hash digest
SHA256 5b17adcec7c7bb370d8ec5b5e96eccd10249ec9fffade258102693d496bdf713
MD5 26426fb9e73910f473fb6d011032a3eb
BLAKE2b-256 a81a6164c2a2e603660c15a88ce125b4c585c23b497ee7fe07c37b1486d0d951

See more details on using hashes here.

File details

Details for the file subprocrunner-0.4.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for subprocrunner-0.4.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 9c3ab28e8dcbe540e5d9062ef66ecc57f7dd06160427741c88f18775a65893a2
MD5 d78f8f13e3cef7c37dee008c08c8157b
BLAKE2b-256 a1cf858d5247fb15cac43ad108173aee75af96031f2de13471a0c87775c659dd

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page