Metadata-Version: 2.1
Name: easypubsub
Version: 0.3.1
Summary: A simple wrapper around PyZMQ that provides an easy interface to Publish Subscribe.
Author: Matteo Pompili
Project-URL: Home, https://github.com/matpompili/easypubsub
Project-URL: Documentation, https://easypubsub.readthedocs.io/
Project-URL: Changelog, https://github.com/matpompili/easypubsub/blob/main/CHANGELOG.md
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# 🗞️ EasyPubSub
[![Documentation Status](https://readthedocs.org/projects/easypubsub/badge/?version=latest)](https://easypubsub.readthedocs.io/en/latest/?badge=latest)
[![Tests](https://github.com/matpompili/easypubsub/actions/workflows/python-package.yml/badge.svg)](https://github.com/matpompili/easypubsub/actions/workflows/python-package.yml)
[![License: MIT](https://img.shields.io/badge/license-MIT-brightgreen)](https://github.com/matpompili/easypubsub/blob/main/LICENSE)
[![PyPI](https://img.shields.io/pypi/v/easypubsub)](https://pypi.org/project/easypubsub/)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

EasyPubSub is a simple wrapper around PyZMQ that provides an easy interface to Publish Subscribe.
