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

Last updated: June 25,2024

1. Install "python311-jsonref" package

This guide let you learn how to install python311-jsonref on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-jsonref

2. Uninstall "python311-jsonref" package

Please follow the guidance below to uninstall python311-jsonref on openSuSE Tumbleweed:

$ sudo zypper remove python311-jsonref

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

Information for package python311-jsonref:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-jsonref
Version : 1.1.0-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 64.6 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/