From 15ba547e3e5f6e43ee1c50b7906afc5ea65ecd2a Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Thu, 6 Mar 2025 21:52:43 +0200 Subject: [PATCH] Update top-pypi-packages filename To stay within quota, it now has just under 30 days of data, so the filename has been updated. Both will be available for a while. See https://github.com/hugovk/top-pypi-packages/pull/46. --- check_packages.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check_packages.py b/check_packages.py index 7d23dd5..7bdde9f 100644 --- a/check_packages.py +++ b/check_packages.py @@ -10,7 +10,7 @@ # this package from seed_intersphinx_mapping import get_sphinx_doc_url -url = "https://hugovk.github.io/top-pypi-packages/top-pypi-packages-30-days.json" +url = "https://hugovk.github.io/top-pypi-packages/top-pypi-packages.json" top_packages = [p["project"] for p in requests.get(url).json()["rows"]] print(top_packages)