git.fiddlerwoaroof.com
Raw Blame History
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