Metadata-Version: 2.4
Name: jsonresolver
Version: 0.4.1
Summary: JSON data resolver with support for plugins.
Home-page: https://github.com/inveniosoftware/jsonresolver
Author: Invenio collaboration
Author-email: info@inveniosoftware.org
License: BSD
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Requires-Python: >=3.7
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: pluggy<2,>=1.0
Requires-Dist: werkzeug>=1.0.0
Provides-Extra: tests
Requires-Dist: pytest-black>=0.3.0; extra == "tests"
Requires-Dist: mock>=1.3.0; extra == "tests"
Requires-Dist: pytest-cache>=1.0; extra == "tests"
Requires-Dist: requests>=2.7.0; extra == "tests"
Requires-Dist: pytest-invenio<4.0.0,>=3.0.0; extra == "tests"
Requires-Dist: sphinx>=4.5; extra == "tests"
Requires-Dist: jsonref>=1.0.0; extra == "tests"
Requires-Dist: jsonschema>=2.5.1; extra == "tests"
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"
Dynamic: license-file

..
    This file is part of jsonresolver
    Copyright (C) 2015 CERN.

    jsonresolver is free software; you can redistribute it and/or modify
    it under the terms of the Revised BSD License; see LICENSE file for
    more details.

==============
 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/

..
    This file is part of jsonresolver
    Copyright (C) 2015, 2016 CERN.
    Copyright (C) 2025 Graz University of Technology.

    jsonresolver is free software; you can redistribute it and/or modify
    it under the terms of the Revised BSD License; see LICENSE file for
    more details.

Changes
=======

Version v0.4.1 (released 2025-07-14)
------------------------------------

- chores: replaced importlib_metadata with importlib

Version v0.4.0 (released 2025-02-13)
------------------------------------

- Unpin ``pluggy``.


Version 0.3.2 (released 2022-10-31)
-----------------------------------

- Make the module compatible with jsonref v1.0.0


Version 0.3.1 (released 2020-05-06)
-----------------------------------

- Deprecated Python versions lower than 3.6.0. Now supporting 3.6.0 and 3.7.0.


Version 0.3.0 (released 2020-03-12)
-----------------------------------

- Drops support for Python 2.7
- Updates testing method
- Updates python dependencies


Version 0.2.1 (released 2016-04-15)
-----------------------------------

Bug fixes
~~~~~~~~~

- Fixes issue with exceptions raised during e.g. resolver plugin
  loading being caught and not propagated.

Version 0.2.0 (released 2016-04-06)
-----------------------------------

Incompatible changes
~~~~~~~~~~~~~~~~~~~~

- Changes resolving to be based on hostname without 'http://' prefix.

Bug fixes
~~~~~~~~~

- Fixes issues with the hostname not being matched resulting in the
  same route on two hosts not to work.

Version 0.1.1 (released 2015-12-11)
-----------------------------------

Improved features
~~~~~~~~~~~~~~~~~

- Delays the url_map building until first resolve request.

Version 0.1.0 (released 2015-11-18)
-----------------------------------

- Initial public release.
