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

In utils_typing.py the method is_pep484_nonable should be enhanced

enhancement

Besides the interest of disabling validation in fully trusted environments, this could also be a great tool to help users to compare the execution times of their code with and...

enhancement