Skip to main content

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


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