Workshop 2023 demo plugin
A plugin to demonstrate some concepts from the 2023 workshop on software development related to napari
The purpose of this repository is to provide a template for a napari plugin that can be used as a starting point for the napari software development workshop 2023. It should help you to see the basics of building documentation, testing, and continuous integration for a napari plugin.
This napari plugin was generated with Cookiecutter using @napari's cookiecutter-napari-plugin template. The cookiecutter plugin is also a great jumping off point for your own plugin development.
Check out a template you can use for your own README
Installation
You can install napari-workshop-plugin
via pip:
pip install napari-workshop-plugin
License
Distributed under the terms of the MIT license, "napari-workshop-plugin" is free and open source software
Issues
If you encounter any problems, please file an issue along with a detailed description.
Version:
- 1.0.4
Last updated:
- 2023-09-18
First released:
- 2023-09-06
License:
- MIT
Supported data:
- Information not submitted
Plugin type:
Open extension:
Save extension:
Operating system:
- Information not submitted
Requirements:
- numpy <2,>=1.23
- magicgui
- qtpy
- mkdocs-material ; extra == 'docs'
- mkdocstrings-python ; extra == 'docs'
- mkdocstrings ; extra == 'docs'
- tox ; extra == 'testing'
- pytest ; extra == 'testing'
- pytest-cov ; extra == 'testing'
- pytest-qt ; extra == 'testing'
- napari ; extra == 'testing'
- pyqt5 ; extra == 'testing'