https://forum.microlist.org/t/belatedly-announcing-pymmcore-plus-an-ecosystem-of-pure-python-tools-for-running-experiments-with-micro-manager-core/2268

Installation Guide

napari-micromanager plugin

conda install -c conda-forge napari pyqt

conda update napari

napari

Napari Mesofield plugin

# the tag will be used as the version string for your package
# make it meaningful: https://semver.org/
git tag -a v0.1.0 -m "v0.1.0"
 
# make sure to use follow-tags so that the tag also gets pushed to github
git push --follow-tags

Creation tutorial