FastAPI
FastAPI is a modern, async Python framework that makes it easy to build performant APIs with automatic OpenAPI docs. Use this component when you want Diploi to run uvicorn builds and handle deploys so you can focus on type-safe endpoints and business logic.
Add to your project
Paste this entry into the components list in diploi.yaml to add FastAPI to your project.
components: - name: FastAPI identifier: fastapi package: https://github.com/diploi/component-fastapi#main