LICENSE
README.md
pyproject.toml
src/pkgcreator/__init__.py
src/pkgcreator/__main__.py
src/pkgcreator/builder.py
src/pkgcreator/cli.py
src/pkgcreator/cli_tools.py
src/pkgcreator/file_contents.py
src/pkgcreator/filetypes.py
src/pkgcreator/ghutils.py
src/pkgcreator/gitrepo.py
src/pkgcreator/logging_tools.py
src/pkgcreator/venv_manager.py
src/pkgcreator.egg-info/PKG-INFO
src/pkgcreator.egg-info/SOURCES.txt
src/pkgcreator.egg-info/dependency_links.txt
src/pkgcreator.egg-info/entry_points.txt
src/pkgcreator.egg-info/requires.txt
src/pkgcreator.egg-info/top_level.txt
tests/test_creation_mode.py
tests/test_ghutils.py
tests/test_git.py
tests/test_tools.py
tests/test_venv_manager.py