Skip to content

Commit d1d25c2

Browse files
lesnik512claude
andauthored
docs: source download badge from pepy.tech to stop pypistats rate-limit errors (#88)
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 f1b6f92 commit d1d25c2

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
@@ -8,7 +8,7 @@
88

99
[![PyPI version](https://img.shields.io/pypi/v/httpware.svg)](https://pypi.org/project/httpware/)
1010
[![Supported Python versions](https://img.shields.io/pypi/pyversions/httpware.svg)](https://pypi.org/project/httpware/)
11-
[![Downloads](https://img.shields.io/pypi/dm/httpware.svg)](https://pypistats.org/packages/httpware)
11+
[![Downloads](https://static.pepy.tech/badge/httpware/month)](https://pepy.tech/projects/httpware)
1212
[![Coverage](https://img.shields.io/badge/coverage-100%25-brightgreen.svg)](https://github.com/modern-python/httpware/actions/workflows/ci.yml)
1313
[![CI](https://github.com/modern-python/httpware/actions/workflows/ci.yml/badge.svg)](https://github.com/modern-python/httpware/actions/workflows/ci.yml)
1414
[![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)