Metadata-Version: 2.4
Name: healthwatch-async
Version: 0.1.0
Summary: A Python observability and diagnostics platform focused on async applications.
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: starlette>=0.20.0
Requires-Dist: uvicorn>=0.18.0
Requires-Dist: psutil>=5.9.0
Requires-Dist: rich>=12.0.0

# HealthWatch

HealthWatch is a Python observability and diagnostics platform focused on async applications.
It automatically identifies event loop blocking, database leaks, and other resource problems, pointing to the exact line of code.

## Installation

```bash
pip install -e .
```
