Skip to content

Commit 94cd7cf

Browse files
lesnik512claude
andcommitted
docs: source download badge from pepy.tech to stop pypistats rate-limit errors
The download badge fetched from img.shields.io/pypi/dm/<pkg>, which shields sources from pypistats.org. pypistats rate-limits by IP, so the badge intermittently rendered "rate limited by upstream service". Switch to static.pepy.tech/badge/<pkg>/month (statically cached SVG from a different upstream) and repoint the link to pepy.tech/projects/<pkg>. Metric stays monthly downloads. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 8cc321a commit 94cd7cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![PyPI version](https://img.shields.io/pypi/v/httpware.svg)](https://pypi.org/project/httpware/)
44
[![Supported Python versions](https://img.shields.io/pypi/pyversions/httpware.svg)](https://pypi.org/project/httpware/)
5-
[![Downloads](https://img.shields.io/pypi/dm/httpware.svg)](https://pypistats.org/packages/httpware)
5+
[![Downloads](https://static.pepy.tech/badge/httpware/month)](https://pepy.tech/projects/httpware)
66
[![Coverage](https://img.shields.io/badge/coverage-100%25-brightgreen.svg)](https://github.com/modern-python/httpware/actions/workflows/ci.yml)
77
[![CI](https://github.com/modern-python/httpware/actions/workflows/ci.yml/badge.svg)](https://github.com/modern-python/httpware/actions/workflows/ci.yml)
88
[![License](https://img.shields.io/github/license/modern-python/httpware.svg)](https://github.com/modern-python/httpware/blob/main/LICENSE)

0 commit comments

Comments
 (0)