Metadata-Version: 2.4
Name: bowtie-json-schema
Version: 2025.10.1
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: Funding, https://github.com/sponsors/Julian
Project-URL: Source, https://github.com/bowtie-json-schema/bowtie
Author-email: Julian Berman <Julian+bowtie@GrayVines.com>
License-Expression: MIT
License-File: LICENSE
Keywords: data validation,json,json schema,jsonschema,validation
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: File Formats :: JSON :: JSON Schema
Requires-Python: >=3.13
Requires-Dist: aiodocker
Requires-Dist: attrs>=22.2.0
Requires-Dist: diagnostic
Requires-Dist: github3-py
Requires-Dist: httpx
Requires-Dist: inflect
Requires-Dist: jsonschema-lexer
Requires-Dist: jsonschema>=4.19.0
Requires-Dist: pyperf
Requires-Dist: referencing-loaders>=2024.5.2
Requires-Dist: referencing>=0.31.0
Requires-Dist: rich
Requires-Dist: rich-click<1.8.10,>=1.8.0
Requires-Dist: rpds-py>=0.18.0
Requires-Dist: structlog
Requires-Dist: url-py>=0.11.3
Provides-Extra: strategies
Requires-Dist: hypothesis>=6.92.1; extra == 'strategies'
Description-Content-Type: text/x-rst

.. image:: https://github.com/bowtie-json-schema/branding/blob/main/primary-brandmark/neg-deeppink.png?raw=true
  :alt: Bowtie
  :target: https://pypi.org/project/bowtie-json-schema/

|

.. image:: https://img.shields.io/badge/Gitpod-try_Bowtie-blue?logo=gitpod
  :alt: Open in Gitpod
  :target: https://gitpod.io/#https://github.com/bowtie-json-schema/bowtie

.. image:: https://github.com/codespaces/badge.svg
  :alt: Open in GitHub Codespace
  :target: https://codespaces.new/bowtie-json-schema/bowtie
  :height: 22px

.. 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?label=version
  :alt: PyPI version
  :target: https://pypi.org/project/bowtie-json-schema/

|


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>`_, collecting and reporting on their results.

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/>`_.


.. 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
