Metadata-Version: 2.1
Name: bowtie-json-schema
Version: 0.61.1
Summary: A meta-validator for the JSON Schema specification.
Project-URL: Homepage, https://github.com/bowtie-json-schema/bowtie
Project-URL: Issues, https://github.com/bowtie-json-schema/bowtie/issues/
Project-URL: Source, https://github.com/bowtie-json-schema/bowtie
Author: Julian Berman
Author-email: Julian+bowtie@GrayVines.com
License: MIT
License-File: LICENSE
Keywords: data validation,json,json schema,jsonschema,validation
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.8
Requires-Dist: aiodocker
Requires-Dist: attrs
Requires-Dist: click
Requires-Dist: github3-py
Requires-Dist: jinja2
Requires-Dist: jsonschema
Requires-Dist: rich
Requires-Dist: structlog
Description-Content-Type: text/x-rst

======
Bowtie
======

.. image:: ./docs/_static/dreamed.png
  :alt: Bowtie
  :target: https://pypi.org/project/bowtie-json-schema/
  :align: center
  :width: 250px

|

.. image:: https://zenodo.org/badge/531839193.svg
  :alt: DOI
  :target: https://zenodo.org/badge/latestdoi/531839193

.. image:: https://img.shields.io/pypi/v/bowtie-json-schema.svg
  :alt: PyPI version
  :target: https://pypi.org/project/bowtie-json-schema/

.. image:: https://img.shields.io/pypi/pyversions/bowtie-json-schema.svg
  :alt: Supported Python versions
  :target: https://pypi.org/project/bowtie-json-schema/

.. image:: https://github.com/bowtie-json-schema/bowtie/workflows/CI/badge.svg
  :alt: Build status
  :target: https://github.com/bowtie-json-schema/bowtie/actions?query=workflow%3ACI

.. image:: https://results.pre-commit.ci/badge/github/bowtie-json-schema/bowtie/main.svg
  :alt: pre-commit.ci status
  :target: https://results.pre-commit.ci/latest/github/bowtie-json-schema/bowtie/main

|

Bowtie is a *meta*-validator of the `JSON Schema specification <https://json-schema.org/>`_, by which we mean it coordinates executing *other* `validator implementations <https://json-schema.org/implementations.html>`_, collecting and reporting on their results.

To do so it defines a simple input/output protocol (specified in `this JSON Schema <https://github.com/bowtie-json-schema/bowtie/blob/main/io-schema.json>`_ which validator implementations can implement, and it provides a CLI which can execute supported implementations.

It's called Bowtie because it fans in lots of JSON then fans out lots of results: ``>·<``.
Looks like a bowtie, no?
Also because it's elegant – we hope.

For more information, see `Bowtie's documentation <https://bowtie-json-schema.readthedocs.io/>`_.
