Metadata-Version: 2.0
Name: jsonschemaplus
Version: 0.0.1.dev1
Summary: JSON Schema validation for Python
Home-page: https://github.com/silverfernsys/jsonschemaplus
Author: Silver Fern Systems
Author-email: dev@silverfern.io
License: BSD
Keywords: validation validator schema json jsonschema
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.0
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Provides-Extra: test
Requires-Dist: coverage; extra == 'test'
Requires-Dist: codecov; extra == 'test'
Requires-Dist: pytest; extra == 'test'

.. image:: https://img.shields.io/pypi/v/jsonschemaplus.svg
    :target: https://pypi.python.org/pypi/jsonschemaplus
.. image:: https://travis-ci.org/silverfernsys/jsonschemaplus.svg?branch=master
    :target: https://travis-ci.org/silverfernsys/jsonschemaplus
.. image:: https://codecov.io/gh/silverfernsys/jsonschemaplus/branch/master/graph/badge.svg
    :target: https://codecov.io/gh/silverfernsys/jsonschemaplus
.. image:: https://img.shields.io/pypi/l/jsonschemaplus.svg
    :target: https://pypi.python.org/pypi/jsonschemaplus
.. image:: https://img.shields.io/pypi/status/jsonschemaplus.svg
    :target: https://pypi.python.org/pypi/jsonschemaplus
.. image:: https://img.shields.io/pypi/implementation/jsonschemaplus.svg
    :target: https://pypi.python.org/pypi/jsonschemaplus
.. image:: https://img.shields.io/pypi/pyversions/jsonschemaplus.svg
    :target: https://pypi.python.org/pypi/jsonschemaplus
.. image:: https://img.shields.io/pypi/format/jsonschemaplus.svg
    :target: https://pypi.python.org/pypi/jsonschemaplus
.. image:: https://img.shields.io/librariesio/github/silverfernsys/jsonschemaplus.svg

jsonschemaplus
=======================

**This project is not yet ready for use.**

A modular implementation of `JSON Schema <http://json-schema.org>`_.

Planned Features
----------------

- Support for `Draft 4 <http://json-schema.org/documentation.html>`_ of the specification.
- Lazy json validation.
- Full featured error reporting.


