LICENSE
README.md
pyproject.toml
src/hwinfo_tui/__init__.py
src/hwinfo_tui/cli.py
src/hwinfo_tui/main.py
src/hwinfo_tui.egg-info/PKG-INFO
src/hwinfo_tui.egg-info/SOURCES.txt
src/hwinfo_tui.egg-info/dependency_links.txt
src/hwinfo_tui.egg-info/entry_points.txt
src/hwinfo_tui.egg-info/requires.txt
src/hwinfo_tui.egg-info/top_level.txt
src/hwinfo_tui/data/__init__.py
src/hwinfo_tui/data/csv_reader.py
src/hwinfo_tui/data/sensors.py
src/hwinfo_tui/display/__init__.py
src/hwinfo_tui/display/chart.py
src/hwinfo_tui/display/layout.py
src/hwinfo_tui/display/table.py
src/hwinfo_tui/utils/__init__.py
src/hwinfo_tui/utils/stats.py
src/hwinfo_tui/utils/units.py
tests/test_sensors.py
tests/test_stats.py
tests/test_units.py