Skip to main content

Easy shell-like pipelines, with input from a file-like object

Project description

Provides a file-like interface to other system processes and shell-like
pipelines. In contrast with os.popen, the shell is not used to interpret the
commands, and the exit status of each componenet of the pipeline is availabe.
An alternative to builtin packages such as subprocess, commands, os.popen,
popen2, os.system, etc.
Examples of how to feed the pipe with a file-like object are included in the
docstrings. Requires os.fork, but does not require any threading
libraries.

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

pipeline-0.1.0.tar.gz (2.4 kB view hashes)

Uploaded Source

Built Distribution

pipeline-0.1.0-py3-none-any.whl (2.6 kB view hashes)

Uploaded Python 3

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