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.
from abc import ABC, abstractmethod from dataclasses import data class from collections import deque from typing import Any, Callable, Dict, Iterable, List, Optional, Tuple import heapq import ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results