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]"

Project Structure

Installs
8
GitHub Stars
128
First Seen
Mar 13, 2026
fastapi — terminalskills/skills