CSenshi / Validator

Easy-to-use, Highly Configurable Python Data Validator. Inspired by Laravel Validator
https://pypi.org/project/validator/
MIT License
46 stars 23 forks source link

Validated data #71

Closed iko1133 closed 4 years ago

iko1133 commented 4 years ago

following PR adds ability to return validated_data.

result, validated_data, errors = validate_many(reqs, rule, return_info=True)

See readme for futher explanation