Skip to content

Getting PyPI download stats

James Douglass edited this page Jan 10, 2024 · 2 revisions

PyPI

$ pypinfo --limit=1000 --start-date=2010-01 --end-date=2024-12 \
        --order=download_month natcap.invest month \
        | tail -n +6 | tr -d '|,' | awk '{ print $1 "," $2 }' > natcap.invest-pypi-stats.csv