[Distutils] does pypi or red-dove have a better firehose API than "download all the packages"?

Marius Gedminas marius at pov.lt
Thu May 16 20:23:58 CEST 2013


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.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 190 bytes
Desc: Digital signature
URL: <http://mail.python.org/pipermail/distutils-sig/attachments/20130516/0e12b257/attachment.pgp>


More information about the Distutils-SIG mailing list