python-valid8 icon indicating copy to clipboard operation
python-valid8 copied to clipboard

Yet another validation lib ;). Provides tools for general-purpose variable validation, function inputs/outputs validation as well as class fields validation. All entry points raise consistent Validati...

Results 12 python-valid8 issues
Sort by recently updated
recently updated
newest added

That will be more compliant with IDE autocomplete features.

enhancement

Just in case ? Not sure this is actually needed

enhancement

it can be simply to add the base list to a field and make sure that the list is used "as is" by the `_and_`. Or easier: to make the...

enhancement

...for example to validate that the sum of two function arguments is positive. As of today it is not clear how we should allow users to define such a validator...

enhancement

See https://github.com/samuelcolvin/pydantic/blob/master/setup.py#L46

enhancement

A failure raiser currently consists in - some validation callable - a failure type (default `Failure`) - an optional overridden help message Besides we have composition operators (and, or, etc.)...

enhancement