Metadata-Version: 2.1
Name: superbus
Version: 0.0.4
Summary: redis-based bus to communicate between microservices that handle long-running tasks
Home-page: https://github.com/starrabb1t/superbus
Author: starrabb1t
Author-email: berzin@phystech.edu
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: redis==3.5.3
Requires-Dist: httpx==0.24.1
Requires-Dist: pydantic==1.9.1

# ⚡️superbus
Redis-based bus to create multi-stage pipelines for long-running tasks

In development </br>
Docs coming soon </br>

You can check `examples` for now


### Installation
```
pip install superbus
```
