Metadata-Version: 2.1
Name: mgpustat
Version: 0.1.0
Summary: A GPU statistics utility for Apple Silicon Macs.
Home-page: https://github.com/rathull/mgpustat
Author: Rathul Anand
Author-email: notifyrathul@gmail.com
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: rich

# mgpustat

A GPU statistics utility for Apple Silicon Macs, inspired by gpustat.

## Installation

```bash
$ pip install mgpustat
```

## Usage

Run the utility with:

```bash
$ sudo mgpustat
```

You may need to grant terminal access to your IDE or terminal emulator in System Preferences > Security & Privacy > Privacy > Full Disk Access.

## Features

- Displays overall GPU usage
- Shows individual GPU engine usage (i.e. cores)
- Lists top GPU-using processes

## Requirements

- macOS with Apple Silicon (M1 or newer)
- Python 3.7 or newer

## Contributing

Please feel free to submit a Pull Request.

## License

This project is licensed under the MIT License - see the LICENSE file for details.
