Metadata-Version: 2.4
Name: json-schema2salad
Version: 0.1.0
Summary: A simple CLI tool to convert JSON Schema instances to Salad schemas
Project-URL: Documentation, https://github.com/Terradue/json-schema2salad#readme
Project-URL: Issues, https://github.com/Terradue/json-schema2salad/issues
Project-URL: Source, https://github.com/Terradue/json-schema2salad
Author-email: Terradue <simone.tripodi@terradue.com>
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.8
Requires-Dist: click==8.3.1
Requires-Dist: httpx==0.28.1
Requires-Dist: jsonpointer==3.0.0
Requires-Dist: jsonref==1.1.0
Requires-Dist: loguru==0.7.3
Requires-Dist: pydantic==2.13.3
Requires-Dist: pyyaml==6.0.3
Requires-Dist: typing-extensions>=4.0
Description-Content-Type: text/markdown

# json_schema2salad

[![PyPI - Version](https://img.shields.io/pypi/v/json-schema2salad.svg)](https://pypi.org/project/json-schema2salad)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/json-schema2salad.svg)](https://pypi.org/project/json-schema2salad)

-----

## Table of Contents

- [Installation](#installation)
- [License](#license)

## Installation

```console
pip install json-schema2salad
```

## License

`json-schema2salad` is distributed under the terms of the [Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0) license.
