Metadata-Version: 2.1
Name: mda-simulator
Version: 0.5.0
Summary: mda simulator
Home-page: https://github.com/ianhi/mda-simulator
Author: Ian Hunt-Isaak, John Russell
Author-email: ianhuntisaak@gmail.com
License: BSD-3-Clause
Project-URL: Source Code, https://github.com/ianhi/mda-simulator
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: scikit-image
Provides-Extra: dev
Requires-Dist: black ; extra == 'dev'
Requires-Dist: flake8 ; extra == 'dev'
Requires-Dist: flake8-docstrings ; extra == 'dev'
Requires-Dist: ipython ; extra == 'dev'
Requires-Dist: isort ; extra == 'dev'
Requires-Dist: jedi (<0.18.0) ; extra == 'dev'
Requires-Dist: mypy ; extra == 'dev'
Requires-Dist: pre-commit ; extra == 'dev'
Requires-Dist: pydocstyle ; extra == 'dev'
Requires-Dist: pytest ; extra == 'dev'
Provides-Extra: doc
Requires-Dist: Sphinx (>=1.5) ; extra == 'doc'
Requires-Dist: furo ; extra == 'doc'
Requires-Dist: myst-nb ; extra == 'doc'
Requires-Dist: numpydoc ; extra == 'doc'
Requires-Dist: sphinx-copybutton ; extra == 'doc'
Requires-Dist: sphinx-panels ; extra == 'doc'
Requires-Dist: sphinx-togglebutton ; extra == 'doc'
Provides-Extra: testing
Requires-Dist: nbval ; extra == 'testing'
Requires-Dist: pytest ; extra == 'testing'
Requires-Dist: pytest-cov ; extra == 'testing'
Requires-Dist: tox ; extra == 'testing'
Requires-Dist: tox-conda ; extra == 'testing'

# mda-simulator

[![Documentation](https://readthedocs.org/projects/mda-simulator/badge/?version=latest)](https://mda-simulator.readthedocs.io/en/latest/?badge=latest)
[![License](https://img.shields.io/pypi/l/mda-simulator.svg?color=green)](https://github.com/ianhi/mda-simulator/raw/main/LICENSE)
[![PyPI](https://img.shields.io/pypi/v/mda-simulator.svg?color=green)](https://pypi.org/project/mda-simulator)
[![Python Version](https://img.shields.io/pypi/pyversions/mda-simulator.svg?color=green)](https://python.org)
<!-- [![CI](https://github.com/ianhi/mda-simulator/actions/workflows/ci/badge.svg)](https://github.com/ianhi/mda-simulator/actions)
[![codecov](https://codecov.io/gh/ianhi/mda-simulator/branch/master/graph/badge.svg)](https://codecov.io/gh/ianhi/mda-simulator) -->

Simulator of multidimensional acquisition (Time, Position, Channel, Slice) useful for developing microscope control software.

```bash
pip install mda-simulator
```

Read the docs here: https://mda-simulator.rtfd.io/

![Example of usage inside napari-micromanager](https://github.com/ianhi/mda-simulator/blob/main/docs/_static/example-napari.apng)
