{"name":"napari-labeling","display_name":"napari Labeling","visibility":"public","icon":"","categories":[],"schema_version":"0.2.0","on_activate":null,"on_deactivate":null,"contributions":{"commands":[{"id":"napari-labeling.napari_get_reader","title":"Open data with napari Labeling","python_name":"napari_labeling._reader:napari_get_reader","short_title":null,"category":null,"icon":null,"enablement":null},{"id":"napari-labeling.write_single_image","title":"Save image data with napari Labeling","python_name":"napari_labeling._writer:writer_function","short_title":null,"category":null,"icon":null,"enablement":null},{"id":"napari-labeling.make_magic_widget","title":"Make example magic widget","python_name":"napari_labeling._widget:edit_widget","short_title":null,"category":null,"icon":null,"enablement":null},{"id":"napari-labeling.make_create_widget","title":"A widget to create a labeling object layer from label layers","python_name":"napari_labeling._create_widget:create_widget","short_title":null,"category":null,"icon":null,"enablement":null}],"readers":[{"command":"napari-labeling.napari_get_reader","filename_patterns":["*.lbl.json"],"accepts_directories":false}],"writers":[{"command":"napari-labeling.write_single_image","layer_types":["labels"],"filename_extensions":[],"display_name":""}],"widgets":[{"command":"napari-labeling.make_magic_widget","display_name":"Labeling Explorer","autogenerate":false},{"command":"napari-labeling.make_create_widget","display_name":"Create multi-layer labels","autogenerate":false}],"sample_data":null,"themes":null,"menus":{},"submenus":null,"keybindings":null,"configuration":[]},"package_metadata":{"metadata_version":"2.1","name":"napari-labeling","version":"0.1.2","dynamic":null,"platform":["UNKNOWN"],"supported_platform":null,"summary":"A napari plugin for handling overlapping labeling data","description":"# napari-labeling\n\n[![License](https://img.shields.io/pypi/l/napari-labeling.svg?color=green)](https://github.com/tomburke-rse/napari-labeling/raw/main/LICENSE)\n[![PyPI](https://img.shields.io/pypi/v/napari-labeling.svg?color=green)](https://pypi.org/project/napari-labeling)\n[![Python Version](https://img.shields.io/pypi/pyversions/napari-labeling.svg?color=green)](https://python.org)\n[![tests](https://github.com/tomburke-rse/napari-labeling/workflows/tests/badge.svg)](https://github.com/tomburke-rse/napari-labeling/actions)\n[![codecov](https://codecov.io/gh/tomburke-rse/napari-labeling/branch/main/graph/badge.svg)](https://codecov.io/gh/tomburke-rse/napari-labeling)\n[![napari hub](https://img.shields.io/endpoint?url=https://api.napari-hub.org/shields/napari-labeling)](https://napari-hub.org/plugins/napari-labeling)\n\nThis is a napari-plugin based on the [labeling project].\n\nIt allows the generation of overlapping labels in one layer, save and load of this layer in a json-based file format and\nit contains a widget to explore the overlapping labels layer and select specific segments with a mouse click .\n\nPlease note that currently, the widget part only works by adding it through code with:\n\n from napari_labeling import edit_widget\n viewer = napari.Viewer()\n viewer.window.add_dock_widget(edit_widget)\n\nAn example on how to achieve this can be found in the [main.py] on GitHub.\n\n----------------------------------\n\nThis [napari] plugin was generated with [Cookiecutter] using [@napari]'s [cookiecutter-napari-plugin] template.\n\n\n\n## Installation\n\nYou can install `napari-labeling` via [pip]:\n\n pip install napari-labeling\n\n\n\n\n## Contributing\n\nContributions are very welcome. Tests can be run with [tox], please ensure\nthe coverage at least stays the same before you submit a pull request.\n\n## License\n\nDistributed under the terms of the [BSD-3] license,\n\"napari-labeling\" is free and open source software\n\n## Issues\n\nIf you encounter any problems, please [file an issue] along with a detailed description.\n\n[napari]: https://github.com/napari/napari\n[Cookiecutter]: https://github.com/audreyr/cookiecutter\n[@napari]: https://github.com/napari\n[MIT]: http://opensource.org/licenses/MIT\n[BSD-3]: http://opensource.org/licenses/BSD-3-Clause\n[GNU GPL v3.0]: http://www.gnu.org/licenses/gpl-3.0.txt\n[GNU LGPL v3.0]: http://www.gnu.org/licenses/lgpl-3.0.txt\n[Apache Software License 2.0]: http://www.apache.org/licenses/LICENSE-2.0\n[Mozilla Public License 2.0]: https://www.mozilla.org/media/MPL/2.0/index.txt\n[cookiecutter-napari-plugin]: https://github.com/napari/cookiecutter-napari-plugin\n\n[napari]: https://github.com/napari/napari\n[tox]: https://tox.readthedocs.io/en/latest/\n[pip]: https://pypi.org/project/pip/\n[PyPI]: https://pypi.org/\n\n[labeling project]: https://github.com/Labelings/Labeling\n[main.py]: https://github.com/Labelings/Labeling/blob/main/main.py\n[file an issue]: https://github.com/Labelings/napari-labeling/issues\n\n\n","description_content_type":"text/markdown","keywords":null,"home_page":"https://github.com/Labelings/napari-labeling","download_url":null,"author":"Tom Burke","author_email":"burke@mpi-cbg.de","maintainer":null,"maintainer_email":null,"license":"BSD-3-Clause","classifier":["Development Status :: 4 - Beta","Intended Audience :: Developers","Intended Audience :: Science/Research","Framework :: napari","Topic :: Scientific/Engineering :: Image Processing","Programming Language :: Python","Programming Language :: Python :: 3","Programming Language :: Python :: 3.7","Programming Language :: Python :: 3.8","Programming Language :: Python :: 3.9","Operating System :: OS Independent","License :: OSI Approved :: BSD License"],"requires_dist":["numpy","labeling"],"requires_python":">=3.7","requires_external":null,"project_url":null,"provides_extra":null,"provides_dist":null,"obsoletes_dist":null},"npe1_shim":false}