s3-environ

Load environment variables from a AWS S3 file!


License
MIT
Install
pip install s3-environ==0.0.5

Documentation

s3-environ

CircleCI Coverage Status

Load environment variables from a AWS S3 file! This initial version supports only JSON files.

Installation and Usage

pip install s3-environ
from s3_environ import S3Environ
S3Environ(bucket='your-bucket', key='your-file.json')

Testing

This package is tested in Python 2.7 and Python 3.6. You can test using tox.
Make sure you have Tox installed:

pip install --user tox

Run the tests:

tox

Contributing

Open an issue or PR and let's discuss it :D