How to Install and Uninstall python36-jsonslicer Package on openSuSE Tumbleweed
Last updated: January 24,2025
Deprecated! Installation of this package may no longer be supported.
1. Install "python36-jsonslicer" package
This tutorial shows how to install python36-jsonslicer on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python36-jsonslicer
Copied
2. Uninstall "python36-jsonslicer" package
Please follow the guidance below to uninstall python36-jsonslicer on openSuSE Tumbleweed:
$
sudo zypper remove
python36-jsonslicer
Copied
3. Information about the python36-jsonslicer package on openSuSE Tumbleweed
Information for package python36-jsonslicer:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-jsonslicer
Version : 0.1.6-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 62,4 KiB
Installed : No
Status : not installed
Source package : python-jsonslicer-0.1.6-1.2.src
Summary : Streaming JSON parser with iterator interface
Description :
JsonSlicer performs a stream or iterative, pull JSON parsing, which
means it does not load whole JSON into memory and is able to parse
very large JSON files or streams. The module is written in C and uses
YAJL JSON parsing library.
JsonSlicer takes a path of JSON map keys or array indexes, and
provides iterator interface which yields JSON data matching
given path as complete Python objects.
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-jsonslicer
Version : 0.1.6-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 62,4 KiB
Installed : No
Status : not installed
Source package : python-jsonslicer-0.1.6-1.2.src
Summary : Streaming JSON parser with iterator interface
Description :
JsonSlicer performs a stream or iterative, pull JSON parsing, which
means it does not load whole JSON into memory and is able to parse
very large JSON files or streams. The module is written in C and uses
YAJL JSON parsing library.
JsonSlicer takes a path of JSON map keys or array indexes, and
provides iterator interface which yields JSON data matching
given path as complete Python objects.