.codecov.yml
.gitattributes
.gitignore
.isort.cfg
.project
.pydevproject
.readthedocs.yml
.travis.yml
AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
appveyor.yml
environment.devenv.yml
requirements_dev.txt
setup.cfg
setup.py
tasks.py
tox.ini
.github/ISSUE_TEMPLATE.md
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/cli.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/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/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.c
tests/test_cli/hook_specs.py
tests/test_hookman_generator/ExpectedHookCaller.hpp
tests/test_hookman_generator/ExpectedHookCallerPython.cpp
tests/test_hookman_generator/expected_hook_specs.h
tests/test_hookman_generator/hook_specs.py
tests/test_hookman_generator/test_generate_plugin_template/expected_cmakelists.txt
tests/test_hookman_generator/test_generate_plugin_template/expected_cmakelists_src.txt
tests/test_hookman_generator/test_generate_plugin_template/expected_compile.py
tests/test_hookman_generator/test_generate_plugin_template/expected_hook_specs.h
tests/test_hookman_generator/test_generate_plugin_template/expected_plugin.c
tests/test_hookman_generator/test_generate_plugin_template/expected_plugin.yaml
tests/test_hookman_generator/test_generate_plugin_template/expected_readme.md
tests/test_hookman_utils/plugin.yaml
tests/test_hookman_utils/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