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

New Rule: Numeric #55

Open CSenshi opened 4 years ago

CSenshi commented 4 years ago

Rule to validate data to be numeric. if its string checks with builtin isnumeric() else check for types int, float, complex

Description: "The field under validation must be numeric"

Please see CONTRIBUTING.md for Contribution details :100: