xmlrpc.client — Client Library for XML-RPC — PyMOTW 3
Originally posted
· 1 min read
XML-RPC is a lightweight remote procedure call protocol built on top of HTTP and XML. The xmlrpclib module lets a Python program communicate with an XML-RPC server written in any language.
This post is part of the Python Module of the Week series for Python 3. See PyMOTW.com for more articles from the series.