Metadata-Version: 2.0
Name: jsonresolver
Version: 0.1.1
Summary: JSON data resolver with support for plugins.
Home-page: https://github.com/inveniosoftware/jsonresolver
Author: Invenio collaboration
Author-email: info@invenio-software.org
License: BSD
Platform: any
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Framework :: Flask
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Development Status :: 1 - Planning
Requires-Dist: six (>=1.8.0)
Requires-Dist: pluggy (>=0.3.0,<1.0)
Requires-Dist: werkzeug (>=0.10.4)
Provides-Extra: all
Requires-Dist: Sphinx (>=1.3); extra == 'all'
Requires-Dist: check-manifest (>=0.25); extra == 'all'
Requires-Dist: coverage (>=4.0); extra == 'all'
Requires-Dist: isort (>=4.2.2); extra == 'all'
Requires-Dist: pep257 (>=0.7.0); extra == 'all'
Requires-Dist: pytest-cache (>=1.0); extra == 'all'
Requires-Dist: pytest-cov (>=1.8.0); extra == 'all'
Requires-Dist: pytest-pep8 (>=1.0.6); extra == 'all'
Requires-Dist: pytest (>=2.8.0); extra == 'all'
Requires-Dist: requests (>=2.7.0); extra == 'all'
Requires-Dist: jsonschema (>=2.5.1); extra == 'all'
Requires-Dist: jsonref (>=0.1); extra == 'all'
Requires-Dist: Sphinx (>=1.3); extra == 'all'
Requires-Dist: check-manifest (>=0.25); extra == 'all'
Requires-Dist: coverage (>=4.0); extra == 'all'
Requires-Dist: isort (>=4.2.2); extra == 'all'
Requires-Dist: pep257 (>=0.7.0); extra == 'all'
Requires-Dist: pytest-cache (>=1.0); extra == 'all'
Requires-Dist: pytest-cov (>=1.8.0); extra == 'all'
Requires-Dist: pytest-pep8 (>=1.0.6); extra == 'all'
Requires-Dist: pytest (>=2.8.0); extra == 'all'
Requires-Dist: requests (>=2.7.0); extra == 'all'
Requires-Dist: jsonschema (>=2.5.1); extra == 'all'
Requires-Dist: jsonref (>=0.1); extra == 'all'
Provides-Extra: docs
Requires-Dist: Sphinx (>=1.3); extra == 'docs'
Provides-Extra: jsonref
Requires-Dist: jsonref (>=0.1); extra == 'jsonref'
Provides-Extra: jsonschema
Requires-Dist: jsonschema (>=2.5.1); extra == 'jsonschema'
Provides-Extra: tests
Requires-Dist: check-manifest (>=0.25); extra == 'tests'
Requires-Dist: coverage (>=4.0); extra == 'tests'
Requires-Dist: isort (>=4.2.2); extra == 'tests'
Requires-Dist: pep257 (>=0.7.0); extra == 'tests'
Requires-Dist: pytest-cache (>=1.0); extra == 'tests'
Requires-Dist: pytest-cov (>=1.8.0); extra == 'tests'
Requires-Dist: pytest-pep8 (>=1.0.6); extra == 'tests'
Requires-Dist: pytest (>=2.8.0); extra == 'tests'
Requires-Dist: requests (>=2.7.0); extra == 'tests'

..
    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://img.shields.io/travis/inveniosoftware/jsonresolver.svg
        :target: https://travis-ci.org/inveniosoftware/jsonresolver

.. 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://pythonhosted.org/jsonresolver/


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

Changes
=======

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.


