napari-micromanager


Namenapari-micromanager JSON
Version 0.1.0 PyPI version JSON
download
home_page
SummaryMicro-Manager GUI interface in napari.
upload_time2024-03-06 00:42:53
maintainer
docs_urlNone
author
requires_python>=3.8
licenseBSD 3-Clause License
keywords micro-manager microscope multi-processing remote
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # napari-micromanager

[![License](https://img.shields.io/pypi/l/napari-micromanager.svg?color=green)](https://github.com/napari/napari-micromanager/raw/master/LICENSE)
[![PyPI](https://img.shields.io/pypi/v/napari-micromanager.svg?color=green)](https://pypi.org/project/napari-micromanager)
[![Python Version](https://img.shields.io/pypi/pyversions/napari-micromanager.svg?color=green)](https://python.org)
[![Tests](https://github.com/pymmcore-plus/napari-micromanager/actions/workflows/test.yml/badge.svg)](https://github.com/pymmcore-plus/napari-micromanager/actions/workflows/test.yml)
[![codecov](https://codecov.io/gh/pymmcore-plus/napari-micromanager/branch/main/graph/badge.svg?token=tf6lYDWV1s)](https://codecov.io/gh/pymmcore-plus/napari-micromanager)


GUI interface between napari and micromanager powered by [pymmcore-plus](https://pymmcore-plus.github.io/pymmcore-plus/) and [pymmcore-widgets](https://pymmcore-plus.github.io/pymmcore-widgets/)

🚧 Experimental!  Work in progress!  Here be 🐲 🚧

----------------------------------
<img width="1797" alt="mm" src="https://user-images.githubusercontent.com/1609449/138457506-787b7bec-7f30-4d92-b5cf-6e218c87225a.png">


## Installation

You can install `napari-micromanager` via [pip]:

    pip install napari-micromanager

You will also need a Qt backend such as PySide2/6, or PyQt5/6.  If you've previously installed napari
into this environment with `pip install napari[all]`, then you will likely already have it. If not,
you will also need to install a Qt backend of your choice:

    pip install pyqt5  # or any of {pyqt5, pyqt6, pyside2, pyside6}

### Getting micromanager adapters:

The easiest way to get the micromanager adapters is to use:

```
mmcore install
```

this will install micromanager to the pymmcore_plus folder in your site-package; use this to see where:

```
python -c "from pymmcore_plus import find_micromanager; print(find_micromanager())"
```

alternatively, you can direct pymmcore_plus to your own micromanager installation with the `MICROMANAGER_PATH`
environment variable:

```
export MICROMANAGER_PATH='/path/to/Micro-Manager-...'
```

## Contributing

Contributions are very welcome.

### Launching napari with plugin
You can launch napari and automatically load this plugin using the `launch-dev.py` script:

```bash
python launch-dev.py
```

Alternatively you can run:

```bash
napari -w napari-micromanager
```

## License

Distributed under the terms of the [BSD-3] license,
"napari-micromanager" is free and open source software

## Issues

If you encounter any problems, please [file an issue] along with a detailed description.

[napari]: https://github.com/napari/napari
[Cookiecutter]: https://github.com/audreyr/cookiecutter
[@napari]: https://github.com/napari
[MIT]: http://opensource.org/licenses/MIT
[BSD-3]: http://opensource.org/licenses/BSD-3-Clause
[GNU GPL v3.0]: http://www.gnu.org/licenses/gpl-3.0.txt
[GNU LGPL v3.0]: http://www.gnu.org/licenses/lgpl-3.0.txt
[Apache Software License 2.0]: http://www.apache.org/licenses/LICENSE-2.0
[Mozilla Public License 2.0]: https://www.mozilla.org/media/MPL/2.0/index.txt
[cookiecutter-napari-plugin]: https://github.com/napari/cookiecutter-napari-plugin
[file an issue]: https://github.com/pymmcore-plus/napari-micromanager/issues
[napari]: https://github.com/napari/napari
[pip]: https://pypi.org/project/pip/
[PyPI]: https://pypi.org/

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "napari-micromanager",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "micro-manager,microscope,multi-processing,remote",
    "author": "",
    "author_email": "Federico Gasparoli <federico.gasparoli@gmail.com>, Talley Lambert <talley.lambert@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/22/fb/9815cfbc3769523727ab70bcdb853d2a58f6ec9e4b5ccfe033ed36d29e51/napari_micromanager-0.1.0.tar.gz",
    "platform": null,
    "description": "# napari-micromanager\n\n[![License](https://img.shields.io/pypi/l/napari-micromanager.svg?color=green)](https://github.com/napari/napari-micromanager/raw/master/LICENSE)\n[![PyPI](https://img.shields.io/pypi/v/napari-micromanager.svg?color=green)](https://pypi.org/project/napari-micromanager)\n[![Python Version](https://img.shields.io/pypi/pyversions/napari-micromanager.svg?color=green)](https://python.org)\n[![Tests](https://github.com/pymmcore-plus/napari-micromanager/actions/workflows/test.yml/badge.svg)](https://github.com/pymmcore-plus/napari-micromanager/actions/workflows/test.yml)\n[![codecov](https://codecov.io/gh/pymmcore-plus/napari-micromanager/branch/main/graph/badge.svg?token=tf6lYDWV1s)](https://codecov.io/gh/pymmcore-plus/napari-micromanager)\n\n\nGUI interface between napari and micromanager powered by [pymmcore-plus](https://pymmcore-plus.github.io/pymmcore-plus/) and [pymmcore-widgets](https://pymmcore-plus.github.io/pymmcore-widgets/)\n\n\ud83d\udea7 Experimental!  Work in progress!  Here be \ud83d\udc32 \ud83d\udea7\n\n----------------------------------\n<img width=\"1797\" alt=\"mm\" src=\"https://user-images.githubusercontent.com/1609449/138457506-787b7bec-7f30-4d92-b5cf-6e218c87225a.png\">\n\n\n## Installation\n\nYou can install `napari-micromanager` via [pip]:\n\n    pip install napari-micromanager\n\nYou will also need a Qt backend such as PySide2/6, or PyQt5/6.  If you've previously installed napari\ninto this environment with `pip install napari[all]`, then you will likely already have it. If not,\nyou will also need to install a Qt backend of your choice:\n\n    pip install pyqt5  # or any of {pyqt5, pyqt6, pyside2, pyside6}\n\n### Getting micromanager adapters:\n\nThe easiest way to get the micromanager adapters is to use:\n\n```\nmmcore install\n```\n\nthis will install micromanager to the pymmcore_plus folder in your site-package; use this to see where:\n\n```\npython -c \"from pymmcore_plus import find_micromanager; print(find_micromanager())\"\n```\n\nalternatively, you can direct pymmcore_plus to your own micromanager installation with the `MICROMANAGER_PATH`\nenvironment variable:\n\n```\nexport MICROMANAGER_PATH='/path/to/Micro-Manager-...'\n```\n\n## Contributing\n\nContributions are very welcome.\n\n### Launching napari with plugin\nYou can launch napari and automatically load this plugin using the `launch-dev.py` script:\n\n```bash\npython launch-dev.py\n```\n\nAlternatively you can run:\n\n```bash\nnapari -w napari-micromanager\n```\n\n## License\n\nDistributed under the terms of the [BSD-3] license,\n\"napari-micromanager\" is free and open source software\n\n## Issues\n\nIf you encounter any problems, please [file an issue] along with a detailed description.\n\n[napari]: https://github.com/napari/napari\n[Cookiecutter]: https://github.com/audreyr/cookiecutter\n[@napari]: https://github.com/napari\n[MIT]: http://opensource.org/licenses/MIT\n[BSD-3]: http://opensource.org/licenses/BSD-3-Clause\n[GNU GPL v3.0]: http://www.gnu.org/licenses/gpl-3.0.txt\n[GNU LGPL v3.0]: http://www.gnu.org/licenses/lgpl-3.0.txt\n[Apache Software License 2.0]: http://www.apache.org/licenses/LICENSE-2.0\n[Mozilla Public License 2.0]: https://www.mozilla.org/media/MPL/2.0/index.txt\n[cookiecutter-napari-plugin]: https://github.com/napari/cookiecutter-napari-plugin\n[file an issue]: https://github.com/pymmcore-plus/napari-micromanager/issues\n[napari]: https://github.com/napari/napari\n[pip]: https://pypi.org/project/pip/\n[PyPI]: https://pypi.org/\n",
    "bugtrack_url": null,
    "license": "BSD 3-Clause License",
    "summary": "Micro-Manager GUI interface in napari.",
    "version": "0.1.0",
    "project_urls": {
        "Source": "https://github.com/pymmcore-plus/napari-micromanager",
        "Tracker": "https://github.com/pymmcore-plus/napari-micromanager/issues"
    },
    "split_keywords": [
        "micro-manager",
        "microscope",
        "multi-processing",
        "remote"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ba7071efd2121edd19edd981603300612280696d6c180fabafe66971dde6495d",
                "md5": "af47be351de9cdf8ca0f74ed1f7b9ff9",
                "sha256": "3be13b507c903654b70065eedbcc1eb03a7bca1e9550ad295593ec8dee0b1046"
            },
            "downloads": -1,
            "filename": "napari_micromanager-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "af47be351de9cdf8ca0f74ed1f7b9ff9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 23288,
            "upload_time": "2024-03-06T00:42:52",
            "upload_time_iso_8601": "2024-03-06T00:42:52.220895Z",
            "url": "https://files.pythonhosted.org/packages/ba/70/71efd2121edd19edd981603300612280696d6c180fabafe66971dde6495d/napari_micromanager-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "22fb9815cfbc3769523727ab70bcdb853d2a58f6ec9e4b5ccfe033ed36d29e51",
                "md5": "d798f4642e042f3137e122ea65bf2ee7",
                "sha256": "907d4816bffed3a102a541ab8f252671607c4e6efa041f7c572cabb20c346daf"
            },
            "downloads": -1,
            "filename": "napari_micromanager-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "d798f4642e042f3137e122ea65bf2ee7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 22966,
            "upload_time": "2024-03-06T00:42:53",
            "upload_time_iso_8601": "2024-03-06T00:42:53.959606Z",
            "url": "https://files.pythonhosted.org/packages/22/fb/9815cfbc3769523727ab70bcdb853d2a58f6ec9e4b5ccfe033ed36d29e51/napari_micromanager-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-06 00:42:53",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pymmcore-plus",
    "github_project": "napari-micromanager",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "napari-micromanager"
}
        
Elapsed time: 0.24176s