.gitignore
.gitlab-ci.yml
.pre-commit-config.yaml
.readthedocs.yaml
LICENSE
Makefile
README.md
copier.yaml
pyproject.toml
requirements.txt
.github/FUNDING.yml
.github/dependabot.yml
.github/workflows/ci.yml
.github/workflows/pr.yml
.github/workflows/readthedocs-preview.yml
.github/workflows/release.yml
.gitlab/ci/ci.yml
.gitlab/ci/mr.yml
.gitlab/ci/release.yml
.vscode/extensions.json
.vscode/settings.json
constraints/3.10.txt
constraints/3.11.txt
constraints/3.12.txt
constraints/3.8.txt
constraints/3.9.txt
docs/changelog.md
docs/conf.py
docs/index.md
docs/_static/badges/logo.json
docs/_static/images/logo.svg
docs/api/index.md
docs/api/settings.md
docs/cli/index.md
docs/dev/commit.md
docs/dev/env.md
docs/dev/index.md
docs/dev/proj.md
docs/dev/release.md
docs/reports/index.md
docs/reports/coverage/index.md
docs/reports/mypy/index.md
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
requirements/docs.txt
requirements/lint.txt
requirements/package.txt
requirements/test.txt
scripts/generate-coverage-badge.sh
src/ss_python/__init__.py
src/ss_python/cli.py
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
template/LICENSE.jinja
template/Makefile.jinja
template/README.md.jinja
template/[% if repo_host_type == 'gitlab.com' or repo_host_type == 'gitlab-self-managed' %].gitlab-ci.yml[% endif %].jinja
template/pyproject.toml.jinja
template/requirements.txt
template/{{_copier_conf.answers_file}}.jinja
template/.vscode/extensions.json
template/.vscode/settings.json
template/[% if repo_host_type == 'github.com' %].github[% endif %]/FUNDING.yml.jinja
template/[% if repo_host_type == 'github.com' %].github[% endif %]/dependabot.yml
template/[% if repo_host_type == 'github.com' %].github[% endif %]/workflows/ci.yml.jinja
template/[% if repo_host_type == 'github.com' %].github[% endif %]/workflows/pr.yml
template/[% if repo_host_type == 'github.com' %].github[% endif %]/workflows/readthedocs-preview.yml.jinja
template/[% if repo_host_type == 'github.com' %].github[% endif %]/workflows/release.yml.jinja
template/[% if repo_host_type == 'gitlab.com' or repo_host_type == 'gitlab-self-managed' %].gitlab[% endif %]/ci/ci.yml.jinja
template/[% if repo_host_type == 'gitlab.com' or repo_host_type == 'gitlab-self-managed' %].gitlab[% endif %]/ci/mr.yml
template/[% if repo_host_type == 'gitlab.com' or repo_host_type == 'gitlab-self-managed' %].gitlab[% endif %]/ci/release.yml
template/constraints/3.10.txt
template/constraints/3.11.txt
template/constraints/3.12.txt
template/constraints/3.8.txt
template/constraints/3.9.txt
template/docs/changelog.md
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/logo.svg
template/docs/api/index.md.jinja
template/docs/api/settings.md.jinja
template/docs/cli/index.md.jinja
template/docs/dev/commit.md
template/docs/dev/env.md
template/docs/dev/index.md
template/docs/dev/proj.md
template/docs/dev/release.md
template/docs/reports/index.md
template/docs/reports/coverage/index.md
template/docs/reports/mypy/index.md
template/requirements/docs.txt
template/requirements/lint.txt
template/requirements/package.txt
template/requirements/test.txt
template/scripts/generate-coverage-badge.sh
template/src/{{ module_name }}/__init__.py
template/src/{{ module_name }}/cli.py.jinja
template/src/{{ module_name }}/settings.py.jinja
template/test/__init__.py
template/test/cli_test.py.jinja
template/test/pkg_test.py.jinja
template/test/settings_test.py.jinja
test/__init__.py
test/cli_test.py
test/pkg_test.py
test/settings_test.py