Metadata-Version: 2.1
Name: json2args
Version: 0.5.1
Summary: Read keyword arguments from json file automagically
Author: Mirko Mälicke
Author-email: mirko@hydrocode.de
License: MIT
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pyyaml
Requires-Dist: python-dateutil
Requires-Dist: typing-extensions
Provides-Extra: preload
Requires-Dist: pandas ; extra == 'preload'
Requires-Dist: polars ; extra == 'preload'
Requires-Dist: pyarrow ; extra == 'preload'
Requires-Dist: xarray ; extra == 'preload'
Requires-Dist: netCDF4 ; extra == 'preload'
Provides-Extra: tests
Requires-Dist: pytest ; extra == 'tests'
Requires-Dist: pytest-cov ; extra == 'tests'

# json2args
Read keyword arguments from json file automagically.

This package is part of the tool-runner stack.
If you build docker images for tool run based on a Python image,
this package will help you to parse parametrization files 
automagically.
