Skip to content

Commit

Permalink
Merge pull request #42 from hugovk/29-days
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored Dec 1, 2024
2 parents 5f5b482 + df77635 commit 3a38743
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ then
exit 1
fi

# Generate and minify for 30 days
/home/botuser/.local/bin/pypinfo --all --json --indent 0 --limit 10000000 --days 30 "" project > top-pypi-packages-30-days-all.json
# Generate and minify
/home/botuser/.local/bin/pypinfo --all --json --indent 0 --limit 10000000 --days 29 "" project > top-pypi-packages-30-days-all.json
python3 trim.py > top-pypi-packages-30-days.json
jq -c . < top-pypi-packages-30-days.json > top-pypi-packages-30-days.min.json
echo 'download_count,project' > top-pypi-packages-30-days-all.csv
Expand Down
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@ <h2 id="changelog">Changelog</h2>
<li>2021-09: Fetch data for 8,000 packages (<a href="https://github.com/hugovk/top-pypi-packages/pull/30">#30</a>)</li>
<li>2024-05: Provide data in CSV in addition to JSON (<a href="https://github.com/hugovk/top-pypi-packages/issues/31">#31</a>)</li>
<li>2024-11: Fetch data for all PyPI packages (<a href="https://github.com/hugovk/top-pypi-packages/issues/41">#41</a>)
and for installers, not only pip (<a href="https://github.com/hugovk/top-pypi-packages/issues/39">#39</a>)</li>
over 29 days (<a href="https://github.com/hugovk/top-pypi-packages/issues/42">#39</a>)
and for all installers, not only pip (<a href="https://github.com/hugovk/top-pypi-packages/issues/39">#39</a>)</li>
</ul>
</div>
<div class="col-sm-6">
Expand Down

0 comments on commit 3a38743

Please sign in to comment.