txJSON-RPC

Code for creating Twisted JSON-RPC servers and clients.


Licenses
BSD-3-Clause/GPL-2.0+
Install
pip install txJSON-RPC==0.5

Documentation

Introduction

txJSON-RPC allows you to create async Python JSON-RPC servers and clients either over HTTP or directly on TCP with the Netstring protocol. txJSON-RPC is written in Twisted.

Features

  • Asynchronous JSON-RPC server and client code.
  • Support for HTTP and TCP (Netstring) JSON-RPC.
  • A jsonrpclib similar to the one for XLM-RPC offered by the Python standard library.
https://travis-ci.org/rockstar/txjsonrpc.svg?branch=master https://readthedocs.org/projects/txjsonrpcdocs/badge/