I\'m using the subprocess module to start a subprocess and connect to its output stream (standard output). I want to be able to execute non-blocking reads on its standard ou
I have created a library based on J. F. Sebastian's solution. You can use it.
https://github.com/cenkalti/what