How to Install and Uninstall python3-thriftpy Package on Kali Linux

Last updated: May 07,2024

1. Install "python3-thriftpy" package

This is a short guide on how to install python3-thriftpy on Kali Linux

$ sudo apt update $ sudo apt install python3-thriftpy

2. Uninstall "python3-thriftpy" package

Please follow the guidance below to uninstall python3-thriftpy on Kali Linux:

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

3. Information about the python3-thriftpy package on Kali Linux

Package: python3-thriftpy
Source: python-thriftpy
Version: 0.3.9+ds1-3
Installed-Size: 935
Maintainer: Debian Python Team
Architecture: amd64
Depends: python3 (<< 3.13), python3 (>= 3.11~), python3-ply, python3:any, libc6 (>= 2.14)
Size: 189840
SHA256: 2f68f821b529138b1bf9ae7cca28f8f7eb2773e6c7a5e7e24b46bfbf90c387bd
SHA1: 63ae3828e85887929362b45aa6008af6442c0c1f
MD5sum: 0b40049506b24ad6d6d33a379d0a874a
Description: 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:
Homepage: https://thriftpy.readthedocs.org/
Section: python
Priority: optional
Filename: pool/main/p/python-thriftpy/python3-thriftpy_0.3.9+ds1-3_amd64.deb