Home

Open-source templates and libraries for building production-ready Python applications — web services, microservices, and the dependency injection that wires them together.
-
Project templates
Dockerized, batteries-included starting points for new web apps.
-
Dependency injection
The
modern-difamily of DI frameworks and integrations. -
Microservices, HTTP & messaging
Bootstrapping, HTTP clients, and FastStream broker tooling.
-
Utilities
Small, focused helpers for everyday Python projects.
Project templates
fastapi-sqlalchemy-template— dockerized web application with DI on FastAPI, SQLAlchemy 2, PostgreSQL.litestar-sqlalchemy-template— dockerized web application on LiteStar, SQLAlchemy 2, PostgreSQL.
Dependency injection
modern-di— powerful DI framework with scopes.modern-di-fastapi—modern-diintegration for FastAPI.modern-di-litestar—modern-diintegration for LiteStar.modern-di-faststream—modern-diintegration for FastStream.modern-di-typer—modern-diintegration for Typer.modern-di-pytest—modern-diintegration for pytest.that-depends— predecessor DI framework, still actively maintained.
Microservices, HTTP & messaging
lite-bootstrap— lightweight package for bootstrapping new microservices.httpware— HTTP client framework with sync/async clients, middleware chain, and built-in resilience (retry, bulkhead).faststream-redis-timers— FastStream broker integration for Redis-backed distributed timer scheduling.faststream-concurrent-aiokafka— concurrent message processing middleware for FastStream withaiokafka.faststream-outbox— FastStream broker integration for the transactional outbox pattern with Postgres.