Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,22 @@
# HTTPX Retries


<p>
<a href="https://github.com/will-ockmore/httpx-retry/actions">
<img src="https://github.com/will-ockmore/httpx-retry/workflows/Test%20Suite/badge.svg" alt="Test Suite">
<a href="https://github.com/will-ockmore/httpx-retries/actions">
<img src="https://github.com/will-ockmore/httpx-retries/actions/workflows/test-suite.yml/badge.svg?branch=main" alt="Test Suite">
</a>
<a href="https://pypi.org/project/httpx-retries/">
<img src="https://badge.fury.io/py/httpx-retries.svg" alt="Package version">
</a>
<a href="https://pypi.org/project/httpx-retries/">
<img src="https://img.shields.io/pypi/pyversions/httpx-retries.svg" alt="Python versions">
</a>
<a href="https://pepy.tech/project/httpx-retries">
<img src="https://static.pepy.tech/badge/httpx-retries/month" alt="Downloads">
</a>
<a href="https://codecov.io/gh/will-ockmore/httpx-retries">
<img src="https://codecov.io/gh/will-ockmore/httpx-retries/branch/main/graph/badge.svg" alt="Coverage">
</a>
</p>

<!-- badges-end -->

<em>A retry layer for HTTPX.</em>
Expand Down
26 changes: 19 additions & 7 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,27 @@
# HTTPX Retries


<p>
<a href="https://github.com/will-ockmore/httpx-retry/actions">
<img src="https://github.com/will-ockmore/httpx-retry/workflows/Test%20Suite/badge.svg" alt="Test Suite">
</a>
<a href="https://pypi.org/project/httpx-retries/">
<img src="https://badge.fury.io/py/httpx-retries.svg" alt="Package version">
</a>
<a href="https://github.com/will-ockmore/httpx-retries/actions">
<img
src="https://github.com/will-ockmore/httpx-retries/actions/workflows/test-suite.yml/badge.svg?branch=main"
alt="Test Suite"
>
</a>
<a href="https://pypi.org/project/httpx-retries/">
<img src="https://badge.fury.io/py/httpx-retries.svg" alt="Package version">
</a>
<a href="https://pypi.org/project/httpx-retries/">
<img src="https://img.shields.io/pypi/pyversions/httpx-retries.svg" alt="Python versions">
</a>
<a href="https://pepy.tech/project/httpx-retries">
<img src="https://static.pepy.tech/badge/httpx-retries/month" alt="Downloads">
</a>
<a href="https://codecov.io/gh/will-ockmore/httpx-retries">
<img src="https://codecov.io/gh/will-ockmore/httpx-retries/branch/main/graph/badge.svg" alt="Coverage">
</a>
</p>


<em>A retry layer for HTTPX.</em>


Expand Down
Loading