Metadata-Version: 1.1
Name: Flask-request-params
Version: 0.1.0
Summary: Rails like interface for HTTP Request parameter of Flask.
Home-page: https://github.com/bluele/flask-request-params
Author: bluele
Author-email: jksmphone@gmail.com
License: MIT
Description: =====================
        Flask-request-params
        =====================
        
        
        Rails like interface for HTTP Request parameter of Flask.
        
        
        Installation
        ------------
        To install Flask-request-params, simply::
        
            pip install flask-request-params
        
        
        Or alternatively, you can download the repository and install manually by doing::
        
            git clone git@github.com:bluele/flask-request-params.git
            cd flask-request-params
            python setup.py install
        
        
        
Keywords: flask
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Topic :: System :: Shells
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
