Metadata-Version: 2.1
Name: cvpl-tools
Version: 1.0.0
Summary: A Python package for utilities and classes related to the file I/O, dataset record keeping and visualization for image processing and computer vision.
Home-page: https://github.com/khanlab/cvpl_tools
License: MIT
Author: Karl5766
Author-email: karl29029@gmail.com
Requires-Python: >=3.9
Classifier: License :: OSI Approved :: MIT License
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
Provides-Extra: nnunet
Requires-Dist: dask (>=2024.2.0)
Requires-Dist: dask-image (>=2024.5.3)
Requires-Dist: fsspec (>=2024.6.1)
Requires-Dist: matplotlib (>=3.9)
Requires-Dist: napari (>=0.4.19)
Requires-Dist: nibabel (>=5.2.1)
Requires-Dist: nnunetv2 (>=2.5.1) ; extra == "nnunet"
Requires-Dist: numpy (>=1.23)
Requires-Dist: ome-zarr (>=0.9.0)
Requires-Dist: pillow (>=7.1.0)
Requires-Dist: scikit-image (>=0.22.0)
Requires-Dist: scipy (>=1.12.0)
Requires-Dist: zarr (>=2.17.0)
Project-URL: Repository, https://github.com/khanlab/cvpl_tools
Description-Content-Type: text/markdown

## Computer Vision Pipeline Tools

[`cvpl_tools` documentation link](https://www.khanlab.ca/cvpl_tools/index.html)

A Python package with utilities on some use cases of file I/O, image processing and computer vision. Refer to the 
documentation link above for quickstarts, APIs, and introductions on various functionalities provided in this 
library.

### Dependency
This repository uses [Poetry](https://python-poetry.org/docs/) to manage dependency.
