anyconfig.common

Misc global constants, variables, classes and so on.

exception anyconfig.common.UnknownParserTypeError(arg=None)

Bases: BaseError

Raise if no parsers were found for given type.

exception anyconfig.common.UnknownProcessorTypeError(arg=None)

Bases: UnknownParserTypeError

Raise if no processors were found for given type.

exception anyconfig.common.UnknownFileTypeError(arg=None)

Bases: BaseError

Raise if not parsers were found for given file path.

exception anyconfig.common.ValidationError(arg=None)

Bases: BaseError

Raise if validation failed.