Metadata-Version: 2.1
Name: spa-dat
Version: 0.4.0
Summary: This package provides a wrapper for the message based communication of distributed applications
Home-page: https://github.com/prescriptiveanalytics/spa-distributed-application-tools
License: MIT
Author: Dominik Falkner
Author-email: dominik.falkner@risc-software.at
Requires-Python: >=3.11,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: aiokafka (>=0.8.1,<0.9.0)
Requires-Dist: aiomqtt (>=1.0.0,<2.0.0)
Requires-Dist: backoff (>=2.2.1,<3.0.0)
Requires-Dist: pydantic (>=2.0.3,<3.0.0)
Project-URL: Repository, https://github.com/prescriptiveanalytics/spa-distributed-application-tools
Description-Content-Type: text/plain

# SPA Distributed Application Tools

This package provides a wrapper for the message based communication of distributed applications. It can be used to implement a request-response pattern or a publish-subscribe pattern. For more information visit the documentation at: https://spa-distributed-application-tools.readthedocs.io/en/latest/
