Metadata-Version: 1.1
Name: aws-lambda-pyauthlib
Version: 0.1.0.dev1
Summary: A python helper library for AWS API Gateway Custom Authorizers
Home-page: https://github.com/oharaandrew314/aws-lambda-pyauthlib/
Author: Andrew O'Hara
Author-email: andrew@andrewohara.io
License: MIT
Description: aws-lambda-pyauthlib
        ====================
        
        .. image:: https://img.shields.io/pypi/status/aws-lambda-pyauthlib.svg
            :target: https://pypi.org/project/aws-lambda-pyauthlib
        
        .. image:: https://travis-ci.org/oharaandrew314/aws-lambda-pyauthlib.svg?branch=master
            :target: https://travis-ci.org/oharaandrew314/aws-lambda-pyauthlib
            
        .. image:: https://img.shields.io/pypi/v/aws-lambda-pyauthlib.svg
            :target: https://pypi.org/project/aws-lambda-pyauthlib
        
        .. image:: https://img.shields.io/pypi/l/aws-lambda-pyauthlib.svg
            :target: https://pypi.org/project/aws-lambda-pyauthlib
        
        .. image:: https://img.shields.io/pypi/pyversions/aws-lambda-pyauthlib.svg
            :target: https://pypi.org/aws-lambda-pyauthlib
            
        .. image:: https://codecov.io/github/oharaandrew314/aws-lambda-pyauthlib/coverage.svg?branch=master
            :target: https://codecov.io/github/oharaandrew314/aws-lambda-pyauthlib
            :alt: codecov.io
        
        A python helper library for AWS API Gateway Custom Authorizers.
        
        Installation
        ------------
        
        .. code-block:: bash
        
            pip install aws-lambda-pyauthlib
        
        or
        
        .. code-block:: bash
        
            pipenv install aws-lambda-pyauthlib
        
        
        Quickstart
        ----------
        
        This library is meant to give you a set of commonly used modules which you can use to make your own AWS API Gateway Custom Authorizers.
        
        Go check out the `examples <https://github.com/oharaandrew314/aws-lambda-pyauthlib/tree/master/examples>`_!
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
