How to Install and Uninstall python3-dom-toml Package on Kali Linux

Last updated: June 28,2024

1. Install "python3-dom-toml" package

Please follow the guidelines below to install python3-dom-toml on Kali Linux

$ sudo apt update $ sudo apt install python3-dom-toml

2. Uninstall "python3-dom-toml" package

Please follow the guidelines below to uninstall python3-dom-toml on Kali Linux:

$ sudo apt remove python3-dom-toml $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-dom-toml package on Kali Linux

Package: python3-dom-toml
Source: python-dom-toml
Version: 0.6.1-4
Installed-Size: 48
Maintainer: Debian Python Team
Architecture: all
Depends: python3-domdf-python-tools, python3-toml, python3:any
Size: 9940
SHA256: 240cba72be427e829ec640eda9e6613c1885e202415fbfac4a82202e5417bfbf
SHA1: 088cb39b2a71052d4af9acd7b6de3ada4c8800a0
MD5sum: cf7d937ee0836f007cfb029f595b4f6e
Description: Dom's tools for Tom's obvious, minimal language
dom_toml is a high-level parser and interface for working with TOML files
in Python. It aims to provide a simple and intuitive way to read, write and
manipulate TOML files.
.
Parsing TOML files: dom_toml can parse TOML files, converting them into a
Python data structure such as dictionaries, lists, and other data types.
.
Accessing and manipulating TOML data: With dom_toml, it is possible to access
the different elements of a TOML file, such as keys, values ​​and tables. You
can read, modify and add data to the TOML file using the API provided by
dom_toml.
.
Writing TOML files: In addition to parsing TOML files, dom_toml also lets you
write data to a TOML file from a Python data structure. This is useful when you
want to save or update settings in a TOML file.
.
Advanced manipulation: dom_toml can offer additional features such as syntax
validation, error handling and other functionality to facilitate manipulation
of TOML files.
Description-md5:
Homepage: https://github.com/domdfcoding/dom_toml
Section: python
Priority: optional
Filename: pool/main/p/python-dom-toml/python3-dom-toml_0.6.1-4_all.deb