How to Install and Uninstall python3-thriftpy Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 05,2024

1. Install "python3-thriftpy" package

This tutorial shows how to install python3-thriftpy on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-thriftpy

2. Uninstall "python3-thriftpy" package

This guide covers the steps necessary to uninstall python3-thriftpy on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove python3-thriftpy $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-thriftpy package on Ubuntu 21.10 (Impish Indri)

Package: python3-thriftpy
Architecture: amd64
Version: 0.3.9+ds1-1ubuntu8
Priority: optional
Section: universe/python
Source: python-thriftpy
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 556
Depends: python3 (<< 3.10), python3 (>= 3.9~), python3-ply, python3:any, libc6 (>= 2.14)
Filename: pool/universe/p/python-thriftpy/python3-thriftpy_0.3.9+ds1-1ubuntu8_amd64.deb
Size: 115932
MD5sum: 327ba7295ab296953e0893a637df8e5a
SHA1: 6ba64d46682de840be985447db4ed18525cc15b5
SHA256: 957c21a369bf09a1c4c2c5e677f483e08669b2e8fe324e542bffd56d2cc1412c
SHA512: 9152b00964506c23814c064466a4054d1955a3b82c7ddc9e40d5ba3b94c79e92beee879bce09bcc7b4de2c1f77d462b97422de66280125939c8f16aea2f5fcaa
Homepage: https://thriftpy.readthedocs.org/
Description-en: Pure Python implementation of Apache Thrift
ThriftPy is a pure Python implementation of
Apache Thrift 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.
Description-md5: 77939992612c114641ff6d17c1eb34c5