.gitignore
LICENSE
MANIFEST.in
README.md
constraints.txt
overrides.txt
pyproject.toml
requirements.txt
.github/dependabot.yml
.github/workflows/auto_test.yml
.github/workflows/build_zipapp.yml
.github/workflows/publish_to_pypi.yml
.github/workflows/publish_to_testpypi.yml
.github/workflows/test_builds.yml
images/pytui_menu.png
images/pytui_package_list.png
images/pytui_runtimes.png
scripts/build_zipapp.py
scripts/upgrade_requirements.py
src/ducktools/pytui/__init__.py
src/ducktools/pytui/__main__.py
src/ducktools/pytui/_lazy_imports.py
src/ducktools/pytui/_version.py
src/ducktools/pytui/commands.py
src/ducktools/pytui/config.py
src/ducktools/pytui/platform_paths.py
src/ducktools/pytui/py.typed
src/ducktools/pytui/ui.py
src/ducktools/pytui/runtime_installers/__init__.py
src/ducktools/pytui/runtime_installers/base.py
src/ducktools/pytui/runtime_installers/pythoncore.py
src/ducktools/pytui/runtime_installers/uv.py
src/ducktools/pytui/shells/__init__.py
src/ducktools/pytui/shells/_core.py
src/ducktools/pytui/shells/bash.py
src/ducktools/pytui/shells/cmd.py
src/ducktools/pytui/shells/fish.py
src/ducktools/pytui/shells/powershell.py
src/ducktools/pytui/shells/zsh.py
src/ducktools/pytui/shells/scripts/activate_pytui.fish
src/ducktools/pytui/shells/scripts/activate_pytui.ps1
src/ducktools/pytui/shells/scripts/activate_pytui.sh
src/ducktools/pytui/util/__init__.py
src/ducktools/pytui/util/win32_terminal_hist.py
src/ducktools_pytui.egg-info/PKG-INFO
src/ducktools_pytui.egg-info/SOURCES.txt
src/ducktools_pytui.egg-info/dependency_links.txt
src/ducktools_pytui.egg-info/entry_points.txt
src/ducktools_pytui.egg-info/requires.txt
src/ducktools_pytui.egg-info/top_level.txt
tests/conftest.py
tests/test_folder.py
tests/test_runtime_installers.py
tests/test_uv_handling.py
tests/example_data/uv_download_list.json
tests/example_data/uv_install_list.json
tests/example_data/win32/pymanager_download_list.json
tests/example_data/win32/pymanager_install_list.json
tests/example_data/win32/uv_download_list.json
tests/example_data/win32/uv_install_list.json
tests/test_shells/test_core.py
tests/test_shells/posix/test_bash.py
tests/test_shells/posix/test_fish.py
tests/test_shells/posix/test_zsh.py
tests/test_shells/win32/test_cmd.py
tests/test_shells/win32/test_gitbash.py
tests/test_shells/win32/test_powershell.py
tests/win32/conftest.py
tests/win32/test_pymanager_handling.py