.copier-answers.yml
.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
LICENSE
Makefile
README.md
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
.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/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
requirements/docs.txt
requirements/lint.txt
requirements/package.txt
requirements/test.txt
scripts/generate-coverage-badge.sh
src/ssp_gh/__init__.py
src/ssp_gh/cli.py
src/ssp_gh/settings.py
src/ssp_gh.egg-info/PKG-INFO
src/ssp_gh.egg-info/SOURCES.txt
src/ssp_gh.egg-info/dependency_links.txt
src/ssp_gh.egg-info/entry_points.txt
src/ssp_gh.egg-info/requires.txt
src/ssp_gh.egg-info/top_level.txt
test/__init__.py
test/cli_test.py
test/pkg_test.py
test/settings_test.py