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
Provides-Extra: dev
Provides-Extra: doc
Provides-Extra: testing
License-File: LICENSE

# 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)
