LICENSE
README.md
pyproject.toml
src/hwpilot/__init__.py
src/hwpilot/__main__.py
src/hwpilot/cli.py
src/hwpilot.egg-info/PKG-INFO
src/hwpilot.egg-info/SOURCES.txt
src/hwpilot.egg-info/dependency_links.txt
src/hwpilot.egg-info/entry_points.txt
src/hwpilot.egg-info/requires.txt
src/hwpilot.egg-info/top_level.txt
src/hwpilot/detector/__init__.py
src/hwpilot/detector/cpu.py
src/hwpilot/detector/gpu.py
src/hwpilot/detector/nvidia.py
src/hwpilot/detector/os_sys.py
src/hwpilot/environment/__init__.py
src/hwpilot/environment/manifest.py
src/hwpilot/installer/__init__.py
src/hwpilot/installer/pip_runner.py
src/hwpilot/installer/venv.py
src/hwpilot/metadata/__init__.py
src/hwpilot/metadata/store.py
src/hwpilot/metadata/updater.py
src/hwpilot/models/__init__.py
src/hwpilot/models/hardware.py
src/hwpilot/models/manifest_model.py
src/hwpilot/models/plan.py
src/hwpilot/resolver/__init__.py
src/hwpilot/resolver/engine.py
src/hwpilot/resolver/rules.py
src/hwpilot/utils/__init__.py
src/hwpilot/utils/console.py
src/hwpilot/utils/logger.py
src/hwpilot/utils/subprocess_utils.py
src/hwpilot/verifier/__init__.py
src/hwpilot/verifier/runner.py
tests/test_cli.py
tests/test_detector.py
tests/test_installer.py
tests/test_resolver.py
tests/test_verifier.py