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

Last updated: May 17,2024

1. Install "python3-typedload" package

Please follow the steps below to install python3-typedload on Kali Linux

$ sudo apt update $ sudo apt install python3-typedload

2. Uninstall "python3-typedload" package

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

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

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

Package: python3-typedload
Source: typedload
Version: 2.27-1
Installed-Size: 144
Maintainer: Salvo 'LtWorf' Tomaselli
Architecture: all
Depends: python3:any
Suggests: python3-typedload-doc
Size: 35996
SHA256: b9674a8e094e6991facabf9decb65ef221d39cab9b4959b979ded66f05f96544
SHA1: b55bb9890cb152d1fb0f72780fd302302d10fae3
MD5sum: 7087e451e9682d9abd317b1a8403c670
Description: Load and dump json-like data into typed data structures in Python3
This module provides an API to load dictionaries and lists (usually loaded
from json) into Python's NamedTuples, dataclass, sets, enums, and various
other typed data structures; respecting all the type-hints and performing
type checks or casts when needed.
.
It can also dump from typed data structures to json-like dictionaries and
lists.
.
It is very useful for projects that use Mypy and deal with untyped data like
json, because it guarantees that the data will follow the desired schema.
Description-md5:
Homepage: https://ltworf.github.io/typedload/
Section: python
Priority: optional
Filename: pool/main/t/typedload/python3-typedload_2.27-1_all.deb