.gitignore
.pre-commit-config.yaml
LICENSE
README.md
mkdocs.yml
noxfile.py
pyproject.toml
.github/dependabot.yml
.github/workflows/pre-commit.yml
.github/workflows/publish-pypi.yml
.github/workflows/release-drafter.yml
.github/workflows/stale.yml
.github/workflows/test.yml
docs/index.md
docs/release.md
src/pyrepo_init/__init__.py
src/pyrepo_init/__main__.py
src/pyrepo_init/main.py
src/pyrepo_init.egg-info/PKG-INFO
src/pyrepo_init.egg-info/SOURCES.txt
src/pyrepo_init.egg-info/dependency_links.txt
src/pyrepo_init.egg-info/entry_points.txt
src/pyrepo_init.egg-info/requires.txt
src/pyrepo_init.egg-info/top_level.txt
tests/__init__.py
tests/test_main.py