XML.com: XML From the Inside Out
oreilly.comSafari Bookshelf.Conferences.

advertisement
 Resource Guide -> Python Implementations, XML-RPC -> XML-RPC Library

XML-RPC Library

Date: Aug. 12, 2001
Link: http://www.pythonware.com/products/xmlrpc/index.htm
Source Author or Organization: Frederik Lundh

Secret Labs' xmlrpclib module is an implementation of the XML-RPC protocol that is tightly integrated with Python to make it easier to call remote methods.

The marshalling and parsing classes provided by this module can also be used in XML-RPC server implementations. Sample code for Medusa and Python's SocketServer module is included in the current release.

The XML-RPC library is copyrighted, but can be used commercially without paying a license fee.