Skip to content

Commit

Permalink
Merge pull request #31 from calpaterson/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored Apr 11, 2024
2 parents aa05062 + 4d25272 commit 3b8a105
Show file tree
Hide file tree
Showing 2 changed files with 8,003 additions and 0 deletions.
2 changes: 2 additions & 0 deletions generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ python3 -m pip --version
# Generate and minify for 30 days
/home/botuser/.local/bin/pypinfo --json --indent 0 --limit 8000 --days 30 "" project > 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.csv
jq -r '.rows[] | [.download_count, .project] | @csv' top-pypi-packages-30-days.json >> top-pypi-packages-30-days.csv
Loading

0 comments on commit 3b8a105

Please sign in to comment.