adekoder / flask-validator

A Python Flask data validation library
23 stars 7 forks source link

added validators: int, float #21

Open andrylyaschevsky opened 4 years ago

adekoder commented 4 years ago

Thanks @andrylyaschevsky for this PR can we make all numeric check stand as one instead of having int and float separately we can just make it a general numeric check.

imenesesl commented 4 years ago

This feature is great!