8 projects
crashbytes-testkit
Test data builders for Python — auto-generate dataclass instances from type hints.
crashbytes-strutils
Zero-dependency string utilities — case conversion, slugify, masking, and more.
crashbytes-result
A practical Result type for Python — Ok, Err, and pattern matching.
crashbytes-resilience
Unified resilience patterns — retry, circuit breaker, rate limiter, timeout, bulkhead, fallback.
crashbytes-envguard
Lightweight environment variable validation with schema, type coercion, and .env loading.
crashbytes-dateutils
Zero-dependency datetime business helpers — business days, fiscal quarters, relative strings.
crashbytes-apiclient
httpx API client toolkit — pagination, retry, rate limiting, auth refresh, middleware.
crashbytes-guard
Expressive guard clauses for Python — fail fast with readable validation.