Metadata-Version: 2.4
Name: wbgt-aqi-status
Version: 0.1.0
Summary: Heat Index + AQI → OK / Modify / Cancel status for practice-day safety.
Author: Elijah Winners
License-File: LICENSE
Keywords: AQI,heat index,practice status,sports safety,student athletes
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Requires-Dist: requests>=2.31
Requires-Dist: tzdata>=2024.1; sys_platform == 'win32'
Description-Content-Type: text/markdown

# wbgt-aqi-status

**What it does:** Looks up today's **Heat Index (HI)** and **PM2.5 AQI**, then reports a practice-day status: **OK / Modify / Cancel** based on configurable thresholds. Designed for coaches/ADs.

**Defaults:**
- HI: OK < 95°F, Modify 95–102°F, Cancel ≥ 103°F
- AQI (US): OK ≤ 100, Modify 101–150, Cancel ≥ 151
- Rule: the stricter of HI vs AQI sets the status.

> Decision-support only. Coaches/trainers make final decisions per district policy.

## Install
```bash
pip install wbgt-aqi-status
