Metadata-Version: 2.1
Name: amdgpu-fan
Version: 0.0.6
Summary: amdgpu fan controller
Home-page: https://github.com/chestm007/amdgpu-fan
Author: Max Chesterfield
Author-email: chestm007@hotmail.com
Maintainer: Max Chesterfield
Maintainer-email: chestm007@hotmail.com
License: GPL-2.0
License-File: LICENSE

[![CircleCI](https://circleci.com/gh/chestm007/amdgpu-fan.svg?style=svg)](https://circleci.com/gh/chestm007/amdgpu-fan)  

# Fan controller for amdgpus [python3 only]

If you experience problems please create an issue.

## installation:
### pip
`sudo pip3 install amdgpu-fan`

### Arch linux
Available in the aur as `amdgpu-fan`

## usage:  
`sudo amdgpu-fan`  

## configuration:
```
# /etc/amdgpu-fan.yml
# eg:

speed_matrix:  # -[temp(*C), speed(0-100%)]
- [0, 0]
- [40, 30]
- [60, 50]
- [80, 100]

# optional
# cards:  # can be any card returned from 
#         # ls /sys/class/drm | grep "^card[[:digit:]]$"
# - card0
```


