sarge

A wrapper for subprocess which provides command pipeline functionality.

BSD-3-Clause 12 个版本
Vinay Sajip <vinay_sajip@yahoo.co.uk>
安装
pip install sarge
poetry add sarge
pipenv install sarge
conda install sarge
描述

The sarge package provides a wrapper for subprocess which provides command pipeline functionality.

This package leverages subprocess to provide easy-to-use cross-platform command pipelines with a POSIX flavour: you can have chains of commands using ;, &, pipes using | and |&, and redirection.