half-adder / napari-xarray

A plugin to let napari read and write xarray DataArrays

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

napari-xarray

License PyPI Python Version tests codecov

A plugin to let napari read and write xarray DataArrays


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

This plugin is in ALPHA stages.

Installation

You can install napari-xarray via pip:

pip install napari-xarray

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.

Set up a dev environment

Clone this repo, make a new virtual environment, then inside the new directory:

pip install -e .
pip install -r dev-requirements.txt

You should then be able to run the code and the tests.

License

Distributed under the terms of the BSD-3 license, "napari-xarray" is free and open source software

Issues

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

About

A plugin to let napari read and write xarray DataArrays

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%