Home > Repositories > base > python-jsonslicer

python-jsonslicer: Performs a stream or iterative, pull JSON parsing and is able to parse very large JSON files or streams

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, so it's also quite fast.
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.
Name:python-jsonslicer
Release: 0.1.8-2mamba
Group:System/Libraries
Maintainer:silvan
License:MIT
Size:34.32 kB
Upstream URL:https://pypi.org/project/jsonslicer/
Build time:2023-09-26 22:30:08
Binary packages and requirements
x86_64i586
Built RPMSpython-jsonslicer-py3
python-jsonslicer-py310
python-jsonslicer-py3
python-jsonslicer-py310
Build requirementsglibc-devel [1]
libgcc [1]
libpython-devel [1]
libpython3-devel [1]
libpython311-devel [1]
libstdc++6-devel [1]
libyajl-devel [1]
python3 [1]
python3-devel[>=0:3.11.5-3mamba] [1]
glibc-devel [1]
libgcc [1]
libpython-devel [1]
libpython3-devel [1]
libpython311-devel [1]
libstdc++6-devel [1]
libyajl-devel [1]
python3 [1]
python3-devel[>=0:3.11.5-3mamba] [1]
History of changes
DatePackagerReleaseDescription
2023-09-26autodist0.1.8-2mamba- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba
2022-10-26autodist0.1.8-1mamba- automatic version update by autodist
2021-07-08autodist0.1.7-1mamba- automatic version update by autodist
2021-01-31silvan0.1.6-1mamba- package created using the webbuild interface