Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

illuscio-dev/spanconsumer-py

Repository files navigation

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