Projects¶
A running index of the open-source work I build and maintain. Most of it lives under a single theme right now — developer experience for Azure Functions in Python — and will broaden over time.
Azure Functions Python DX Toolkit¶
A family of small, focused packages that fill the missing developer-experience layer around Azure Functions Python. See the toolkit landing page → for how the pieces fit together.
| Project | Purpose | Status | Links |
|---|---|---|---|
| OpenAPI | Generate OpenAPI / Swagger docs for HTTP triggers | Usable | Docs · GitHub |
| Validation | Pydantic-backed request and response validation | Usable | Docs · GitHub |
| Logging | Invocation-aware structured logging | Usable | Docs · GitHub |
| Doctor | Pre-deployment diagnostics for bindings and config | Usable | Docs · GitHub |
| Scaffold | Scaffold production-style projects | Early | Docs · GitHub |
| Cookbook | Recipes, examples, integration patterns | Early | Docs · GitHub |
| LangGraph | LangGraph integration patterns | Experimental | Docs · GitHub |
| Durable Graph | Manifest-first graph runtime on Durable Functions | Experimental | Docs · GitHub |
| Knowledge | Knowledge retrieval (RAG) decorators | Experimental | Docs · GitHub |
| DB | DB helper and pseudo-trigger patterns | Experimental | Docs · GitHub |
More projects beyond Azure Functions will land here as I publish them.