Metadata-Version: 2.1
Name: afancontrol
Version: 2.2.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 :: 4 - Beta
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.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: System :: Hardware
Classifier: Topic :: System :: Monitoring
Classifier: Topic :: System :: Systems Administration
Requires-Python: >=3.5
Requires-Dist: click (>=6)
Provides-Extra: arduino
Requires-Dist: pyserial (>=3.0) ; extra == 'arduino'
Provides-Extra: dev
Requires-Dist: coverage (==5.1) ; extra == 'dev'
Requires-Dist: flake8 (==3.7.9) ; extra == 'dev'
Requires-Dist: isort (==4.3.21) ; extra == 'dev'
Requires-Dist: mypy (==0.770) ; extra == 'dev'
Requires-Dist: pytest (==5.4.2) ; extra == 'dev'
Requires-Dist: requests ; extra == 'dev'
Requires-Dist: sphinx (==3.0.3) ; extra == 'dev'
Requires-Dist: wheel ; extra == 'dev'
Requires-Dist: black (==19.10b0) ; (python_version >= "3.6") and extra == 'dev'
Provides-Extra: metrics
Requires-Dist: prometheus-client ; 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 temperature from the sensors, computes the required
airflow and sets the PWM fan speeds accordingly.

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


