Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pmuller/python-redirect-system-streams


https://github.com/pmuller/python-redirect-system-streams

Last synced: 15 days ago
JSON representation

Awesome Lists containing this project

README

        

Someone asked me how to get lines printed on stdout and stderr by a C lib
used in Python code.

It seems the only way to run it in a child process,
and capture its streams.

This is the proof-of-concept.