Metadata-Version: 2.1
Name: schema-tools
Version: 0.0.10
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
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development
Description-Content-Type: text/markdown
Requires-Dist: json-cfg
Requires-Dist: pyyaml
Requires-Dist: requests
Requires-Dist: requests-file

# 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://secure.travis-ci.org/christophevg/schema-tools.svg?branch=master)](http://travis-ci.org/christophevg/schema-tools)
[![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-v0.1.4-blue.svg)](https://github.com/christophevg/pypi-template)



## Documentation

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




