Metadata-Version: 2.1
Name: napari-workshop-plugin
Version: 0.0.4
Summary: A plugin to demonstrate some concepts from the 2023 workshop on software development related to napari
Author: MetaCell
Author-email: sean.martin@metacell.us
License: MIT
Project-URL: Bug Tracker, https://github.com/seankmartin/napari-workshop-plugin/issues
Project-URL: Documentation, https://seankmartin.github.io/napari-software-development-workshop/
Project-URL: Source Code, https://github.com/seankmartin/napari-workshop-plugin
Project-URL: User Support, https://napari.zulipchat.com
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Framework :: napari
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Scientific/Engineering :: Image Processing
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy<2,>=1.23
Requires-Dist: magicgui==0.7.3; python_version >= "3.10"
Requires-Dist: magicgui==0.7.2; python_version < "3.10"
Requires-Dist: qtpy==2.3.1; sys_platform != "darwin"
Requires-Dist: qtpy>=2.3.0; sys_platform == "darwin"
Provides-Extra: testing
Requires-Dist: tox; extra == "testing"
Requires-Dist: pytest; extra == "testing"
Requires-Dist: pytest-cov; extra == "testing"
Requires-Dist: pytest-qt; extra == "testing"
Requires-Dist: napari; extra == "testing"
Requires-Dist: pyqt5; extra == "testing"
Provides-Extra: docs
Requires-Dist: mkdocs-material; extra == "docs"
Requires-Dist: mkdocstrings-python; extra == "docs"
Requires-Dist: mkdocstrings; extra == "docs"

# napari software development workshop 2023

You can find resources here for the napari software development workshop 2023.
Here is a template for a README.md file for plugins, which is a good place to start for your own projects.

# Plugin name

Optional: Badges, e.g. ![version](https://img.shields.io/badge/version-23_07_24-blue)

Introduction paragraph: a brief set of sentences to introduce your project, or even just a one liner.

## Installation

How to install from PyPI, conda etc.

## Usage

How to use the plugin. Screenshots or videos are good at this point.

## Code of conduct / Contributing

How to contribute to this project and any community values.

## Credit

If you like, you can mention some contributors here. A more structured way to do this is via a CITATION.cff file.

## License

Which license is used for the project. In this case, the MIT License.

## Issues

Where can people go for support, should they make an issue here. You could point to the napari image.sc forum, or zulipchat in addition to the GitHub issues for your project.
