"Get and check HTTP parameters like ORM."


License
Apache-2.0
Install
pip install parameter==0.0.3.dev2

Documentation

travis codecov PyPI Documentation Status

Parameter

Get and check HTTP parameters like use ORM.

Imaging you have a lot parameters to get and check, and also you need to pass those parameters to a function. You will write a lot code to do this, this made code bloat and ugly. So this libary let you get and check HTTP parameters like use ORM:

You define the parameters in a class, and then use the instance of the class to pass to a function and something else.

Installation

Use pip to install:

$ pip install parameter

Documentation

Documentation Status