pipeline 0.1
Easy shell-like pipelines, with input from a file-like object
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.
- Author: Nathan Coulter
- Home Page: http://sourceforge.net/projects/pythoric/
- Download URL: http://downloads.sourceforge.net/pythoric/pipeline.py?use_mirror=0
- Keywords: shell pipeline command pipe subprocess ipc
- License: PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
- Platform: must provide os.fork
- Categories
- Package Index Owner: pooryorick
- DOAP record: pipeline-0.1.xml
