9 projects
providify
A Python dependency injection container inspired by Jakarta CDI and Spring. Supports sync and async resolution, multiple scopes, lifecycle hooks, and configuration modules.
varco-fastapi
FastAPI adapter for varco — routing, auth middleware, job running, typed HTTP client, and DI wiring
varco-kafka
Apache Kafka event bus backend for varco — KafkaEventBus built on aiokafka
varco-core
Backend-agnostic domain model, service layer, authorization, query AST and DTOs for varco
varco-ws
WebSocket and SSE event bus backends for varco — real-time browser push
varco-beanie
Beanie (Motor / MongoDB) async backend for varco — runtime ORM generation, repository, and UoW
varco-redis
Redis Pub/Sub event bus backend for varco — RedisEventBus built on redis.asyncio
varco-memcached
Memcached cache backend for varco — MemcachedCache built on aiomcache
varco-sa
SQLAlchemy async backend for varco — runtime ORM generation, repository, schema guard, and Alembic helpers