Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python313-jsonslicer-0.1.8-2.1 RPM for x86_64

From OpenSuSE Tumbleweed for x86_64

Name: python313-jsonslicer Distribution: openSUSE Tumbleweed
Version: 0.1.8 Vendor: openSUSE
Release: 2.1 Build date: Fri May 30 11:00:34 2025
Group: Unspecified Build host: reproducible
Size: 69866 Source RPM: python-jsonslicer-0.1.8-2.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/AMDmi3/jsonslicer
Summary: Streaming JSON parser with iterator interface
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.

Provides

Requires