Metadata-Version: 2.1
Name: bowtie-json-schema
Version: 2023.12.4
Summary: A meta-validator for the JSON Schema specification.
Project-URL: Documentation, https://docs.bowtie.report/
Project-URL: Homepage, https://bowtie.report/
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 :: 4 - Beta
Classifier: Intended Audience :: Developers
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.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: File Formats :: JSON :: JSON Schema
Requires-Python: >=3.10
Requires-Dist: aiodocker
Requires-Dist: attrs>=22.2.0
Requires-Dist: click
Requires-Dist: diagnostic
Requires-Dist: github3-py
Requires-Dist: jsonschema>=4.19.0
Requires-Dist: referencing>=0.31.0
Requires-Dist: rich
Requires-Dist: structlog
Requires-Dist: trogon>=0.4.0
Requires-Dist: typing-extensions; python_version < '3.11'
Requires-Dist: url-py
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/bowtie/schemas/io.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://docs.bowtie.report/>`_.
