pipettor - robust, easy to use Unix process pipelines
Project description
pipettor - robust, easy to use Python package for running Unix process pipelines
Features
Creating process pipelines in Python is either complex (e.g. subprocess), or not robust (e.g. os.system()). This package provides aims to address these shortcomings.
Command pipelines are simply specified as a sequence of commands, with each command represented as a sequence of arguments.
Failure of any process in the pipeline results in an exception, with stderr included in the exception.
Pipeline stdin/stdout/stderr can be passed through from parent process, redirected to a file, or read/written by the parent process.
Asynchronous reading and writing to and from the pipeline maybe done without risk of deadlock.
Pipeline can run asynchronously or block until completion.
File-like objects for reading or writing a pipeline.
Documentation: https://pipettor.readthedocs.org.
History
0.2.0 (2017-09-19)
Simplified and log of info and errors levels by removing logLevel options.
Improvements to documentation.
0.1.3 (2017-06-12)
Documentation fixes
0.1.2 (2017-06-11)
First public release on PyPI.
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
Built Distribution
File details
Details for the file pipettor-0.2.0.tar.gz
.
File metadata
- Download URL: pipettor-0.2.0.tar.gz
- Upload date:
- Size: 28.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f9e83d96ef1984c858f1f93711a780c5bb857b6e9409c6f59b66d7abbf92f748 |
|
MD5 | 2356d91683a8a1a1fdcdd04f36d2f726 |
|
BLAKE2b-256 | c285bd1bc054137e90973351ecb4565bf6f4a8177498800c3e769cc0fd782d9d |
File details
Details for the file pipettor-0.2.0-py2.py3-none-any.whl
.
File metadata
- Download URL: pipettor-0.2.0-py2.py3-none-any.whl
- Upload date:
- Size: 16.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2530d28aea88de11c7b2a7d72710608a93489b8104a51726b80137857619212f |
|
MD5 | bff47a47a8a235c15ba0e1b087564a26 |
|
BLAKE2b-256 | 433d2c69f74c3d79689663342da9c00a745f0c34bf1d3df455631869516db21b |