Metadata-Version: 1.1
Name: parameter
Version: 0.0.1.dev32
Summary: "Get and check HTTP parameters like ORM."
Home-page: https://github.com/coldnight/parameter
Author: Gray King
Author-email: grayking.w@gmail.com
License: Apache 2.0
Description: .. 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
        
        
Platform: UNKNOWN
Classifier: Topic :: Internet
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: Chinese (Simplified)
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
