.coveragerc
.gitignore
MANIFEST.in
README.md
pyproject.toml
tox.ini
.github/workflows/cd.yml
.github/workflows/ci.yml
src/quick_python_project/__init__.py
src/quick_python_project/main.py
src/quick_python_project/project_generation.py
src/quick_python_project/version.py
src/quick_python_project.egg-info/PKG-INFO
src/quick_python_project.egg-info/SOURCES.txt
src/quick_python_project.egg-info/dependency_links.txt
src/quick_python_project.egg-info/entry_points.txt
src/quick_python_project.egg-info/requires.txt
src/quick_python_project.egg-info/top_level.txt
templates/.gitignore
templates/LICENSE
templates/README.md
templates/config.json
templates/hatchling_pyproject.toml
templates/main.py
templates/poetry_pyproject.toml
templates/setuptools_pyproject.toml
tests/__init__.py
tests/test_main.py
tests/test_project_generation.py