LICENSE
README.md
pyproject.toml
cillow/__init__.py
cillow/client.py
cillow/code_meta.py
cillow/importhook.py
cillow/interpreter.py
cillow/logger.py
cillow/modutils.py
cillow/shell.py
cillow/switchable.py
cillow/types.py
cillow.egg-info/PKG-INFO
cillow.egg-info/SOURCES.txt
cillow.egg-info/dependency_links.txt
cillow.egg-info/requires.txt
cillow.egg-info/top_level.txt
cillow/patch/__init__.py
cillow/patch/prebuilt.py
cillow/server/__init__.py
cillow/server/_process.py
cillow/server/client_manager.py
cillow/server/request_worker.py
tests/test_code_meta.py
tests/test_importhook.py
tests/test_interpreter.py
tests/test_patch.py
tests/test_prebuilt_patches.py
tests/test_server_client_manager.py
tests/test_server_interpreter_process.py
tests/test_server_request_worker_thread.py
tests/test_shell.py
tests/test_switchable.py