Metadata-Version: 2.1
Name: skan
Version: 0.11.0.dev0
Summary: Skeleton analysis in Python
Home-page: https://jni.github.io/skan
Download-URL: https://github.com/jni/skan
Author: Juan Nunez-Iglesias
Author-email: juan.nunez-iglesias@monash.edu
License: BSD 3-Clause
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Scientific/Engineering
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
Classifier: Framework :: napari
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: imageio (>=2.0)
Requires-Dist: matplotlib (>=3.0)
Requires-Dist: networkx (>=2.7)
Requires-Dist: numba (>=0.50)
Requires-Dist: numpy (>=1.16.5)
Requires-Dist: pandas (>=1.0)
Requires-Dist: openpyxl (>=2.4)
Requires-Dist: scikit-image (>=0.17)
Requires-Dist: scipy (>=1.2.0)
Requires-Dist: toolz (>=0.10.0)
Requires-Dist: tqdm (>=4.56.0)
Provides-Extra: all
Requires-Dist: scikit-image[data] ; extra == 'all'
Provides-Extra: docs
Requires-Dist: napari[all] (<0.4.18) ; extra == 'docs'
Requires-Dist: sphinx ; extra == 'docs'
Requires-Dist: jupyter ; extra == 'docs'
Requires-Dist: notebook ; extra == 'docs'
Requires-Dist: seaborn (<1.0) ; extra == 'docs'
Requires-Dist: sphinx-toggleprompt ; extra == 'docs'
Requires-Dist: sphinx-copybutton ; extra == 'docs'
Requires-Dist: sphinxcontrib-bibtex ; extra == 'docs'
Requires-Dist: myst-nb ; extra == 'docs'
Requires-Dist: zarr ; extra == 'docs'
Requires-Dist: pydata-sphinx-theme (==0.8.1) ; extra == 'docs'
Provides-Extra: testing
Requires-Dist: coverage ; extra == 'testing'
Requires-Dist: hypothesis ; extra == 'testing'
Requires-Dist: pytest ; extra == 'testing'
Requires-Dist: pytest-cov ; extra == 'testing'
Requires-Dist: seaborn (<1.0) ; extra == 'testing'
Requires-Dist: tifffile ; extra == 'testing'

# skan: skeleton analysis in Python
Python module to analyse skeleton (thin object) images

[![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/jni/skan/main?filepath=doc%2Fgetting_started.ipynb)
[![Coverage Status](https://coveralls.io/repos/github/jni/skan/badge.svg?branch=main)](https://coveralls.io/github/jni/skan?branch=master)

See the documentation at [https://skeleton-analysis.org](https://skeleton-analysis.org).
