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

Last updated: May 04,2024

1. Install "python3-traittypes" package

Please follow the instructions below to install python3-traittypes on Kali Linux

$ sudo apt update $ sudo apt install python3-traittypes

2. Uninstall "python3-traittypes" package

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

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

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

Package: python3-traittypes
Source: traittypes
Version: 0.2.1-4
Installed-Size: 40
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 6984
SHA256: 6fac31567f7070a0ed817a8f15a886d77c35f7f53e8375cee82a8b85a260779c
SHA1: fb300fe05cbc73d73c5adce16eb849241915e29c
MD5sum: 10a603065e17c9f8f6653f501b4139fc
Description: Scipy trait types
Custom trait types for scientific computing (NumPy, SciPy and
friends).
.
The goal of this library is to provide a reference implementation of
trait types for common data structuresused in the scipy stack such as
numpy arrays, pandas and xarray data structures which are out of the
scope of the main traitlets project but are a common requirement to
build applications with traitlets in combination with the scipy
stack.
.
Another goal is to create adequate serialization and deserialization
routines for these trait types to be used with the ipywidgets project
(to_json and from_json). These could also return a list of binary
buffers as allowed by the current messaging protocol.
Description-md5:
Homepage: http://ipython.org
Section: python
Priority: optional
Filename: pool/main/t/traittypes/python3-traittypes_0.2.1-4_all.deb