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

Add more variable types to RPV #78

Closed iko1133 closed 4 years ago

iko1133 commented 4 years ago

It only supports integer and list, needs to support at least float/double, char and so on...

CSenshi commented 4 years ago

Correct, but point is that each of these types should be issued as separated rule issue, like String rule (#51). I'll close this for now and add new types in the following issues.