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}
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
jsonrpclient-0.1.3.tar.gz
(2.9 kB
view details)
File details
Details for the file jsonrpclient-0.1.3.tar.gz
.
File metadata
- Download URL: jsonrpclient-0.1.3.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7d7b08d8d958b4e315fda140ff5ed2a1c3497500b3734de62d65f7aeceaf2c0d |
|
MD5 | 18387aecb5c9ca13ad35d173ea7a2ddd |
|
BLAKE2b-256 | 404c134b133da816fa0132babe3c980318892d9d01e8a2988ef695cb8568253b |