Metadata-Version: 2.4
Name: napari-bioformats
Version: 0.3.0.post0
Summary: napari bfffile plugin
Project-URL: homepage, https://github.com/imaging-formats/napari-bioformats
Project-URL: repository, https://github.com/imaging-formats/napari-bioformats
License-Expression: GPL-2.0-or-later
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: napari
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Typing :: Typed
Requires-Python: >=3.10
Requires-Dist: bffile>=0.1.0
Requires-Dist: napari>=0.5.0
Description-Content-Type: text/markdown

# napari-bioformats

[![License](https://img.shields.io/pypi/l/napari-bioformats.svg?color=green)](https://github.com/napari/napari-bioformats/raw/master/LICENSE)
[![PyPI](https://img.shields.io/pypi/v/napari-bioformats.svg?color=green)](https://pypi.org/project/napari-bioformats)
[![Conda](https://img.shields.io/conda/v/conda-forge/napari-bioformats)](https://anaconda.org/conda-forge/napari-bioformats)
[![Python Version](https://img.shields.io/pypi/pyversions/napari-bioformats.svg?color=green)](https://python.org)
[![tests](https://github.com/imaging-formats/napari-bioformats/actions/workflows/ci.yml/badge.svg)](https://github.com/imaging-formats/napari-bioformats/actions/workflows/ci.yml)
[![codecov](https://codecov.io/gh/imaging-formats/napari-bioformats/branch/master/graph/badge.svg)](https://codecov.io/gh/imaging-formats/napari-bioformats)

Bioformats plugin for napari using [bffile](https://github.com/imaging-formats/bffile)

## Releasing

Anyone with write access can create a release:

1. **Locally:**

   checkout the commit you want to release, then run:

   ```bash
   git tag -a vX.Y.Z -m vX.Y.Z
   git push upstream --follow-tags
   ```
