DFSG NEW Queue

DFSG, Licensing & New Packages Team

python-httpx-retries 0.5.0-1

Package Information

Descriptionretry 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.

MaintainerHome Assistant Team <team+homeassistant@tracker.debian.org>
Changed ByEdward Betts <edward@4angle.com>
Sponsoredward@debian.org
Distributionunstable
Architectureall
VCSgit: https://salsa.debian.org/homeassistant-team/deps/python-httpx-retries.git (browse)
Closes#1135541
Trackerhttps://tracker.debian.org/pkg/python-httpx-retries
Uploaded3 hours ago

New Package Report

.changes
Changed-ByEdward Betts
Architectureall source
Distributionunstable
DateSat, 02 May 2026 13:04:51 +0100
Sourcepython-httpx-retries
Version0.5.0-1
Changelog
python-httpx-retries (0.5.0-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #1135541)
.dsc
Package-Listpython3-httpx-retries deb python optional arch=all
Sectionpython
Priorityoptional
Componentmain
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: httpx-retries
Upstream-Contact: Will Ockmore <will.ockmore@gmail.com>
Source: https://github.com/will-ockmore/httpx-retries

Files: *
Copyright: 2024 William Ockmore
License: MIT

Files: debian/*
Copyright: 2026 Edward Betts <edward@4angle.com>
License: MIT


License: MIT
 Permission is hereby granted, free of charge, to any person
 obtaining a copy of this software and associated documentation
 files (the "Software"), to deal in the Software without
 restriction, including without limitation the rights to use,
 copy, modify, merge, publish, distribute, sublicense, and/or sell
 copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following
 conditions:
 .
 The above copyright notice and this permission notice shall be
 included in all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
 OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
 HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 OTHER DEALINGS IN THE SOFTWARE.

Back to Dashboard | View all reviews for this package