pypi-data
pypi-data copied to clipboard
Data about packages and maintainers on PyPI
Some old packages don't use PEP 440 compliant versions, we should still parse them and include them in the database.
Can use Google Cloud Run for the task. Example project from Simon: https://github.com/simonw/covid-19-datasette/blob/main/.github/workflows/scheduled.yml
https://snarky.ca/what-the-heck-is-pyproject-toml Build dependencies should be listed in the `deps` table, likely with another column that distinguishes between an install and build dependency.
the requirements.txt says that you require urllib3 1.x where in fact you are relying on urllib3 2.x. the `json` function only works urllib3 version 2.