anyconfig.schema

Misc global constants, variables, classes and so on.

anyconfig.schema.validate(data, schema, ac_schema_safe=True, ac_schema_errors=False, **options)

Provide a dummy function does not validate at all in actual.

Return type:

Tuple[bool, Union[str, List[str]]]

anyconfig.schema.is_valid(data, schema, ac_schema_safe=True, ac_schema_errors=False, **options)

Provide a dummy function never raise exceptions.

Return type:

bool

anyconfig.schema.gen_schema(data, **options)

Provide a dummy function generates an empty dict in actual.

Return type:

Mapping[str, Any]