.github/profile at spike/zensical · modern-python/.github · GitHub
Skip to content

Latest commit

 

History

History
 
 

Folders and files

README.md

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).