A JSON-RPC client library base interface
Project description
This is a compact and simple JSON-RPC client implementation interface python code. This code is forked from https://github.com/gciotta/jsonrpc-requests
Main Features
Python 2.7, 3.4 & 3.5 compatible
Supports nested namespaces (eg. app.users.getUsers())
100% test coverage
Usage
See jsonrpc-async for an example implementation.
Tests
Install the Python tox package and run tox, it’ll test this package with various versions of Python.
Credits
@gciotta for creating the base project jsonrpc-requests.
@mbroadst for providing full support for nested method calls, JSON-RPC RFC compliance and other improvements.
@vaab for providing api and tests improvements, better RFC compliance.
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.