Metadata-Version: 2.4
Name: dask-image
Version: 2025.11.0
Summary: Distributed image processing
Author: dask-image contributors. see https://github.com/dask/dask-image/graphs/contributors
License: BSD-3-Clause
Project-URL: Homepage, https://image.dask.org
Project-URL: Issue Tracker, https://github.com/dask/dask-image/issues
Project-URL: Source Code, https://github.com/dask/dask-image
Keywords: dask-image,dask,image
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
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.9
Description-Content-Type: text/x-rst
License-File: LICENSE.txt
Requires-Dist: dask[array,dataframe]>=2024.4.1
Requires-Dist: numpy>=1.18
Requires-Dist: scipy>=1.7.0
Requires-Dist: pandas>=2.0.0
Requires-Dist: pims>=0.4.1
Requires-Dist: tifffile>=2018.10.18
Provides-Extra: test
Requires-Dist: build>=1.2.1; extra == "test"
Requires-Dist: coverage>=7.2.1; extra == "test"
Requires-Dist: flake8>=6.0.0; extra == "test"
Requires-Dist: Flake8-pyproject; extra == "test"
Requires-Dist: pytest>=7.2.2; extra == "test"
Requires-Dist: pytest-cov>=4.0.0; extra == "test"
Requires-Dist: pytest-flake8>=1.1.1; extra == "test"
Requires-Dist: pytest-timeout>=2.3.1; extra == "test"
Requires-Dist: twine>=3.1.1; extra == "test"
Provides-Extra: gpu
Requires-Dist: cupy>=9.0.0; extra == "gpu"
Dynamic: license-file

==========
dask-image
==========


.. image:: https://img.shields.io/pypi/v/dask-image.svg
        :target: https://pypi.python.org/pypi/dask-image
        :alt: PyPI

.. image:: https://img.shields.io/conda/vn/conda-forge/dask-image.svg
        :target: https://anaconda.org/conda-forge/dask-image
        :alt: conda-forge

.. image:: https://github.com/dask/dask-image/actions/workflows/test_and_deploy.yml/badge.svg
        :target: https://github.com/dask/dask-image/actions/workflows/test_and_deploy.yml
        :alt: GitHub Actions CI

.. image:: https://readthedocs.org/projects/dask-image/badge/?version=latest
        :target: https://dask-image.readthedocs.io/en/latest/?badge=latest
        :alt: Read the Docs

.. image:: https://coveralls.io/repos/github/dask/dask-image/badge.svg
        :target: https://coveralls.io/github/dask/dask-image
        :alt: Coveralls

.. image:: https://img.shields.io/github/license/dask/dask-image.svg
        :target: ./LICENSE.txt
        :alt: License


Distributed image processing


* Free software: BSD 3-Clause
* Documentation: https://dask-image.readthedocs.io.
