LICENSE
README.md
pyproject.toml
src/smartswitch/__init__.py
src/smartswitch/core.py
src/smartswitch/plugin.py
src/smartswitch.egg-info/PKG-INFO
src/smartswitch.egg-info/SOURCES.txt
src/smartswitch.egg-info/dependency_links.txt
src/smartswitch.egg-info/requires.txt
src/smartswitch.egg-info/top_level.txt
src/smartswitch/plugins/__init__.py
src/smartswitch/plugins/logging.py
src/smartswitch/plugins/pydantic.py
src/smartswitch/plugins/typerule.py
tests/test_api_features.py
tests/test_complete.py
tests/test_global_plugin_registry.py
tests/test_hierarchical_access.py
tests/test_logging.py
tests/test_on_decorate_hook.py
tests/test_parent_child.py
tests/test_plugin_logging.py
tests/test_plugin_pydantic.py
tests/test_smartswitch.py
tests/test_wrapped.py