python-jsonrpclib

implementation of the JSON-RPC v2.0 specification

Description

This library implements the JSON-RPC 2.0 proposed specification in pure Python. It is designed to be as compatible with the syntax of xmlrpclib as possible (it extends where possible), so that projects using xmlrpclib could easily be modified to use JSON and experiment with the differences.

It is backwards-compatible with the 1.0 specification, and supports all of the new proposed features of 2.0, including:
 * Batch submission (via MultiCall)
 * Keyword arguments
 * Notifications (both in a batch and 'normal')
 * Class translation using the 'jsonclass' key.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://pypi.python.org/pypi/jsonrpclib


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install python-jsonrpclib