Metadata-Version: 2.1
Name: afancontrol
Version: 3.0.0
Summary: Advanced fancontrol daemon
Home-page: https://github.com/KostyaEsmukov/afancontrol
Author: Kostya Esmukov
Author-email: kostya@esmukov.ru
License: UNKNOWN
Platform: UNKNOWN
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: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: System :: Hardware
Classifier: Topic :: System :: Monitoring
Classifier: Topic :: System :: Systems Administration
Requires-Python: >=3.6
Requires-Dist: click (>=6)
Provides-Extra: arduino
Requires-Dist: pyserial (>=3.0) ; extra == 'arduino'
Provides-Extra: dev
Requires-Dist: black (==20.8b1) ; extra == 'dev'
Requires-Dist: coverage (==5.3) ; extra == 'dev'
Requires-Dist: flake8 (==3.8.4) ; extra == 'dev'
Requires-Dist: isort (==5.5.4) ; extra == 'dev'
Requires-Dist: mypy (==0.782) ; extra == 'dev'
Requires-Dist: pytest (==6.1.0) ; extra == 'dev'
Requires-Dist: requests ; extra == 'dev'
Requires-Dist: sphinx (==3.2.1) ; extra == 'dev'
Requires-Dist: wheel ; 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/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/>`_.


