module documentation

Undocumented

Function _load_json Undocumented
Function _urlopen_with_backoff Undocumented
def _load_json(url_or_request: str|urllib.request.Request) -> dict:

Undocumented

def _urlopen_with_backoff(url, max_retries=3, base_delay=1, timeout=15):

Undocumented