Metadata-Version: 2.1
Name: itkwasm-sub-mesh-wasi
Version: 1.0.0
Summary: Extract a subset of a mesh given by the cell identifiers.
Project-URL: Home, https://github.com/uncbiag/OAI_analysis_2
Project-URL: Source, https://github.com/uncbiag/OAI_analysis_2
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

# itkwasm-sub-mesh-wasi

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

Extract a subset of a mesh given by the cell identifiers. WASI implementation.

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


## Installation

```sh
pip install itkwasm-sub-mesh-wasi
```

## Development

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

# or
pip install hatch
hatch run test
```
