MOON
Server: Apache
System: Linux server30c.hostingraja.org 3.10.0-962.3.2.lve1.5.63.el7.x86_64 #1 SMP Fri Oct 8 12:03:35 UTC 2021 x86_64
User: jibhires (1887)
PHP: 8.1.30
Disabled: show_source, system, shell_exec, passthru, exec, popen, proc_open, allow_url_fopen, symlink, escapeshellcmd, pcntl_exec
Upload Files
File: //opt/alt/python35/lib/python3.5/site-packages/cerberus/__init__.py
"""
    Extensible validation for Python dictionaries.

    :copyright: 2012-2016 by Nicola Iarocci.
    :license: ISC, see LICENSE for more details.

    Full documentation is available at http://python-cerberus.org/

"""

from __future__ import absolute_import

from cerberus.validator import Validator, DocumentError
from cerberus.schema import (rules_set_registry, schema_registry, Registry,
                             SchemaError)


__version__ = "1.1"

__all__ = [
    DocumentError.__name__,
    Registry.__name__,
    SchemaError.__name__,
    Validator.__name__,
    'schema_registry',
    'rules_set_registry'
]