Metadata-Version: 2.3
Name: compare-meshes-wasi
Version: 0.1.0
Summary: Compare meshes and polydata for regression testing.
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.b145
Description-Content-Type: text/markdown

# compare-meshes-wasi

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

Compare meshes and polydata for regression testing. WASI implementation.

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


## Installation

```sh
pip install compare-meshes-wasi
```

## Development

```sh
pip install pytest
pip install -e .
pytest

# or
pip install hatch
hatch run test
```
