{"name":"zarpaint","display_name":"zarpaint","visibility":"public","icon":"","categories":[],"schema_version":"0.2.0","on_activate":null,"on_deactivate":null,"contributions":{"commands":[{"id":"zarpaint.add_points_3d_with_alt_click","title":"Add Points With Alt-Click in 3D…","python_name":"zarpaint:add_points_3d_with_alt_click","short_title":null,"category":null,"icon":null,"enablement":null},{"id":"zarpaint.set_axis_labels","title":"Set Axis Labels…","python_name":"zarpaint:set_axis_labels","short_title":null,"category":null,"icon":null,"enablement":null},{"id":"zarpaint.DimsSorter","title":"Reorder Dimensions…","python_name":"zarpaint:DimsSorter","short_title":null,"category":null,"icon":null,"enablement":null},{"id":"zarpaint.create_labels","title":"Create Labels Layer…","python_name":"zarpaint:create_labels","short_title":null,"category":null,"icon":null,"enablement":null},{"id":"zarpaint.watershed_split","title":"Split With Watershed…","python_name":"zarpaint:watershed_split","short_title":null,"category":null,"icon":null,"enablement":null},{"id":"zarpaint.get_reader","title":"Get Reader","python_name":"zarpaint:zarr_tensorstore","short_title":null,"category":null,"icon":null,"enablement":null},{"id":"zarpaint.copy_data","title":"Copy Data…","python_name":"zarpaint:copy_data","short_title":null,"category":null,"icon":null,"enablement":null}],"readers":[{"command":"zarpaint.get_reader","filename_patterns":["*.zarr"],"accepts_directories":true}],"writers":null,"widgets":[{"command":"zarpaint.add_points_3d_with_alt_click","display_name":"Add Points With Alt-Click in 3D","autogenerate":false},{"command":"zarpaint.set_axis_labels","display_name":"Set Axis Labels","autogenerate":false},{"command":"zarpaint.DimsSorter","display_name":"Reorder Dims","autogenerate":false},{"command":"zarpaint.create_labels","display_name":"Create Labels Layer","autogenerate":false},{"command":"zarpaint.watershed_split","display_name":"Split With Watershed","autogenerate":false},{"command":"zarpaint.copy_data","display_name":"Copy Data","autogenerate":false}],"sample_data":null,"themes":null,"menus":{"napari/file/new_layer":[{"command":"zarpaint.create_labels","when":null,"group":null,"alt":null}],"napari/layers/visualize":[{"command":"zarpaint.DimsSorter","when":null,"group":null,"alt":null},{"command":"zarpaint.set_axis_labels","when":null,"group":null,"alt":null}],"napari/layers/annotate":[{"command":"zarpaint.add_points_3d_with_alt_click","when":null,"group":null,"alt":null}],"napari/layers/data":[{"command":"zarpaint.copy_data","when":null,"group":null,"alt":null}],"napari/layers/segment":[{"command":"zarpaint.watershed_split","when":null,"group":null,"alt":null}]},"submenus":null,"keybindings":null,"configuration":[]},"package_metadata":{"metadata_version":"2.4","name":"zarpaint","version":"0.4.1","dynamic":["license-file"],"platform":null,"supported_platform":null,"summary":"Paint segmentations directly to on-disk/remote zarr arrays","description":"# zarpaint\n\n[![License](https://img.shields.io/pypi/l/zarpaint.svg?color=green)](https://github.com/jni/zarpaint/raw/main/LICENSE)\n[![PyPI](https://img.shields.io/pypi/v/zarpaint.svg?color=green)](https://pypi.org/project/zarpaint)\n[![Python Version](https://img.shields.io/pypi/pyversions/zarpaint.svg?color=green)](https://python.org)\n[![tests](https://github.com/jni/zarpaint/workflows/tests/badge.svg)](https://github.com/jni/zarpaint/actions)\n[![codecov](https://codecov.io/gh/jni/zarpaint/branch/main/graph/badge.svg)](https://codecov.io/gh/jni/zarpaint)\n\nPaint segmentations directly to on-disk/remote zarr arrays\n\n----------------------------------\n\nThis [napari] plugin was generated with [Cookiecutter] using with [@napari]'s [cookiecutter-napari-plugin] template.\n\n<!--\nDon't miss the full getting started guide to set up your new package:\nhttps://github.com/napari/cookiecutter-napari-plugin#getting-started\n\nand review the napari docs for plugin developers:\nhttps://napari.org/docs/plugins/index.html\n-->\n\n## Installation\n\nYou can install `zarpaint` via [pip]:\n\n    pip install zarpaint\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\"zarpaint\" 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[file an issue]: https://github.com/jni/zarpaint/issues\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","description_content_type":"text/markdown","keywords":null,"home_page":null,"download_url":null,"author":"Abigail S McGovern","author_email":"Juan Nunez-Iglesias <jni@image.coop>","maintainer":null,"maintainer_email":null,"license":null,"classifier":["Development Status :: 4 - Beta","Intended Audience :: Developers","Framework :: napari","Topic :: Software Development :: Testing","Programming Language :: Python","Programming Language :: Python :: 3","Programming Language :: Python :: 3.10","Programming Language :: Python :: 3.11","Programming Language :: Python :: 3.12","Programming Language :: Python :: 3.13","Programming Language :: Python :: 3.14","Operating System :: OS Independent"],"requires_dist":["magicgui","napari>=0.4.19","numpy","pyyaml","qtpy","scikit-image>=0.21","scipy","toolz","zarr>=2.11","coverage; extra == \"testing\"","napari[pyqt5]; extra == \"testing\"","pytest; extra == \"testing\"","pytest-cov; extra == \"testing\"","pytest-qt; extra == \"testing\"","tensorstore; extra == \"all\""],"requires_python":">=3.10","requires_external":null,"project_url":["Source, https://github.com/jni/zarpaint","Bug_Tracker, https://github.com/jni/zarpaint/issues"],"provides_extra":["testing","all"],"provides_dist":null,"obsoletes_dist":null},"npe1_shim":false}