Metadata-Version: 1.1
Name: notario
Version: 0.0.7
Summary: A dictionary validator
Home-page: http://github.com/alfredodeza/notario
Author: Alfredo Deza
Author-email: alfredodeza [at] gmail.com
License: MIT
Description: 
        .. image:: http://notario.cafepais.com/docs/_static/notario.jpg
        
        
        
        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.6
        * Python 2.7
        * Python 3.2
        * 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%**
        
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.6
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
