Metadata-Version: 2.4
Name: itkwasm-dicom-wasi
Version: 7.6.2
Dynamic: Summary
Project-URL: Home, https://itk-wasm-dicom-python-docs.on.fleek.co
Project-URL: Source, https://github.com/InsightSoftwareConsortium/ITK-Wasm
Project-URL: Issues, https://github.com/InsightSoftwareConsortium/ITK-Wasm/issues
Keywords: itkwasm,wasi,webassembly
Classifier: Development Status :: 4 - Beta
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
Requires-Python: >=3.8
Requires-Dist: importlib-resources
Requires-Dist: itkwasm-compare-images
Requires-Dist: itkwasm-image-io
Requires-Dist: itkwasm>=1.0.b131
Description-Content-Type: text/markdown

# itkwasm-dicom-wasi

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

Read files and images related to DICOM file format. WASI implementation.

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


## Installation

```sh
pip install itkwasm-dicom-wasi
```

## Development

```sh
# Download test data
cd ../..
pnpm test:data:download
cd -

pip install pytest
pip install pillow
pip install -e .
pytest
# or
pip install hatch
hatch run test
```
