Metadata-Version: 1.1
Name: boto3facade
Version: 0.0.1
Summary: A simple facade for boto3
Home-page: http://github.com/InnovativeTravel/
Author: German Gomez-Herrero
Author-email: UNKNOWN
License: MIT
Description: boto3facade
        ===========
        
        |Circle CI| |PyPI|
        
        A simple facade for `boto3 <https://github.com/boto/boto3>`__ that makes
        some common tasks easier. The ``boto3facade`` module is not intended to
        be used directly but as a shared components of projects that use boto3.
        
        Installation
        ------------
        
        To install the development version:
        
        ::
        
                pip install git+https://github.com/InnovativeTravel/boto3facade
        
        To install the latest stable release:
        
        ::
        
                pip install boto3facade
        
        Development
        -----------
        
        ::
        
                make develop
                . .env/bin/activate
        
        Who do I ask?
        -------------
        
        -  German Gomez-Herrero, german@innovativetravel.eu
        
        .. |Circle CI| image:: https://circleci.com/gh/InnovativeTravel/boto3facade.svg?style=svg
           :target: https://circleci.com/gh/InnovativeTravel/boto3facade
        .. |PyPI| image:: https://img.shields.io/pypi/v/boto3facade.svg?style=flat
           :target: https://pypi.python.org/pypi/boto3facade
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
