extcmd

External Command - subprocess with advanced output processing


License
GPL-3.0
Install
pip install extcmd==1.0.1

Documentation

extcmd - subprocess with advanced output processing
===================================================

Unlike subprocess, which just gives you a lump of output at the end, extcmd
allows you to get callbacks (via a delegate class) on all IO.

Documentation
=============

See pydoc for the extcmd package to know more