Metadata-Version: 2.4
Name: repo2wasm
Version: 0.5.2
Summary: Turn code repositories into Wasm based integrated development environment (IDE)
Project-URL: Homepage, https://repo2wasm.readthedocs.io
Project-URL: Documentation, https://repo2wasm.readthedocs.io
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>
Maintainer-email: Raniere Gaia Costa da Silva <Raniere.CostadaSilva@gesis.org>
License-Expression: AGPL-3.0-or-later
License-File: LICENSE
Keywords: Wasm
Classifier: Environment :: WebAssembly :: Emscripten
Classifier: Framework :: Jupyter :: JupyterLab
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Topic :: Scientific/Engineering
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/).

Learn more on [`repo2wasm`'s documentation](https://repo2wasm.readthedocs.io/).