Sunday, July 6, 2008 PyMOTW: xmlrpclib As a follow-up to last week's article on SimpleXMLRPCServer, this week covers the client-side library xmlrpclib. Module: xmlrpclib Purpose: Client-side library for XML-RPC communication. Python Version: 2.2 and later Description: Last week we looked at the library for creating an XML-RPC server. The xmlrpclib module lets you communicate from Python with any X