Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sureshpandiyan1/dragon-form-validator
best way to validate your flask forms elements
https://github.com/sureshpandiyan1/dragon-form-validator
django-form flask form-validation form-validator forms forms-builder formsubmit python python-form secure validators
Last synced: 5 days ago
JSON representation
best way to validate your flask forms elements
- Host: GitHub
- URL: https://github.com/sureshpandiyan1/dragon-form-validator
- Owner: sureshpandiyan1
- License: mit
- Created: 2022-09-15T17:42:56.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-13T12:11:03.000Z (about 2 years ago)
- Last Synced: 2024-12-16T08:47:24.488Z (22 days ago)
- Topics: django-form, flask, form-validation, form-validator, forms, forms-builder, formsubmit, python, python-form, secure, validators
- Language: Python
- Homepage:
- Size: 61.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Description
The dragon form validator module is the best way to validate your form elements and is suitable for every web app framework like a flask, Django, and other uses. It will check the form values, whether it's fit your form or not.
## How to Install ?
` pip install dragon-form-validator `
## Highlights about Dragon Form Validator:
- gives you excellent validation results without fail
- game changer for your forms
- computer understand format in boolean - 0 or 1
## How to Use ?```
import dragon_form_validatordragon_form_validator.checks('mail','sdfasf@[email protected]')
=> # you can use this in IF condition | if it's valids dragon_form_validator.checks(args,args) returns True ,other it's False
```## Dragon Form Validators :
| Dragon Form Validators | what they do |
|------------------------------|----------------------------------------------------------------|
| dragon_form_validator.checks('mail',yourvalue) | check your mail will be valid or not |
| dragon_form_validator.checks('f_name',yourvalue) | check your first name will be valid or not |
| dragon_form_validator.checks('l_name',yourvalue) | check your last name will be valid or not |
| dragon_form_validator.checks('address',yourvalue) | check your address will be valid or not |## copyright & License
dragon form validator | Copyright @ Suresh P | MIT