Skip to content

Acknowledgements

There are a couple of awesome libraries, without which this wouldn't work. In no particular order:

  • pydantic - A Python data model library that provides a simple, clean, and efficient data model for your application.
  • Jinja2 - A template engine for Python.
  • httpx - A Python HTTP client library for asyncio/sync with the familiar syntax of requests.

Also do check out the article series Hypermodern python, which cookiecutter project was used to generate this project. Also special thanks to fastapi for showing us on how to properly write documentation.