← All Frameworks
FastAPI

FastAPI

Fast to code, fast to run — modern Python web framework

Language: PythonCategory: WebFirst released: 2018Created by: Sebastián RamírezLicense: MIT

FastAPI is a modern, fast (high-performance) web framework for building APIs with Python based on standard Python type hints. It is one of the fastest Python frameworks available, on par with NodeJS and Go.

Links

Key Features

Automatic OpenAPI DocsType HintsAsync SupportData ValidationDependency Injection