FastAPI style routing for starlette
Table of Contents
About The Project
FastApi is a great tool for developping API’s in a quick and easy way. In their own words:
FastAPI is a modern, fast (high-performance), web framework for building APIs with Python 3.6+ based on standard Python type hints.
It is build using starlette which is in their own words:
a lightweight ASGI framework/toolkit, which is ideal for building high performance asyncio services.
The good
One of the things that I love about FastAPI is how easy it is to setup different routes. Just use a