How to Install and Uninstall python3-typedload Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 19,2024

1. Install "python3-typedload" package

This tutorial shows how to install python3-typedload on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-typedload

2. Uninstall "python3-typedload" package

Learn how to uninstall python3-typedload on Ubuntu 21.10 (Impish Indri):

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

3. Information about the python3-typedload package on Ubuntu 21.10 (Impish Indri)

Package: python3-typedload
Architecture: all
Version: 2.8-1
Priority: optional
Section: universe/python
Source: typedload
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Salvo 'LtWorf' Tomaselli
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 105
Depends: python3:any
Filename: pool/universe/t/typedload/python3-typedload_2.8-1_all.deb
Size: 31856
MD5sum: 63bc31dac68a8a64949c5b193dc8e3de
SHA1: b12c2e4297daf00ae21ded36267f7e21dc99e8b1
SHA256: c8085bdebdfe306137c7a073edaee838fee89aad7e79df43a0bd085999cbbfe7
SHA512: 6d5db55a129e121ec67e8363edf95bf03d43225270aa4f93482978a62b0d4f184e743a08288b260952f696c5eb8cb50033bc382bf3e7ca7e751e12f80e8ee7eb
Homepage: https://ltworf.github.io/typedload/
Description-en: 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: cc239c0cf96c27f3473bf13fac05276a