An open API service indexing awesome lists of open source software.

https://github.com/coldnight/parameter

Get and check HTTP parameters like use ORM.
https://github.com/coldnight/parameter

arguments http json orm parameters web

Last synced: 23 days ago
JSON representation

Get and check HTTP parameters like use ORM.

Awesome Lists containing this project

README

          

.. image:: https://travis-ci.org/coldnight/parameter.svg?branch=master
:target: https://travis-ci.org/coldnight/parameter
:alt: travis
.. image:: https://codecov.io/github/coldnight/parameter/coverage.svg?branch=master
:target: https://codecov.io/gh/coldnight/parameter
:alt: codecov
.. image:: https://img.shields.io/pypi/v/parameter.svg
:target: https://pypi.python.org/pypi/parameter
:alt: PyPI
.. image:: https://readthedocs.org/projects/parameter/badge/?version=latest
:target: https://parameter.readthedocs.io/en/latest/?badge=latest
:alt: 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:

.. code:: shell

$ pip install parameter

Documentation
----------------

.. image:: https://readthedocs.org/projects/parameter/badge/?version=latest
:target: https://parameter.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status