Metadata-Version: 1.1
Name: apigw-wsgi-handler
Version: 1.0.0
Summary: Python 2 and 3 compatibility utilities
Home-page: http://pypi.python.org/pypi/apigw-wsgi-handler/
Author: Artyom Topchyan
Author-email: artyom.topchyan@live.com
License: MIT
Description-Content-Type: UNKNOWN
Description: .. image:: http://img.shields.io/pypi/v/apigw_wsi_handler.svg
           :target: https://pypi.python.org/pypi/apigw_wsi_handler
        
        .. image:: https://travis-ci.org/arttii/apigw_wsi_handler.svg?branch=master
            :target: https://travis-ci.org/arttii/apigw_wsi_handler
        
        .. image:: http://img.shields.io/badge/license-MIT-green.svg
           :target: https://github.com/arttii/apigw_wsi_handler/blob/master/LICENSE
        
        apigw_wsi_handler is a Python 2 and 3 Package to proxy AWS API Gateway request to WSGI call.
        
        This is almost fully lifted from https://github.com/logandk/serverless-wsgi. 
        
        I just needed a seperate module.
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
