.gitignore
CHANGELOG.md
LICENSE
Makefile
README.md
pyproject.toml
.github/workflows/ci.yml
.github/workflows/publish.yml
src/jbussdieker/project/__init__.py
src/jbussdieker/project/cli.py
src/jbussdieker/project/generator.py
src/jbussdieker/project/git_utils.py
src/jbussdieker/project/template_loader.py
src/jbussdieker/project/templates/.gitignore.tpl
src/jbussdieker/project/templates/LICENSE.tpl
src/jbussdieker/project/templates/Makefile.tpl
src/jbussdieker/project/templates/README.md.tpl
src/jbussdieker/project/templates/__init__.py.tpl
src/jbussdieker/project/templates/ci.yml.tpl
src/jbussdieker/project/templates/publish.yml.tpl
src/jbussdieker/project/templates/pyproject.toml.tpl
src/jbussdieker/project/templates/test_project.py.tpl
src/jbussdieker_project.egg-info/PKG-INFO
src/jbussdieker_project.egg-info/SOURCES.txt
src/jbussdieker_project.egg-info/dependency_links.txt
src/jbussdieker_project.egg-info/requires.txt
src/jbussdieker_project.egg-info/top_level.txt
tests/jbussdieker/project/test_git_utils.py
tests/jbussdieker/project/test_main.py
tests/jbussdieker/project/test_project.py
tests/jbussdieker/project/test_template_loader.py