LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
spython/README.md
spython/__init__.py
spython/image.py
spython/version.py
spython.egg-info/PKG-INFO
spython.egg-info/SOURCES.txt
spython.egg-info/dependency_links.txt
spython.egg-info/entry_points.txt
spython.egg-info/not-zip-safe
spython.egg-info/top_level.txt
spython/client/__init__.py
spython/client/recipe.py
spython/client/shell.py
spython/client/test.py
spython/instance/__init__.py
spython/instance/cmd/__init__.py
spython/instance/cmd/logs.py
spython/instance/cmd/start.py
spython/instance/cmd/stop.py
spython/logger/__init__.py
spython/logger/compatibility.py
spython/logger/message.py
spython/logger/progress.py
spython/logger/spinner.py
spython/main/__init__.py
spython/main/apps.py
spython/main/build.py
spython/main/execute.py
spython/main/export.py
spython/main/help.py
spython/main/inspect.py
spython/main/instances.py
spython/main/pull.py
spython/main/run.py
spython/main/base/Dockerfile
spython/main/base/README.md
spython/main/base/__init__.py
spython/main/base/command.py
spython/main/base/flags.py
spython/main/base/generate.py
spython/main/base/logger.py
spython/main/base/sutils.py
spython/main/parse/__init__.py
spython/main/parse/recipe.py
spython/main/parse/parsers/README.md
spython/main/parse/parsers/__init__.py
spython/main/parse/parsers/base.py
spython/main/parse/parsers/docker.py
spython/main/parse/parsers/singularity.py
spython/main/parse/writers/__init__.py
spython/main/parse/writers/base.py
spython/main/parse/writers/docker.py
spython/main/parse/writers/singularity.py
spython/oci/README.md
spython/oci/__init__.py
spython/oci/config.json
spython/oci/cmd/__init__.py
spython/oci/cmd/actions.py
spython/oci/cmd/mounts.py
spython/oci/cmd/states.py
spython/tests/Xtest_oci.py
spython/tests/__init__.py
spython/tests/conftest.py
spython/tests/helpers.sh
spython/tests/test_base.py
spython/tests/test_client.py
spython/tests/test_client.sh
spython/tests/test_conversion.py
spython/tests/test_instances.py
spython/tests/test_parsers.py
spython/tests/test_recipe.py
spython/tests/test_utils.py
spython/tests/test_writers.py
spython/tests/testdata/Dockerfile
spython/tests/testdata/README.md
spython/tests/testdata/Singularity
spython/tests/testdata/docker2singularity/add.def
spython/tests/testdata/docker2singularity/add.docker
spython/tests/testdata/docker2singularity/argsub.def
spython/tests/testdata/docker2singularity/argsub.docker
spython/tests/testdata/docker2singularity/cmd.def
spython/tests/testdata/docker2singularity/cmd.docker
spython/tests/testdata/docker2singularity/comments.def
spython/tests/testdata/docker2singularity/comments.docker
spython/tests/testdata/docker2singularity/copy.def
spython/tests/testdata/docker2singularity/copy.docker
spython/tests/testdata/docker2singularity/entrypoint-cmd.def
spython/tests/testdata/docker2singularity/entrypoint-cmd.docker
spython/tests/testdata/docker2singularity/entrypoint.def
spython/tests/testdata/docker2singularity/entrypoint.docker
spython/tests/testdata/docker2singularity/expose.def
spython/tests/testdata/docker2singularity/expose.docker
spython/tests/testdata/docker2singularity/from.def
spython/tests/testdata/docker2singularity/from.docker
spython/tests/testdata/docker2singularity/healthcheck.def
spython/tests/testdata/docker2singularity/healthcheck.docker
spython/tests/testdata/docker2singularity/label.def
spython/tests/testdata/docker2singularity/label.docker
spython/tests/testdata/docker2singularity/multiple-lines.def
spython/tests/testdata/docker2singularity/multiple-lines.docker
spython/tests/testdata/docker2singularity/multistage.def
spython/tests/testdata/docker2singularity/multistage.docker
spython/tests/testdata/docker2singularity/user.def
spython/tests/testdata/docker2singularity/user.docker
spython/tests/testdata/docker2singularity/workdir.def
spython/tests/testdata/docker2singularity/workdir.docker
spython/tests/testdata/singularity2docker/files.def
spython/tests/testdata/singularity2docker/files.docker
spython/tests/testdata/singularity2docker/from.def
spython/tests/testdata/singularity2docker/from.docker
spython/tests/testdata/singularity2docker/labels.def
spython/tests/testdata/singularity2docker/labels.docker
spython/tests/testdata/singularity2docker/multiple-lines.def
spython/tests/testdata/singularity2docker/multiple-lines.docker
spython/tests/testdata/singularity2docker/multistage.def
spython/tests/testdata/singularity2docker/multistage.docker
spython/tests/testdata/singularity2docker/post.def
spython/tests/testdata/singularity2docker/post.docker
spython/tests/testdata/singularity2docker/runscript.def
spython/tests/testdata/singularity2docker/runscript.docker
spython/tests/testdata/singularity2docker/test.def
spython/tests/testdata/singularity2docker/test.docker
spython/utils/__init__.py
spython/utils/fileio.py
spython/utils/misc.py
spython/utils/terminal.py