Metadata-Version: 2.3
Name: itkwasm-htj2k-wasi
Version: 2.3.1
Dynamic: Summary
Project-URL: Home, https://github.com/InsightSoftwareConsortium/ITKIOOpenJPH
Project-URL: Source, https://github.com/InsightSoftwareConsortium/ITKIOOpenJPH
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.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.7
Requires-Dist: importlib-resources
Requires-Dist: itkwasm>=1.0.b131
Description-Content-Type: text/markdown

# itkwasm-htj2k-wasi

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

Read and write High-throughput JPEG2000 (HTJ2K) images. WASI implementation.

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


## Installation

```sh
pip install itkwasm-htj2k-wasi
```

## Development

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

# or
pip install hatch
hatch run test
```
