We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e6dfe7 commit 6ea45daCopy full SHA for 6ea45da
README.md
@@ -1,6 +1,13 @@
1
# Flask Parameter Validation
2
### Get and validate all Flask input parameters with ease.
3
4
+## Install
5
+* Pip: Install with `pip install flask_parameter_validation`.
6
+* Manually:
7
+ - `git clone https://github.com/Ge0rg3/Flask-Parameter-Validation.git`
8
+ - `python setup.py install`
9
+
10
11
## Simple Usage
12
```py
13
from flask import Flask
setup.py
@@ -11,7 +11,7 @@
setup(
name='Flask-Parameter-Validation',
14
- version='1.0.12',
+ version='1.0.15',
15
url='https://github.com/Ge0rg3/Flask-Parameter-Validation',
16
license='MIT',
17
author='George Omnet',
0 commit comments