Subprocesses for Humans 2.0.
conda install conda-forge::delegator
conda install conda-forge/label/cf201901::delegator
conda install conda-forge/label/cf202003::delegator
conda install conda-forge/label/gcc7::delegator
Delegator.py is a simple library for dealing with subprocesses, inspired by both envoy and pexpect (in fact, it depends on it!). This module features two main functions delegator.run() and delegator.chain(). One runs commands, blocking or non-blocking, and the other runs a chain of commands, seperated by the standard unix pipe operator "|"