LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
apolo_extras/__init__.py
apolo_extras/cli.py
apolo_extras/common.py
apolo_extras/config.py
apolo_extras/const.py
apolo_extras/image.py
apolo_extras/image_builder.py
apolo_extras/k8s.py
apolo_extras/main.py
apolo_extras/utils.py
apolo_extras/version.py
apolo_extras.egg-info/PKG-INFO
apolo_extras.egg-info/SOURCES.txt
apolo_extras.egg-info/dependency_links.txt
apolo_extras.egg-info/entry_points.txt
apolo_extras.egg-info/not-zip-safe
apolo_extras.egg-info/requires.txt
apolo_extras.egg-info/top_level.txt
apolo_extras/assets/merge_docker_auths.sh
apolo_extras/data/__init__.py
apolo_extras/data/archive.py
apolo_extras/data/azure.py
apolo_extras/data/common.py
apolo_extras/data/fs.py
apolo_extras/data/gcs.py
apolo_extras/data/local.py
apolo_extras/data/operations.py
apolo_extras/data/remote.py
apolo_extras/data/s3.py
apolo_extras/data/web.py
tests/__init__.py
tests/e2e/__init__.py
tests/e2e/conftest.py
tests/e2e/test_config.py
tests/e2e/test_image.py
tests/e2e/test_init_aliases.py
tests/e2e/test_k8s.py
tests/e2e/data/__init__.py
tests/e2e/data/cloud_to_local.py
tests/e2e/data/cloud_to_platform.py
tests/e2e/data/local_to_cloud.py
tests/e2e/data/local_to_local.py
tests/e2e/data/platform_to_cloud.py
tests/e2e/data/resources.py
tests/e2e/data/test_data_cp.py
tests/e2e/data/test_data_transfer.py
tests/e2e/data/utils.py
tests/unit/__init__.py
tests/unit/conftest.py
tests/unit/test_auth_merge.py
tests/unit/test_select_job_preset.py
tests/unit/image/__init__.py
tests/unit/image/conftest.py
tests/unit/image/test_remote_image_builder.py