Metadata-Version: 2.1
Name: x735-v2.5
Version: 0.1.2
Summary: Library for board x735
Home-page: https://github.com/shitikovkirill/x735-v2.5
Author: sh.kiruh@gmail.com
License: UNKNOWN
Download-URL: https://github.com/shitikovkirill/x735-v2.5/archive/refs/heads/main.zip
Platform: UNKNOWN
Description-Content-Type: text/markdown
Provides-Extra: dev

# x735-v2.5
This is the safe shutdown script and some python sample code.

from: https://wiki.geekworm.com/X735_V2.5_Software
> install
Assuming your system is updated, add these packages:
```
sudo apt-get install python-smbus
sudo apt-get install pigpio python-pigpio python3-pigpio
git clone https://github.com/geekworm-com/x735-v2.5
cd x735-v2.5
sudo chmod +x *.sh
sudo bash install.sh
sudo reboot
```

>uninstall
```
sudo ./uninstall.sh
```
>read-fan-speed
```
sudo ./read_fan_speed.py
```
After a reboot, we can run ```sudo read_fan_speed.py``` to get an update on the fan's current speed.  Nice!

# Develop

```
python3 -m venv venv
pip install -e .
```


