[XML-SIG] ann: XML RPC client library for Python

Fredrik Lundh fredrik@pythonware.com
Mon, 21 Jun 1999 21:47:51 +0200


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)