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/delete.py
sregistry/client/get.py
sregistry/client/images.py
sregistry/client/inspect.py
sregistry/client/labels.py
sregistry/client/list.py
sregistry/client/pull.py
sregistry/client/push.py
sregistry/client/record.py
sregistry/client/rm.py
sregistry/client/rmi.py
sregistry/client/search.py
sregistry/client/share.py
sregistry/client/shell.py
sregistry/client/singularity.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/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/__template__/record.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/environment.tar
sregistry/main/docker/pull.py
sregistry/main/docker/record.py
sregistry/main/dropbox/__init__.py
sregistry/main/dropbox/pull.py
sregistry/main/dropbox/push.py
sregistry/main/dropbox/query.py
sregistry/main/dropbox/record.py
sregistry/main/dropbox/share.py
sregistry/main/globus/auth.py
sregistry/main/globus/delete.py
sregistry/main/globus/pull.py
sregistry/main/globus/push.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/record.py
sregistry/main/google_drive/share.py
sregistry/main/google_drive/utils.py
sregistry/main/google_storage/__init__.py
sregistry/main/google_storage/pull.py
sregistry/main/google_storage/push.py
sregistry/main/google_storage/query.py
sregistry/main/google_storage/record.py
sregistry/main/google_storage/utils.py
sregistry/main/hub/__init__.py
sregistry/main/hub/pull.py
sregistry/main/hub/query.py
sregistry/main/hub/record.py
sregistry/main/nvidia/__init__.py
sregistry/main/nvidia/pull.py
sregistry/main/nvidia/record.py
sregistry/main/registry/__init__.py
sregistry/main/registry/auth.py
sregistry/main/registry/delete.py
sregistry/main/registry/pull.py
sregistry/main/registry/push.py
sregistry/main/registry/query.py
sregistry/main/registry/record.py
sregistry/main/registry/utils.py
sregistry/main/workers/__init__.py
sregistry/main/workers/tasks.py
sregistry/main/workers/worker.py
sregistry/utils/__init__.py
sregistry/utils/cache.py
sregistry/utils/fileio.py
sregistry/utils/names.py
sregistry/utils/recipes.py
sregistry/utils/templates.py
sregistry/utils/terminal.py