napari-tabu


Namenapari-tabu JSON
Version 0.1.5 PyPI version JSON
download
home_pagehttps://github.com/haesleinhuepf/napari-tabu
SummaryA plugin for handling multiple napari windows
upload_time2022-01-01 15:58:43
maintainer
docs_urlNone
authorRobert Haase
requires_python>=3.7
licenseBSD-3-Clause
keywords
VCS
bugtrack_url
requirements napari napari-tools-menu None
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # napari-tabu

[![License](https://img.shields.io/pypi/l/napari-tabu.svg?color=green)](https://github.com/haesleinhuepf/napari-tabu/raw/master/LICENSE)
[![PyPI](https://img.shields.io/pypi/v/napari-tabu.svg?color=green)](https://pypi.org/project/napari-tabu)
[![Python Version](https://img.shields.io/pypi/pyversions/napari-tabu.svg?color=green)](https://python.org)
[![tests](https://github.com/haesleinhuepf/napari-tabu/workflows/tests/badge.svg)](https://github.com/haesleinhuepf/napari-tabu/actions)
[![codecov](https://codecov.io/gh/haesleinhuepf/napari-tabu/branch/master/graph/badge.svg)](https://codecov.io/gh/haesleinhuepf/napari-tabu)

A plugin for handling multiple napari windows
![](https://github.com/haesleinhuepf/napari-tabu/raw/main/docs/napari-tabu-screencast.gif)

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

## Usage

To open a new window, first click the menu `Plugins > napari-tabu: open new window`
![](https://github.com/haesleinhuepf/napari-tabu/raw/main/docs/new_window_menu.png)

Afterwards, select the layer which should be opened in the new window and click on `Run`:
![](https://github.com/haesleinhuepf/napari-tabu/raw/main/docs/new_window_dialog.png)

When you're done with working with the new window, you can send back the result of your work using the `Send current layer back to main napari` butoon:
![](https://github.com/haesleinhuepf/napari-tabu/raw/main/docs/send_back.png)

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

## Installation

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

    pip install napari-tabu

## 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-tabu" is free and open source software

## Issues

If you encounter any problems, please open a thread on [image.sc](https://image.sc) along with a detailed description and tag [@haesleinhuepf](https://github.com/haesleinhuepf).

[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/haesleinhuepf/napari-tabu/issues

[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/haesleinhuepf/napari-tabu",
    "name": "napari-tabu",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "",
    "author": "Robert Haase",
    "author_email": "robert.haase@tu-dresden.de",
    "download_url": "https://files.pythonhosted.org/packages/68/f6/8ab5e3fbebff4f4748287f3a3b2721b7ae679249697318d94fced9b080f4/napari-tabu-0.1.5.tar.gz",
    "platform": "",
    "description": "# napari-tabu\n\n[![License](https://img.shields.io/pypi/l/napari-tabu.svg?color=green)](https://github.com/haesleinhuepf/napari-tabu/raw/master/LICENSE)\n[![PyPI](https://img.shields.io/pypi/v/napari-tabu.svg?color=green)](https://pypi.org/project/napari-tabu)\n[![Python Version](https://img.shields.io/pypi/pyversions/napari-tabu.svg?color=green)](https://python.org)\n[![tests](https://github.com/haesleinhuepf/napari-tabu/workflows/tests/badge.svg)](https://github.com/haesleinhuepf/napari-tabu/actions)\n[![codecov](https://codecov.io/gh/haesleinhuepf/napari-tabu/branch/master/graph/badge.svg)](https://codecov.io/gh/haesleinhuepf/napari-tabu)\n\nA plugin for handling multiple napari windows\n![](https://github.com/haesleinhuepf/napari-tabu/raw/main/docs/napari-tabu-screencast.gif)\n\n----------------------------------\n\n## Usage\n\nTo open a new window, first click the menu `Plugins > napari-tabu: open new window`\n![](https://github.com/haesleinhuepf/napari-tabu/raw/main/docs/new_window_menu.png)\n\nAfterwards, select the layer which should be opened in the new window and click on `Run`:\n![](https://github.com/haesleinhuepf/napari-tabu/raw/main/docs/new_window_dialog.png)\n\nWhen you're done with working with the new window, you can send back the result of your work using the `Send current layer back to main napari` butoon:\n![](https://github.com/haesleinhuepf/napari-tabu/raw/main/docs/send_back.png)\n\nThis [napari] plugin was generated with [Cookiecutter] using with [@napari]'s [cookiecutter-napari-plugin] template.\n\n## Installation\n\nYou can install `napari-tabu` via [pip]:\n\n    pip install napari-tabu\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-tabu\" is free and open source software\n\n## Issues\n\nIf you encounter any problems, please open a thread on [image.sc](https://image.sc) along with a detailed description and tag [@haesleinhuepf](https://github.com/haesleinhuepf).\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[file an issue]: https://github.com/haesleinhuepf/napari-tabu/issues\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\n\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "A plugin for handling multiple napari windows",
    "version": "0.1.5",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "ad1190e2d0ab58bb758251e91af7d4a3",
                "sha256": "e23f2afdc4b2879e9517b746164d69b3e77d42ab10182f39aaac5e3399cb4204"
            },
            "downloads": -1,
            "filename": "napari_tabu-0.1.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ad1190e2d0ab58bb758251e91af7d4a3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 6951,
            "upload_time": "2022-01-01T15:58:42",
            "upload_time_iso_8601": "2022-01-01T15:58:42.300925Z",
            "url": "https://files.pythonhosted.org/packages/3e/9b/072113fc8cf14b482201848085e8e4d142e90321c189731eb34af46b06e5/napari_tabu-0.1.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "52a0d225b7c5dc2d898bada5c20a4d37",
                "sha256": "106be1897bb0670af06cb6dba90dc9a9faa3c5e7ba5017a8b216315749649ac7"
            },
            "downloads": -1,
            "filename": "napari-tabu-0.1.5.tar.gz",
            "has_sig": false,
            "md5_digest": "52a0d225b7c5dc2d898bada5c20a4d37",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 5692,
            "upload_time": "2022-01-01T15:58:43",
            "upload_time_iso_8601": "2022-01-01T15:58:43.845453Z",
            "url": "https://files.pythonhosted.org/packages/68/f6/8ab5e3fbebff4f4748287f3a3b2721b7ae679249697318d94fced9b080f4/napari-tabu-0.1.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-01-01 15:58:43",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "haesleinhuepf",
    "github_project": "napari-tabu",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "napari",
            "specs": []
        },
        {
            "name": "napari-tools-menu",
            "specs": []
        },
        {
            "name": null,
            "specs": []
        }
    ],
    "tox": true,
    "lcname": "napari-tabu"
}
        
Elapsed time: 0.02059s