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

Latest commit

 

History

History
24 lines (15 loc) · 537 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 537 Bytes

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