Home > Repository > 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.
Nome:python-jsonslicer
Versione: 0.1.8-2mamba
Gruppo:System/Libraries
Manutentore:silvan
Licenza:MIT
Dimensione:34,32 kB
URL di origine:https://pypi.org/project/jsonslicer/
Data di compilazione:2023-09-26 22:30:08
Pacchetti binari e dipendenze
x86_64i586
RPM creatipython-jsonslicer-py3
python-jsonslicer-py310
python-jsonslicer-py3
python-jsonslicer-py310
Dipendenze di compilazioneglibc-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]
Cronologia delle modifiche
DataPackagerVersioneDescrizione
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