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.
- Host: GitHub
- URL: https://github.com/unclerus/ipc
- Owner: UncleRus
- License: mit
- Created: 2017-06-15T18:22:59.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-12T07:08:24.000Z (almost 9 years ago)
- Last Synced: 2025-04-06T06:58:10.439Z (about 1 year ago)
- Language: Python
- Size: 13.7 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ipc
Interprocess communication via standard streams (stdin, stdout, stderr).
## Installation
```
$ pip install ipc
```