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

Last updated: May 14,2024

1. Install "python3-cattr" package

This tutorial shows how to install python3-cattr on Kali Linux

$ sudo apt update $ sudo apt install python3-cattr

2. Uninstall "python3-cattr" package

Please follow the steps below to uninstall python3-cattr on Kali Linux:

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

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

Package: python3-cattr
Source: python-cattrs
Version: 22.2.0-2
Installed-Size: 157
Maintainer: Sandro Tosi
Architecture: all
Depends: python3-attr, python3-exceptiongroup | python3-supported-min (>= 3.11), python3-typing-extensions | python3-supported-min (>= 3.8), python3:any
Size: 30828
SHA256: 564e3eedc2f435d83bcf7449d6d8a5d4d2d763233433059f552de967458e73a2
SHA1: 67fd88eabbbc3162786479ea0d06b336338c6628
MD5sum: 267dcdb1a2bf196c663fade6155c3ca6
Description: composable complex class support for attrs and dataclasses
cattrs is an open source Python library for structuring and unstructuring
data. cattrs works best with attrs classes, dataclasses and the usual
Python collections, but other kinds of classes are supported by manually
registering converters.
.
Python has a rich set of powerful, easy to use, built-in data types like
dictionaries, lists and tuples. These data types are also the lingua franca
of most data serialization libraries, for formats like json, msgpack, yaml or
toml.
.
Data types like this, and mappings like dict s in particular, represent
unstructured data. Your data is, in all likelihood, structured: not all
combinations of field names or values are valid inputs to your programs. In
Python, structured data is better represented with classes and enumerations.
attrs is an excellent library for declaratively describing the structure of
your data, and validating it.
.
When you're handed unstructured data (by your network, file system,
database...), uattrs helps to convert this data into structured data. When you
have to convert your structured data into data types other libraries can
handle, cattrs turns your classes and enumerations into dictionaries, integers
and strings.
Description-md5:
Homepage: https://github.com/python-attrs/cattrs
Section: python
Priority: optional
Filename: pool/main/p/python-cattrs/python3-cattr_22.2.0-2_all.deb