napari-layer-details-display


Namenapari-layer-details-display JSON
Version 0.1.4 PyPI version JSON
download
home_pagehttps://github.com/haesleinhuepf/napari-layer-details-display
SummaryA display for layer information and properties
upload_time2022-07-10 14:03:12
maintainer
docs_urlNone
authorRobert Haase
requires_python>=3.7
licenseBSD-3-Clause
keywords
VCS
bugtrack_url
requirements napari_tools_menu None
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # napari-layer-details-display

[![License](https://img.shields.io/pypi/l/napari-layer-details-display.svg?color=green)](https://github.com/haesleinhuepf/napari-layer-details-display/raw/main/LICENSE)
[![PyPI](https://img.shields.io/pypi/v/napari-layer-details-display.svg?color=green)](https://pypi.org/project/napari-layer-details-display)
[![Python Version](https://img.shields.io/pypi/pyversions/napari-layer-details-display.svg?color=green)](https://python.org)
[![tests](https://github.com/haesleinhuepf/napari-layer-details-display/workflows/tests/badge.svg)](https://github.com/haesleinhuepf/napari-layer-details-display/actions)
[![codecov](https://codecov.io/gh/haesleinhuepf/napari-layer-details-display/branch/main/graph/badge.svg)](https://codecov.io/gh/haesleinhuepf/napari-layer-details-display)
[![napari hub](https://img.shields.io/endpoint?url=https://api.napari-hub.org/shields/napari-layer-details-display)](https://napari-hub.org/plugins/napari-layer-details-display)

A display for layer information and properties

![img.png](https://github.com/haesleinhuepf/napari-layer-details-display/raw/main/images/screenshot.png)

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

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

## Installation

You can install `napari-layer-details-display` via [pip]:

    pip install napari-layer-details-display



To install latest development version :

    pip install git+https://github.com/haesleinhuepf/napari-layer-details-display.git


## 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-layer-details-display" 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/haesleinhuepf/napari-layer-details-display/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-layer-details-display",
    "name": "napari-layer-details-display",
    "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/e5/40/785a95617efab6303d7f9ebd122cc30853edb6abc44b18d5392ce0cb5477/napari-layer-details-display-0.1.4.tar.gz",
    "platform": null,
    "description": "# napari-layer-details-display\n\n[![License](https://img.shields.io/pypi/l/napari-layer-details-display.svg?color=green)](https://github.com/haesleinhuepf/napari-layer-details-display/raw/main/LICENSE)\n[![PyPI](https://img.shields.io/pypi/v/napari-layer-details-display.svg?color=green)](https://pypi.org/project/napari-layer-details-display)\n[![Python Version](https://img.shields.io/pypi/pyversions/napari-layer-details-display.svg?color=green)](https://python.org)\n[![tests](https://github.com/haesleinhuepf/napari-layer-details-display/workflows/tests/badge.svg)](https://github.com/haesleinhuepf/napari-layer-details-display/actions)\n[![codecov](https://codecov.io/gh/haesleinhuepf/napari-layer-details-display/branch/main/graph/badge.svg)](https://codecov.io/gh/haesleinhuepf/napari-layer-details-display)\n[![napari hub](https://img.shields.io/endpoint?url=https://api.napari-hub.org/shields/napari-layer-details-display)](https://napari-hub.org/plugins/napari-layer-details-display)\n\nA display for layer information and properties\n\n![img.png](https://github.com/haesleinhuepf/napari-layer-details-display/raw/main/images/screenshot.png)\n\n----------------------------------\n\nThis [napari] plugin was generated with [Cookiecutter] using [@napari]'s [cookiecutter-napari-plugin] template.\n\n## Installation\n\nYou can install `napari-layer-details-display` via [pip]:\n\n    pip install napari-layer-details-display\n\n\n\nTo install latest development version :\n\n    pip install git+https://github.com/haesleinhuepf/napari-layer-details-display.git\n\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-layer-details-display\" 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\n[file an issue]: https://github.com/haesleinhuepf/napari-layer-details-display/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",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "A display for layer information and properties",
    "version": "0.1.4",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "74f3e757c012e7a7ae7b21d5152ed03a",
                "sha256": "f055d936b937a1e8551ff179687a861999dcdecf5543f08e0d203a27749ec2f4"
            },
            "downloads": -1,
            "filename": "napari_layer_details_display-0.1.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "74f3e757c012e7a7ae7b21d5152ed03a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 6059,
            "upload_time": "2022-07-10T14:03:10",
            "upload_time_iso_8601": "2022-07-10T14:03:10.876447Z",
            "url": "https://files.pythonhosted.org/packages/30/ed/c4d381763a386d8e3aa718bbdd567aea3e50ea27b5b10f73597e4460305e/napari_layer_details_display-0.1.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "8d83bd6e5afedd8cc3d480b4ab603ba2",
                "sha256": "d95585fc2ce1abaec45b9ce70dc3524db97f36c3ec6981fa80e2e42fedc1ce95"
            },
            "downloads": -1,
            "filename": "napari-layer-details-display-0.1.4.tar.gz",
            "has_sig": false,
            "md5_digest": "8d83bd6e5afedd8cc3d480b4ab603ba2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 5423,
            "upload_time": "2022-07-10T14:03:12",
            "upload_time_iso_8601": "2022-07-10T14:03:12.236289Z",
            "url": "https://files.pythonhosted.org/packages/e5/40/785a95617efab6303d7f9ebd122cc30853edb6abc44b18d5392ce0cb5477/napari-layer-details-display-0.1.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-07-10 14:03:12",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "haesleinhuepf",
    "github_project": "napari-layer-details-display",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "napari_tools_menu",
            "specs": []
        },
        {
            "name": null,
            "specs": []
        }
    ],
    "tox": true,
    "lcname": "napari-layer-details-display"
}
        
Elapsed time: 0.02391s