Metadata-Version: 2.4
Name: jsonresolver
Version: 0.5.2
Summary: JSON data resolver with support for plugins.
Project-URL: Homepage, https://github.com/inveniosoftware/jsonresolver
Author-email: Invenio collaboration <info@inveniosoftware.org>
License-Expression: BSD-3-Clause
License-File: AUTHORS.rst
License-File: LICENSE
Keywords: Invenio
Classifier: Development Status :: 5 - Production/Stable
Requires-Python: >=3.7
Requires-Dist: jsonschema-specifications
Requires-Dist: pluggy<2,>=1.0
Requires-Dist: werkzeug>=1.0.0
Provides-Extra: docs
Provides-Extra: jsonref
Requires-Dist: jsonref>=1.0.0; extra == 'jsonref'
Provides-Extra: jsonschema
Requires-Dist: jsonschema>=2.5.1; extra == 'jsonschema'
Provides-Extra: tests
Requires-Dist: jsonref>=1.0.0; extra == 'tests'
Requires-Dist: jsonschema>=2.5.1; extra == 'tests'
Requires-Dist: mock>=1.3.0; extra == 'tests'
Requires-Dist: pytest-black>=0.3.0; extra == 'tests'
Requires-Dist: pytest-cache>=1.0; extra == 'tests'
Requires-Dist: pytest-invenio<4.0.0,>=3.0.0; extra == 'tests'
Requires-Dist: requests>=2.7.0; extra == 'tests'
Requires-Dist: sphinx>=4.5; extra == 'tests'
Description-Content-Type: text/x-rst

..
    SPDX-FileCopyrightText: 2015 CERN.
    SPDX-License-Identifier: BSD-3-Clause

==============
 JSONResolver
==============

.. image:: https://github.com/inveniosoftware/jsonresolver/workflows/CI/badge.svg
        :target: https://github.com/inveniosoftware/jsonresolver/actions?query=workflow%3ACI

.. image:: https://img.shields.io/coveralls/inveniosoftware/jsonresolver.svg
        :target: https://coveralls.io/r/inveniosoftware/jsonresolver

.. image:: https://img.shields.io/github/tag/inveniosoftware/jsonresolver.svg
        :target: https://github.com/inveniosoftware/jsonresolver/releases

.. image:: https://img.shields.io/pypi/dm/jsonresolver.svg
        :target: https://pypi.python.org/pypi/jsonresolver

.. image:: https://img.shields.io/github/license/inveniosoftware/jsonresolver.svg
        :target: https://github.com/inveniosoftware/jsonresolver/blob/master/LICENSE


JSON data resolver with support for plugins.

*This is an experimental developer preview release.*

* Free software: BSD license
* Documentation: https://jsonresolver.readthedocs.io/
