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

https://github.com/unclerus/ipc

Python library for interprocess communication via standard streams.
https://github.com/unclerus/ipc

Last synced: about 1 year ago
JSON representation

Python library for interprocess communication via standard streams.

Awesome Lists containing this project

README

          

# ipc

Interprocess communication via standard streams (stdin, stdout, stderr).

## Installation

```
$ pip install ipc
```