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.
expected lite is a single-file header-only library for objects that either represent a valid value or an error that you can pass by value. It is intended for use with ...