Metadata-Version: 2.1
Name: dict-schema-validator
Version: 0.1.1
Summary: Validate python dictionaries (mongodb docs etc) using a JSON schema
Home-page: https://github.com/andrey-ushakov/dict-schema-validator
Author: Andrey U
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# dict-schema-validator
Validate python dictionaries (mongodb docs etc) using a JSON schema.


# Getting Started


# TODO
 - enums for string type
 - value validators
 - required (true, false) attribute for fields


