.. meta:: :description: This documentation will guide you through the use of the Memset API. .. index:: Python example, xmlrpc example, example Python Example ============== This is an example of how to use the Memset API with `Python `_ and the standard module `xmlrpclib `_ for XML-RPC client access. Substitute **API_KEY_HEX** with a valid API key and it can be run with a Python 2 interpreter. .. literalinclude:: examples/xmlrpctest.py :language: python