napari-EMD


Namenapari-EMD JSON
Version 0.1.1 PyPI version JSON
download
home_pagehttps://github.com/NickiShaw/napari-EMD.git
SummaryA simple plugin to view .emd files in napari (Velox files)
upload_time2023-08-08 03:30:53
maintainer
docs_urlNone
authorNicolette Shaw
requires_python>=3.8
licenseBSD-3-Clause
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # napari-EMD

[![License BSD-3](https://img.shields.io/pypi/l/napari-EMD.svg?color=green)](https://github.com/NickiShaw/napari-EMD/raw/main/LICENSE)
[![PyPI](https://img.shields.io/pypi/v/napari-EMD.svg?color=green)](https://pypi.org/project/napari-EMD)
[![Python Version](https://img.shields.io/pypi/pyversions/napari-EMD.svg?color=green)](https://python.org)
[![tests](https://github.com/NickiShaw/napari-EMD/workflows/tests/badge.svg)](https://github.com/NickiShaw/napari-EMD/actions)
[![napari hub](https://img.shields.io/endpoint?url=https://api.napari-hub.org/shields/napari-EMD)](https://napari-hub.org/plugins/napari-EMD)

A simple plugin to view .emd files in napari (i.e. Velox files). Allows users to track metadata as it changes over the course of a video/stack, developed for analysis of in-situ microscopy data, where users may be changing magnification, focus, etc. during aquisition.

----------------------------------

This [napari] plugin was generated with [Cookiecutter] using [@napari]'s [cookiecutter-napari-plugin] template.

<!--
Don't miss the full getting started guide to set up your new package:
https://github.com/napari/cookiecutter-napari-plugin#getting-started

and review the napari docs for plugin developers:
https://napari.org/stable/plugins/index.html
-->

## Installation

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

    `pip install napari-EMD`

You can install napari and access the plugin through the GUI. [Reccomended install command for napari](https://napari.org/stable/tutorials/fundamentals/installation.html):

    `python -m pip install "napari[all]"`

## Contributing

Contributions are very welcome. Tests can be run with [tox], please ensure
the coverage at least stays the same before you submit a pull request.

## License

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

## Issues and Requests

> **Warning: The metadata viewer does not work in the current [Napari bundle](https://napari.org/stable/tutorials/fundamentals/installation.html#install-as-a-bundled-app) version (August 2023). Use the [python package version](https://napari.org/stable/tutorials/fundamentals/installation.html#install-as-python-package-recommended) of Napari for this feature.**

If you encounter any problems or would like any functionality added, please [file an issue](https://docs.github.com/en/issues/tracking-your-work-with-issues/creating-an-issue) along with a detailed description.

Current maintainer(s): [Nicki Shaw](https://docs.github.com/en/issues/tracking-your-work-with-issues/creating-an-issue)

## Preview

Images A and B show different frames in the same image stack, the metadata plugin on the right shows the changing focus value.
![NapariEMD screenshots](Images/napariEMD_screenshots.jpg)

## To Do

- Attatch last-opened information, so the widget does not reset when frames are changed and open toggle options are open remain.
- Add a search bar for navigating metadata.
- Output metadata as file option.
- Add note to change order of open files to replacee active metadata view.
- Make Singleframe note update automatically on change of file order.

[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

[napari]: https://github.com/napari/napari
[tox]: https://tox.readthedocs.io/en/latest/
[pip]: https://pypi.org/project/pip/
[PyPI]: https://pypi.org/

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/NickiShaw/napari-EMD.git",
    "name": "napari-EMD",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "",
    "author": "Nicolette Shaw",
    "author_email": "shaw.nicki@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/3b/17/d68dbaa18d269f47ccb508c1525232f68f02ea0171fae4808d6a90c4bb9e/napari-EMD-0.1.1.tar.gz",
    "platform": null,
    "description": "# napari-EMD\n\n[![License BSD-3](https://img.shields.io/pypi/l/napari-EMD.svg?color=green)](https://github.com/NickiShaw/napari-EMD/raw/main/LICENSE)\n[![PyPI](https://img.shields.io/pypi/v/napari-EMD.svg?color=green)](https://pypi.org/project/napari-EMD)\n[![Python Version](https://img.shields.io/pypi/pyversions/napari-EMD.svg?color=green)](https://python.org)\n[![tests](https://github.com/NickiShaw/napari-EMD/workflows/tests/badge.svg)](https://github.com/NickiShaw/napari-EMD/actions)\n[![napari hub](https://img.shields.io/endpoint?url=https://api.napari-hub.org/shields/napari-EMD)](https://napari-hub.org/plugins/napari-EMD)\n\nA simple plugin to view .emd files in napari (i.e. Velox files). Allows users to track metadata as it changes over the course of a video/stack, developed for analysis of in-situ microscopy data, where users may be changing magnification, focus, etc. during aquisition.\n\n----------------------------------\n\nThis [napari] plugin was generated with [Cookiecutter] using [@napari]'s [cookiecutter-napari-plugin] template.\n\n<!--\nDon't miss the full getting started guide to set up your new package:\nhttps://github.com/napari/cookiecutter-napari-plugin#getting-started\n\nand review the napari docs for plugin developers:\nhttps://napari.org/stable/plugins/index.html\n-->\n\n## Installation\n\nYou can install `napari-EMD` via [pip]:\n\n    `pip install napari-EMD`\n\nYou can install napari and access the plugin through the GUI. [Reccomended install command for napari](https://napari.org/stable/tutorials/fundamentals/installation.html):\n\n    `python -m pip install \"napari[all]\"`\n\n## Contributing\n\nContributions are very welcome. Tests can be run with [tox], please ensure\nthe coverage at least stays the same before you submit a pull request.\n\n## License\n\nDistributed under the terms of the [BSD-3] license,\n\"napari-EMD\" is free and open source software\n\n## Issues and Requests\n\n> **Warning: The metadata viewer does not work in the current [Napari bundle](https://napari.org/stable/tutorials/fundamentals/installation.html#install-as-a-bundled-app) version (August 2023). Use the [python package version](https://napari.org/stable/tutorials/fundamentals/installation.html#install-as-python-package-recommended) of Napari for this feature.**\n\nIf you encounter any problems or would like any functionality added, please [file an issue](https://docs.github.com/en/issues/tracking-your-work-with-issues/creating-an-issue) along with a detailed description.\n\nCurrent maintainer(s): [Nicki Shaw](https://docs.github.com/en/issues/tracking-your-work-with-issues/creating-an-issue)\n\n## Preview\n\nImages A and B show different frames in the same image stack, the metadata plugin on the right shows the changing focus value.\n![NapariEMD screenshots](Images/napariEMD_screenshots.jpg)\n\n## To Do\n\n- Attatch last-opened information, so the widget does not reset when frames are changed and open toggle options are open remain.\n- Add a search bar for navigating metadata.\n- Output metadata as file option.\n- Add note to change order of open files to replacee active metadata view.\n- Make Singleframe note update automatically on change of file order.\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\n[napari]: https://github.com/napari/napari\n[tox]: https://tox.readthedocs.io/en/latest/\n[pip]: https://pypi.org/project/pip/\n[PyPI]: https://pypi.org/\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "A simple plugin to view .emd files in napari (Velox files)",
    "version": "0.1.1",
    "project_urls": {
        "Homepage": "https://github.com/NickiShaw/napari-EMD.git"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0cea0d5a5ace0a426844a2b8edcf1d934dc879a4be97d49348c9135c3ebcf735",
                "md5": "daf4015fd91686a86ad4ac36228197e1",
                "sha256": "06db357de62934452960a2a8024d7785aba9b7f904a4caa4662c4ec47c0e1c71"
            },
            "downloads": -1,
            "filename": "napari_EMD-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "daf4015fd91686a86ad4ac36228197e1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 10556,
            "upload_time": "2023-08-08T03:30:52",
            "upload_time_iso_8601": "2023-08-08T03:30:52.288074Z",
            "url": "https://files.pythonhosted.org/packages/0c/ea/0d5a5ace0a426844a2b8edcf1d934dc879a4be97d49348c9135c3ebcf735/napari_EMD-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3b17d68dbaa18d269f47ccb508c1525232f68f02ea0171fae4808d6a90c4bb9e",
                "md5": "8b2f05aa55e834dcf30456be01f03bec",
                "sha256": "62a82410366777aa19f625f8765071b6ef2dde833825f5b18949f5b0a721913c"
            },
            "downloads": -1,
            "filename": "napari-EMD-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "8b2f05aa55e834dcf30456be01f03bec",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 9871,
            "upload_time": "2023-08-08T03:30:53",
            "upload_time_iso_8601": "2023-08-08T03:30:53.669972Z",
            "url": "https://files.pythonhosted.org/packages/3b/17/d68dbaa18d269f47ccb508c1525232f68f02ea0171fae4808d6a90c4bb9e/napari-EMD-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-08 03:30:53",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "NickiShaw",
    "github_project": "napari-EMD",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "napari-emd"
}
        
Elapsed time: 0.10302s