KLDeconv

A napari plugin for using KLDeconv algorithm.

  • Qiqi Lu

License MIT PyPI Python Version tests codecov napari hub npe2 Copier

A napari plugin for using KLDeconv algorithm.


This napari plugin was generated with copier using the napari-plugin-template.

Installation

You can install napari-kldeconv via pip:

pip install napari-kldeconv

If napari is not already installed, you can install napari-kldeconv with napari and Qt via:

pip install "napari-kldeconv[all]"

To install latest development version :

pip install git+https://github.com/qiqi-lu/napari-kldeconv.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-kldeconv" is free and open source software

Issues

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

Version:

  • 0.1.0

Last updated:

  • 2025-08-04

First released:

  • 2025-08-04

License:

  • MIT

Supported data:

  • Information not submitted

Open extension:

Save extension:

Python versions supported:

Operating system:

  • Information not submitted

Requirements:

  • numpy
  • magicgui
  • qtpy
  • scikit-image
  • napari[all]; extra == "all"
  • tox; extra == "testing"
  • pytest; extra == "testing"
  • pytest-cov; extra == "testing"
  • pytest-qt; extra == "testing"
  • napari[qt]; extra == "testing"
Website by the napari team, original design by CZI. Go to napari main website.