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

__all__ dict needs change #14

Closed CSenshi closed 4 years ago

CSenshi commented 4 years ago

we need to change file rules_src/init.py where we fill up all dict. Saved key should be in lowercase not as it is now(for now it just saves in classname).

Also 2 more files will require changes after this tests/__parser__/test_translator.py ```` and validator/parser/translator.py ````