LICENSE
README.md
pyproject.toml
setup.cfg
src/coma/__init__.py
src/coma.egg-info/PKG-INFO
src/coma.egg-info/SOURCES.txt
src/coma.egg-info/dependency_links.txt
src/coma.egg-info/requires.txt
src/coma.egg-info/top_level.txt
src/coma/config/__init__.py
src/coma/config/base.py
src/coma/config/cli.py
src/coma/config/io.py
src/coma/core/__init__.py
src/coma/core/command.py
src/coma/core/singleton.py
src/coma/core/wake.py
src/coma/hooks/__init__.py
src/coma/hooks/base.py
src/coma/hooks/config_hook.py
src/coma/hooks/init_hook.py
src/coma/hooks/management.py
src/coma/hooks/parser_hook.py
src/coma/hooks/run_hook.py
test/test_command.py
test/test_complex_integration.py
test/test_config.py
test/test_hooks.py
test/test_override.py
test/test_param_data.py
test/test_wake.py