FastAPI Utils • Source
• Reusable utilities for use with the FastAPI web server framework
FastAPI Client • Source
• A type-safe python API-client generator for OpenAPI specs
FastAPI Auth • Source
• A FastAPI-compatible auth implementation based on the OAuth 2.0 Password Flow
FastAPI Backend Skeleton • Source
• A backend-only alternative to the full-stack-fastapi-postgresql generator
setuptools-cpp • Source
• Simplified packaging for pybind11-based C++ extensions
Pydantic • Collaborator on GitHub
• Data validation and settings management using python type annotations.
• Notable contributions include
Generic Models,
the Pydantic Mypy Plugin,
and help Cython-izing the library
FastAPI • Collaborator on GitHub
• FastAPI is a modern, fast (high-performance), web framework for building APIs with Python 3.6+ based on standard Python type hints.
• Contributions include various improvements, dependency updates, and
bugfixes