Metadata-Version: 2.4
Name: schema-tools
Version: 0.1.3
Summary: Collection of tools to parse, query, map,... Json/Yaml schemas
Home-page: https://github.com/christophevg/schema-tools
Author: Christophe VG
License: MIT
Keywords: json yaml schema tools
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Environment :: Console
Classifier: Topic :: Software Development
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: json-cfg
Requires-Dist: pyyaml
Requires-Dist: requests
Requires-Dist: requests-file
Requires-Dist: rich
Requires-Dist: xmlschema
Requires-Dist: elementpath
Requires-Dist: fire
Requires-Dist: flask
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

# Schema Tools

> Collection of tools to parse, query, map,... Json/Yaml schemas

[![Latest Version on PyPI](https://img.shields.io/pypi/v/schema-tools.svg)](https://pypi.python.org/pypi/schema-tools/)
[![Supported Implementations](https://img.shields.io/pypi/pyversions/schema-tools.svg)](https://pypi.python.org/pypi/schema-tools/)
![Build Status](https://github.com/christophevg/schema-tools/actions/workflows/test.yaml/badge.svg)
[![Documentation Status](https://readthedocs.org/projects/schema-tools/badge/?version=latest)](https://schema-tools.readthedocs.io/en/latest/?badge=latest)
[![Coverage Status](https://coveralls.io/repos/github/christophevg/schema-tools/badge.svg?branch=master)](https://coveralls.io/github/christophevg/schema-tools?branch=master)
[![Built with PyPi Template](https://img.shields.io/badge/PyPi_Template-v1.5.1-blue.svg)](https://github.com/christophevg/pypi-template)



> [!NOTE]  
> Visit [Read the Docs](https://schema-tools.readthedocs.org) for the full documentation, including overviews and several examples.


