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
Is there a more modern, supported way of determining the relative popularity of all PyPI packages?
The legacy PyPI XML RPC API's top_packages() call returns a sorted list of packages ranked by number of downloads. My sense is that the number of downloads does not include pip installs. (Is that correct?)
The simple API returns 106,086 while https://pypi.org says 106,147 Projects and top_packages() returns only 96,104.
Is there a more modern, supported way of determining the relative popularity of all PyPI packages?
The legacy PyPI XML RPC API's top_packages() call returns a
sorted list of packages ranked by number of downloads.
My sense is that thenumber of downloads
does not include pip installs. (Is that correct?)The simple API returns 106,086 while https://pypi.org says 106,147 Projects and top_packages() returns only 96,104.
The text was updated successfully, but these errors were encountered: