[ 源代码: python-thriftpy ]
软件包:python3-thriftpy(0.3.9+ds1-2 以及其他的)
python3-thriftpy 的相关链接
Debian 的资源:
下载源码包 python-thriftpy:
- [python-thriftpy_0.3.9+ds1-2.dsc]
- [python-thriftpy_0.3.9+ds1.orig.tar.xz]
- [python-thriftpy_0.3.9+ds1-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [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.4)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
- dep: python3 (<< 3.12)
- dep: python3 (>= 3.11~)
-
- dep: python3-ply
- Lex and Yacc implementation for Python3