Metadata-Version: 2.4
Name: napari-maskel
Version: 1.2.0
Summary: napari plugin for maskel: vessel skeletonization and feature extraction
License-Expression: MIT
Project-URL: Homepage, https://github.com/bionetslab/napari-maskel
Project-URL: Repository, https://github.com/bionetslab/napari-maskel
Project-URL: Documentation, https://bionetslab.github.io/napari-maskel/
Project-URL: Changelog, https://github.com/bionetslab/napari-maskel/releases
Requires-Python: >=3.14
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: maskel<3.0.0,>=2.0.0
Requires-Dist: pandas
Requires-Dist: napari[all]
Requires-Dist: napari-assistant>=0.6.0
Requires-Dist: napari-simpleitk-image-processing>=0.4.9
Requires-Dist: napari-skimage>=0.6.0
Requires-Dist: pyyaml>=6.0.3
Requires-Dist: superqt
Provides-Extra: dev
Requires-Dist: pytest>=9.0.2; extra == "dev"
Provides-Extra: docs
Requires-Dist: mkdocs>=1.6; extra == "docs"
Requires-Dist: mkdocs-material>=9.5; extra == "docs"
Dynamic: license-file

# napari-maskel
##### Simon Wittmann, Dominik Pysch, Anna Möller
[![PyPI version](https://img.shields.io/pypi/v/napari-maskel.svg)](https://pypi.org/project/napari-maskel/)
[![Python version](https://img.shields.io/badge/python-3.14+-blue.svg)](https://www.python.org/)
[![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)

napari plugin for [maskel](https://github.com/bionetslab/maskel): skeletonization and graph-based feature extraction for branching biological structures — vasculature, fibers, neurites, and other network-like objects — with interactive visualization of branches and node features.

## Full documentation: https://bionetslab.github.io/napari-maskel/

## License

napari-maskel is released under the **MIT License**. See [LICENSE](LICENSE) for details.
