1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132
|
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
|