Metadata-Version: 2.4
Name: mpstop
Version: 0.1.3
Summary: Minimal Apple Silicon (MPS) system monitor, nvitop-like for Mac
Home-page: https://github.com/gokulkarthik/mpstop
Author: Gokul
License: MIT
Project-URL: Source, https://github.com/gokulkarthik/mpstop
Project-URL: Tracker, https://github.com/gokulkarthik/mpstop/issues
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: psutil
Requires-Dist: torch
Dynamic: author
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: project-url
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# mpstop

Minimal, fast, and user-friendly system monitor for Apple Silicon (M1/M2/M3) Macs. Inspired by htop and nvitop.

## Features
- Live Apple Silicon GPU (MPS) core utilization
- System memory and CPU usage
- Active Python processes (user, memory %, CPU %, time, command)
- Clean, minimal terminal interface

## Usage

Install:
```sh
pip install mpstop
```

Launch:
```sh
mpstop
```

For more details, see the [GitHub repository](https://github.com/gokulkarthik/mpstop).
