Metadata-Version: 2.1
Name: mpl-image-segmenter
Version: 0.1.0
Summary: Manually segment images with matplotlib
Project-URL: homepage, https://github.com/ianhi/mpl-image-segmenter
Project-URL: repository, https://github.com/ianhi/mpl-image-segmenter
Author: Ian Hunt-Isaak
Author-email: ianhuntisaak@gmail.com
License: BSD 3-Clause License
License-File: LICENSE
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.8
Requires-Dist: matplotlib
Requires-Dist: mpl-pan-zoom
Requires-Dist: numpy
Provides-Extra: dev
Requires-Dist: black; extra == 'dev'
Requires-Dist: ipython; extra == 'dev'
Requires-Dist: mypy; extra == 'dev'
Requires-Dist: pdbpp; extra == 'dev'
Requires-Dist: pre-commit; extra == 'dev'
Requires-Dist: pytest; extra == 'dev'
Requires-Dist: pytest-cov; extra == 'dev'
Requires-Dist: rich; extra == 'dev'
Requires-Dist: ruff; extra == 'dev'
Provides-Extra: doc
Requires-Dist: ipympl; extra == 'doc'
Requires-Dist: jupyter-sphinx; extra == 'doc'
Requires-Dist: mpl-playback>=0.1.1; extra == 'doc'
Requires-Dist: myst-nb; extra == 'doc'
Requires-Dist: numpydoc; extra == 'doc'
Requires-Dist: sphinx-book-theme; extra == 'doc'
Requires-Dist: sphinx-copybutton; extra == 'doc'
Requires-Dist: sphinx-gallery>=0.8.2; extra == 'doc'
Requires-Dist: sphinx-panels; extra == 'doc'
Requires-Dist: sphinx-thebe; extra == 'doc'
Requires-Dist: sphinx-togglebutton; extra == 'doc'
Requires-Dist: sphinx>=1.5; extra == 'doc'
Provides-Extra: test
Requires-Dist: pytest-cov; extra == 'test'
Requires-Dist: pytest>=6.0; extra == 'test'
Description-Content-Type: text/markdown

# mpl-image-segmenter

[![License](https://img.shields.io/pypi/l/mpl-image-segmenter.svg?color=green)](https://github.com/ianhi/mpl-image-segmenter/raw/main/LICENSE)
[![PyPI](https://img.shields.io/pypi/v/mpl-image-segmenter.svg?color=green)](https://pypi.org/project/mpl-image-segmenter)
[![Python Version](https://img.shields.io/pypi/pyversions/mpl-image-segmenter.svg?color=green)](https://python.org)
[![CI](https://github.com/ianhi/mpl-image-segmenter/actions/workflows/ci.yml/badge.svg)](https://github.com/ianhi/mpl-image-segmenter/actions/workflows/ci.yml)
[![codecov](https://codecov.io/gh/ianhi/mpl-image-segmenter/branch/main/graph/badge.svg)](https://codecov.io/gh/ianhi/mpl-image-segmenter)

Manually segment images with matplotlib
