{"name":"napari-3d-ortho-viewer","display_name":"Ortho Viewer Widget","visibility":"public","icon":"","categories":[],"schema_version":"0.2.0","on_activate":null,"on_deactivate":null,"contributions":{"commands":[{"id":"napari-3d-ortho-viewer.make_ortho_viewer_widget","title":"Make ortho viewer widget","python_name":"napari_3d_ortho_viewer:OrthoViewerWidget","short_title":null,"category":null,"icon":null,"enablement":null},{"id":"napari-3d-ortho-viewer.make_crop_widget","title":"Make crop labels widget","python_name":"napari_3d_ortho_viewer:CropLabelsWidget","short_title":null,"category":null,"icon":null,"enablement":null},{"id":"napari-3d-ortho-viewer.make_crop_list_widget","title":"Make crop list labels widget","python_name":"napari_3d_ortho_viewer:CropListLabelsWidget","short_title":null,"category":null,"icon":null,"enablement":null}],"readers":null,"writers":null,"widgets":[{"command":"napari-3d-ortho-viewer.make_ortho_viewer_widget","display_name":"Ortho Viewer","autogenerate":false},{"command":"napari-3d-ortho-viewer.make_crop_widget","display_name":"Crop with labels","autogenerate":false},{"command":"napari-3d-ortho-viewer.make_crop_list_widget","display_name":"Crop with label list","autogenerate":false}],"sample_data":null,"themes":null,"menus":{},"submenus":null,"keybindings":null,"configuration":[]},"package_metadata":{"metadata_version":"2.1","name":"napari-3d-ortho-viewer","version":"0.1.5","dynamic":null,"platform":null,"supported_platform":null,"summary":"Napari 3D Ortho Viewer - an ortho viewer for napari for 3D images","description":"# napari-3d-ortho-viewer\n\n[![License](https://img.shields.io/pypi/l/napari-3d-ortho-viewer.svg?color=green)](https://github.com/gatoniel/napari-3d-ortho-viewer/raw/main/LICENSE)\n[![PyPI](https://img.shields.io/pypi/v/napari-3d-ortho-viewer.svg?color=green)](https://pypi.org/project/napari-3d-ortho-viewer)\n[![Python Version](https://img.shields.io/pypi/pyversions/napari-3d-ortho-viewer.svg?color=green)](https://python.org)\n[![tests](https://github.com/gatoniel/napari-3d-ortho-viewer/workflows/tests/badge.svg)](https://github.com/gatoniel/napari-3d-ortho-viewer/actions)\n[![codecov](https://codecov.io/gh/gatoniel/napari-3d-ortho-viewer/branch/main/graph/badge.svg)](https://codecov.io/gh/gatoniel/napari-3d-ortho-viewer)\n[![napari hub](https://img.shields.io/endpoint?url=https://api.napari-hub.org/shields/napari-3d-ortho-viewer)](https://napari-hub.org/plugins/napari-3d-ortho-viewer)\n\nNapari 3D Ortho Viewer - an ortho viewer for napari for 3D images\n\n----------------------------------\n\nhttps://github.com/gatoniel/napari-3d-ortho-viewer/assets/40384506/4296dc11-ea37-40a0-8b17-eeb77480672f\n\nThis plugin is heavily inspired by [ortho-view-napari].\n\nCheck out this post on image.sc (https://forum.image.sc/t/napari-visualization-in-3-planes/57768) for more infos about multiview support in [napari].\n\nThis viewer has some additional features:\n- double click to jump to specific position in all slices\n- additional 3d view of 3d stack with lines or planes indicating current position\n\n\n\n## Installation\n\nYou can install `napari-3d-ortho-viewer` via [pip]:\n\n pip install napari-3d-ortho-viewer\n\n\n\nTo install latest development version :\n\n pip install git+https://github.com/gatoniel/napari-3d-ortho-viewer.git\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 [MIT] license,\n\"napari-3d-ortho-viewer\" 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\nThis [napari] plugin was generated with [Cookiecutter] using [@napari]'s [cookiecutter-napari-plugin] template.\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[file an issue]: https://github.com/gatoniel/napari-3d-ortho-viewer/issues\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[ortho-view-napari]: https://github.com/JoOkuma/ortho-view-napari\n","description_content_type":"text/markdown","keywords":null,"home_page":"https://github.com/gatoniel/napari-3d-ortho-viewer","download_url":null,"author":"Niklas Netter","author_email":"niknett@gmail.com","maintainer":null,"maintainer_email":null,"license":"MIT","classifier":["Development Status :: 2 - Pre-Alpha","Framework :: napari","Intended Audience :: Developers","License :: OSI Approved :: MIT License","Operating System :: OS Independent","Programming Language :: Python","Programming Language :: Python :: 3","Programming Language :: Python :: 3 :: Only","Programming Language :: Python :: 3.8","Programming Language :: Python :: 3.9","Programming Language :: Python :: 3.10","Topic :: Scientific/Engineering :: Image Processing"],"requires_dist":["numpy","magicgui","qtpy","scikit-image","tox ; extra == 'testing'","pytest ; extra == 'testing'","pytest-cov ; extra == 'testing'","pytest-qt ; extra == 'testing'","napari ; extra == 'testing'","pyqt5 ; extra == 'testing'"],"requires_python":">=3.8","requires_external":null,"project_url":["Bug Tracker, https://github.com/gatoniel/napari-3d-ortho-viewer/issues","Documentation, https://github.com/gatoniel/napari-3d-ortho-viewer#README.md","Source Code, https://github.com/gatoniel/napari-3d-ortho-viewer","User Support, https://github.com/gatoniel/napari-3d-ortho-viewer/issues"],"provides_extra":["testing"],"provides_dist":null,"obsoletes_dist":null},"npe1_shim":false}