XML RPC client library for Python

The xmlrpclib module is a client-side implementation of Userland's XML-RPC protocol (www.xmlrpc.com). This protocol allows you to transfer data between Python environments and applications written in for example Java and Perl. It it also fully supported by Userland's Frontier application, of course. Upcoming versions of Zope also speak XML RPC; see http://linux.userland.com/stories/storyReader$18 for more information. This release (0.9.8) uses the sgmlop XML parser if possible. With that parser in place, the XML-RPC packet decoder is up to 20 times faster than before. This release also includes sample XML-RPC servers based on SocketServer and Medusa. Get your copy from: http://www.pythonware.com/products/xmlrpc The most recent version of sgmlop can be downloaded from: http://www.pythonware.com/madscientist </F> <P><A HREF="http://www.pythonware.com/products/xmlrpc/">xmlrpclib</A> - XML RPC client library for Python. (21-Jun-99) -- ----------- comp.lang.python.announce (moderated) ---------- Article Submission Address: python-announce@python.org Python Language Home Page: http://www.python.org/ Python Quick Help Index: http://www.python.org/Help.html ------------------------------------------------------------
participants (1)
-
Fredrik Lundh