MANIFEST.in
README.rst
setup.cfg
setup.py
pkg/afancontrol.conf
pkg/afancontrol.service
src/afancontrol/__init__.py
src/afancontrol/__main__.py
src/afancontrol/arduino.py
src/afancontrol/config.py
src/afancontrol/configparser.py
src/afancontrol/daemon.py
src/afancontrol/exec.py
src/afancontrol/fans.py
src/afancontrol/fantest.py
src/afancontrol/filters.py
src/afancontrol/logger.py
src/afancontrol/manager.py
src/afancontrol/metrics.py
src/afancontrol/pwmfannorm.py
src/afancontrol/report.py
src/afancontrol/temps.py
src/afancontrol/trigger.py
src/afancontrol.egg-info/PKG-INFO
src/afancontrol.egg-info/SOURCES.txt
src/afancontrol.egg-info/dependency_links.txt
src/afancontrol.egg-info/entry_points.txt
src/afancontrol.egg-info/requires.txt
src/afancontrol.egg-info/top_level.txt
src/afancontrol/pwmfan/__init__.py
src/afancontrol/pwmfan/arduino.py
src/afancontrol/pwmfan/base.py
src/afancontrol/pwmfan/ipmi.py
src/afancontrol/pwmfan/linux.py
src/afancontrol/temp/__init__.py
src/afancontrol/temp/base.py
src/afancontrol/temp/command.py
src/afancontrol/temp/file.py
src/afancontrol/temp/hdd.py
tests/__init__.py
tests/conftest.py
tests/test_config.py
tests/test_daemon.py
tests/test_exec.py
tests/test_fans.py
tests/test_fantest.py
tests/test_filters.py
tests/test_manager.py
tests/test_metrics.py
tests/test_report.py
tests/test_trigger.py
tests/data/afancontrol-example.conf
tests/pwmfan/__init__.py
tests/pwmfan/test_arduino.py
tests/pwmfan/test_ipmi.py
tests/pwmfan/test_linux.py
tests/temp/__init__.py
tests/temp/test_base.py
tests/temp/test_command.py
tests/temp/test_file.py
tests/temp/test_hdd.py