Metadata-Version: 2.1
Name: wsipre
Version: 0.1.0
Summary: Whole-slide image preprocessing
Home-page: https://github.com/luisvalesilva/wsipre
Author: Luis A. Vale Silva
Author-email: luisvalesilva@gmail.com
License: BSD
Keywords: whole-slide image virtual slide OpenSlide machine learning deep learning
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# wsipre

**W**hole-**S**lide **I**mage **PRE**processing

**wsipre** is a small Python package to handle whole-slide images (WSI; also
known as virtual slides) with region-level annotations.

**wsipre** can be installed from PyPI as shown below. For more detail check out
the [docs](https://luisvalesilva.com/wsipre/_build/html/index.html).

```console
pip install wsipre
```


## License

This project is licensed under the terms of the MIT license. See [LICENSE](LICENSE) file for details.


