Metadata-Version: 2.1
Name: afancontrol
Version: 3.1.0
Summary: Advanced fancontrol daemon
Home-page: https://github.com/KostyaEsmukov/afancontrol
Author: Kostya Esmukov
Author-email: kostya@esmukov.ru
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: System :: Hardware
Classifier: Topic :: System :: Monitoring
Classifier: Topic :: System :: Systems Administration
Requires-Python: >=3.7
License-File: LICENSE
Requires-Dist: click (>=6)
Provides-Extra: arduino
Requires-Dist: pyserial (>=3.0) ; extra == 'arduino'
Provides-Extra: dev
Requires-Dist: black (==22.10.0) ; extra == 'dev'
Requires-Dist: coverage (==6.5.0) ; extra == 'dev'
Requires-Dist: flake8 (==5.0.4) ; extra == 'dev'
Requires-Dist: isort (==5.10.1) ; extra == 'dev'
Requires-Dist: mypy (==0.990) ; extra == 'dev'
Requires-Dist: pytest (==7.2.0) ; extra == 'dev'
Requires-Dist: sphinx (==4.3.2) ; extra == 'dev'
Requires-Dist: vcrpy (==4.2.1) ; extra == 'dev'
Requires-Dist: requests ; extra == 'dev'
Requires-Dist: types-requests ; extra == 'dev'
Provides-Extra: metrics
Requires-Dist: prometheus-client (>=0.1.0) ; extra == 'metrics'

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/>`_.
