Metadata-Version: 2.1
Name: aws-emr-launcher
Version: 0.1.0
Summary: Library that enables to provision EMR clusters with yaml config files (Configuration as Code)
Home-page: https://github.com/HarshadRanganathan/aws-emr-launcher
Author: Harshad Ranganathan
Author-email: rharshad93@gmail.com
License: MIT
Keywords: AWS EMR
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: boto3

[![Build Status](https://travis-ci.com/HarshadRanganathan/aws-emr-launcher.svg?branch=master)](https://travis-ci.com/HarshadRanganathan/aws-emr-launcher)

# aws-emr-launcher

``aws-emr-launcher`` is a generic python library that enables to provision emr clusters with yaml config files (Configuration as Code).

Get started by installing the packages.

```bash
pip install pyyaml==5.2

pip install aws-emr-launcher
```

## Features

* Configuration as Code to launch EMR clusters.

* Support to launch EMR clusters in multiple AWS regions.

* Provision for environment specific configuration files.

* Works with lambda layers.

## Documentation

Documentation for this project is available in [GitHub Wiki](https://github.com/HarshadRanganathan/aws-emr-launcher/wiki).

