bagof.validators
Automatic type-based validators.
Modules:
| Name | Description |
|---|---|
base |
Base class for magic validators. |
collections |
Validators for collection types (list, tuple, dict, etc.). |
common |
Common validators (any, union, etc.). |
exceptions |
Exceptions raised by validators on validation error. |
misc |
Miscellaneous validators (forbidden values, etc.). |
numbers |
Validators for numeric types (int, float, etc.). |
numpy |
Validators for numpy types (dtype, etc.). |
strings |
Validators for string types (regex patterns, etc.). |