Socket
Book a DemoInstallSign in
Socket

pipeline

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pipeline

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

pipPyPI
Version
0.1
Maintainers
1

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.

Keywords

shell pipeline command pipe subprocess ipc

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts