git.fiddlerwoaroof.com
README.markdown
1a97632a
 A JSON-RPC 2.0 implementation for Python (Python 3 not supported)
 
fd975f65
 
 You can get started with:
 
 - Python 2.7:
    
17509f10
     $ python -m jsonrpc <host name>
fd975f65
 
 - Python 2.6
 
17509f10
     $ python -m jsonrpc.__main__ <host name>
fd975f65
 
 After the python interpreter starts up, you can do things like
 (if the JSON-RPC Server supports the methods called):
 
    >>> server.add(1, 2)
    3
    >>> server.subtract(3,2)
    1
 
 
1a97632a
 Made for:
     http://ncmi.bcm.edu