Testing and publishing#

Testing your plugin is an important step to ensure that it works as expected and to avoid breaking changes in the future. Once your plugin is tested and ready to go, you can publish it to any combination of PyPI, conda-forge, and the napari-hub.

Testing guidelines

Some tips and tricks for effectively testing your plugin.

Testing guidelines
Publishing your plugin

The steps to publish your plugin to PyPI, conda-forge, and the napari-hub.

Publish your plugin
Customizing your napari hub listing

Learn how to customize your plugin’s appearance on the napari hub with metadata, descriptions, and configuration files.

Customizing your plugin’s listing on napari hub
Workshop on testing plugins

A full workshop on testing plugins, including a video and written lessons.

In-depth guide to plugin testing