Skip to main content

XML-RPC client

Project description

Summary

VxRPC implements XML-RPC client. It is based on xmlrpc-c client library with cURL transport. The implementation is faster, than standard xmlrpclib at least in 10 times.

Example of usage

#!/usr/bin/env python

import vxrpc

try:
    rpc_call = vxrpc.Caller('http://your_rpc_server')
    response = rpc_call('Id::get_session', login='user')
except vxrpc.Exception as e:
    print e.message

CHANGES

0.2.4 (12.07.2011)

  • Fixed bug with linking libxmlrpc.

0.2.3 (11.07.2011)

  • Fixed bug with linking xmlrpc_xmlparse.

0.2.2 (11.07.2011)

  • Fixed build on Debian.

0.2.1 (07.04.2011)

  • Fixed build without Cython.

0.2.0 (07.04.2011)

  • Added positional arguments to Caller.__call__.

0.1.1 (06.04.2011)

  • Fixed build with Cython.

0.1.0 (06.04.2011)

  • Initial release.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vxrpc-0.2.4.tar.gz (40.2 kB view details)

Uploaded Source

File details

Details for the file vxrpc-0.2.4.tar.gz.

File metadata

  • Download URL: vxrpc-0.2.4.tar.gz
  • Upload date:
  • Size: 40.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for vxrpc-0.2.4.tar.gz
Algorithm Hash digest
SHA256 c2ffa054335d6806d5a55bcacdb41dd32868c07f102b1bbef5a820aa3366d00f
MD5 c0eda7adfe7a9be510e6102081fa6602
BLAKE2b-256 75453ea6009c7e8d1f98ccc5352f46f411bf7171aa1008cf370e14091d5d9624

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page