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.
For further unlookers; You are probably better off using Pyro (the same mentioned in the Readme.md) . See the example in their docs. It is highly comparable in terms of it's API, but well maintained.
Hi friend.
I found Pizco and was excited to use it; installed it, and tried to follow the getting started docs, but hit an immediate snag on the proxy side:
Perhaps that has to do with ZMQ changes.
Just wondering if this project is still "alive". Thanks!