Metadata-Version: 2.1
Name: dotenv.pth
Version: 1.0
Summary: call `load_dotenv()` when python starts
Author-Email: Muspi Merol <me@promplate.dev>
License: MIT
Project-URL: Repository, https://github.com/CNSeniorious000/dotenv.pth
Requires-Dist: python-dotenv
Description-Content-Type: text/markdown

# dotenv.pth

Automatically loads environment variables from `.env` when Python starts.

It works by using a `.pth` file to call `load_dotenv()` at interpreter startup.

## Usage

Once installed, each time Python starts, your `.env` variables are loaded automatically—no code changes or imports needed.
