Metadata-Version: 2.1
Name: ai-z
Version: 0.3.1
Summary: GPU usage graph in the terminal for AMD and NVIDIA GPUs
Home-page: https://www.ai-z.org
Author: Mathieu Poliquin
Author-email: mathieu.poliquin@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: py3nvml
Requires-Dist: numpy
Requires-Dist: psutil
Requires-Dist: py-cpuinfo
Requires-Dist: sparklines


![screenhsot](http://www.ai-z.org/assets/screenshot01.png)

### Install and usage
```
git clone https://github.com/ai-z/ai-z.git
cd ai-z
pip3 install -r requirements.txt
python3 -m aiz.aiz
```
Alternatively Using pip:
```
pip3 install ai-z
ai-z
```


### Known Issues

* AMD GPUs name will be displayed as ‘cardX’
* PCIE bandwith usage graph on NVDIA cards is not correct


