Metadata-Version: 2.1
Name: navigate-mmcore-plugin
Version: 0.0.1
Summary: A plugin for access to Micro-Manager devices from within navigate.
Author: The Dean Lab, UT Southwestern Medical Center
Project-URL: Source, https://github.com/TheDeanLab/navigate-mmcore-plugin
Classifier: Intended Audience :: Developers
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.9.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pymmcore
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-xvfb; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: pre-commit; extra == "dev"
Provides-Extra: docs
Requires-Dist: numpydoc; extra == "docs"
Requires-Dist: nbconvert; extra == "docs"
Requires-Dist: sphinx<6.0.0; extra == "docs"
Requires-Dist: sphinx_rtd_theme; extra == "docs"
Requires-Dist: sphinx-copybutton; extra == "docs"
Requires-Dist: sphinx-issues; extra == "docs"
Requires-Dist: sphinx-design; extra == "docs"
Requires-Dist: pyyaml; extra == "docs"
Requires-Dist: pydata_sphinx_theme==0.10.0rc2; extra == "docs"
Requires-Dist: sphinx-toolbox; extra == "docs"

<h1 align="center">
navigate-mmcore-plugin
	
<h2 align="center">
	A plugin for interfacing with MMCore devices.
</h2>
</h1>

Micro-Manager is a popular open-source microscopy software that provides a wide range of 
device support. The `navigate-mmcore-plugin` is a plugin for the `navigate` light-sheet 
microscope control software that enables users to interface with Micro-Manager devices.
Currently, only stages and shutters are supported. Future releases will enable operation of
cameras and other devices.

### Documentation

Please refer to and contribute to the documentation, which can be found on GitHub Pages: [https://thedeanlab.github.io/navigate-mmcore-plugin/](https://thedeanlab.github.io/navigate-mmcore-plugin/).

### Support

For support or questions about using this template, please open an issue in the GitHub repository.

