Martin v. Löwis:

Try

versions = server.package_releases(name,True)

This will also report hidden releases.

Great news, thanks! Is there a way to find this out by inspecting
web pages, APIs, or anything else? The only documentation I found
is listed here (and this does not mention the second parameter):

  http://wiki.python.org/moin/PyPiXmlRpc

And the method does not contain a docstring, unfortunately:

  >>> import xmlrpclib
  >>> serverUrl = "http://pypi.python.org/pypi";
  >>> server = xmlrpclib.Server(serverUrl)
  >>> print server.package_releases.__doc__
  None

More generally, how can I find out which code is actually running
the PyPI server?

Regards,

Dinu

_______________________________________________
Catalog-SIG mailing list
[email protected]
http://mail.python.org/mailman/listinfo/catalog-sig

Reply via email to