git.fiddlerwoaroof.com
name mode size
..
test_jsonutil.py 100644 4 kb
README.markdown
A JSON-RPC 2.0 implementation for Python (Python 3 not supported yet) You can get started with: Python 2.7: `python -m jsonrpc <host name>` Python 2.6: `python -m jsonrpc.__main__ <host name>` >>> server.add(1, 2) 3 >>> server.subtract(3,2) 1 Made for: http://ncmi.bcm.edu