python-thriftpy 0.3.9+ds1-3build1 source package in Ubuntu
Changelog
python-thriftpy (0.3.9+ds1-3build1) noble; urgency=medium * No-change rebuild with Python 3.12 only -- Graham Inggs <email address hidden> Wed, 10 Apr 2024 18:00:27 +0000
Upload details
- Uploaded by:
- Graham Inggs
- Uploaded to:
- Noble
- Original maintainer:
- Debian Python Team
- Architectures:
- any
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Oracular | release | universe | misc | |
Noble | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-thriftpy_0.3.9+ds1.orig.tar.xz | 60.5 KiB | 6ddaea19bb8ba624483a27da14b004e20c09403c257a0780fa818fcf1c81d97c |
python-thriftpy_0.3.9+ds1-3build1.debian.tar.xz | 3.0 KiB | 083b9a59f10fe6656a258cf93c2317e52d17d6f3508d56db852407474b83c17f |
python-thriftpy_0.3.9+ds1-3build1.dsc | 2.1 KiB | 95b7a9e0287096353e44612b24a7eb76ece44d143605773aa3a3232a9cc1ffb4 |
Available diffs
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