python-thriftpy 0.3.9-1 source package in Ubuntu

Changelog

python-thriftpy (0.3.9-1) unstable; urgency=low

  * First packaging of thriftpy module (Closes: #872343).

 -- Olivier Sallou <email address hidden>  Wed, 16 Aug 2017 13:01:18 +0000

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
any
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-thriftpy_0.3.9-1.dsc 2.0 KiB 5c72cc234269894af84a28d6c8afd0d7d68f6a292ad7332138531143dff88a1d
python-thriftpy_0.3.9.orig.tar.gz 208.2 KiB 876d3e725d26c56ef3fe421ab8667e265b11ebb78b7c614e4ef34ad19ec4dff1
python-thriftpy_0.3.9-1.debian.tar.xz 2.2 KiB 27c804cc88be6dfe9bf9d0050602a6328654616f13ba916147ec71234d5abde7

No changes file available.

Binary packages built by this source

python3-thriftpy: Pure Python implementation of Apache Thrift

 ThriftPy is a pure Python implementation of
 Apache Thrift <http://thrift.apache.org/> in a pythonic way.
 .
 Documentation: https://thriftpy.readthedocs.org/
 .
 Currently ThriftPy have these features (also advantages over the upstream
 Python lib):
 .
   - Pure Python implementation. No longer need to compile & install the
     'thrift' package. All you need is thriftpy and thrift file.
 .
   - Compatible with Apache Thrift. You can use ThriftPy together with the
     official implementation servers and clients, such as a upstream server
     with a thriftpy client or the opposite.
 .
   - Currently implemented protocols and transports:
 .
     * binary protocol (Python and cython)
 .
     * compact protocol (Python and cython)
 .
     * json protocol
 .
     * buffered transport (Python & cython)
 .
     * framed transport
 .
     * tornado server and client (with tornado 4.0)
 .
   - Can directly load thrift file as module, the sdk code will be generated
     on the fly.
 .
   - Easy RPC server/client setup.

python3-thriftpy-dbgsym: debug symbols for python3-thriftpy