backon is a modern evolution of backoff — a zero-dependency Python library for retry with exponential backoff. It provides decorator, functional, and context manager APIs for both sync and async code.
Kopf — Kubernetes Operator Pythonic Framework — is a framework and a library to make Kubernetes operator development easier, in just a few lines of Python code. The main goal is to bring the ...