.gitignore
.pre-commit-config.yaml
.python-version
LICENSE
README.md
pyproject.toml
uv.lock
.github/workflows/publish-pypi-test.yml
.github/workflows/publish-pypi.yml
.github/workflows/pythonapp-workflow.yml
src/hello_world/__init__.py
src/hello_world/app.py
src/hello_world/util/__init__.py
src/hello_world/util/date.py
src/hello_world/util/logs.py
src/pyprefab.egg-info/PKG-INFO
src/pyprefab.egg-info/SOURCES.txt
src/pyprefab.egg-info/dependency_links.txt
src/pyprefab.egg-info/entry_points.txt
src/pyprefab.egg-info/requires.txt
src/pyprefab.egg-info/top_level.txt
tests/hello_world/test_app.py
tests/hello_world/unit/util/test_date.py