Metadata-Version: 2.1
Name: json-utils-sebastian-achim-mueller
Version: 0.0.1
Summary: JSON-lines and recursive reading of json-files in a path.
Home-page: https://github.com/cherenkov-plenoscope/json_utils
Author: Sebastian Achim Mueller
Author-email: sebastian-achim.mueller@mpi-hd.mpg.de
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.0
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: json-numpy-sebastian-achim-mueller

##########
Json-utils
##########
|TestStatus| |PyPiStatus| |BlackStyle| |PackStyleBlack|

*****
numpy
*****
Uses ``json_numpy`` for transparent ``loads`` and ``dumps`` of lists into numpy-arrayrs if the ``dtype`` is either purely int or float.

*****
trees
*****
Recursively read all ``.json`` files in a path and return a single ``dict``.

*****
lines
*****
JSON-lines or ``.jsonl`` is a powerful extension to the JSON-family.


.. |TestStatus| image:: https://github.com/cherenkov-plenoscope/json_utils/actions/workflows/test.yml/badge.svg?branch=main
    :target: https://github.com/cherenkov-plenoscope/json_utils/actions/workflows/test.yml

.. |PyPiStatus| image:: https://img.shields.io/pypi/v/json_utils_sebastian-achim-mueller
    :target: https://pypi.org/project/json_utils_sebastian-achim-mueller

.. |BlackStyle| image:: https://img.shields.io/badge/code%20style-black-000000.svg
    :target: https://github.com/psf/black

.. |PackStyleBlack| image:: https://img.shields.io/badge/pack%20style-black-000000.svg
    :target: https://github.com/cherenkov-plenoscope/black_pack
