# MotherNature

MotherNature takes care of the environment and so does this library.
MotherNature is designed to make environment management easy using a single .yaml file.

## Dependency

* PyYaml

## Usage

Install using:

``` easy_install mothernature ```

or

``` pip install mothernature ```

## Supported Environments

Currently Mothernature supports 4 main environments:

* TEST
* DEVELOPMENT
* STAGING
* PRODUCTION

Sample env.yml file is available in the tests/ folder