Source: python-thriftpy
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Olivier Sallou <osallou@debian.org>
Build-Depends: debhelper (>= 9), dh-python,
               cython3,
               python3-all-dev,
               python3-ply,
               python3-setuptools,
Standards-Version: 4.0.0
Homepage: https://thriftpy.readthedocs.org/
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/python-thriftpy.git
Vcs-Git: https://anonscm.debian.org/git/python-modules/python-thriftpy.git

Package: python3-thriftpy
Architecture: any
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends},
Recommends: ${python3:Recommends}
Suggests: ${python3:Suggests}
XB-Python-Egg-Name: thriftpy
Description: 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.
