LICENSE
MANIFEST.in
README.md
pyproject.toml
py2wl/__init__.py
py2wl/__main__.py
py2wl/jupyter.py
py2wl/kernel.py
py2wl/pool.py
py2wl/remote.py
py2wl/server.py
py2wl.egg-info/PKG-INFO
py2wl.egg-info/SOURCES.txt
py2wl.egg-info/dependency_links.txt
py2wl.egg-info/requires.txt
py2wl.egg-info/top_level.txt
py2wl/compat/__init__.py
py2wl/compat/_proxy_base.py
py2wl/compat/_state.py
py2wl/compat/cProfile.py
py2wl/compat/concurrent.py
py2wl/compat/contextlib.py
py2wl/compat/cupy.py
py2wl/compat/datetime.py
py2wl/compat/functools.py
py2wl/compat/jax.py
py2wl/compat/joblib.py
py2wl/compat/line_profiler.py
py2wl/compat/logging.py
py2wl/compat/matplotlib.py
py2wl/compat/memory_profiler.py
py2wl/compat/monitoring.py
py2wl/compat/mpl_toolkits.py
py2wl/compat/multiprocessing.py
py2wl/compat/numba.py
py2wl/compat/numpy.py
py2wl/compat/pandas.py
py2wl/compat/perf.py
py2wl/compat/psutil.py
py2wl/compat/scipy.py
py2wl/compat/seaborn.py
py2wl/compat/sklearn.py
py2wl/compat/sympy.py
py2wl/compat/tensorflow.py
py2wl/compat/time.py
py2wl/compat/timeit.py
py2wl/compat/torch.py
py2wl/compat/tqdm.py
py2wl/compat/warnings.py
py2wl/compat/_core/__init__.py
py2wl/compat/_core/ai_plugin.py
py2wl/compat/_core/candidate_finder.py
py2wl/compat/_core/cleaner.py
py2wl/compat/_core/converters.py
py2wl/compat/_core/error_classifier.py
py2wl/compat/_core/fault_handler.py
py2wl/compat/_core/interactor.py
py2wl/compat/_core/kernel_ref.py
py2wl/compat/_core/metadata.py
py2wl/compat/_core/resolver.py
py2wl/compat/_core/result_cache.py
py2wl/compat/_core/ai_providers/__init__.py
py2wl/compat/_core/ai_providers/base.py
py2wl/compat/_core/ai_providers/claude.py
py2wl/compat/_core/ai_providers/deepseek.py
py2wl/compat/_core/ai_providers/gemini.py
py2wl/compat/_core/ai_providers/groq.py
py2wl/compat/mappings/matplotlib.yaml
py2wl/compat/mappings/monitoring.yaml
py2wl/compat/mappings/numpy.yaml
py2wl/compat/mappings/numpy_extra.yaml
py2wl/compat/mappings/pandas.yaml
py2wl/compat/mappings/perf.yaml
py2wl/compat/mappings/scipy.yaml
py2wl/compat/mappings/sklearn.yaml
py2wl/compat/mappings/sympy.yaml
py2wl/compat/mappings/tensorflow.yaml
py2wl/compat/mappings/torch.yaml
tests/test_compat.py
tests/test_fault.py
tests/test_full.py
tests/test_imitate.py
tests/test_kernel_session.py
tests/test_large_data.py
tests/test_mappings_real.py
tests/test_pandas.py
tests/test_real_kernel.py