Send JSON-RPC requests
Project description
Send JSON-RPC requests in Python 2.7 and 3.3+.
>>> from jsonrpcclient.http_client import HTTPClient
>>> HTTPClient('http://cats.com/').request('speak')
--> {"jsonrpc": "2.0", "method": "speak", "id": 1}
<-- {"jsonrpc": "2.0", "result": "meow", "id": 1}
'meow'
Full documentation is at jsonrpcclient.readthedocs.io.
2.2.3 (Sep 13, 2016)
Rename “server” modules and classes to “client”. The old names are deprecated.
2.2.2 (Sep 12, 2016)
Don’t disable log propagate
2.2.1 (Sep 12, 2016)
Bugfix logging configuration
2.2.0 (Sep 12, 2016)
Support Tornado adapter
Improve logging configuration
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
jsonrpcclient-2.2.3.tar.gz
(9.6 kB
view details)
File details
Details for the file jsonrpcclient-2.2.3.tar.gz
.
File metadata
- Download URL: jsonrpcclient-2.2.3.tar.gz
- Upload date:
- Size: 9.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cf1da6199469130459e3d1dce0346418ac9e501313f0a82671d598c00e1fe7cc |
|
MD5 | e93928d46745062f57f66c686db2fb22 |
|
BLAKE2b-256 | 3674f7ddfa53b3449e9b44f4939fab1dd216c8f377ba630fa44a08b6cf537b7f |