Names, specs and versions from PyPI as text files, extracted from https://github.com/pypi-data/pypi-json-data/releases/download/latest/pypi-data.sqlite.gz
For use with benchmark scripts from https://iscinumpy.dev/post/packaging-faster/
❯ wc -l *.txt
8344947 names.txt
4907383 specs.txt
8339540 versions.txt
❯ sort --unique names.txt | wc -l
754567
❯ sort --unique specs.txt | wc -l
6167
❯ sort --unique versions.txt | wc -l
725451
❯ du -h *.{sqlite,txt,zip}
10G pypi-data.sqlite
120M names.txt
38M specs.txt
61M versions.txt
4.7M names.txt.zip
1.3M specs.txt.zip
10M versions.txt.zip