.coveragerc
.gitattributes
.gitignore
.gitlab-ci.yml
.pre-commit-config.yaml
CHANGELOG.md
CONTRIBUTION.md
LICENCE
README.md
cliff.toml
pyproject.toml
pytest.ini
requirements.txt
ruff.toml
ruff_rules.md
wox.toml
app/script.py
docs/Makefile
docs/README
docs/make.bat
docs/source/conf.py
docs/source/index.rst
docs/source/_static/css/colors.css
docs/source/_static/css/custom.css
docs/source/_static/js/custom.js
docs/source/_static/screenshots/hello-wox.png
docs/source/_static/screenshots/wox-summary.png
docs/source/edge_wox/index.rst
docs/source/edge_wox/questions_answers.rst
docs/source/edge_wox/use_cases.rst
docs/source/guides/command_line_options.rst
docs/source/guides/index.rst
docs/source/guides/installation.rst
docs/source/guides/quickstart.rst
docs/source/guides/wox.toml.rst
docs/source/internals/index.rst
docs/source/internals/module_oriented_programming.rst
docs/source/internals/no_traceback_policy.rst
docs/source/references/commands_execution.rst
docs/source/references/dependencies_installation.rst
docs/source/references/index.rst
docs/source/references/python_discovery.rst
docs/source/references/virtual_environment.rst
docs/source/references/wox_exceptions.rst
docs/source/references/wox_summary.rst
docs/source/references/wox_workspace.rst
src/wox/_version.py
src/wox/cli.py
src/wox/cli_control.py
src/wox/configurator.py
src/wox/constants.py
src/wox/main.py
src/wox/python_discoverer.py
src/wox/subprocessor.py
src/wox/utils.py
src/wox/venv_management.py
src/wox/wox_exceptions.py
src/wox/wox_steward.py
src/wox/wox_summary.py
src/wox.egg-info/PKG-INFO
src/wox.egg-info/SOURCES.txt
src/wox.egg-info/dependency_links.txt
src/wox.egg-info/entry_points.txt
src/wox.egg-info/requires.txt
src/wox.egg-info/top_level.txt
src/wox/logger/README
src/wox/logger/adapter.py
src/wox/logger/constants.py
src/wox/logger/filters.py
src/wox/logger/logger_setup.py
src/wox/logger/formatters/colored_formatter.py
src/wox/logger/formatters/formatter.py
src/wox/logger/handlers/log_file_handler.py
src/wox/logger/handlers/stream_handler.py
src/wox/subprocess_error_detection/naive_python.py
src/wox/subprocess_error_detection/pip_install.py
src/wox/subprocess_error_detection/utils.py
src/wox/subprocess_error_detection/uv_install.py
tests/README
tests/conftest.py
tests/test_cli.py
tests/test_configurator.py
tests/test_logging.py
tests/test_main.py
tests/test_python_discoverer.py
tests/test_subprocessor.py
tests/test_subprocessor_error_detection.py
tests/test_utils.py
tests/test_venv_management.py
tests/test_wox_steward.py
tests/docs/Makefile
tests/docs/README
tests/docs/make.bat
tests/docs/source/conf.py
tests/docs/source/index.rst
tests/docs/source/_templates/autosummary/module.rst
tests/docs/source/tests/tests.conftest.rst
tests/docs/source/tests/tests.rst
tests/docs/source/tests/tests.test_cli.rst
tests/docs/source/tests/tests.test_configurator.rst
tests/docs/source/tests/tests.test_logging.rst
tests/docs/source/tests/tests.test_main.rst
tests/docs/source/tests/tests.test_python_discoverer.rst
tests/docs/source/tests/tests.test_subprocessor.rst
tests/docs/source/tests/tests.test_subprocessor_error_detection.rst
tests/docs/source/tests/tests.test_utils.rst
tests/docs/source/tests/tests.test_venv_management.rst
tests/docs/source/tests/tests.test_wox_steward.rst
tests/fixtures/cli.py
tests/fixtures/paths.py
tests/fixtures/temp_file_system.py
tests/resources/constants.py
tests/resources/utils.py
tests/resources/config-files/pyproject.toml
tests/resources/config-files/wox.toml
tests/resources/config-files/command-not-found/wox.toml
tests/resources/config-files/dependency-conflict-in-deps/wox.toml
tests/resources/config-files/no-task-in-toml/wox.toml
tests/resources/config-files/nominal-run/wox.toml
tests/resources/config-files/nominal-run-with-uv/wox.toml
tests/resources/config-files/not-python-venv-warning/wox.toml
tests/resources/config-files/python-interpreter-call/wox.toml
tests/resources/config-files/python-not-found/wox.toml
tests/resources/config-files/python-unstable/wox.toml
tests/resources/config-files/python_build-keyword/wox.toml
tests/resources/config-files/python_build-typo/wox.toml
tests/resources/config-files/traceback-display/wox.toml
tests/resources/config-files/wox_session_default-setting/wox.toml
tests/resources/config-files/wrong-toml-file/wox.toml