Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 711 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 711 Bytes

Asynchronous TopicDB by Brett Kromkamp

The aiotopicdb package is an asynchronous implementation of TopicDB with an accompanying FastAPI-based API.

Feature Support

  • Pending

Installation

  • Pending

Install the Development Version

  • Pending

How to Contribute

  1. Check for open issues or open a fresh issue to start a discussion around a feature idea or a bug.
  2. Fork the repository on GitHub to start making your changes to the master branch (or branch off of it).
  3. Write a test which shows that the bug was fixed or that the feature works as expected.
  4. Send a pull request and bug the maintainer until it gets merged and published :)