.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/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/_docs.yml
.github/workflows/_pypi.yml
.github/workflows/_release.yml
.github/workflows/_test.yml
.github/workflows/_tox.yml
.github/workflows/ci.yml
.github/workflows/periodic.yml
.vscode/extensions.json
.vscode/launch.json
.vscode/settings.json
.vscode/tasks.json
docs/conf.py
docs/explanations.md
docs/genindex.md
docs/how-to.md
docs/index.md
docs/reference.md
docs/tutorials.md
docs/explanations/decisions.md
docs/explanations/decisions/0001-record-architecture-decisions.md
docs/explanations/decisions/0002-switched-to-python-copier-template.md
docs/how-to/contribute.md
docs/how-to/run-container.md
docs/images/dls-logo.svg
docs/reference/api.md
docs/tutorials/installation.md
src/dls_python_copier_template_example.egg-info/PKG-INFO
src/dls_python_copier_template_example.egg-info/SOURCES.txt
src/dls_python_copier_template_example.egg-info/dependency_links.txt
src/dls_python_copier_template_example.egg-info/entry_points.txt
src/dls_python_copier_template_example.egg-info/requires.txt
src/dls_python_copier_template_example.egg-info/top_level.txt
src/python_copier_template_example/__init__.py
src/python_copier_template_example/__main__.py
src/python_copier_template_example/_version.py
tests/test_cli.py