fastapi
Provides production-tested FastAPI patterns for building Python APIs with Pydantic v2, async SQLAlchemy, JWT auth, and deployment examples. Includes instructions to run shell commands such as `uv run uvicorn src.main:app --host 0.0.0.0 --port 8000` and to store `SECRET_KEY` in a `.env` file.