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

Examples #49

Closed CSenshi closed 4 years ago

CSenshi commented 4 years ago

We need to create separate folder in root directory called examples, which will include some codes with validator usage.

Please create 2 subdirectories, one for flusk framework and second for django. It is essential to have examples for this frameworks.

Directory structure should look like this.

...
├── examples
│   ├── django
│   │   ├── client.py
│   │   └── server.py
│   ├── flusk
│   │   ├── client.py
│   │   └── server.py
│   └── others
│       ├── sample1.py
│       └── sample2.py
...