.codecov.yml
.gitattributes
.gitignore
.isort.cfg
.pre-commit-config.yaml
.project
.pydevproject
.readthedocs.yml
AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
RELEASING.rst
environment.devenv.yml
pyproject.toml
requirements_dev.txt
setup.cfg
setup.py
tasks.py
tox.ini
.github/ISSUE_TEMPLATE.md
.github/workflows/deploy.yaml
.github/workflows/main.yaml
docs/Makefile
docs/make.bat
docs/source/conf.py
docs/source/index.rst
docs/source/quick_start.rst
docs/source/_static/logo.svg
docs/source/api/reference.rst
docs/source/concepts/application_usage.rst
docs/source/concepts/creating_an_sdk.rst
docs/source/concepts/creating_hook_specs.rst
docs/source/concepts/creating_plugins.rst
hookman/__init__.py
hookman/__main__.py
hookman/exceptions.py
hookman/hookman_generator.py
hookman/hookman_utils.py
hookman/hooks.py
hookman/plugin_config.py
python_hookman.egg-info/PKG-INFO
python_hookman.egg-info/SOURCES.txt
python_hookman.egg-info/dependency_links.txt
python_hookman.egg-info/entry_points.txt
python_hookman.egg-info/not-zip-safe
python_hookman.egg-info/requires.txt
python_hookman.egg-info/top_level.txt
tests/conftest.py
tests/test_cli.py
tests/test_hookman_generator.py
tests/test_hookman_utils.py
tests/test_hooks.py
tests/test_plugin_config.py
tests/plugins/acme/hook_specs.py
tests/plugins/acme/simple_plugin/assets/CHANGELOG.rst
tests/plugins/acme/simple_plugin/assets/README.md
tests/plugins/acme/simple_plugin/assets/plugin.yaml
tests/plugins/acme/simple_plugin/src/CMakeLists.txt
tests/plugins/acme/simple_plugin/src/simple_plugin.c
tests/plugins/acme/simple_plugin_2/assets/CHANGELOG.rst
tests/plugins/acme/simple_plugin_2/assets/README.md
tests/plugins/acme/simple_plugin_2/assets/plugin.yaml
tests/plugins/acme/simple_plugin_2/src/CMakeLists.txt
tests/plugins/acme/simple_plugin_2/src/simple_plugin_2.cpp
tests/test_cli/hook_specs.py
tests/test_hookman_generator/HookCaller.hpp
tests/test_hookman_generator/HookCallerNoPyd.hpp
tests/test_hookman_generator/HookCallerPython.cpp
tests/test_hookman_generator/generate_CHANGELOG.rst
tests/test_hookman_generator/generate_CMakeLists.txt
tests/test_hookman_generator/generate_README.md
tests/test_hookman_generator/generate_compile.py
tests/test_hookman_generator/generate_hook_specs.h
tests/test_hookman_generator/generate_hook_specs_header1.h
tests/test_hookman_generator/generate_hook_specs_header2.h
tests/test_hookman_generator/generate_plugin.cpp
tests/test_hookman_generator/generate_plugin.yaml
tests/test_hookman_generator/generate_src_CMakeLists.txt
tests/test_hookman_generator/hook_specs.py
tests/test_hookman_generator/hook_specs_2.py
tests/test_hookman_generator/hook_specs_no_pyd.py
tests/test_hookman_generator/plugin_file_with_default_impl.cpp
tests/test_hookman_generator/plugin_file_with_extra_includes.cpp
tests/test_hookman_utils/bar/plugin.yaml
tests/test_hookman_utils/bar/readme.md
tests/test_hookman_utils/foo/plugin.yaml
tests/test_hookman_utils/foo/readme.md
tests/test_hooks/multiple_plugins/plugin1/plugin.yaml
tests/test_hooks/multiple_plugins/plugin1/readme.md
tests/test_hooks/multiple_plugins/plugin1/should_not_move.c
tests/test_hooks/multiple_plugins/plugin2/plugin.yaml
tests/test_hooks/multiple_plugins/plugin2/readme.md
tests/test_plugin_config/assets/plugin.yaml
tests/test_plugin_config/assets/readme.md