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.
- Host: GitHub
- URL: https://github.com/coldnight/parameter
- Owner: coldnight
- License: apache-2.0
- Archived: true
- Created: 2017-04-10T09:03:03.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-28T03:45:21.000Z (almost 9 years ago)
- Last Synced: 2025-11-27T14:28:16.749Z (2 months ago)
- Topics: arguments, http, json, orm, parameters, web
- Language: Python
- Homepage: https://parameter.readthedocs.io/
- Size: 79.1 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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