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 Example: Tornado #93

Open CSenshi opened 4 years ago

CSenshi commented 4 years ago

Framework: Tornado

Description: Tornado is a Python web framework and asynchronous networking library. By using non-blocking network I/O, Tornado can scale to tens of thousands of open connections

Examples are good for every project. Validator has some examples in Examples folder. Anyone willing to contribute can check flask example in examples/flask directory.


Before contributing please review RULES.md (check for duplication), also check CONTRIBUTING.md for more details :100: