Skip to content
This repository has been archived by the owner on Jul 29, 2021. It is now read-only.

coldnight/parameter

Repository files navigation

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