Metadata-Version: 2.4
Name: biopb-napari-widget
Version: 0.1.0rc1
Summary: napari widgets for biopb: the Tensor Browser and OME-Zarr writers
Author-email: Ji Yu <jyu@uchc.edu>
License: 
        The MIT License (MIT)
        
        Copyright (c) 2025 Ji Yu
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in
        all copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
        THE SOFTWARE.
        
Project-URL: Bug Tracker, https://github.com/biopb/biopb-napari-widget/issues
Project-URL: Source Code, https://github.com/biopb/biopb-napari-widget
Project-URL: Documentation, https://biopb.org
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: napari
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
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.13,>=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: biopb[tensor]>=0.11.0rc2
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: dask
Requires-Dist: magicgui
Requires-Dist: qtpy
Requires-Dist: platformdirs
Requires-Dist: ome-zarr>=0.6.1
Requires-Dist: zarr
Requires-Dist: opencv-python-headless
Requires-Dist: grpcio-health-checking
Provides-Extra: tables
Requires-Dist: napari-skimage-regionprops; extra == "tables"
Provides-Extra: 3d
Requires-Dist: vedo; extra == "3d"
Dynamic: license-file

# biopb-napari-widget

[napari](https://napari.org) widgets for [biopb](https://biopb.org):

- **Tensor Browser**: browse the images a biopb data server holds, and open
  them in napari as multiscale layers that load on demand.
- **OME-Zarr writers**: *File > Save Selected Layers* to a standalone OME-Zarr.

## Install

```sh
pip install biopb-napari-widget
```

Then open the widgets from napari's *Plugins* menu.

## Connecting

The Tensor Browser finds the data server that biopb runs on this machine
(`biopb control start`). Without one, it asks for a server address and token.

## License

MIT
