.gitignore
.gitlab-ci.yml
.pre-commit-config.yaml
.readthedocs.yaml
.releaserc.json
.renovaterc.json
LICENSE
Makefile
README.md
copier.yaml
pdm.dev.lock
pdm.lock
pyproject.toml
.devcontainer/Dockerfile
.devcontainer/Dockerfile.dockerignore
.devcontainer/devcontainer.json
.github/FUNDING.yml
.github/workflows/ci.yml
.github/workflows/commitlint.yml
.github/workflows/delete-untagged-packages.yml
.github/workflows/devcontainer.yml
.github/workflows/readthedocs-preview.yml
.github/workflows/release.yml
.github/workflows/renovate.yml
.github/workflows/semantic-release.yml
.gitlab/workflows/ci.yml
.gitlab/workflows/commitlint.yml
.gitlab/workflows/devcontainer.yml
.gitlab/workflows/release.yml
.gitlab/workflows/renovate.yml
.gitlab/workflows/semantic-release.yml
.vscode/extensions.json
.vscode/settings.json
docs/conf.py
docs/index.md
docs/_static/badges/logo.json
docs/_static/images/bootstrap-dev-container-github.png
docs/_static/images/bootstrap-dev-container-gitlab.png
docs/_static/images/dev-container-reopen-prompt.png
docs/_static/images/logo.svg
docs/advanced/cicd.md
docs/advanced/dev-containers.md
docs/advanced/index.md
docs/advanced/partial-dev-env.md
docs/api/index.md
docs/api/settings.md
docs/cli/index.md
docs/development/cleanup-dev-env.md
docs/development/commit.md
docs/development/git-workflow.md
docs/development/index.md
docs/development/setup-dev-env.md
docs/development/tests.md
docs/management/index.md
docs/management/init.md
docs/management/release.md
docs/management/settings.md
docs/management/update.md
docs/reports/index.md
docs/reports/coverage/index.md
docs/reports/mypy/index.md
includes/copier-answers-sample.yml
includes/sample.jinja
includes/variable.jinja
includes/version_compare.jinja
includes/licenses/Apache Software License.jinja
includes/licenses/Boost Software License 1.0 (BSL-1.0).jinja
includes/licenses/GNU Affero General Public License v3.jinja
includes/licenses/GNU General Public License v3 (GPLv3).jinja
includes/licenses/GNU Lesser General Public License v3 (LGPLv3).jinja
includes/licenses/MIT License.jinja
includes/licenses/Mozilla Public License 2.0 (MPL 2.0).jinja
includes/licenses/The Unlicense (Unlicense).jinja
scripts/generate-coverage-badge.sh
src/ss_python/__init__.py
src/ss_python/cli.py
src/ss_python/py.typed
src/ss_python/settings.py
src/ss_python.egg-info/PKG-INFO
src/ss_python.egg-info/SOURCES.txt
src/ss_python.egg-info/dependency_links.txt
src/ss_python.egg-info/entry_points.txt
src/ss_python.egg-info/requires.txt
src/ss_python.egg-info/top_level.txt
template/.gitignore.jinja
template/.pre-commit-config.yaml.jinja
template/.readthedocs.yaml.jinja
template/.releaserc.json.jinja
template/.renovaterc.json.jinja
template/LICENSE.jinja
template/Makefile.jinja
template/README.md.jinja
template/pyproject.toml.jinja
template/{% if repo_platform == 'gitlab' or repo_platform == 'gitlab-self-managed' %}.gitlab-ci.yml{% endif %}.jinja
template/{{_copier_conf.answers_file}}.jinja
template/.devcontainer/Dockerfile.dockerignore
template/.devcontainer/Dockerfile.jinja
template/.devcontainer/devcontainer.json.jinja
template/.vscode/extensions.json
template/.vscode/settings.json
template/docs/conf.py.jinja
template/docs/index.md.jinja
template/docs/_static/badges/{% if project_name == 'Serious Scaffold Python' %}logo.json{% endif %}.jinja
template/docs/_static/images/bootstrap-dev-container-github.png
template/docs/_static/images/bootstrap-dev-container-gitlab.png
template/docs/_static/images/dev-container-reopen-prompt.png
template/docs/_static/images/logo.svg
template/docs/advanced/cicd.md.jinja
template/docs/advanced/dev-containers.md.jinja
template/docs/advanced/index.md
template/docs/advanced/partial-dev-env.md
template/docs/api/index.md.jinja
template/docs/api/settings.md.jinja
template/docs/cli/index.md.jinja
template/docs/development/cleanup-dev-env.md
template/docs/development/commit.md
template/docs/development/git-workflow.md.jinja
template/docs/development/index.md
template/docs/development/setup-dev-env.md
template/docs/development/tests.md.jinja
template/docs/management/index.md
template/docs/management/init.md.jinja
template/docs/management/release.md.jinja
template/docs/management/settings.md.jinja
template/docs/management/update.md
template/docs/reports/index.md
template/docs/reports/coverage/index.md
template/docs/reports/mypy/index.md
template/scripts/generate-coverage-badge.sh
template/src/{{ module_name }}/__init__.py
template/src/{{ module_name }}/cli.py.jinja
template/src/{{ module_name }}/py.typed
template/src/{{ module_name }}/settings.py.jinja
template/tests/__init__.py
template/tests/cli_test.py.jinja
template/tests/pkg_test.py.jinja
template/tests/settings_test.py.jinja
template/{% if repo_platform == 'github' %}.github{% endif %}/FUNDING.yml.jinja
template/{% if repo_platform == 'github' %}.github{% endif %}/workflows/ci.yml.jinja
template/{% if repo_platform == 'github' %}.github{% endif %}/workflows/commitlint.yml
template/{% if repo_platform == 'github' %}.github{% endif %}/workflows/delete-untagged-packages.yml.jinja
template/{% if repo_platform == 'github' %}.github{% endif %}/workflows/devcontainer.yml.jinja
template/{% if repo_platform == 'github' %}.github{% endif %}/workflows/readthedocs-preview.yml.jinja
template/{% if repo_platform == 'github' %}.github{% endif %}/workflows/release.yml.jinja
template/{% if repo_platform == 'github' %}.github{% endif %}/workflows/renovate.yml.jinja
template/{% if repo_platform == 'github' %}.github{% endif %}/workflows/semantic-release.yml.jinja
template/{% if repo_platform == 'gitlab' or repo_platform == 'gitlab-self-managed' %}.gitlab{% endif %}/workflows/ci.yml.jinja
template/{% if repo_platform == 'gitlab' or repo_platform == 'gitlab-self-managed' %}.gitlab{% endif %}/workflows/commitlint.yml
template/{% if repo_platform == 'gitlab' or repo_platform == 'gitlab-self-managed' %}.gitlab{% endif %}/workflows/devcontainer.yml.jinja
template/{% if repo_platform == 'gitlab' or repo_platform == 'gitlab-self-managed' %}.gitlab{% endif %}/workflows/release.yml.jinja
template/{% if repo_platform == 'gitlab' or repo_platform == 'gitlab-self-managed' %}.gitlab{% endif %}/workflows/renovate.yml
template/{% if repo_platform == 'gitlab' or repo_platform == 'gitlab-self-managed' %}.gitlab{% endif %}/workflows/semantic-release.yml.jinja
tests/__init__.py
tests/cli_test.py
tests/pkg_test.py
tests/settings_test.py