Open Source Contributions

Follow me on GitHub

My Projects

FastAPI UtilsSource
• Reusable utilities for use with the FastAPI web server framework

FastAPI ClientSource
• A type-safe python API-client generator for OpenAPI specs

FastAPI AuthSource
• A FastAPI-compatible auth implementation based on the OAuth 2.0 Password Flow

FastAPI Backend SkeletonSource
• A backend-only alternative to the full-stack-fastapi-postgresql generator

setuptools-cppSource
• Simplified packaging for pybind11-based C++ extensions

Projects I Help Maintain

PydanticCollaborator 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

FastAPICollaborator 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