Metadata-Version: 2.4
Name: envstream
Version: 0.1.0
Summary: Live, database-backed environment variable manager for Python
Author-email: Matt Sullivan <mattys940@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/mjsully/envstream
Project-URL: Repository, https://github.com/yourusername/envstream
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# envstream

**envstream** is a live, database-backed environment variable manager for Python apps. It allows dynamic overrides of environment variables during runtime.

## Installation

```bash
pip install envstream
