Supports Python 2.7 and 3.6
Looking for documentation ?
AgentZero is a pluripotent networking library that lets you create, connect, bind, and modify ZeroMQ sockets in runtime with ease.
It works great with gevent, making it possible to create network applications with simple code that performs complex operations.
- Create labeled sockets, every ZMQ socket in AgentZero has a name.
- seamlessly poll across connected/bound sockets
- seamlessly subscribe to events
- easily publish events
- bind sockets to random ports automatically
- bind to hostnames, with automatic DNS resolution
- ability to wait until a socket has received data
- builtin python log handler that publishes logs in a ZMQ PUB socket
pip install agentzero