Skip to content

PolusAI/napari-bfio

Repository files navigation

napari-bfio

License MIT PyPI Python Version tests codecov napari hub

A plugin to read and write images using bfio within napari


This napari plugin was generated with Cookiecutter using @napari's cookiecutter-napari-plugin template.

Installation

You can install napari-bfio via pip:

pip install napari-bfio

napari-bfio depends on bfio package to read/write the data. By default, bfio package and the core dependencies (numpy, tifffile, imagecodecs, scyjava) are installed during the installation process of napari-bfio.

To install latest development version :

pip install git+https://github.com/PolusAI/napari-bfio.git

Contributing

Contributions are very welcome. Tests can be run with tox, please ensure the coverage at least stays the same before you submit a pull request.

License

Distributed under the terms of the MIT license, "napari-bfio" is free and open source software

Issues

If you encounter any problems, please file an issue along with a detailed description.