Metadata-Version: 2.4
Name: supt-dashboard
Version: 1.0.0
Summary: SUPT ψ-Fold Dashboard with NOAA + USGS integration
Home-page: https://github.com/SunWolf77/supt-dashboard
Author: SunWolf77
License: MIT
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
License-File: LICENSE
Requires-Dist: requests
Requires-Dist: plotly
Dynamic: license-file

# SUPT Dashboard 🚀

Interactive ψ-Fold Dashboard with live NOAA (solar wind) + USGS (earthquakes).

## Features
- Live NOAA Solar Wind feed (ΔΦ drift proxy)
- Live USGS Earthquake feed (magnitudes + times)
- Interactive Plotly Dashboard
- Exports to `site/index.html`

## Usage
Install:
```bash
pip install supt-dashboard
```

Run:
```bash
python -m supt_dashboard.dashboard
```

This builds and saves:
```
site/index.html
```
Open in browser for live visualization.
