Metadata-Version: 2.1
Name: messagebus
Version: 0.15.0
Summary: Lightweight message bus library designed for event-driven architectures.
Keywords: event-driven,microservice,CQRS
Author-Email: Guillaume Gauvrit <guillaume@gauvr.it>
License: MIT
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: AsyncIO
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Project-URL: Homepage, https://github.com/mardiros/messagebus
Project-URL: Documentation, https://mardiros.github.io/messagebus
Project-URL: Repository, https://github.com/mardiros/messagebus.git
Project-URL: Issues, https://github.com/mardiros/messagebus/issues
Project-URL: Changelog, https://mardiros.github.io/messagebus/user/changelog.html
Requires-Python: >=3.10
Requires-Dist: lastuuid>=0.1.1
Requires-Dist: prometheus-client<1,>=0.17.0
Requires-Dist: pydantic<3,>=2.5.0
Requires-Dist: venusian<4,>=3.0.0
Provides-Extra: docs
Requires-Dist: sphinx>=7.0.0; extra == "docs"
Requires-Dist: sphinx-autodoc-typehints<2,>=1.12.0; extra == "docs"
Requires-Dist: furo>=2024.8.6; extra == "docs"

