LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
neuro_extras/__init__.py
neuro_extras/cli.py
neuro_extras/common.py
neuro_extras/config.py
neuro_extras/const.py
neuro_extras/image.py
neuro_extras/image_builder.py
neuro_extras/k8s.py
neuro_extras/main.py
neuro_extras/seldon.py
neuro_extras/utils.py
neuro_extras/version.py
neuro_extras.egg-info/PKG-INFO
neuro_extras.egg-info/SOURCES.txt
neuro_extras.egg-info/dependency_links.txt
neuro_extras.egg-info/entry_points.txt
neuro_extras.egg-info/not-zip-safe
neuro_extras.egg-info/requires.txt
neuro_extras.egg-info/top_level.txt
neuro_extras/assets/merge_docker_auths.sh
neuro_extras/assets/seldon.package/seldon.Dockerfile
neuro_extras/assets/seldon.package/seldon_model.py
neuro_extras/data/__init__.py
neuro_extras/data/archive.py
neuro_extras/data/azure.py
neuro_extras/data/common.py
neuro_extras/data/fs.py
neuro_extras/data/gcs.py
neuro_extras/data/local.py
neuro_extras/data/operations.py
neuro_extras/data/remote.py
neuro_extras/data/s3.py
neuro_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/test_seldon.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