FastAPI style routing for starlette

Issues
black
LinkedIn

Table of Contents
  1. About The Project
  2. Installation
  3. Usage
  4. Contact
  5. Acknowledgments

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

 

 

 

To finish reading, please visit source site