fastapi
Installation
SKILL.md
FastAPI
FastAPI is a Python web framework built on Starlette (ASGI) and Pydantic. It provides automatic request validation, serialization, and interactive API docs at /docs (Swagger UI) and /redoc.
Installation
# Install FastAPI with uvicorn ASGI server
pip install "fastapi[standard]"