LICENSE
README.md
pyproject.toml
src/stm32_installer/__init__.py
src/stm32_installer/__main__.py
src/stm32_installer/checks.py
src/stm32_installer/cli.py
src/stm32_installer/console.py
src/stm32_installer/download.py
src/stm32_installer/installer.py
src/stm32_installer/manifest.py
src/stm32_installer/yamlreader.py
src/stm32_installer.egg-info/PKG-INFO
src/stm32_installer.egg-info/SOURCES.txt
src/stm32_installer.egg-info/dependency_links.txt
src/stm32_installer.egg-info/entry_points.txt
src/stm32_installer.egg-info/top_level.txt
src/stm32_installer/ide/__init__.py
src/stm32_installer/ide/base.py
src/stm32_installer/ide/cmake.py
src/stm32_installer/ide/cubeide.py
src/stm32_installer/ide/iar.py
src/stm32_installer/ide/keil.py
test/test_bootstrap.py
test/test_checks.py
test/test_cli.py
test/test_ide.py
test/test_installer.py
test/test_manifest.py
test/test_packaging.py
test/test_versions.py
test/test_yamlreader.py