Skip to content

Commit 3b8a105

Browse files
authored
Merge pull request #31 from calpaterson/patch-1
2 parents aa05062 + 4d25272 commit 3b8a105

File tree

2 files changed

+8003
-0
lines changed

2 files changed

+8003
-0
lines changed

generate.sh

+2
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@ python3 -m pip --version
1818
# Generate and minify for 30 days
1919
/home/botuser/.local/bin/pypinfo --json --indent 0 --limit 8000 --days 30 "" project > top-pypi-packages-30-days.json
2020
jq -c . < top-pypi-packages-30-days.json > top-pypi-packages-30-days.min.json
21+
echo 'download_count,project' > top-pypi-packages-30-days.csv
22+
jq -r '.rows[] | [.download_count, .project] | @csv' top-pypi-packages-30-days.json >> top-pypi-packages-30-days.csv

0 commit comments

Comments
 (0)