Metadata-Version: 2.1
Name: notario
Version: 0.0.16
Summary: A dictionary validator
Home-page: http://github.com/alfredodeza/notario
Author: Alfredo Deza
License: MIT
Keywords: schema,validator,dictionary,enforce
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Utilities
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
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 :: Implementation :: PyPy
License-File: LICENSE


.. image:: http://notario.cafepais.com/_static/notario.jpg

.. image:: https://badge.fury.io/py/notario.svg
                :target: https://badge.fury.io/py/rhcephpkg



notario
=======
A flexible and succinct Python dictionary validator with the ability to
validate against both keys *and* values. Schemas are smaller and readable
representations of data being validated.

Fully documented and thoroughly tested.

Documentation: http://notario.cafepais.com

Tested against:

* Python 2.7
* Python 3.3
* Python 3.4
* PyPy 1.5
* PyPy 1.6
* PyPy 1.7
* PyPy 1.8
* PyPy 1.9

With coverage hovering at around **99%**


