Go to file
2021-10-26 16:18:10 +02:00
arduino Imported Upstream version 3.0.0 2021-10-26 12:58:36 +02:00
debian build for stretch and jessie 2021-10-26 16:18:10 +02:00
docs Imported Upstream version 2.2.1 2021-10-26 14:11:39 +02:00
pkg Imported Upstream version 2.2.1 2021-10-26 14:11:39 +02:00
src/afancontrol Imported Upstream version 2.2.1 2021-10-26 14:11:39 +02:00
tests Imported Upstream version 2.2.1 2021-10-26 14:11: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 2.2.1 2021-10-26 14:11:39 +02:00
Dockerfile.debian Imported Upstream version 2.2.1 2021-10-26 14:11:39 +02:00
LICENSE Imported Upstream version 3.0.0 2021-10-26 12:58:36 +02:00
Makefile Imported Upstream version 2.2.1 2021-10-26 14:11:39 +02:00
MANIFEST.in Imported Upstream version 3.0.0 2021-10-26 12:58:36 +02:00
README.rst Imported Upstream version 2.2.1 2021-10-26 14:11:39 +02:00
setup.cfg Imported Upstream version 2.2.1 2021-10-26 14:11:39 +02:00
setup.py Imported Upstream version 3.0.0 2021-10-26 12:58:36 +02:00
tox.ini Imported Upstream version 2.2.1 2021-10-26 14:11:39 +02:00

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/travis/KostyaEsmukov/afancontrol.svg?style=flat-square
    :target: https://travis-ci.org/KostyaEsmukov/afancontrol
    :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 temperature from the sensors, computes the required
airflow and sets the PWM fan speeds accordingly.

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