jsonrpclib-ned14

This project is an implementation of the JSON-RPC v2.0 specification (backwards-compatible) as a client...
Download

jsonrpclib-ned14 Ranking & Summary

Advertisement

  • Rating:
  • License:
  • The Apache License 2.0
  • Price:
  • FREE
  • Publisher Name:
  • Josh Marshall and Niall Douglas
  • Publisher web site:
  • http://github.com/joshmarshall/

jsonrpclib-ned14 Tags


jsonrpclib-ned14 Description

jsonrpclib-ned14 is a Python library, an implementation of the JSON-RPC specification. It supports both the original 1.0 specification, as well as the new (proposed) 2.0 spec, which includes batch submission, keyword arguments, etc.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.I've added a "SimpleJSONRPCServer", which is intended to emulate the "SimpleXMLRPCServer" from the default Python distribution.Product's homepage


jsonrpclib-ned14 Related Software