On Wed, May 15, 2013 at 04:10:47PM -0400, Donald Stufft wrote:
> PyPI XMLRPC?

Doesn't that require *two* HTTP requests per package?  One to get a list
of package versions, and one to get the metadata for a specified version
number?

I studied http://wiki.python.org/moin/PyPIXmlRpc as best as I could
before deciding I couldn't do any better than one HTTP request per
package (to get JSON data for the latest release) for
https://github.com/mgedmin/ztk-py3-status/blob/master/get_pypi_status.py

Marius Gedminas
-- 
Never trust a smiling Gates.

Attachment: signature.asc
Description: Digital signature

_______________________________________________
Distutils-SIG maillist  -  Distutils-SIG@python.org
http://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to