Metadata-Version: 2.3
Name: itkwasm-compare-images-wasi
Version: 5.2.3
Dynamic: Summary
Project-URL: Home, https://github.com/InsightSoftwareConsortium/ITK-Wasm
Project-URL: Source, https://github.com/InsightSoftwareConsortium/ITK-Wasm
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.b171
Description-Content-Type: text/markdown

# itkwasm-compare-images-wasi

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

Compare images with a tolerance for regression testing. WASI implementation.

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


## Installation

```sh
pip install itkwasm-compare-images-wasi
```

## Development

```sh
pip install pytest itk-webassemblyinterface>=1.0.b173
pip install -e .
pytest

# or
pip install hatch
hatch run test
```
