Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
ghx-label-1
Description
Currently pip_download.py allows retrieving Python package metadata only from a JSON file, for example https://pypi.python.org/pypi/pyparsing/json. This is a problem because some PYPI mirrors might not implement this interface.
The data in the JSON file should also be accessible through a web interface - for example, https://pypi.python.org/simple/pyparsing/
pip_download.py should be able to parse the web page and extract the information we need.