AgentZero lets you create, connect, bind, and modify zeromq sockets in runtime with ease.


Install
pip install agentzero==0.4.1

Documentation

AgentZero 0.4.3 - high-level ZeroMQ socket managers

https://readthedocs.org/projects/agentzero/badge/?version=latest https://travis-ci.org/gabrielfalcao/agentzero.svg?branch=master

Supports Python 2.7 and 3.6

Looking for documentation ?


What is AgentZero ?

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.

Features:

  • 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

Installing

pip install agentzero

Learn More

API Reference