Metadata-Version: 2.4
Name: py-env-guard
Version: 0.1.1
Summary: Fail-fast environment variable validation for Python apps
Author: Sahil Vishwakarma
License: MIT
Keywords: environment,config,validation,dotenv
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# env-guard

Fail-fast environment variable validation for Python applications.

## Why env-guard?

- Prevent silent misconfigurations
- Fail early with clear error messages
- Typed environment variable access
- Framework-agnostic

## Installation

```bash
pip install env-guard
