napari / napari-plugin-engine

A fork of pluggy - plugin management package
https://napari-plugin-engine.readthedocs.io/en/latest/
MIT License
6 stars 8 forks source link

napari plugin engine

License Build Status Docs Status codecov Python Version PyPI

napari-plugin-engine is the first generation napari plugin engine. We recommend new plugins should use the second generation npe2.

napari-plugin-engine is a fork of pluggy, modified by the napari team.

There are some API and feature changes, including:

For usage overview and a reference for the napari-plugin-engine API, see our Documentation

(see also: the pluggy documentation)

install

pip install napari-plugin-engine

Usage

see documentation