How to Install and Uninstall python-cattrs-doc Package on Kali Linux

Last updated: May 16,2024

1. Install "python-cattrs-doc" package

Please follow the guidelines below to install python-cattrs-doc on Kali Linux

$ sudo apt update $ sudo apt install python-cattrs-doc

2. Uninstall "python-cattrs-doc" package

This tutorial shows how to uninstall python-cattrs-doc on Kali Linux:

$ sudo apt remove python-cattrs-doc $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-cattrs-doc package on Kali Linux

Package: python-cattrs-doc
Source: python-cattrs
Version: 22.2.0-2
Installed-Size: 1511
Maintainer: Sandro Tosi
Architecture: all
Depends: libjs-sphinxdoc (>= 7.2.2)
Size: 116464
SHA256: 83a5c3ca7e3da92dcbe48677d776a62f37477c48ddcebc902b89fe7e70e322e6
SHA1: 124da0c7c754d1ebf0bf63b5f9adf279296a20e8
MD5sum: c89439e72fb8ce712bfc3579e4dc39ed
Description: documentation for the cattrs Python library
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.
.
This package provides documentation for cattrs
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/python-attrs/cattrs
Section: doc
Priority: optional
Filename: pool/main/p/python-cattrs/python-cattrs-doc_22.2.0-2_all.deb