Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 297 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 297 Bytes

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.