[ ソース: python-thriftpy ]
パッケージ: python3-thriftpy (0.3.9 ds1-1 など)
python3-thriftpy に関するリンク
Debian の資源:
python-thriftpy ソースパッケージをダウンロード:
- [python-thriftpy_0.3.9 ds1-1.dsc]
- [python-thriftpy_0.3.9 ds1.orig.tar.xz]
- [python-thriftpy_0.3.9 ds1-1.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.17)
- GNU C ライブラリ: 共有ライブラリ
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
-
- dep: python3
- 対話式の高レベルオブジェクト指向言語 (デフォルト python3 バージョン)
- dep: python3 (<< 3.8)
- dep: python3 (>= 3.6~)
-
- dep: python3-ply
- Lex and Yacc implementation for Python3