About Anaconda Help Download Anaconda

Pure python implementation of Apache Thrift.

Installers

  • linux-64 v0.4.20
  • linux-aarch64 v0.4.20
  • linux-s390x v0.4.20
  • osx-64 v0.4.20
  • osx-arm64 v0.4.20
  • win-64 v0.4.20
  • linux-ppc64le v0.4.16
  • win-32 v0.4.14

conda install

To install this package run one of the following:
conda install anaconda::thriftpy2

Description

ThriftPy2 is a pure python implementation of Apache Thrift in a pythonic way.

The official thrift python lib is not pythonic at all, it needs a complicated process of installation, and the generated sdk is very ugly. Everytime the thrift file changed you have to re-generate the sdk which causes more pain in development.

ThriftPy2 helps that, it's compatible with Apache Thrift so you no longer need to install 'thrift' package, it can import thrift file on the fly so you no longer need to re-generate the sdk again and again and again.


© 2024 Anaconda, Inc. All Rights Reserved. (v4.0.5) Legal | Privacy Policy