Access Python package index JSON APIs with requests

Posted by bob on Mar 30, 2021 3:57 PM
By Opensource.com
Mail this story
Web version

PyPI, the Python package index, provides a JSON API for information about its packages. This is essentially a machine-readable source of the same kind of data you can access while browsing the website. For example, as a human, I can head to the NumPy project page in my browser, click around, and see which versions there are, what files are available, and things like release dates and which Python versions are supported: read more

Full Story

Printed at http://lxer.com/module/newswire/view/298828/index.html