Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pmuller/python-redirect-system-streams
https://github.com/pmuller/python-redirect-system-streams
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pmuller/python-redirect-system-streams
- Owner: pmuller
- Created: 2015-03-01T21:26:12.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-02T10:01:42.000Z (almost 10 years ago)
- Last Synced: 2024-11-24T01:27:52.147Z (about 1 month ago)
- Language: Python
- Size: 133 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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.