You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Capture C-level stdout/stderr pipes in Python via `os.dup2`.
6
6
7
7
pip install wurlitzer
8
8
9
-
## Usage:
9
+
## Usage
10
10
11
11
Capture stdout/stderr in pipes:
12
12
@@ -42,6 +42,10 @@ with sys_pipes():
42
42
call_some_c_function()
43
43
```
44
44
45
+
## Acknowledgments
46
+
47
+
This package is based on stuff we learned with @takluyver and @karies while working on capturing output from the [Cling Kernel](https://github.com/root-mirror/cling/tree/master/tools/Jupyter/kernel) for Jupyter.
48
+
45
49
## Wurlitzer?!
46
50
47
51
[Wurlitzer](https://en.wikipedia.org/wiki/Wurlitzer) makes pipe organs. Get it? Pipes? Naming is hard.
0 commit comments