LICENSE
README.md
pyproject.toml
src/drivedeploy/__init__.py
src/drivedeploy/__main__.py
src/drivedeploy/_probe_main.py
src/drivedeploy/errors.py
src/drivedeploy.egg-info/PKG-INFO
src/drivedeploy.egg-info/SOURCES.txt
src/drivedeploy.egg-info/dependency_links.txt
src/drivedeploy.egg-info/entry_points.txt
src/drivedeploy.egg-info/requires.txt
src/drivedeploy.egg-info/top_level.txt
src/drivedeploy/_embed/__init__.py
src/drivedeploy/_pyinstaller/__init__.py
src/drivedeploy/_pyinstaller/embed_collect.py
src/drivedeploy/_pyinstaller/hook-drivedeploy.py
src/drivedeploy/cli/__init__.py
src/drivedeploy/cli/_output.py
src/drivedeploy/cli/check.py
src/drivedeploy/cli/init.py
src/drivedeploy/cli/list_tools.py
src/drivedeploy/cli/prepare.py
src/drivedeploy/cli/prune.py
src/drivedeploy/cli/publish.py
src/drivedeploy/cli/verify.py
src/drivedeploy/core/__init__.py
src/drivedeploy/core/config.py
src/drivedeploy/core/hashing.py
src/drivedeploy/core/index.py
src/drivedeploy/core/layout.py
src/drivedeploy/core/locking.py
src/drivedeploy/core/manifest.py
src/drivedeploy/core/platforms.py
src/drivedeploy/core/versioning.py
src/drivedeploy/freezers/__init__.py
src/drivedeploy/freezers/base.py
src/drivedeploy/freezers/nuitka.py
src/drivedeploy/freezers/pyinstaller.py
src/drivedeploy/publish/__init__.py
src/drivedeploy/publish/archive.py
src/drivedeploy/publish/check.py
src/drivedeploy/publish/embed.py
src/drivedeploy/publish/prepare.py
src/drivedeploy/publish/publisher.py
src/drivedeploy/publish/retention.py
src/drivedeploy/publish/verify.py
src/drivedeploy/update/__init__.py
src/drivedeploy/update/client_config.py
src/drivedeploy/update/download.py
src/drivedeploy/update/flow.py
src/drivedeploy/update/notify.py
src/drivedeploy/update/swap_windows.py
src/drivedeploy/update/typer_cli.py
src/drivedeploy/update/updater.py
tests/test_archive.py
tests/test_check.py
tests/test_check_cli.py
tests/test_check_integration.py
tests/test_cli.py
tests/test_client_config.py
tests/test_config.py
tests/test_download.py
tests/test_embed.py
tests/test_flow.py
tests/test_freezers.py
tests/test_frozen_embed_roundtrip.py
tests/test_hashing.py
tests/test_index.py
tests/test_layout.py
tests/test_locking.py
tests/test_manifest.py
tests/test_notify.py
tests/test_platforms.py
tests/test_prepare.py
tests/test_publish_cli.py
tests/test_publisher.py
tests/test_pyinstaller_hook.py
tests/test_pyinstaller_hook_integration.py
tests/test_retention.py
tests/test_swap.py
tests/test_typer_cli.py
tests/test_updater.py
tests/test_verify.py
tests/test_versioning.py