Skip to main content

A python library of subprocess module wrapper.

Project description

subprocrunner

https://badge.fury.io/py/subprocrunner.svg https://img.shields.io/pypi/pyversions/subprocrunner.svg https://img.shields.io/travis/thombashi/subprocrunner/master.svg?label=Linux https://img.shields.io/appveyor/ci/thombashi/subprocrunner/master.svg?label=Windows 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.4.tar.gz (6.0 kB view details)

Uploaded Source

Built Distribution

subprocrunner-0.4.4-py2.py3-none-any.whl (6.5 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

File hashes

Hashes for subprocrunner-0.4.4.tar.gz
Algorithm Hash digest
SHA256 55a3d88c4baf2de4b13097807600130e02b2ba99db2a878a493f38db2907f60b
MD5 df06a1a2f27357a7aa54a0650c1d77ee
BLAKE2b-256 1379e9740241988f2b5eb32df322c3a16e2706013c07c48a98473469cccf5eea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for subprocrunner-0.4.4-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 ec78e670276e06d07707c64af7e9bfeef00d4f0e4041e712d3fd6d4db8ea4d86
MD5 95e6b6e9dc83b9d8dcf46fad4c84aebb
BLAKE2b-256 72cee61a64ded3917b5904454510e5b2a371bbd804af591f83c1234ed4760074

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