.coveragerc
.gitignore
LICENSE
README.md
setup.py
.github/workflows/new_version.yml
.github/workflows/test_python2.yml
.github/workflows/test_python3.yml
docs/.requirements.txt
docs/conf.py
docs/example.rst
docs/hooker.rst
docs/index.rst
docs/modules.rst
docs/plugin_creators.rst
docs/project_authors.rst
docs/_static/.keep
example/__main__.py
example/dep_and_event.py
example/iterables.py
example/simple_hook.py
example/simple_subhook.py
example/wildcard.py
example/wildcard2.py
example/crypter/README.md
example/crypter/crypter.py
example/crypter/fernet.py
example/crypter/reverse.py
hooker/__init__.py
hooker/__main__.py
hooker/api.py
hooker/event_list.py
hooker/hook_list.py
hooker/logger.py
hooker.egg-info/PKG-INFO
hooker.egg-info/SOURCES.txt
hooker.egg-info/dependency_links.txt
hooker.egg-info/top_level.txt
tests/__init__.py
tests/test_functional.py
tests/test_glob.py
tests/test_input.py
tests/wildcard2.py
tests/test_plugins/return_args.py