LICENSE
README.md
pyproject.toml
src/smartswitch/__init__.py
src/smartswitch/core.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
tests/test_multi_instance.py
tests/test_plugin_logging.py
tests/test_plugin_pydantic.py
tests/test_smartswitch.py
tests/test_threading.py