From 04ec5ff55bbac76d7f80bab085e27529586aa314 Mon Sep 17 00:00:00 2001 From: Artur Shiriev Date: Tue, 30 Jun 2026 19:33:00 +0300 Subject: [PATCH] docs: source download badge from pepy.tech to stop pypistats rate-limit errors The download badge fetched from img.shields.io/pypi/dm/, 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//month (statically cached SVG from a different upstream) and repoint the link to pepy.tech/projects/. Metric stays monthly downloads. Co-Authored-By: Claude Opus 4.8 (1M context) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7fef590..5782d07 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![PyPI version](https://img.shields.io/pypi/v/eof-fixer.svg)](https://pypi.org/project/eof-fixer/) [![Supported Python versions](https://img.shields.io/pypi/pyversions/eof-fixer.svg)](https://pypi.org/project/eof-fixer/) -[![Downloads](https://img.shields.io/pypi/dm/eof-fixer.svg)](https://pypistats.org/packages/eof-fixer) +[![Downloads](https://static.pepy.tech/badge/eof-fixer/month)](https://pepy.tech/projects/eof-fixer) [![Coverage](https://img.shields.io/badge/coverage-100%25-brightgreen.svg)](https://github.com/modern-python/eof-fixer/actions/workflows/ci.yml) [![CI](https://github.com/modern-python/eof-fixer/actions/workflows/ci.yml/badge.svg)](https://github.com/modern-python/eof-fixer/actions/workflows/ci.yml) [![License](https://img.shields.io/github/license/modern-python/eof-fixer.svg)](https://github.com/modern-python/eof-fixer/blob/main/LICENSE)