Metadata-Version: 2.0
Name: dict-validator
Version: 5.0.4
Summary: A library for structural data validation
Home-page: https://gurunars.github.io/dict-validator
Author: Anton Berezin
Author-email: gurunars@gmail.com
License: Apache-2
Project-URL: Bug Tracker, https://github.com/gurunars/dict-validator/issues
Project-URL: Documentation, https://gurunars.github.io/dict-validator
Project-URL: Source Code, https://github.com/gurunars/dict-validator
Description-Content-Type: UNKNOWN
Keywords: serialization validation
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3

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


