Metadata-Version: 2.4
Name: auto_env_loader
Version: 0.1.0
Summary: A simple package to automatically load .env files into accessible environment variables.
Author: ChvckN0rri5
Project-URL: Homepage, https://github.com/ChvckN0rri5/auto_env_loader
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# Auto Env Loader

A simple Python package that automatically loads environment variables from a `.env` file located in the project's root directory upon import.

## Installation

```bash
pip install .
