.copier-answers.yml
.gitignore
.pre-commit-config.yaml
Dockerfile
LICENSE
README.md
catalog-info.yaml
pyproject.toml
.devcontainer/devcontainer.json
.github/CONTRIBUTING.md
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/issue.md
.github/PULL_REQUEST_TEMPLATE/pull_request_template.md
.github/actions/install_requirements/action.yml
.github/pages/index.html
.github/pages/make_switcher.py
.github/workflows/_check.yml
.github/workflows/_container.yml
.github/workflows/_dist.yml
.github/workflows/_pypi.yml
.github/workflows/_release.yml
.github/workflows/_test.yml
.github/workflows/_tox.yml
.github/workflows/ci.yml
.vscode/extensions.json
.vscode/launch.json
.vscode/settings.json
.vscode/tasks.json
src/deploy_tools/__init__.py
src/deploy_tools/__main__.py
src/deploy_tools/_version.py
src/deploy_tools/apptainer.py
src/deploy_tools/command.py
src/deploy_tools/default_versions.py
src/deploy_tools/deploy.py
src/deploy_tools/deprecate.py
src/deploy_tools/layout.py
src/deploy_tools/module.py
src/deploy_tools/remove.py
src/deploy_tools/remove_name_folders.py
src/deploy_tools/restore.py
src/deploy_tools/shell.py
src/deploy_tools/snapshot.py
src/deploy_tools/sync.py
src/deploy_tools/templater.py
src/deploy_tools/update.py
src/deploy_tools/validate.py
src/deploy_tools/demo_configuration/settings.yaml
src/deploy_tools/demo_configuration/dls-pmac-control/0.1.yaml
src/deploy_tools/demo_configuration/dls-pmac-control/0.2.yaml
src/deploy_tools/demo_configuration/example-module-apps/0.1.yaml
src/deploy_tools/demo_configuration/example-module-deps/0.2.yaml
src/deploy_tools/demo_configuration/phoebus/0.1.yaml
src/deploy_tools/models/__init__.py
src/deploy_tools/models/application.py
src/deploy_tools/models/apptainer.py
src/deploy_tools/models/command.py
src/deploy_tools/models/deployment.py
src/deploy_tools/models/load.py
src/deploy_tools/models/module.py
src/deploy_tools/models/parent.py
src/deploy_tools/models/schema.py
src/deploy_tools/models/shell.py
src/deploy_tools/models/schemas/deployment-settings.json
src/deploy_tools/models/schemas/deployment.json
src/deploy_tools/models/schemas/module.json
src/deploy_tools/templates/apptainer_entrypoint
src/deploy_tools/templates/command_entrypoint
src/deploy_tools/templates/modulefile
src/deploy_tools/templates/modulefile_version
src/deploy_tools/templates/shell_entrypoint
src/dls_deploy_tools.egg-info/PKG-INFO
src/dls_deploy_tools.egg-info/SOURCES.txt
src/dls_deploy_tools.egg-info/dependency_links.txt
src/dls_deploy_tools.egg-info/entry_points.txt
src/dls_deploy_tools.egg-info/requires.txt
src/dls_deploy_tools.egg-info/top_level.txt
tests/conftest.py
tests/test_cli.py