Metadata-Version: 2.4
Name: envgenie
Version: 0.1.0
Summary: Smart environment configuration manager for Python apps
Home-page: https://github.com/yourusername/envgenie
Author: Your Name
Author-email: you@example.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pyyaml>=6.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# EnvGenie

EnvGenie is a smart environment configuration manager for Python projects.  
It automatically loads configuration values from system environment variables, `.env` files, and YAML/JSON configs â€” in the right priority.

## ðŸš€ Features
- Load settings from multiple sources
- Support for multiple profiles (development, production)
- Schema validation
- Simple and safe to use

## ðŸ“¦ Installation
```bash
pip install envgenie
