LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
examples/advanced_features.py
examples/advanced_usage.py
examples/basic_usage.py
examples/discovery_example.py
examples/sample_plugin.py
nitro_dispatch/__init__.py
nitro_dispatch.egg-info/PKG-INFO
nitro_dispatch.egg-info/SOURCES.txt
nitro_dispatch.egg-info/dependency_links.txt
nitro_dispatch.egg-info/requires.txt
nitro_dispatch.egg-info/top_level.txt
nitro_dispatch/core/__init__.py
nitro_dispatch/core/exceptions.py
nitro_dispatch/core/hook_registry.py
nitro_dispatch/core/plugin_base.py
nitro_dispatch/core/plugin_manager.py
nitro_dispatch/utils/__init__.py
nitro_dispatch/utils/decorators.py
tests/__init__.py
tests/test_decorators.py
tests/test_exceptions.py
tests/test_hook_registry.py
tests/test_integration.py
tests/test_plugin_base.py
tests/test_plugin_manager.py