You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm author of repology.org which tracks package versions in 100+ repositories. It supported PyPi as well, which is very useful as it may point to the newerver version of any python package as sonn as it's updated on PyPi, but this has broken because index of all pypi packages is no longer available from https://pypi.python.org/pypi/. https://pypi.python.org/simple is not suitable either, as I absolutely need package versions (and preferably other metadata such as summary and license) in addition to packages names, and it would be to slow to download page for each package (and will also generate extra server load).
I was directed here from #python, so I ask for a simple way to get a machine readable index of all PyPi packages. It doesn't need to be realtime, at least for repology hourly/daily generated file would be quite sufficient. Machine-readable format such as json is also highly preferred, e.g. something like this.
Hi! Thanks for filing this issue, it is close enough in scope to another issue, that I'm going to close this as a duplicate of #347. Ideally please comment on that issue with the relevant items you would need from such an API.
Hi!
I'm author of repology.org which tracks package versions in 100+ repositories. It supported PyPi as well, which is very useful as it may point to the newerver version of any python package as sonn as it's updated on PyPi, but this has broken because index of all pypi packages is no longer available from https://pypi.python.org/pypi/. https://pypi.python.org/simple is not suitable either, as I absolutely need package versions (and preferably other metadata such as summary and license) in addition to packages names, and it would be to slow to download page for each package (and will also generate extra server load).
I was directed here from #python, so I ask for a simple way to get a machine readable index of all PyPi packages. It doesn't need to be realtime, at least for repology hourly/daily generated file would be quite sufficient. Machine-readable format such as json is also highly preferred, e.g. something like this.
The text was updated successfully, but these errors were encountered: