hgrecco / pizco
Pizco is Python module/package that allows python objects to communicate via ZMQ. Objects can be exposed to other process in the same computer or over the network, allowing clear separation of concerns, resources and permissions.
☆57Updated 9 years ago
Alternatives and similar repositories for pizco:
Users that are interested in pizco are comparing it to the libraries listed below
- A very simple implementation of QTs signal / slot pattern in Python☆62Updated 2 years ago
- Cython implementation of OrderedDict☆101Updated 9 years ago
- Mirakuru - a python library that starts your subprocess and waits for a clear indication, that it's running (process orchestrator)☆88Updated this week
- File system based database that uses python pickles☆73Updated last year
- Collapses Python packages into a single module.☆28Updated 6 years ago
- Python dependency graph for parallel and/or async execution☆15Updated 6 years ago
- Async IO for Python, Simplified☆91Updated 7 years ago
- Pythonic bi-directional RPC API built on top of ØMQ.☆42Updated last year
- A unified API for accessing Python's many supported archive formats☆34Updated 7 years ago
- Automatically generate Cython pxd files from C headers☆47Updated 7 years ago
- Lazy & self-destructive tools for speeding up module imports☆54Updated 3 years ago
- Discover and load entry points from installed packages☆74Updated 5 months ago
- Create coredump like file from Python to post-mortem debug later☆74Updated 2 years ago
- Parse and manipulate version numbers.☆48Updated 2 months ago
- Lazy import python modules for low start-up time. (Taken from mercurial.)☆50Updated 9 months ago
- A simple Python list and dict with callbacks when they are changed and undo/redo using these callbacks☆38Updated 5 years ago
- CPU parallelism for Trio☆59Updated last week
- Decorator based advanced configuration engine.