COPYING
README.md
pyproject.toml
new_python_project/__init__.py
new_python_project/__main__.py
new_python_project/warnings_util.py
new_python_project.egg-info/.bak.0.PKG-INFO
new_python_project.egg-info/.bak.0.requires.txt
new_python_project.egg-info/PKG-INFO
new_python_project.egg-info/SOURCES.txt
new_python_project.egg-info/dependency_links.txt
new_python_project.egg-info/entry_points.txt
new_python_project.egg-info/requires.txt
new_python_project.egg-info/top_level.txt
new_python_project/template/.gitignore
new_python_project/template/COPYING
new_python_project/template/Makefile
new_python_project/template/README.nancy.md
new_python_project/template/author.in.py
new_python_project/template/description.in.py
new_python_project/template/email.in.py
new_python_project/template/project_executable.in.py
new_python_project/template/project_home_page.in.py
new_python_project/template/project_module.in.py
new_python_project/template/project_name.in.py
new_python_project/template/pyproject.nancy.toml
new_python_project/template/year.in.py
new_python_project/template/$run(project_module.in.py)/__init__.nancy.py
new_python_project/template/$run(project_module.in.py)/__main__.nancy.py
new_python_project/template/$run(project_module.in.py)/warnings_util.py
new_python_project/template/.github/workflows/ci.nancy.yml
new_python_project/template/tests/.gitignore
new_python_project/template/tests/conftest.py
new_python_project/template/tests/test_$run(project_module.in.py).nancy.py
new_python_project/template/tests/testutils.nancy.py
new_python_project/template/tests/__pycache__/conftest.cpython-312-pytest-8.3.4.pyc
new_python_project/template/tests/__pycache__/conftest.cpython-312-pytest-8.4.0.pyc
new_python_project/template/tests/__pycache__/conftest.cpython-313-pytest-8.4.0.pyc
new_python_project/template/tests/test-files/greeting-goodbye-expected.nancy.txt
tests/test_new_python_project.py
tests/testutils.py