This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author tarek
Recipients eric.araujo, l0nwlf, tarek
Date 2010-03-28.18:59:08
SpamBayes Score 2.2187567e-06
Marked as misclassified No
Message-id <1269802750.5.0.900846864594.issue8190@psf.upfronthosting.co.za>
In-reply-to
Content
We want to add a PyPI client in Distutils2, and PyPI provides these information via XML-RPC.

PyPI could probably have a REST interface to grab these info as well, but this is another topic/project.

On our side (distutils2), we want to provide a nice set of APIs to get some info PyPI has, and the fact that it's via XML-RPC is an implementation detail: if PyPI switch to something else, this should just impact the internals of the client, and not change our APIs.
History
Date User Action Args
2010-03-28 18:59:10tareksetrecipients: + tarek, eric.araujo, l0nwlf
2010-03-28 18:59:10tareksetmessageid: <1269802750.5.0.900846864594.issue8190@psf.upfronthosting.co.za>
2010-03-28 18:59:08tareklinkissue8190 messages
2010-03-28 18:59:08tarekcreate