diff --git a/generate.sh b/generate.sh index aae204a..d5365e4 100755 --- a/generate.sh +++ b/generate.sh @@ -16,7 +16,7 @@ python3 -m pip --version /home/botuser/.local/bin/pypinfo --version # Generate and minify -days=24 +days=22 /home/botuser/.local/bin/pypinfo --all --json --indent 0 --limit 15000 --days $days --test "" project /home/botuser/.local/bin/pypinfo --all --json --indent 0 --limit 15000 --days $days "" project > top-pypi-packages.json jq -c . < top-pypi-packages.json > top-pypi-packages.min.json diff --git a/index.html b/index.html index a6fc9a5..7dd1fe4 100644 --- a/index.html +++ b/index.html @@ -138,6 +138,7 @@

Changelog

and for all installers, not only pip (#39)
  • 2025-02: Fetch data for 28 days (#45)
  • 2025-04: Fetch data for 24 days (#49)
  • +
  • 2025-05: Fetch data for 22 days (#50)