LICENSE
README.md
pyproject.toml
src/smartroute/__init__.py
src/smartroute.egg-info/PKG-INFO
src/smartroute.egg-info/SOURCES.txt
src/smartroute.egg-info/dependency_links.txt
src/smartroute.egg-info/requires.txt
src/smartroute.egg-info/top_level.txt
src/smartroute/core/__init__.py
src/smartroute/core/base_router.py
src/smartroute/core/decorators.py
src/smartroute/core/routed.py
src/smartroute/core/router.py
src/smartroute/plugins/__init__.py
src/smartroute/plugins/_base_plugin.py
src/smartroute/plugins/logging.py
src/smartroute/plugins/pydantic.py
tests/test_plugins_new.py
tests/test_pydantic_plugin.py
tests/test_router_edge_cases.py
tests/test_router_filters_and_validation.py
tests/test_router_runtime_extras.py
tests/test_switcher_basic.py