Metadata-Version: 2.3
Name: itkwasm-elastix-wasi
Version: 0.3.1
Dynamic: Summary
Project-URL: Home, https://github.com/InsightSoftwareConsortium/ITKElastix
Project-URL: Source, https://github.com/InsightSoftwareConsortium/ITKElastix
License-Expression: Apache-2.0
Keywords: itkwasm,wasi,webassembly
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: WebAssembly
Classifier: Environment :: WebAssembly :: Emscripten
Classifier: Environment :: WebAssembly :: WASI
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: C++
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.8
Requires-Dist: importlib-resources
Requires-Dist: itkwasm>=1.0.b177
Provides-Extra: test
Requires-Dist: itkwasm-compare-images<6,>=5.2.0; extra == 'test'
Requires-Dist: itkwasm-image-io<2,>=1.2.1; extra == 'test'
Requires-Dist: pytest; extra == 'test'
Description-Content-Type: text/markdown

# itkwasm-elastix-wasi

[![PyPI version](https://badge.fury.io/py/itkwasm-elastix-wasi.svg)](https://badge.fury.io/py/itkwasm-elastix-wasi)

A toolbox for rigid and nonrigid registration of images. WASI implementation.

This package provides the WASI WebAssembly implementation. It is usually not called directly. Please use [`itkwasm-elastix`](https://pypi.org/project/itkwasm-elastix/) instead.


## Installation

```sh
pip install itkwasm-elastix-wasi
```

## Development

```sh
pip install pytest itkwasm-compare-images itk-io
pip install -e .
pytest

# or
pip install hatch
hatch run test
```
