README.md
pyproject.toml
src/followThePid/__init__.py
src/followThePid/controller.py
src/followThePid/cpu.py
src/followThePid/metrics.py
src/followThePid/device/base.py
src/followThePid/device/factory.py
src/followThePid/device/linux.py
src/followThePid/device/mac.py
src/followThePid/device/windows.py
src/followThePid/example/simple_example.py
src/followthepid.egg-info/PKG-INFO
src/followthepid.egg-info/SOURCES.txt
src/followthepid.egg-info/dependency_links.txt
src/followthepid.egg-info/requires.txt
src/followthepid.egg-info/top_level.txt
tests/test_controller_basic.py
tests/test_import.py
tests/test_output.py
tests/test_public_api.py