Skip to main content

Pure python implemention of Apache Thrift.

Project description

(Still under developing…)

Pure python implemention of Apache Thrift in a pythonic way.

It currently supports python2.7 or higher & python3.3 or higher.

Features

  • Compatiable with Apache Thirft. (Currently only compatiable with binary protocol & buffered transport.)

  • Pure python implemention, no longer need to compile & install the thrift package.

  • Dynamic generate sdk codes. No need for code generator.

  • .thrift file can be directly import with _thrift, such as import addressbook_thrift

  • Easy rpc server/client setup.

Install

Install while pip

$ pip install thriftpy

Usage

Refer to tests/ for example.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

thriftpy-0.1.0.tar.gz (62.0 kB view hashes)

Uploaded Source

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