{"name":"napari-biopb","display_name":"BioPB","visibility":"public","icon":"","categories":["Utilities","Image Processing"],"schema_version":"0.2.1","on_activate":null,"on_deactivate":null,"contributions":{"commands":[{"id":"napari-biopb.make_tensor_browser_widget","title":"Tensor Browser","python_name":"napari_biopb:TensorBrowserWidget","short_title":null,"category":null,"icon":null,"enablement":null},{"id":"napari-biopb.make_object_detection_widget","title":"Object Detection","python_name":"napari_biopb:ObjectDetectionWidget","short_title":null,"category":null,"icon":null,"enablement":null},{"id":"napari-biopb.make_image_processing_widget","title":"Image Processing","python_name":"napari_biopb:ImageProcessingWidget","short_title":null,"category":null,"icon":null,"enablement":null}],"readers":null,"writers":null,"widgets":[{"command":"napari-biopb.make_tensor_browser_widget","display_name":"Tensor Browser","autogenerate":false},{"command":"napari-biopb.make_object_detection_widget","display_name":"Object Detection","autogenerate":false},{"command":"napari-biopb.make_image_processing_widget","display_name":"Image Processing","autogenerate":false}],"sample_data":null,"themes":null,"menus":{},"submenus":null,"keybindings":null,"configuration":[]},"package_metadata":{"metadata_version":"2.4","name":"napari-biopb","version":"0.4.1","dynamic":["license-file"],"platform":null,"supported_platform":null,"summary":"Performing image analysis by visiting biopb endpoints","description":"# napari-biopb\n\n[![License MIT](https://img.shields.io/pypi/l/napari-biopb.svg?color=green)](https://github.com/jiyuuchc/napari-biopb/raw/main/LICENSE)\n[![PyPI](https://img.shields.io/pypi/v/napari-biopb.svg?color=green)](https://pypi.org/project/napari-biopb)\n[![Python Version](https://img.shields.io/pypi/pyversions/napari-biopb.svg?color=green)](https://python.org)\n[![tests](https://github.com/jiyuuchc/napari-biopb/workflows/tests/badge.svg)](https://github.com/jiyuuchc/napari-biopb/actions)\n[![codecov](https://codecov.io/gh/jiyuuchc/napari-biopb/branch/main/graph/badge.svg)](https://codecov.io/gh/jiyuuchc/napari-biopb)\n[![napari hub](https://img.shields.io/endpoint?url=https://api.napari-hub.org/shields/napari-biopb)](https://napari-hub.org/plugins/napari-biopb)\n\nA [biopb](https://github.com/jiyuuchc/biopb) plugin for [napari](https://github.com/napari/napari).\n\n## Installation\n\n### Bundled Installers\n\nPre-built standalone installers are available from the [Releases](https://github.com/jiyuuchc/napari-biopb/releases) page. These include napari with the napari-biopb plugin pre-installed—no Python setup required.\n\n| Platform | Download |\n|----------|----------|\n| Windows | `napari-biopb-windows.zip` |\n| macOS (Intel) | `napari-biopb-macos-intel.tar.gz` |\n| macOS (Apple Silicon) | `napari-biopb-macos-arm.tar.gz` |\n| Linux | `napari-biopb-linux.tar.gz` |\n\n**Usage:**\n- **Windows**: Extract the zip and run `napari-biopb.exe`\n- **macOS**: Extract and open `napari-biopb.app` (right-click → \"Open\" to bypass Gatekeeper for unsigned apps)\n- **Linux**: Extract and run `./napari-biopb`\n\n### From PyPI\n\nFor users with existing virtual environement setup for napari: install `napari-biopb` via [pip]:\n\n    pip install napari-biopb\n\n### Development Version\n\nTo install latest development version:\n\n    pip install git+https://github.com/jiyuuchc/napari-biopb.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-biopb\" 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[copier]: https://copier.readthedocs.io/en/stable/\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[napari-plugin-template]: https://github.com/napari/napari-plugin-template\n\n[file an issue]: https://github.com/jiyuuchc/napari-biopb/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","description_content_type":"text/markdown","keywords":null,"home_page":null,"download_url":null,"author":"Ji Yu","author_email":"jyu@uchc.edu","maintainer":null,"maintainer_email":null,"license":"The MIT License (MIT)\n\nCopyright (c) 2025 Ji Yu\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","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.10","Programming Language :: Python :: 3.11","Programming Language :: Python :: 3.12","Topic :: Scientific/Engineering :: Image Processing"],"requires_dist":["numpy","pandas","magicgui","qtpy","scikit-image","biopb[tensor]>=0.5.4","opencv-python-headless","grpcio_tools","grpcio-health-checking","platformdirs","tox; extra == \"testing\"","pytest; extra == \"testing\"","pytest-cov; extra == \"testing\"","pytest-qt; extra == \"testing\"","pytest-env; extra == \"testing\"","napari; extra == \"testing\"","pyqt6; extra == \"testing\"","mcp>=1.20; extra == \"testing\"","jupyter_client; extra == \"testing\"","ipykernel; extra == \"testing\"","napari-skimage-regionprops; extra == \"tables\"","mcp>=1.20; extra == \"mcp\"","uvicorn>=0.29; extra == \"mcp\"","jupyter_client; extra == \"mcp\"","ipykernel; extra == \"mcp\"","vedo; extra == \"3d\""],"requires_python":">=3.10","requires_external":null,"project_url":["Bug Tracker, https://github.com/jiyuuchc/napari-biopb/issues","Documentation, https://github.com/jiyuuchc/napari-biopb#README.md","Source Code, https://github.com/jiyuuchc/napari-biopb","User Support, https://github.com/jiyuuchc/napari-biopb/issues"],"provides_extra":["testing","tables","mcp","3d"],"provides_dist":null,"obsoletes_dist":null},"npe1_shim":false}