Skip to content

Commit

Permalink
readme more
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed Mar 9, 2016
1 parent 841cf92 commit e905543
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Capture C-level stdout/stderr pipes in Python via `os.dup2`.

pip install wurlitzer

## Usage:
## Usage

Capture stdout/stderr in pipes:

Expand Down Expand Up @@ -42,6 +42,10 @@ with sys_pipes():
call_some_c_function()
```

## Acknowledgments

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.

## Wurlitzer?!

[Wurlitzer](https://en.wikipedia.org/wiki/Wurlitzer) makes pipe organs. Get it? Pipes? Naming is hard.

0 comments on commit e905543

Please sign in to comment.