Metadata-Version: 2.1
Name: env-loader-cli
Version: 0.1.0
Summary: Load environment variables from .env, JSON, YAML, and cloud sources
Author: DevTools
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# env-loader-cli

Load environment variables from multiple sources with a single command.

## Quick Start
```bash
pip install env-loader-cli
env-loader --source .env --source config.json
```

## Features
- Load from .env, JSON, YAML, TOML
- Cloud source support (AWS Parameter Store, GCP Secret Manager)
- Variable validation and type coercion
- Export to shell format
