Skip to content

Home

Open-source templates and libraries for building production-ready Python applications — web services, microservices, and the dependency injection that wires them together.

Built with uv, ruff, and ty.

  • Project templates


    Dockerized, batteries-included starting points for new web apps.

    Browse templates

  • Dependency injection


    The modern-di family of DI frameworks and integrations.

    Browse DI

  • Microservices, HTTP & messaging


    Bootstrapping, HTTP clients, and FastStream broker tooling.

    Browse services

  • Utilities


    Small, focused helpers for everyday Python projects.

    Browse utilities

Project templates

Dependency injection

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 with aiokafka.
  • faststream-outbox — FastStream broker integration for the transactional outbox pattern with Postgres.

Utilities

  • db-retry — retry helpers for database operations.
  • eof-fixer — automatically fix newlines at the end of files.
  • semvertag — auto-tag your GitHub/GitLab repo with semantic version tags from CI.