Metadata-Version: 2.1
Name: aws_environ_loader
Version: 1.0.2
Summary: A package that load environment variables from AWS or system environment variables
Home-page: https://github.com/jarklee/aws_environ
Author: Jarklee
Author-email: quantv@vikoisoft.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: boto3
Requires-Dist: python-dotenv

## Description
A package that load environment variables from AWS or system environment variables

## Installation

```bash
pip install aws_environ_loader
```
