Metadata-Version: 2.4
Name: napari-mass
Version: 0.6.7
Summary: Microscopy Array Section Setup napari plugin
Author: Joost de Folter
Author-email: folterj@gmail.com
Project-URL: Bug Tracker, https://github.com/FrancisCrickInstitute/napari-mass/issues
Project-URL: Documentation, https://github.com/FrancisCrickInstitute/napari-mass#README.md
Project-URL: Source Code, https://github.com/FrancisCrickInstitute/napari-mass
Project-URL: User Support, https://github.com/FrancisCrickInstitute/napari-mass/issues
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Framework :: napari
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Image Processing
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: numpy
Requires-Dist: napari-ome-zarr
Requires-Dist: dask
Requires-Dist: scikit-learn
Requires-Dist: scikit-image
Requires-Dist: opencv-contrib-python-headless
Requires-Dist: tifffile
Requires-Dist: matplotlib
Provides-Extra: testing
Requires-Dist: tox; extra == "testing"
Requires-Dist: pytest; extra == "testing"
Requires-Dist: pytest-cov; extra == "testing"
Requires-Dist: pytest-qt; extra == "testing"
Requires-Dist: napari; extra == "testing"
Requires-Dist: pyqt5; extra == "testing"
Dynamic: license-file

# napari-mass

[![License GNU GPL v3.0](https://img.shields.io/pypi/l/napari-mass.svg?color=green)](https://github.com/FrancisCrickInstitute/napari-mass/raw/main/LICENSE)
[![PyPI](https://img.shields.io/pypi/v/napari-mass.svg?color=green)](https://pypi.org/project/napari-mass)
[![Python Version](https://img.shields.io/pypi/pyversions/napari-mass.svg?color=green)](https://python.org)
[![tests](https://github.com/FrancisCrickInstitute/napari-mass/workflows/tests/badge.svg)](https://github.com/FrancisCrickInstitute/napari-mass/actions)
[![codecov](https://codecov.io/gh/FrancisCrickInstitute/napari-mass/branch/main/graph/badge.svg)](https://codecov.io/gh/FrancisCrickInstitute/napari-mass)
[![napari hub](https://img.shields.io/endpoint?url=https://api.napari-hub.org/shields/napari-mass)](https://napari-hub.org/plugins/napari-mass)

Microscopy Array Section Setup napari plugin: A napari plugin for annotation and guided acquisition working together
with [SBEMimage](https://github.com/SBEMimage/SBEMimage).

----------------------------------

This [napari] plugin was generated with [copier] using the [napari-plugin-template].

<!--
Don't miss the full getting started guide to set up your new package:
https://github.com/napari/napari-plugin-template#getting-started

and review the napari docs for plugin developers:
https://napari.org/stable/plugins/index.html
-->

## Installation

This plugin can be installed via the plugin manager inside napari. For more information on how to install plugins, please refer to the [napari plugin documentation](https://napari.org/stable/plugins/start_using_plugins/finding_and_installing_plugins.html).

Alternatively, you can install `napari-mass` via [pip]:

    pip install napari-mass



To install latest development version :

    pip install git+https://github.com/FrancisCrickInstitute/napari-mass.git


## Contributing

Contributions are very welcome. Tests can be run with [tox], please ensure
the coverage at least stays the same before you submit a pull request.

## License

Distributed under the terms of the [GNU GPL v3.0](LICENSE.md) license,
"napari-mass" is free and open source software

## Issues

If you encounter any problems, please file an issue along with a detailed description.

[napari]: https://github.com/napari/napari
[copier]: https://copier.readthedocs.io/en/stable/
[@napari]: https://github.com/napari
[napari-plugin-template]: https://github.com/napari/napari-plugin-template

[napari]: https://github.com/napari/napari
[tox]: https://tox.readthedocs.io/en/latest/
[pip]: https://pypi.org/project/pip/
[PyPI]: https://pypi.org/
