FYI,
https://thriftpy.readthedocs.org/ A simpler and more pythonic implemention of thrift python lib. Features includes: - Supports python2.7 to python3.4 and pypy. - Compatiable with Apache Thirft. You can use ThriftPy together with the official implemention servers and clients, such as a upstream server with a thriftpy client or the opposite. (Currently only binary protocol & buffered transport were implemented.) - Can import thrift file as normal py modules. The sdk code is generated on the fly. For example, ``import pingpong_thrift`` will import the 'pingpong.thrift' file as module - Pure python, standalone implemention. No longer need to compile & install the 'thrift' package. All you need is python and thrift file. - Easy RPC server/client setup. Thanks, — Lx Yu http://lxyu.net
