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 Numeric rule #66

Closed bsoyka closed 4 years ago

bsoyka commented 4 years ago

Closes #55.

CSenshi commented 4 years ago

It seems isnumeric() is not what we really need. There is new commit in the master branch which includes util functions in vlidator/utils.py it can be helpful for this task :)

iko1133 commented 4 years ago

Hey @bsoyka , are you still up for this?

bsoyka commented 4 years ago

You can take it if you'd like, @iko1133. If you want it I'll close up this PR.

iko1133 commented 4 years ago

If you are not going to finish it, I'll take it :)

bsoyka commented 4 years ago

Go for it! Closing this now.