Metadata-Version: 1.1
Name: lambdautils
Version: 0.8.2
Summary: Utilities for AWS Lambda functions
Home-page: https://github.com/humilis/humilis-lambdautils
Author: German Gomez-Herrero, Arnaud Charpentier, FindHotel BV
Author-email: german@findhotel.net
License: MIT
Description: Utilities for AWS Lambda functions
        ==================================
        
        |Build Status| |PyPI|
        
        Basic utilities for Lambda event processors that are deployed using
        `humilis <https://github.com/humilis/humilis>`__ ``lambda`` references.
        
        Development
        -----------
        
        Assuming you have
        `virtualenv <https://virtualenv.readthedocs.org/en/latest/>`__
        installed:
        
        ::
        
            make develop
        
        Testing
        -------
        
        To run the local test suite (does not require deployment):
        
        ::
        
            make test
        
        Contact
        -------
        
        If you have questions, bug reports, suggestions, etc. please create an
        issue on the `GitHub project
        page <https://github.com/humilis/humilis-lambdautils>`__.
        
        License
        -------
        
        This software is licensed under the `MIT
        license <http://en.wikipedia.org/wiki/MIT_License>`__.
        
        See `License
        file <https://github.com/humilis/humilis-lambdautils/blob/master/LICENSE.txt>`__.
        
        © 2016 German Gomez-Herrero, `FindHotel <http://findhotel.net>`__ and
        others.
        
        .. |Build Status| image:: https://travis-ci.org/humilis/humilis-lambdautils.svg?branch=master
           :target: https://travis-ci.org/humilis/humilis-lambdautils
        .. |PyPI| image:: https://img.shields.io/pypi/v/lambdautils.svg?style=flat
           :target: https://pypi.python.org/pypi/lambdautils
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2.7
