🗞️ EasyPubSub

Documentation Status PyPI License: MIT Code style: black Tests

EasyPubSub is a simple wrapper around PyZMQ that provides an easy interface to the PubSub (Publish-Subscribe) functionality of ZeroMQ.

In PubSub, a publisher publishes a message to a topic and a subscriber subscribes to that topic and receives the message. In EasyPubSub, publishers and subscribers connect to each other via a proxy, which acts as intermediary between them. For more information regarding PubSub, see Wikipedia.

Using this package

Usage

A quick-start guide, including installation instructions

API

The full API documentation.

Changelog

Changelog for this project.

Note

This project is under active development.