LICENSE
MANIFEST.in
README.md
setup.py
sregistry/README.md
sregistry/__init__.py
sregistry/defaults.py
sregistry/version.py
sregistry.egg-info/PKG-INFO
sregistry.egg-info/SOURCES.txt
sregistry.egg-info/dependency_links.txt
sregistry.egg-info/entry_points.txt
sregistry.egg-info/not-zip-safe
sregistry.egg-info/requires.txt
sregistry.egg-info/top_level.txt
sregistry/auth/__init__.py
sregistry/auth/secrets.py
sregistry/auth/utils.py
sregistry/client/__init__.py
sregistry/client/add.py
sregistry/client/backend.py
sregistry/client/build.py
sregistry/client/delete.py
sregistry/client/get.py
sregistry/client/images.py
sregistry/client/inspect.py
sregistry/client/labels.py
sregistry/client/list.py
sregistry/client/mv.py
sregistry/client/pull.py
sregistry/client/push.py
sregistry/client/rename.py
sregistry/client/rm.py
sregistry/client/search.py
sregistry/client/share.py
sregistry/client/shell.py
sregistry/database/__init__.py
sregistry/database/dummy.py
sregistry/database/models.py
sregistry/database/robot.png
sregistry/database/sqlite.py
sregistry/logger/__init__.py
sregistry/logger/message.py
sregistry/logger/namer.py
sregistry/logger/progress.py
sregistry/logger/spinner.py
sregistry/main/README.md
sregistry/main/__init__.py
sregistry/main/__template__/__init__.py
sregistry/main/__template__/pull.py
sregistry/main/__template__/push.py
sregistry/main/__template__/query.py
sregistry/main/aws/__init__.py
sregistry/main/aws/api.py
sregistry/main/aws/pull.py
sregistry/main/base/__init__.py
sregistry/main/base/auth.py
sregistry/main/base/headers.py
sregistry/main/base/http.py
sregistry/main/base/inspect.py
sregistry/main/base/settings.py
sregistry/main/docker/__init__.py
sregistry/main/docker/api.py
sregistry/main/docker/blob2oci
sregistry/main/docker/environment.tar
sregistry/main/docker/pull.py
sregistry/main/docker/utils.py
sregistry/main/dropbox/__init__.py
sregistry/main/dropbox/pull.py
sregistry/main/dropbox/push.py
sregistry/main/dropbox/query.py
sregistry/main/dropbox/share.py
sregistry/main/gitlab/__init__.py
sregistry/main/gitlab/pull.py
sregistry/main/gitlab/query.py
sregistry/main/globus/__init__.py
sregistry/main/globus/pull.py
sregistry/main/globus/push.py
sregistry/main/globus/query.py
sregistry/main/globus/utils.py
sregistry/main/google_build/.gitignore
sregistry/main/google_build/README.md
sregistry/main/google_build/__init__.py
sregistry/main/google_build/build.py
sregistry/main/google_build/client.py
sregistry/main/google_build/delete.py
sregistry/main/google_build/logs.py
sregistry/main/google_build/pull.py
sregistry/main/google_build/push.py
sregistry/main/google_build/query.py
sregistry/main/google_build/utils.py
sregistry/main/google_drive/__init__.py
sregistry/main/google_drive/pull.py
sregistry/main/google_drive/push.py
sregistry/main/google_drive/query.py
sregistry/main/google_drive/share.py
sregistry/main/google_drive/utils.py
sregistry/main/google_storage/__init__.py
sregistry/main/google_storage/build.py
sregistry/main/google_storage/delete.py
sregistry/main/google_storage/logs.py
sregistry/main/google_storage/pull.py
sregistry/main/google_storage/push.py
sregistry/main/google_storage/query.py
sregistry/main/google_storage/utils.py
sregistry/main/hub/__init__.py
sregistry/main/hub/pull.py
sregistry/main/hub/query.py
sregistry/main/nvidia/__init__.py
sregistry/main/nvidia/pull.py
sregistry/main/registry/__init__.py
sregistry/main/registry/auth.py
sregistry/main/registry/build.py
sregistry/main/registry/delete.py
sregistry/main/registry/pull.py
sregistry/main/registry/push.py
sregistry/main/registry/query.py
sregistry/main/registry/utils.py
sregistry/main/s3/__init__.py
sregistry/main/s3/delete.py
sregistry/main/s3/pull.py
sregistry/main/s3/push.py
sregistry/main/s3/query.py
sregistry/main/swift/__init__.py
sregistry/main/swift/pull.py
sregistry/main/swift/push.py
sregistry/main/swift/query.py
sregistry/main/templates/__init__.py
sregistry/main/templates/build/__init__.py
sregistry/main/templates/build/singularity-builder-apt.sh
sregistry/main/templates/build/singularity-cloudbuild-git.json
sregistry/main/templates/build/singularity-cloudbuild-local.json
sregistry/main/workers/__init__.py
sregistry/main/workers/aws.py
sregistry/main/workers/tasks.py
sregistry/main/workers/worker.py
sregistry/tests/__init__.py
sregistry/tests/test_utils.py
sregistry/tests/testdata/__init__.py
sregistry/tests/testdata/hashtest.tar.gz
sregistry/tests/testdata/hashtest.txt
sregistry/utils/__init__.py
sregistry/utils/fileio.py
sregistry/utils/names.py
sregistry/utils/recipes.py
sregistry/utils/terminal.py