[ 原始碼: python-thriftpy ]
套件: python3-thriftpy (0.3.9+ds1-1ubuntu10)
python3-thriftpy 的相關超連結
Trisquel 的資源:
下載原始碼套件 python-thriftpy:
- [python-thriftpy_0.3.9+ds1-1ubuntu10.dsc]
- [python-thriftpy_0.3.9+ds1.orig.tar.xz]
- [python-thriftpy_0.3.9+ds1-1ubuntu10.debian.tar.xz]
維護者:
Original Maintainers:
- Debian Python Modules Team (郵件存檔)
- Olivier Sallou
外部的資源:
- 主頁 [thriftpy.readthedocs.org]
相似套件:
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 有關的套件
|
|
|
-
- dep: libc6 (>= 2.14)
- GNU C Library: Shared libraries
同時作為一個虛擬套件由這些套件提供: libc6-udeb
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
- dep: python3 (<< 3.11)
- dep: python3 (>= 3.10~)
-
- dep: python3-ply
- Lex and Yacc implementation for Python3