FastAPI - Web framework for building APIs with Python
FastAPI is a modern, fast (high-performance), web framework for building APIs with Python 3.6+ based on standard Python type hints. It uses OpenAPI for API creation, including declarations of path operations, parameters, body requests, security, etc. It produces interactive API documentation and exploration web user interfaces.
https://fastapi.tiangolo.com/
https://github.com/tiangolo/fastapi
License:
Tech:
Tags: