Metadata-Version: 2.0
Name: awsenviron
Version: 0.0.2
Summary: Load environ vars from AWS Parameter Store
Home-page: https://github.com/douglasfarinelli/python-awsenviron
Author: Douglas Farinelli
Author-email: douglas.farinelli@gmail.com
License: MIT
Description-Content-Type: UNKNOWN
Keywords: env python aws parameter-store
Platform: any
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6

python-awsenviron
================

[![Supported Versions](https://img.shields.io/pypi/pyversions/awsenviron.svg)](https://pypi.python.org/pypi/awsenviron)
[![Build Status](https://travis-ci.org/douglasfarinelli/python-awsenviron.svg?branch=master)](https://travis-ci.org/douglasfarinelli/python-awsenviron)
[![Coverage Status](https://coveralls.io/repos/github/douglasfarinelli/python-awsenviron/badge.svg?branch=master)](https://coveralls.io/github/douglasfarinelli/python-awsenviron?branch=master)
[![PyPI version](https://badge.fury.io/py/awsenviron.svg)](https://pypi.python.org/pypi/awsenviron)

The `awsenviron` environment variables from AWS Parameter Store according to the path configured.

How to install:
===============

```bash
pip install awsenviron
```

or

```bash
pipenv install awsenviron
```

How to use
==========

```python
awsenviron.load_from_parameter_store(path='<your-path>')
```


