Metadata-Version: 2.1
Name: SimpleITKUtilities
Version: 0.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
Provides-Extra: vtk
Provides-Extra: dask
Provides-Extra: pyside
License-File: LICENSE
License-File: NOTICE

# 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.

