SpanConsumer
spanconsumer
is an async consumer library heavily inspired by the API design of
responder and spanreed. It is intended to make designing consumer / worker
micro-services quick and easy.
Installation
pip install spanconsumer
Getting Started
For full documentation: read the docs.
For library development guide, read the docs.
Prerequisites
Python 3.7+
Authors
- Billy Peake - Initial work