pIPC 0.9.8
Latest release
Released:
Inter-Process Communication wrapper class
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: GNU General Public License (GPL) (GPL)
- Author: Fionn Behrens
- Maintainer: Fionn Behrens
- Tags communication , IPC , networking , pipe , socket , fifo
Classifiers
- Development Status
- Intended Audience
- License
- Operating System
- Programming Language
- Topic
Project description
This module allows for easy communication beween separate parts of a program or separate programs. It provides a unified, simple API for posix pipes, fifo pipes and networked (tcp) pipes. You get a file-like pipe object and anything you write() into it will arrive on the other side, nicely separated. Anything written into the pipe object on the other side will be read()able on yours. Built-in message buffering and queueing.
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: GNU General Public License (GPL) (GPL)
- Author: Fionn Behrens
- Maintainer: Fionn Behrens
- Tags communication , IPC , networking , pipe , socket , fifo
Classifiers
- Development Status
- Intended Audience
- License
- Operating System
- Programming Language
- Topic