LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
./LICENSE
./README.md
githooklib/__init__.py
githooklib/__main__.py
githooklib/api.py
githooklib/cli.py
githooklib/command.py
githooklib/constants.py
githooklib/context.py
githooklib/definitions.py
githooklib/exceptions.py
githooklib/git_hook.py
githooklib/logger.py
githooklib/py.typed
githooklib/ui_messages.py
githooklib/util.py
githooklib.egg-info/PKG-INFO
githooklib.egg-info/SOURCES.txt
githooklib.egg-info/dependency_links.txt
githooklib.egg-info/entry_points.txt
githooklib.egg-info/requires.txt
githooklib.egg-info/top_level.txt
githooklib/examples/__init__.py
githooklib/examples/pre_commit_black.py
githooklib/gateways/__init__.py
githooklib/gateways/git_gateway.py
githooklib/gateways/module_import_gateway.py
githooklib/gateways/project_root_gateway.py
githooklib/gateways/seed_gateway.py
githooklib/services/__init__.py
githooklib/services/error_message_service.py
githooklib/services/hook_discovery_service.py
githooklib/services/hook_management_service.py
githooklib/services/seed_service.py
githooklib/utils/__init__.py
githooklib/utils/command_result_factory.py
githooklib/utils/google_fire_mock_get_result_function.py