FastAPI
Also known as:
fastapifast-apifast api
/fæst eɪ piː aɪ/
A modern, fast web framework for building APIs with Python based on standard Python type hints
Details
- FastAPI is a modern web framework for building APIs with Python 3.7+.
- It's built on top of Starlette and Pydantic, providing high performance and automatic API documentation.
- FastAPI supports async/await, automatic data validation, and OpenAPI schema generation.