.bumpversion.cfg
.gitignore
.gitlab-ci.yml
.pre-commit-config.yaml
.prettierrc
CHANGELOG.md
Makefile
README.md
copier.yaml
mkdocs.yaml
noxfile.py
pyproject.toml
.vscode/cspell.json
.vscode/extensions.json
.vscode/settings.json
.vscode/terms.txt
docs/_nav.md
docs/index.md
docs/assets/custom.css
docs/assets/magiclink.css
docs/assets/magiclink.js
docs/developer-guide/documentation.md
docs/developer-guide/examples.md
docs/developer-guide/supported-remotes.md
docs/developer-guide/template/Calculated Variables.md
docs/developer-guide/template/index.md
docs/reference/changelog.md
docs/reference/terms.md
docs/reference/tooling/bumpversion.md
docs/reference/tooling/git.md
docs/reference/tooling/github.md
docs/reference/tooling/gitlab.md
docs/reference/tooling/index.md
docs/reference/tooling/mkdocs.md
docs/reference/tooling/pre-commit.md
docs/reference/tooling/pytest.md
docs/reference/tooling/sphinx.md
docs/user-guide/first-project.md
docs/user-guide/getting-started.md
docs/user-guide/next-steps.md
docs/user-guide/prepare-release.md
docs/user-guide/project-structure.md
docs/user-guide/questions.html.jinja
docs/user-guide/topics/ci.md
docs/user-guide/topics/cli.md
docs/user-guide/topics/documentation.md
docs/user-guide/topics/markup-languages.md
docs/user-guide/topics/task-execution.md
docs/user-guide/topics/testing.md
docs/user-guide/topics/versioning.md
docs/util/abbreviations.md
docs/util/macros.py
src/init_python_project/__main__.py
src/init_python_project/cli.py
src/init_python_project/copier.yaml
src/init_python_project.egg-info/PKG-INFO
src/init_python_project.egg-info/SOURCES.txt
src/init_python_project.egg-info/dependency_links.txt
src/init_python_project.egg-info/entry_points.txt
src/init_python_project.egg-info/requires.txt
src/init_python_project.egg-info/top_level.txt
src/init_python_project/template/.gitignore.jinja
src/init_python_project/template/CHANGELOG.md.jinja
src/init_python_project/template/Makefile.jinja
src/init_python_project/template/README.md.jinja
src/init_python_project/template/context
src/init_python_project/template/pyproject.toml.jinja
src/init_python_project/template/{% if docs == 'mkdocs' %}mkdocs.yml{% endif %}.jinja
src/init_python_project/template/{% if remote.startswith('gitlab') %}.gitlab-ci.yml{% endif %}.jinja
src/init_python_project/template/{% if use_bumpversion %}.bumpversion.cfg{% endif %}.jinja
src/init_python_project/template/{% if use_precommit %}.pre-commit-config.yaml{% endif %}.jinja
src/init_python_project/template/{{ _copier_conf.answers_file }}.jinja
src/init_python_project/template/src/{{package_name}}/__init__.py
src/init_python_project/template/src/{{package_name}}/__main__.py
src/init_python_project/template/src/{{package_name}}/cli.py.jinja
src/init_python_project/template/src/{{package_name}}/simple.py
src/init_python_project/template/tests/test_cli.py.jinja
src/init_python_project/template/tests/test_simple.py.jinja
src/init_python_project/template/{% if docs == 'mkdocs' %}docs{% endif %}/index.md
src/init_python_project/template/{% if docs == 'mkdocs' %}docs{% endif %}/macros.py
src/init_python_project/template/{% if docs == 'mkdocs' %}docs{% endif %}/reference.md.jinja
src/init_python_project/template/{% if docs == 'sphinx' %}docs{% endif %}/changelog.md
src/init_python_project/template/{% if docs == 'sphinx' %}docs{% endif %}/conf.py.jinja
src/init_python_project/template/{% if docs == 'sphinx' %}docs{% endif %}/index.md
src/init_python_project/template/{% if docs == 'sphinx' %}docs{% endif %}/_static/.gitkeep
src/init_python_project/template/{% if remote == 'github' %}.github{% endif %}/workflows/{% if docs != 'none' %}docs.yaml{% endif %}.jinja
template/.gitignore.jinja
template/CHANGELOG.md.jinja
template/Makefile.jinja
template/README.md.jinja
template/context
template/pyproject.toml.jinja
template/{% if docs == 'mkdocs' %}mkdocs.yml{% endif %}.jinja
template/{% if remote.startswith('gitlab') %}.gitlab-ci.yml{% endif %}.jinja
template/{% if use_bumpversion %}.bumpversion.cfg{% endif %}.jinja
template/{% if use_precommit %}.pre-commit-config.yaml{% endif %}.jinja
template/{{ _copier_conf.answers_file }}.jinja
template/src/{{package_name}}/__init__.py
template/src/{{package_name}}/__main__.py
template/src/{{package_name}}/cli.py.jinja
template/src/{{package_name}}/package_data.dat
template/src/{{package_name}}/simple.py
template/tests/test_cli.py.jinja
template/tests/test_simple.py.jinja
template/{% if docs == 'mkdocs' %}docs{% endif %}/index.md
template/{% if docs == 'mkdocs' %}docs{% endif %}/macros.py
template/{% if docs == 'mkdocs' %}docs{% endif %}/reference.md.jinja
template/{% if docs == 'sphinx' %}docs{% endif %}/Makefile
template/{% if docs == 'sphinx' %}docs{% endif %}/changelog.md
template/{% if docs == 'sphinx' %}docs{% endif %}/conf.py.jinja
template/{% if docs == 'sphinx' %}docs{% endif %}/index.md
template/{% if docs == 'sphinx' %}docs{% endif %}/_static/.gitkeep
template/{% if remote == 'github' %}.github{% endif %}/workflows/{% if docs != 'none' %}docs.yaml{% endif %}.jinja
tests/test_cli.py
tests/test_package.py
tests/test_template.py