README.md
pyproject.toml
src/ecreshore/__init__.py
src/ecreshore/async_docker_client.py
src/ecreshore/aws_utils.py
src/ecreshore/cache_config.py
src/ecreshore/ecr_auth.py
src/ecreshore/terminal_detection.py
src/ecreshore.egg-info/PKG-INFO
src/ecreshore.egg-info/SOURCES.txt
src/ecreshore.egg-info/dependency_links.txt
src/ecreshore.egg-info/entry_points.txt
src/ecreshore.egg-info/requires.txt
src/ecreshore.egg-info/top_level.txt
src/ecreshore/cli/__init__.py
src/ecreshore/cli/cluster/__init__.py
src/ecreshore/cli/cluster/inspect.py
src/ecreshore/cli/cluster/scan.py
src/ecreshore/cli/cluster/scan_formatters.py
src/ecreshore/cli/cluster/scan_helpers.py
src/ecreshore/cli/core/__init__.py
src/ecreshore/cli/core/auth_test.py
src/ecreshore/cli/core/batch.py
src/ecreshore/cli/core/copy.py
src/ecreshore/cli/repository/__init__.py
src/ecreshore/cli/repository/list_images.py
src/ecreshore/cli/repository/list_repositories.py
src/ecreshore/cli/repository/purge.py
src/ecreshore/cli/tools/__init__.py
src/ecreshore/cli/tools/completion.py
src/ecreshore/cli/tools/generate_config.py
src/ecreshore/cli/tools/terminal_info.py
src/ecreshore/cli/utils/__init__.py
src/ecreshore/cli/utils/completion.py
src/ecreshore/cli/utils/logging_setup.py
src/ecreshore/cli/utils/ui_helpers.py
src/ecreshore/cli/utils/validation.py
src/ecreshore/services/__init__.py
src/ecreshore/services/async_transfer_service.py
src/ecreshore/services/base_service.py
src/ecreshore/services/batch_config.py
src/ecreshore/services/batch_error_aggregator.py
src/ecreshore/services/batch_processor.py
src/ecreshore/services/batch_progress.py
src/ecreshore/services/buildx_transfer_service.py
src/ecreshore/services/cache_backends.py
src/ecreshore/services/cache_manager.py
src/ecreshore/services/cache_service.py
src/ecreshore/services/digest_verification.py
src/ecreshore/services/ecr_repository.py
src/ecreshore/services/error_handler.py
src/ecreshore/services/hybrid_transfer_service.py
src/ecreshore/services/image_parser.py
src/ecreshore/services/image_presence_checker.py
src/ecreshore/services/k8s_config.py
src/ecreshore/services/k8s_models.py
src/ecreshore/services/k8s_scanner.py
src/ecreshore/services/output_modes.py
src/ecreshore/services/platform_models.py
src/ecreshore/services/progress_reporter.py
src/ecreshore/services/purge_service.py
src/ecreshore/services/resume_service.py
src/ecreshore/services/retry_service.py
src/ecreshore/services/single_transfer_progress.py
src/ecreshore/services/transfer_request_builder.py
src/ecreshore/services/transfer_service.py
tests/test_async_transfer_service.py
tests/test_aws_utils.py
tests/test_batch_command_helpers.py
tests/test_batch_config.py
tests/test_batch_processor.py
tests/test_batch_progress_helpers.py
tests/test_batch_progress_simple.py
tests/test_buildx_digest_verification.py
tests/test_buildx_platform_limiting.py
tests/test_cache_service.py
tests/test_cached_decorator.py
tests/test_digest_verification.py
tests/test_ecr_auth.py
tests/test_ecr_cache_integration.py
tests/test_ecr_repository_helpers.py
tests/test_ecr_repository_statistics_helpers.py
tests/test_enhanced_copy_command.py
tests/test_error_handler.py
tests/test_field_parser.py
tests/test_finish_batch_refactoring.py
tests/test_hybrid_transfer_service.py
tests/test_image_parser.py
tests/test_image_presence_caching.py
tests/test_image_presence_checker.py
tests/test_k8s_config.py
tests/test_k8s_ecr_detection.py
tests/test_k8s_models.py
tests/test_list_images.py
tests/test_progress_reporter.py
tests/test_public_ecr_filtering.py
tests/test_purge_display_helpers.py
tests/test_purge_refactoring.py
tests/test_purge_service.py
tests/test_purge_service_helpers.py
tests/test_retry_service.py
tests/test_scan_formatters_helpers.py
tests/test_single_transfer_progress_helpers.py
tests/test_skip_decision_caching.py
tests/test_skip_if_present_e2e.py
tests/test_skip_if_present_fast.py
tests/test_skip_if_present_integration.py
tests/test_terminal_detection.py
tests/test_transfer_service.py