How to Install and Uninstall python310-toml Package on openSuSE Tumbleweed

Last updated: June 27,2024

1. Install "python310-toml" package

This guide covers the steps necessary to install python310-toml on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-toml

2. Uninstall "python310-toml" package

This guide let you learn how to uninstall python310-toml on openSuSE Tumbleweed:

$ sudo zypper remove python310-toml

3. Information about the python310-toml package on openSuSE Tumbleweed

Information for package python310-toml:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-toml
Version : 0.10.2-3.7
Arch : noarch
Vendor : openSUSE
Installed Size : 103.2 KiB
Installed : No
Status : not installed
Source package : python-toml-0.10.2-3.7.src
Upstream URL : https://github.com/uiri/toml
Summary : Python module which parses and emits TOML
Description :
Python toml allows to parse and create toml configuration files.
See below the toml specification link.
Usage
toml.loads --- takes a string to be parsed as toml and returns
the corresponding dictionary
toml.dumps --- takes a dictionary and returns a string which
is the contents of the corresponding toml file.
There are other functions which can be used to dump and load various
fragments of toml but dumps and loads will cover most usage.
Current Version of TOML Specification
https://github.com/mojombo/toml/blob/v0.4.0/README.md