[issue8190] Add an xml-rpc client for PyPi

Tarek Ziadé report at bugs.python.org
Sun Mar 28 20:59:10 CEST 2010


Tarek Ziadé <ziade.tarek at gmail.com> added the comment:

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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8190>
_______________________________________


More information about the Python-bugs-list mailing list