.copier-answers.yml
.gitignore
.pre-commit-config.yaml
Dockerfile
LICENSE
README.rst
catalog-info.yaml
pyproject.toml
.devcontainer/devcontainer.json
.github/CONTRIBUTING.rst
.github/dependabot.yml
.github/actions/install_requirements/action.yml
.github/pages/index.html
.github/pages/switcher.json
.github/workflows/_check.yml
.github/workflows/_container.yml
.github/workflows/_dist.yml
.github/workflows/_docs.yml
.github/workflows/_lint.yml
.github/workflows/_pages.yml
.github/workflows/_pypi.yml
.github/workflows/_release.yml
.github/workflows/_test.yml
.github/workflows/ci.yml
.github/workflows/linkcheck.yml
.vscode/extensions.json
.vscode/launch.json
.vscode/settings.json
.vscode/tasks.json
docs/conf.py
docs/genindex.rst
docs/index.rst
docs/developer/index.rst
docs/developer/explanations/decisions.rst
docs/developer/explanations/decisions/0001-record-architecture-decisions.rst
docs/developer/explanations/decisions/0002-switched-to-pip-skeleton.rst
docs/developer/how-to/build-docs.rst
docs/developer/how-to/contribute.rst
docs/developer/how-to/lint.rst
docs/developer/how-to/make-release.rst
docs/developer/how-to/pin-requirements.rst
docs/developer/how-to/run-tests.rst
docs/developer/how-to/static-analysis.rst
docs/developer/how-to/test-container.rst
docs/developer/how-to/update-tools.rst
docs/developer/reference/standards.rst
docs/developer/tutorials/dev-install.rst
docs/images/dls-favicon.ico
docs/images/dls-logo.svg
docs/user/index.rst
docs/user/explanations/docs-structure.rst
docs/user/how-to/run-container.rst
docs/user/reference/api.rst
docs/user/tutorials/installation.rst
requirements/dev-constraints.txt
src/copier_example/__init__.py
src/copier_example/__main__.py
src/copier_example/_version.py
src/copier_example.egg-info/PKG-INFO
src/copier_example.egg-info/SOURCES.txt
src/copier_example.egg-info/dependency_links.txt
src/copier_example.egg-info/entry_points.txt
src/copier_example.egg-info/requires.txt
src/copier_example.egg-info/top_level.txt
tests/test_cli.py