File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ python3 -m pip --version
16
16
/home/botuser/.local/bin/pypinfo --version
17
17
18
18
# Generate and minify
19
- days=24
19
+ days=22
20
20
/home/botuser/.local/bin/pypinfo --all --json --indent 0 --limit 15000 --days $days --test " " project
21
21
/home/botuser/.local/bin/pypinfo --all --json --indent 0 --limit 15000 --days $days " " project > top-pypi-packages.json
22
22
jq -c . < top-pypi-packages.json > top-pypi-packages.min.json
Original file line number Diff line number Diff line change @@ -138,6 +138,7 @@ <h2 id="changelog">Changelog</h2>
138
138
and for all installers, not only pip (< a href ="https://github.com/hugovk/top-pypi-packages/pull/39 "> #39</ a > )</ li >
139
139
< li > 2025-02: Fetch data for 28 days (< a href ="https://github.com/hugovk/top-pypi-packages/pull/45 "> #45</ a > )</ li >
140
140
< li > 2025-04: Fetch data for 24 days (< a href ="https://github.com/hugovk/top-pypi-packages/pull/49 "> #49</ a > )</ li >
141
+ < li > 2025-05: Fetch data for 22 days (< a href ="https://github.com/hugovk/top-pypi-packages/pull/50 "> #50</ a > )</ li >
141
142
</ ul >
142
143
</ div >
143
144
< div class ="col-sm-6 ">
You can’t perform that action at this time.
0 commit comments