Python FastAPI utilities package for reusable API-building functions.

Reusable utilities and example patterns for building FastAPI services in Python. The package provides task scheduling helpers (repeat_at/repeat_every), session and cache utilities, timing and logging helpers, and simple CLI tools. Suited for integrating common utilities into web APIs and background tasks.
0