Go to file
Mario Fetka 6efd4c00f8 Bump 2021-10-27 08:44:51 +02:00
arduino Imported Upstream version 3.0.0 2021-10-26 12:58:36 +02:00
debian Bump 2021-10-27 08:44:51 +02:00
docs Bump 2021-10-27 08:44:51 +02:00
pkg Bump 2021-10-27 08:44:51 +02:00
src/afancontrol Bump 2021-10-27 08:44:51 +02:00
tests Bump 2021-10-27 08:44:51 +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 Bump 2021-10-27 08:44:51 +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 Bump 2021-10-27 08:44:51 +02:00
README.rst Bump 2021-10-27 08:44:51 +02:00
setup.cfg Bump 2021-10-27 08:44:51 +02:00
setup.py Imported Upstream version 3.0.0 2021-10-26 12:58:36 +02:00
tox.ini Bump 2021-10-27 08:44:51 +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/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 temperatures from sensors, computes the required
airflow and sets PWM fan speeds accordingly.

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