How to Install and Uninstall python3-json_tricks Package on openSUSE Leap

Last updated: May 02,2024

1. Install "python3-json_tricks" package

In this section, we are going to explain the necessary steps to install python3-json_tricks on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-json_tricks

2. Uninstall "python3-json_tricks" package

Please follow the step by step instructions below to uninstall python3-json_tricks on openSUSE Leap:

$ sudo zypper remove python3-json_tricks

3. Information about the python3-json_tricks package on openSUSE Leap

Information for package python3-json_tricks:
--------------------------------------------
Repository : Main Repository
Name : python3-json_tricks
Version : 3.15.2-bp155.2.10
Arch : noarch
Vendor : openSUSE
Installed Size : 183.7 KiB
Installed : No
Status : not installed
Source package : python-json_tricks-3.15.2-bp155.2.10.src
Upstream URL : https://github.com/mverleg/pyjson_tricks
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.