LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
pyisolate/__init__.py
pyisolate/config.py
pyisolate/host.py
pyisolate/interfaces.py
pyisolate/path_helpers.py
pyisolate/sealed.py
pyisolate/shared.py
pyisolate.egg-info/PKG-INFO
pyisolate.egg-info/SOURCES.txt
pyisolate.egg-info/dependency_links.txt
pyisolate.egg-info/requires.txt
pyisolate.egg-info/top_level.txt
pyisolate/_internal/__init__.py
pyisolate/_internal/adapter_registry.py
pyisolate/_internal/bootstrap.py
pyisolate/_internal/client.py
pyisolate/_internal/cuda_wheels.py
pyisolate/_internal/environment.py
pyisolate/_internal/environment_conda.py
pyisolate/_internal/event_bridge.py
pyisolate/_internal/host.py
pyisolate/_internal/model_serialization.py
pyisolate/_internal/perf_trace.py
pyisolate/_internal/remote_handle.py
pyisolate/_internal/rpc_protocol.py
pyisolate/_internal/rpc_serialization.py
pyisolate/_internal/rpc_transports.py
pyisolate/_internal/sandbox.py
pyisolate/_internal/sandbox_detect.py
pyisolate/_internal/serialization_registry.py
pyisolate/_internal/singleton_context.py
pyisolate/_internal/socket_utils.py
pyisolate/_internal/tensor_serializer.py
pyisolate/_internal/torch_gate.py
pyisolate/_internal/torch_utils.py
pyisolate/_internal/uds_client.py
tests/__init__.py
tests/conftest.py
tests/test_adapter_contract.py
tests/test_bootstrap.py
tests/test_bootstrap_additional.py
tests/test_bwrap_command.py
tests/test_client_entrypoint_extra.py
tests/test_conda_integration.py
tests/test_conda_sealed_worker_contract.py
tests/test_config_conda.py
tests/test_config_sealed_worker.py
tests/test_config_validation.py
tests/test_cuda_wheels.py
tests/test_environment_conda.py
tests/test_environment_sealed_worker.py
tests/test_event_channel.py
tests/test_exact_proxy_bootstrap.py
tests/test_extension_lifecycle.py
tests/test_extension_safety.py
tests/test_fail_loud.py
tests/test_harness_host_env.py
tests/test_host_conda_dispatch.py
tests/test_host_integration.py
tests/test_host_internal_ext.py
tests/test_host_public.py
tests/test_host_sealed_worker_dispatch.py
tests/test_memory_leaks.py
tests/test_model_serialization.py
tests/test_path_helpers_contract.py
tests/test_remote_handle.py
tests/test_rpc_contract.py
tests/test_rpc_message_format.py
tests/test_rpc_shutdown.py
tests/test_rpc_transports.py
tests/test_sandbox_detect.py
tests/test_sealed_proxy_handle.py
tests/test_security.py
tests/test_security_conda.py
tests/test_security_sealed_worker.py
tests/test_serialization_contract.py
tests/test_serialization_registry.py
tests/test_shared_additional.py
tests/test_singleton_lifecycle.py
tests/test_singleton_shared.py
tests/test_tensor_serializer_signal_cleanup.py
tests/test_torch_optional_contract.py
tests/test_torch_utils_additional.py
tests/test_uv_sealed_integration.py
tests/fixtures/__init__.py
tests/fixtures/test_adapter.py
tests/fixtures/conda_sealed_node/__init__.py
tests/fixtures/uv_sealed_worker/__init__.py
tests/harness/__init__.py
tests/harness/host.py
tests/harness/test_package/__init__.py
tests/integration_v2/conftest.py
tests/integration_v2/debug_rpc.py
tests/integration_v2/test_isolation.py
tests/integration_v2/test_lifecycle.py
tests/integration_v2/test_rpc_coverage.py
tests/integration_v2/test_tensors.py
tests/path_unification/__init__.py
tests/path_unification/test_path_helpers.py