ThriftPy2
ThriftPy: https://github.com/eleme/thriftpy has been deprecated, ThriftPy2 aims to provide long term support.
Migrate from Thriftpy?
All you need is:
import thriftpy2 as thrif
zerorpc
Mailing list: [email protected] (https://groups.google.com/d/forum/zerorpc)
zerorpc is a flexible RPC implementation based on zeromq and messagepack. Service APIs exposed with zerorpc are called "zeros
JSONRPClib
This library is an implementation of the JSON-RPC specification. It supports both the original 1.0 specification, as well as the new (proposed) 2.0 spec, which includes batch submission, keyword arguments,
Python-JRPC
A Python remote procedure call framework that uses JSON RPC v2.0
Install using pip:
pip install python-jrpc
Socket Based Usage
Python-JRPC allows programmers to create powerful client/server p