LICENSE
MANIFEST.in
README.md
pyproject.toml
tests/test_amd.py
tests/test_config.py
tests/test_intel.py
tests/test_monitor.py
tests/test_npu.py
tests/test_tpu.py
xputop/__init__.py
xputop/__main__.py
xputop/cli.py
xputop.egg-info/PKG-INFO
xputop.egg-info/SOURCES.txt
xputop.egg-info/dependency_links.txt
xputop.egg-info/entry_points.txt
xputop.egg-info/requires.txt
xputop.egg-info/top_level.txt
xputop/alert/__init__.py
xputop/alert/config.py
xputop/alert/email_alert.py
xputop/core/__init__.py
xputop/core/backend.py
xputop/core/monitor.py
xputop/core/recorder.py
xputop/core/sysinfo.py
xputop/core/backends/__init__.py
xputop/core/backends/amd.py
xputop/core/backends/custom.py
xputop/core/backends/demo.py
xputop/core/backends/intel.py
xputop/core/backends/npu.py
xputop/core/backends/nvidia.py
xputop/core/backends/tpu.py
xputop/ui/__init__.py
xputop/ui/tui.py
xputop/ui/viewer.py