.cruft.json
.envrc
.gitignore
Pipfile
Pipfile.lock
README.rst
justfile
pyproject.toml
tox.ini
.github/workflows/python_template_update_checks.yml
docs/conf.py
docs/get_started.rst
docs/gfp.rst
docs/index.rst
docs/_scripts/generate_license_information.py
docs/_static/.gitkeep
docs/_templates/license_compliance.rst.j2
src/gfp/__init__.py
src/gfp/__main__.py
src/gfp/example.py
src/gfp/py.typed
src/gfp/typer.py
src/gfp.egg-info/PKG-INFO
src/gfp.egg-info/SOURCES.txt
src/gfp.egg-info/dependency_links.txt
src/gfp.egg-info/entry_points.txt
src/gfp.egg-info/requires.txt
src/gfp.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/integration/__init__.py
tests/resources/__init__.py
tests/resources/example_resource.txt
tests/unit/__init__.py
tests/unit/test_example.py
tests/utils/__init__.py