Skip to content

Modern Python

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

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 PostgreSQL / SQLAlchemy 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.

Projects in this organization are built with uv (package and project manager), ruff (linter and formatter), and ty (type checker).

Pinned Loading

  1. modern-di modern-di Public

    Powerful dependency-injection framework with IoC container and scopes

    Python 57 5

  2. that-depends that-depends Public

    Simple, typed dependency-injection framework for Python

    Python 250 15

  3. fastapi-sqlalchemy-template fastapi-sqlalchemy-template Public

    Dockerized FastAPI + SQLAlchemy 2 + PostgreSQL app template with DI

    Python 206 31

  4. litestar-sqlalchemy-template litestar-sqlalchemy-template Public

    Dockerized Litestar + SQLAlchemy 2 + PostgreSQL app template with DI

    Python 34 3

  5. lite-bootstrap lite-bootstrap Public

    Lightweight bootstrap for production-ready Python microservices

    Python 12

  6. faststream-outbox faststream-outbox Public

    FastStream transactional-outbox integration backed by a Postgres table

    Python 3

Repositories

Showing 10 of 18 repositories

Top languages

Loading…

Most used topics

Loading…