validictory 1.1.3#

As of 2018 this library is deprecated, please consider using jsonschema instead.

Overview#

validictory is a general purpose Python data validator that allows validation of arbitrary Python data structures.

Schema format is based on the JSON Schema proposal, so combined with json the library is also useful as a validator for JSON data.

Contains code derived from jsonschema by Ian Lewis and Ysuke Muraoka.

Obtaining validictory#

Source is available from GitHub.

The latest release is always available on PyPI and can be installed via pip.

Documentation lives at ReadTheDocs.

Contents#

Indices and tables#