Go to file
Mario Fetka c813f3cb15 update compat 2023-07-01 11:58:21 +02:00
.github/workflows Imported Upstream version 3.1.0 2023-07-01 11:54:39 +02:00
arduino Imported Upstream version 3.0.0 2021-10-26 12:58:36 +02:00
debian update compat 2023-07-01 11:58:21 +02:00
docs Bump 2021-10-27 08:44:51 +02:00
pkg Bump 2021-10-27 08:44:51 +02:00
src/afancontrol update compat 2023-07-01 11:58:21 +02:00
tests Imported Upstream version 3.1.0 2023-07-01 11:54:39 +02:00
.dockerignore Imported Upstream version 3.0.0 2021-10-26 12:58:36 +02:00
.gitignore Imported Upstream version 3.0.0 2021-10-26 12:58:36 +02:00
.travis.yml Imported Upstream version 3.1.0 2023-07-01 11:54:39 +02:00
CONTRIBUTING.md Bump 2021-10-27 08:44:51 +02:00
Dockerfile.debian Bump 2021-10-27 08:44:51 +02:00
LICENSE Imported Upstream version 3.0.0 2021-10-26 12:58:36 +02:00
MANIFEST.in Imported Upstream version 3.0.0 2021-10-26 12:58:36 +02:00
Makefile Imported Upstream version 3.1.0 2023-07-01 11:54:39 +02:00
README.rst Imported Upstream version 3.1.0 2023-07-01 11:54:39 +02:00
setup.cfg update compat 2023-07-01 11:58:21 +02:00
setup.py Imported Upstream version 3.0.0 2021-10-26 12:58:36 +02:00
tox.ini update compat 2023-07-01 11:58:21 +02:00

README.rst

afancontrol
===========

.. image:: https://img.shields.io/pypi/v/afancontrol.svg?style=flat-square
    :target: https://pypi.python.org/pypi/afancontrol/
    :alt: Latest Version

.. image:: https://img.shields.io/github/workflow/status/KostyaEsmukov/afancontrol/CI?style=flat-square
    :target: https://github.com/KostyaEsmukov/afancontrol/actions
    :alt: Build Status

.. image:: https://img.shields.io/github/license/KostyaEsmukov/afancontrol.svg?style=flat-square
    :target: https://pypi.python.org/pypi/afancontrol/
    :alt: License

`afancontrol` stands for "Advanced fancontrol". Think of it as
`fancontrol <https://github.com/lm-sensors/lm-sensors/blob/master/prog/pwm/fancontrol>`_
with more advanced configuration abilities.

`afancontrol` measures temperatures from sensors, computes the required
airflow and sets PWM fan speeds accordingly.

The docs are available at `<https://afancontrol.readthedocs.io/>`_.