Metadata-Version: 2.1
Name: SimpleITKUtilities
Version: 0.2.2
Summary: A collection of utilities and integration tools to enhance SimpleITK.
Author-email: Bradley Lowekamp <blowekamp@mail.nih.gov>, Ziv Yaniv <zivyaniv@nih.gov>
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: NOTICE
Requires-Dist: SimpleITK (>=2.0)
Requires-Dist: numpy
Provides-Extra: dask
Requires-Dist: dask ; extra == 'dask'
Provides-Extra: pyside
Requires-Dist: PySide6 ; extra == 'pyside'
Provides-Extra: vtk
Requires-Dist: vtk (>=9.0) ; extra == 'vtk'

# SimpleITKUtilities

![SimpleITK Utilities Testing](https://github.com/SimpleITK/SimpleITKUtilities/actions/workflows/main.yml/badge.svg)&nbsp;&nbsp;[![SimpleITK Utilities Website](https://img.shields.io/website-up-down-brightgreen-red/http/shields.io.svg)](http://simpleitk.org/SimpleITKUtilities/)


This package provides a collection of utilities and integration tools which enhance the basic SimpleITK Python package functionality. Among other things, it enables data exchange between SimpleITK and other packages (e.g. [vtk](https://vtk.org/), [dask](https://www.dask.org/)) and provides additional useful capabilities such as handling [SimpleITK](https://github.com/SimpleITK/SimpleITK) messages using standard Python logging.

