Skip to main content

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.

PyPI Downloads Checks Coverage Status

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

jsonrpcclient-4.0.0.dev3.tar.gz (6.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page