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.5 (19.01.2012)

  • Added support of Python 3.

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.5.tar.gz (70.5 kB view details)

Uploaded Source

File details

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

File metadata

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

File hashes

Hashes for vxrpc-0.2.5.tar.gz
Algorithm Hash digest
SHA256 d666913033437ed79da35ded97cc179afee0e98c702b84d5d4d2005903c8cb4e
MD5 0cdbb6a5a9de6d07d2e91fb5fcddfda4
BLAKE2b-256 2ed441ba5bbe58800fa19c7872813a012e052ad4e9279596990e1dbf4b937df6

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