git.fiddlerwoaroof.com
README.markdown
16d1d04a
 A JSON-RPC 2.0 implementation for Python (Python 3 not supported yet)
1a97632a
 
fd975f65
 
 You can get started with:
 
60df4a1c
 Python 2.7: `python -m jsonrpc <host name>`
 
 Python 2.6: `python -m jsonrpc.__main__ <host name>`
fd975f65
 
 
6c01d8eb
      >>> server.add(1, 2)
      3
      >>> server.subtract(3,2)
      1
fd975f65
 
 
1a97632a
 Made for:
     http://ncmi.bcm.edu