Metadata-Version: 2.1
Name: apluslms-yamlidator
Version: 0.3.0rc1
Summary: An Yaml/Json validator with a schema registry
Home-page: https://github.com/apluslms/roman
Author: Jaakko Kantojärvi <jaakko.kantojarvi@aalto.fi>
Author-email: apluslms@googlegroups.com
License: MIT
Keywords: apluslms material
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Dist: jsonschema (<4,>=3.0.1)
Requires-Dist: requests (<3,>=2.13.0)
Requires-Dist: ruamel.yaml (<0.16,>=0.15.89)
Requires-Dist: importlib-resources (<2,>=1.0.2) ; python_version < "3.7"

Yamlidator
==========

:Abstract: An Yaml/Json validator with a schema registry
:Author: Jaakko Kantojärvi <jaakko.kantojarvi@aalto.fi>

Yamlidator is a validator package, which provides a schema registry, a validator engine, a versioned yaml document and user friendly error rendering.
It is developed as part of apluslms-roman_.

.. _apluslms-roman: https://github.com/apluslms/roman


