Source: python-httpx-retries Maintainer: Home Assistant Team Uploaders: Edward Betts , Section: python Build-Depends: debhelper-compat (= 13), dh-sequence-python3, pybuild-plugin-pyproject, python3-all, python3-hatchling, Build-Depends-Indep: python3-hatch-fancy-pypi-readme, python3-httpx , python3-pytest , python3-pytest-asyncio , Standards-Version: 4.7.4 Homepage: https://github.com/will-ockmore/httpx-retries Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/python-httpx-retries Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/python-httpx-retries.git Testsuite: autopkgtest-pkg-pybuild Package: python3-httpx-retries Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, Description: retry transport for HTTPX requests This library adds configurable retry handling to HTTP client requests made through HTTPX. . It provides a transport layer that can be attached to synchronous or asynchronous clients. Failed requests can be retried according to a retry policy, with options for the total number of attempts and backoff timing between attempts. . The retry configuration is modelled on familiar request retry settings, while focusing on request and response handling. It is involved in communication between the client and the HTTP or HTTPS servers being requested, such as web APIs and other HTTP endpoints.