Metadata-Version: 2.4
Name: repo2wasm
Version: 0.3.0
Project-URL: Repository, https://github.com/repo2wasm/repo2wasm-py.git
Project-URL: Issues, https://github.com/repo2wasm/repo2wasm-py/issues
Author-email: Raniere Gaia Costa da Silva <Raniere.CostadaSilva@gesis.org>
License-Expression: AGPL-3.0-or-later
License-File: LICENSE
Requires-Python: >=3.13
Requires-Dist: jupyter-repo2docker<2026,>=2025.8.0
Requires-Dist: jupyter-server<3,>=2.17.0
Requires-Dist: jupyterlab-server<3,>=2.27.3
Requires-Dist: jupyterlite-core<0.7,>=0.6.4
Requires-Dist: jupyterlite-xeus<5,>=4.2.2
Requires-Dist: pyyaml<7,>=6.0.3
Description-Content-Type: text/markdown

# repo2wasm-py

`repo2wasm` is a clone of [`jupyter-repo2docker`](https://github.com/jupyterhub/repo2docker) targeting [WebAssembly](https://en.wikipedia.org/wiki/WebAssembly) (Wasm) environment.

This is a implementation of `repo2wasm` in Python. At the moment, it is a wrap around [JupyterLite](https://github.com/jupyterlite/jupyterlite/). In the future, we expect to add support to [webR REPL](https://webr.sh/).
