Metadata-Version: 2.1
Name: datacoco-cloud
Version: 0.1.0
Summary: Data common code for AWS Cloud Services by Equinox
Home-page: https://github.com/equinoxfitness/datacoco-cloud
Author: Equinox Fitness
License: MIT
Description: # datacoco.cloud
        common code for aws services
        
        ## Installing the latest version
        To install the latest version, use pip:
        ```
        pip install datacoco-cloud
        ```w
        ## Modules
        Cocloud contains interaction classes for the following aws servies
        *  S3
        *  Athena
        *  SES
        *  SNS
        *  SQS
        *  ECS
        *  EMR
        *  CloudWatch Logs
        
        ## Development
        
        ### Getting Started
        
        It is recommended to use the steps below to set up a virtual environment for development:
        
        ```
        python3 -m venv <virtual env name>
        source <virtual env name>/bin/activate
        pip install --upgrade pip
        pip install -r requirements_dev.txt
        ```
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
