gevent_subprocess

gevent adapter for the standard python subprocess


License
MIT
Install
pip install gevent_subprocess==0.1.2

Documentation

Disclaimer

This is useful only with gevent <1.0 gevent >= 1.0 ships with its own suprocess implementation.

Usage

import gevent_subprocess as subprocess

Now you can use the same python subprocess API that you are accustomed with, with the joy of transparently non-blocking I/O.