How to Install and Uninstall python38-json_tricks Package on openSuSE Tumbleweed

Last updated: July 08,2024

1. Install "python38-json_tricks" package

This guide let you learn how to install python38-json_tricks on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-json_tricks

2. Uninstall "python38-json_tricks" package

Please follow the instructions below to uninstall python38-json_tricks on openSuSE Tumbleweed:

$ sudo zypper remove python38-json_tricks

3. Information about the python38-json_tricks package on openSuSE Tumbleweed

Information for package python38-json_tricks:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-json_tricks
Version : 3.15.5-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 181,0 KiB
Installed : No
Status : not installed
Source package : python-json_tricks-3.15.5-1.2.src
Summary : Extra features for Python's JSON
Description :
The json_tricks package brings several pieces of functionality to
python handling of json files:
1. Store and load numpy arrays in human-readable format.
2. Store and load class instances both generic and customized.
3. Store and load date/times as a dictionary (including timezone).
4. Preserve map order {} using OrderedDict.
5. Allow for comments in json files by starting lines with #.
6. Sets, complex numbers, Decimal, Fraction, enums, compression, duplicate keys, ...
As well as compression and disallowing duplicate keys.