Metadata-Version: 2.4
Name: wsidata
Version: 0.3.0
Summary: Data structures and I/O functions for whole-slide images (WSIs).
Author-email: Yimin Zheng <yzheng@cemm.at>, Ernesto Abila <eabila@cemm.at>, "André F. Rendeiro" <arendeiro@cemm.at>
License-Expression: MIT
Keywords: data structure,histopathology,image analysis,whole slide image
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: File Formats
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Requires-Python: >=3.10
Requires-Dist: numba>=0.61.0
Requires-Dist: opencv-python-headless
Requires-Dist: openslide-bin
Requires-Dist: openslide-python
Requires-Dist: rich
Requires-Dist: spatialdata>=0.3.0
Requires-Dist: tiffslide
Requires-Dist: torch>=2.0.0
Provides-Extra: bioformats
Requires-Dist: scyjava; extra == 'bioformats'
Provides-Extra: cucim
Requires-Dist: cucim; extra == 'cucim'
Provides-Extra: plot
Requires-Dist: legendkit; extra == 'plot'
Requires-Dist: matplotlib; extra == 'plot'
Provides-Extra: stain
Requires-Dist: torchstain; extra == 'stain'
Description-Content-Type: text/markdown

# wsidata

<p align="center">
    <picture align="center">
    <img src="https://raw.githubusercontent.com/rendeirolab/wsidata/main/assets/logo.svg" width="100px">
    </picture>
</p>
<p align="center">
  <i>Efficient data structures and IO for whole slide images analysis</i>
</p>

[![Documentation Status](https://readthedocs.org/projects/wsidata/badge/?version=latest&style=flat-square)](https://wsidata.readthedocs.io/en/latest)
![pypi version](https://img.shields.io/pypi/v/wsidata?color=0098FF&logo=python&logoColor=white&style=flat-square)
![PyPI - License](https://img.shields.io/pypi/l/wsidata?color=FFD43B&style=flat-square)


## Installation

```bash
pip install wsidata
```