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

Last updated: May 20,2024

1. Install "python3-whey" package

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

$ sudo apt update $ sudo apt install python3-whey

2. Uninstall "python3-whey" package

This tutorial shows how to uninstall python3-whey on Kali Linux:

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

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

Package: python3-whey
Source: python-whey
Version: 0.0.24-2
Installed-Size: 108
Maintainer: Debian Python Team
Architecture: all
Depends: python3-click, python3-consolekit, python3-dist-meta, python3-dom-toml, python3-domdf-python-tools, python3-handy-archives, python3-natsort, python3-packaging, python3-pyproject-parser, python3-shippinglabel, python3:any
Size: 21884
SHA256: 774eebeee14657422035f55a93d78701b216c946ad662151cb40ce98e58b790e
SHA1: 3b79209d8e35945597b3538fb294889c78ac84d2
MD5sum: 441f4aba1fadf9e79b374ab93e8872bd
Description: simple Python wheel builder for simple projects
The Whey project is a powerful Python tool that simplifies the process of
creating and distributing high-performance Python packages, especially
designed for those using Cython for compilation. With support for the latest
PEPs, Whey offers a comprehensive solution for building and packaging advanced
Python projects.
.
some of the main features of the Whey project:
- PEP 621 metadata support:
Whey incorporates metadata as specified by PEP 621, allowing efficient
management of dependencies in Python projects.
- PEP 517 Can be used as a backend build:
As a PEP 517 backend, Whey offers flexibility in building projects,
including those that rely on Cython for compiling C/C++ extensions.
- PEP 427 creates wheels:
Whey has the ability to create wheels, as defined by PEP 427. This is
particularly relevant for projects using Cython, as wheels are binary
packages, providing efficiency in packaging and distribution.
- Handles hint type files (py.typed and .pyi stubs):
Whey understands and properly handles hint type files such as py.typed
and *.pyi stubs. Although not directly linked to Cython, this capability
is crucial for modern projects that make use of type annotations to
improve static analysis and documentation.
Description-md5:
Homepage: https://github.com/repo-helper/whey
Section: python
Priority: optional
Filename: pool/main/p/python-whey/python3-whey_0.0.24-2_all.deb

5. The same packages on other Linux Distributions