How to Install and Uninstall python3-dotty-dict Package on Kali Linux

Last updated: July 06,2024

1. Install "python3-dotty-dict" package

This is a short guide on how to install python3-dotty-dict on Kali Linux

$ sudo apt update $ sudo apt install python3-dotty-dict

2. Uninstall "python3-dotty-dict" package

Please follow the step by step instructions below to uninstall python3-dotty-dict on Kali Linux:

$ sudo apt remove python3-dotty-dict $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-dotty-dict package on Kali Linux

Package: python3-dotty-dict
Source: dotty-dict
Version: 1.3.1-2
Installed-Size: 283
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any, libjs-sphinxdoc (>= 4.3), sphinx-rtd-theme-common (>= 1.0.0+dfsg)
Size: 31912
SHA256: 3573016ceecdd6e02fd403188250458e10965303958328b96a286d69523dd60e
SHA1: b9dcbc3f3e6e8b8098f28053c8a305a34503590d
MD5sum: ca966a5aab23778e3db35736fc47f406
Description: Dictionary wrapper for quick access to deeply nested keys
Features:
.
* Simple wrapper around Python dictionary and dict like objects
* Two wrappers with the same dict are considered equal
* Access to deeply nested keys with dot notation: dot['deeply.nested.key']
* Create, read, update and delete nested keys of any length
* Access dicts in lists by index dot['parents.0.first_name']
* Support for setting value in multidimensional lists
* Support for accessing lists with slices
Description-md5:
Homepage: https://github.com/pawelzny/dotty_dict
Built-Using: sphinx (= 4.5.0-4)
Section: python
Priority: optional
Filename: pool/main/d/dotty-dict/python3-dotty-dict_1.3.1-2_all.deb