Metadata-Version: 2.1
Name: py-msgp
Version: 0.2.0
Summary: A general purpose messaging library that provides a neutral API for the most used communication patterns, like pub-sub, request-response, etc.
Home-page: https://github.com/tombenke/py-msgp
Author: Tamás Benke
Author-email: tamas.benke@lhsystems.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Development Status :: 4 - Beta
Classifier: Natural Language :: English
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: asyncio-nats-client
Requires-Dist: asyncio-nats-streaming
Requires-Dist: python-dotenv
Requires-Dist: loguru
Requires-Dist: typing
Provides-Extra: dev
Requires-Dist: build ; extra == 'dev'
Requires-Dist: coverage ; extra == 'dev'
Requires-Dist: coverage-badge ; extra == 'dev'
Requires-Dist: black ; extra == 'dev'
Requires-Dist: pylint ; extra == 'dev'
Requires-Dist: pdoc ; extra == 'dev'
Requires-Dist: pydeps ; extra == 'dev'


A general purpose messaging library that provides a neutral API for the most used communication patterns, like pub-sub, request-response, etc.

For further information, please visit the [project's homepage](https://github.com/tombenke/py-msgp).


