How to Install and Uninstall python3-thriftpy Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 08,2024

1. Install "python3-thriftpy" package

This is a short guide on how to install python3-thriftpy on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install python3-thriftpy

2. Uninstall "python3-thriftpy" package

Please follow the instructions below to uninstall python3-thriftpy on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the python3-thriftpy package on Ubuntu 20.10 (Groovy Gorilla)

Package: python3-thriftpy
Architecture: amd64
Version: 0.3.9+ds1-1ubuntu6
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: 560
Depends: python3 (<< 3.9), python3 (>= 3.8~), python3-ply, python3:any, libc6 (>= 2.14)
Filename: pool/universe/p/python-thriftpy/python3-thriftpy_0.3.9+ds1-1ubuntu6_amd64.deb
Size: 118520
MD5sum: 1fdac24c8d38f9ba4889245176bb96eb
SHA1: 6e3f54c077a57457abf05eade8a96197efe077e5
SHA256: adbf72b8d67c56a3098e9a07f307ee901c4c4e412ed69403062e74b5c7ae5515
SHA512: 69532524e81f2eb0c793e593076c0c5a4da98a1c14d47c1cf4de7487cd58f485f1fbef6912c2f180d98f2be61b5c9c8631677300f833762ae34a0426b8873afe
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