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.
I created this repository because there came a point where I felt that just watching tutorials wasn't going to cut it. Programming doesn't truly "make sense" until you open a blank file and solve ...