Skip to content

A Python JSON-RPC over HTTP that mirrors xmlrpclib syntax.

License

Notifications You must be signed in to change notification settings

marconilabs/jsonrpclib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

JSONRPClib
==========
This library is 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.

It is licensed under the Apache License, Version 2.0
(http://www.apache.org/licenses/LICENSE-2.0.html).

Installation
============
To install:

    python setup.py build
    sudo python setup.py install

To use this module, you'll need a JSON library. The library
looks first for cjson, then for the built-in JSON library (with
default Python 2.6+ distributions), and finally the simplejson
library.


About

A Python JSON-RPC over HTTP that mirrors xmlrpclib syntax.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published