Metadata-Version: 2.3
Name: turm_gpu
Version: 0.0.2
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Author: Jiwan Chung <jiwan.chung.research@gmail.com>
Author-email: Jiwan Chung <jiwan.chung.research@gmail.com>
Requires-Python: >=3.8
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

<img alt="turm demo" src="pic.png" width="100%" />

`turm_gpu` is a rust-based TUI for inspecting GPU resources in a slurm enviroment.
It internally uses `scontrol` for the data retrieval.

## Installation

```bash
git clone https://github.com/JiwanChung/turm_gpu
cd turm_gpu
cargo install --path . 
```

## Usage

```bash
turm_gpu
```

The rest should be straightforward.

