A JSON-RPC client in Python
Project Description
>>> from jsonrpclient import JSONRPCClient >>> client = JsonRPCClient("http://localhost:4000") >>> client.echo("hello world") {u'jsonrpc': u'2.0', u'result': u'hello world', u'id': 1}
Release history Release notifications
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size & hash SHA256 hash help | File type | Python version | Upload date |
---|---|---|---|
jsonrpclient-0.1.3.tar.gz (2.9 kB) Copy SHA256 hash SHA256 | Source | None | May 13, 2016 |