Pypi notes
From raju
pypi json interface
To get information on a package as a json use the URL format
- http://pypi.python.org/pypi/<package_name>/json - retrieves information on the latest version
- http://pypi.python.org/pypi/<package_name>/<version>/json - for a specific version
Ex:- http://pypi.python.org/pypi/textract/json
More details at https://wiki.python.org/moin/PyPIJSON