.gitignore
LICENSE
README.md
requirements-test.txt
requirements.txt
setup.py
.github/workflows/test.yml
hookandlook/__init__.py
hookandlook/hooks.py
hookandlook/utils.py
hookandlook/watch.py
hookandlook.egg-info/PKG-INFO
hookandlook.egg-info/SOURCES.txt
hookandlook.egg-info/dependency_links.txt
hookandlook.egg-info/requires.txt
hookandlook.egg-info/top_level.txt
tests/__init__.py
tests/test_hooks.py
tests/test_utils.py
tests/test_version.py
tests/test_watchers.py