Metadata-Version: 2.1
Name: envconfig-checker
Version: 0.1.1
Summary: A simple CLI tool to check environment variables
Home-page: UNKNOWN
Author: Royal Kuriyakose M
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: python-dotenv

# envconfig-checker

A lightweight Python utility to **validate required environment variables** for your application. Ideal for CI/CD, server setup, or local development environments.

## 🚀 Features

- Check for required environment variables at runtime.
- Optionally load from `.env` files (via `python-dotenv`).
- CLI & programmatic usage.

## 📦 Installation

```bash
pip install envconfig-checker


