Metadata-Version: 1.1
Name: dict-validator
Version: 4.0.1
Summary: A library for structural data validation.
Home-page: https://github.com/gurunars/dict-validator
Author: Anton Berezin
Author-email: gurunars@gmail.com
License: MIT
Description: dict-validator
        ==============
        
        Validator for structural data in Python.
        
        Understands dicts, lists, primitives.
        
        Supports extension with custom types.
        
        `Documentation <https://gurunars.github.io/dict-validator/>`_
        
        .. image:: https://travis-ci.org/gurunars/dict-validator.svg?branch=master
            :target: https://travis-ci.org/gurunars/dict-validator
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Provides: dict_validator
