Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zyga/extcmd

External Command - subprocess with advanced output processing
https://github.com/zyga/extcmd

Last synced: 2 days ago
JSON representation

External Command - subprocess with advanced output processing

Awesome Lists containing this project

README

        

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