How to Install and Uninstall python39-jsonref Package on openSuSE Tumbleweed

Last updated: July 04,2024

1. Install "python39-jsonref" package

Please follow the steps below to install python39-jsonref on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-jsonref

2. Uninstall "python39-jsonref" package

This is a short guide on how to uninstall python39-jsonref on openSuSE Tumbleweed:

$ sudo zypper remove python39-jsonref

3. Information about the python39-jsonref package on openSuSE Tumbleweed

Information for package python39-jsonref:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-jsonref
Version : 1.1.0-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 52.8 KiB
Installed : No
Status : not installed
Source package : python-jsonref-1.1.0-1.4.src
Upstream URL : https://github.com/gazpachoking/jsonref
Summary : An implementation of JSON Reference for Python
Description :
jsonref is a library for automatic dereferencing of JSON Reference
objects for Python (supporting 2.6+ including Python 3).
This library lets you use a data structure with JSON reference objects, as if
the references had been replaced with the referent data.
Features
* References are evaluated lazily. Nothing is dereferenced until it is used.
* Recursive references are supported, and create recursive python data
structures.
References objects are actually replaced by lazy lookup proxy objects which are
almost completely transparent.
Complete docs can be found at http://jsonref.readthedocs.org/