Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zyga/extcmd
- Owner: zyga
- Created: 2012-11-26T00:49:45.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-02-20T10:49:00.000Z (over 11 years ago)
- Last Synced: 2024-10-12T19:55:27.323Z (about 1 month ago)
- Language: Python
- Size: 188 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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