Send JSON-RPC requests
Project description
:warning: This master branch is for the upcoming version 4, currently in development (read: The future of this library). For the latest stable release, see the 3.x branch. Also, please pin your dependency to "jsonrpcclient<4" until you're ready to upgrade to v4.
jsonrpcclient
Generate JSON-RPC requests and parse responses.
pip install --pre jsonrpcclient
>>> from jsonrpcclient import request
>>> request("get")
'{"jsonrpc": "2.0", "method": "get", "id": 1}'
Full documentation is at jsonrpcclient.com.
See also: jsonrpcserver
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
File details
Details for the file jsonrpcclient-4.0.0.dev2.tar.gz
.
File metadata
- Download URL: jsonrpcclient-4.0.0.dev2.tar.gz
- Upload date:
- Size: 6.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.6.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cfdf56ecc13ac9c2eb20732a38338a9cc4cd4dab30b63de9e7384ab819a3f5aa |
|
MD5 | 868f2b0cf36236c34902c71bfe956fa7 |
|
BLAKE2b-256 | f0873732827f11f8a477993f9e69fd14f6186c8f8a4dd9a639bb45b73f804a5e |