LICENSE
README.md
pyproject.toml
requirements.txt
setup.py
insurgent/__init__.py
insurgent/__main__.py
insurgent/rich_utils.py
insurgent.egg-info/PKG-INFO
insurgent.egg-info/SOURCES.txt
insurgent.egg-info/dependency_links.txt
insurgent.egg-info/entry_points.txt
insurgent.egg-info/requires.txt
insurgent.egg-info/top_level.txt
insurgent/TUI/box.py
insurgent/TUI/table.py
insurgent/TUI/text.py
insurgent/TUI/theme.py
insurgent/build/BuildEngine.py
insurgent/build/BuildTask.py
insurgent/build/ParallelBuildManager.py
insurgent/build/__init__.py
insurgent/build/build.py
insurgent/build/scorch.py
insurgent/build/toolchain.py
insurgent/logging/__init__.py
insurgent/logging/logger.py
insurgent/logging/terminal.py
insurgent/meta/__init__.py
insurgent/meta/config.py
insurgent/meta/version.py
insurgent/shell/Completer.py
insurgent/shell/__init__.py
insurgent/shell/builtins.py
insurgent/shell/completions.py
insurgent/shell/config.py
insurgent/shell/executor.py
insurgent/shell/highlighting.py
insurgent/shell/history.py
insurgent/shell/shell.py
tests/test_build.py
tests/test_completions.py
tests/test_conf.py
tests/test_example.py
tests/test_example_project_e2e.py
tests/test_shell.py
tests/test_unit_tests_support.py