4 projects
fastapi-gae-logging
Custom Cloud Logging handler for FastAPI (or any Starlette based) applications deployed in Google App Engine. Groups logs coming from the same request lifecycle and propagates the maximum log level throughout the request lifecycle using middleware and context management.
fastapi-g-context
fastapi-g-context is a Python module that provides a simple mechanism for managing global variables with context isolation in FastAPI applications. It is designed to ensure that each request operates within its own isolated context, preventing data leakage between requests.
retry-reloaded
A simple Python library for retrying functions with various backoff and callback strategies.
callback-factory
A simple Python library for producing parameterized and flexible callbacks that can be overriden during execution