itkwasm1.0b201
itkwasm1.0b201
Published
Python interface to itk-wasm WebAssembly (Wasm) modules.
pip install itkwasm
Package Downloads
Authors
Requires Python
>=3.9
Dependencies
importlib-metadata; python_version < '3.10'numpyplatformdirs; sys_platform != 'emscripten'typing-extensionswasmtime>=28.0.0; sys_platform != 'emscripten'
itkwasm
Python interface to itk-wasm WebAssembly modules.
For more information, see the project documentation.
Development
Thank you for contributing a pull request!
Welcome to the ITK community!
We are glad you are here and appreciate your contribution. Please keep in mind our community participation guidelines.
git clone https://github.com/InsightSoftwareConsortium/ITK-Wasm
cd itk-wasm/packages/core/python/itkwasm
pixi global install hatch
pixi run download-pyodide
pixi run test