README.md
pyproject.toml
src/README.md
src/hwscan/__about__.py
src/hwscan/__init__.py
src/hwscan/cli.py
src/hwscan/merge.py
src/hwscan/scanner.py
src/hwscan/hardware/__init__.py
src/hwscan/hardware/arduino_leonardo.py
src/hwscan/hardware/esp32-c5-wroom.py
src/hwscan/hardware/host.py
src/hwscan/hardware/jlink.py
src/hwscan/hardware/stlinkv3.py
src/hwscan/hardware/trilightsense.py
src/hwscan/hardware/uart_to_dmx.py
src/hwscan/hardware/util.py
src/lr_hwscan.egg-info/PKG-INFO
src/lr_hwscan.egg-info/SOURCES.txt
src/lr_hwscan.egg-info/dependency_links.txt
src/lr_hwscan.egg-info/entry_points.txt
src/lr_hwscan.egg-info/requires.txt
src/lr_hwscan.egg-info/top_level.txt
tests/test_cli.py
tests/test_hardware_additional.py
tests/test_hardware_modules.py
tests/test_hardware_util.py
tests/test_integration.py
tests/test_merge.py
tests/test_package.py
tests/test_scanner.py