Metadata-Version: 2.4
Name: pulse-monitor
Version: 0.3.0
Summary: A cinematic terminal-based system monitor with Direct OS optimization
Project-URL: Homepage, https://github.com/Fatin-Ishraq/Pulse
Project-URL: Repository, https://github.com/Fatin-Ishraq/Pulse.git
Author-email: Fatin Ishraq <dev@pulse-monitor.io>
License: MIT
License-File: LICENSE
Keywords: cinematic,system-monitor,telemetry,terminal,tui
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: System :: Monitoring
Requires-Python: >=3.10
Requires-Dist: psutil>=5.9.0
Requires-Dist: rich>=13.0.0
Requires-Dist: textual>=2.0.0
Description-Content-Type: text/markdown

# ⚡ Pulse

> *"Not a dashboard. An instrument panel."*

**Pulse** is a cinematic, terminal-based system monitor built for enthusiasts who crave high-density telemetry with a premium aesthetic. Every panel animates; nothing is static.

## ✨ Key Features

- **Transcendence Modes**: Fullscreen immersive views for every subsystem.
- **Neural Insight Engine**: Heuristic analysis of system bottlenecks.
- **Dynamic Theming**: Cycle through high-contrast palettes (Key: `T`).
- **High-Precision Pulse**: Up to 0.2s sampling rate for micro-stutter detection.
- **Direct OS Engine**: High-performance architecture with zero external build dependencies.

## 🚀 Installation

```bash
git clone https://github.com/Fatin-Ishraq/Pulse.git
cd Pulse
pip install .
python -m pulse
```

That's it. No Rust, no build tools, no extra steps.

## 🎮 Navigation & Controls

| Key | Action |
| --- | --- |
| `Q` | Kill Application |
| `T` | Cycle UI Theme |
| `H` | Toggle Help Overlay |
| `X` | Enter/Exit **Transcendence Mode** |
| `Tab` | Cycle Focused Subsystem |

### 🌀 Transcendence Interaction
When inside a full-screen panel:
- `M` — Toggle **View Mode** (Cinematic vs. Developer)
- `R` — Toggle **Sampling Rate** (Precision Pulse)
- `F` — Trigger **Optimization/Reset** (Panel-specific)
- `S` — Cycle **Scaling Mode** (Absolute vs. Auto)

## License

MIT
