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: Between #9

Closed nikalosa closed 4 years ago

nikalosa commented 4 years ago

Implementation of between rule, the very example of how to inherit from different rules and create new one.

CSenshi commented 4 years ago

Thank you for PR. Nice Job! :+1: