napari-plugin-search


Namenapari-plugin-search JSON
Version 0.1.4 PyPI version JSON
download
home_pagehttps://github.com/haesleinhuepf/napari-plugin-search
SummaryFind napari plugins
upload_time2023-01-04 13:55:47
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-plugin-search

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

Find napari plugins
![img.png](https://github.com/haesleinhuepf/napari-plugin-search/raw/main/docs/napari-plugin-search-screencast.gif)

## Usage
Enter the name of the plugin you are searching for and use the `up` and `down` arrow keys to navigate between them. 
Hit `Enter` to start a plugin.

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

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

## Installation

You can install `napari-plugin-search` via [pip]:

    pip install napari-plugin-search

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

## Issues

If you encounter any problems, please create a thread on [image.sc] along with a detailed description and tag [@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-plugin-search/issues

[napari]: https://github.com/napari/napari
[tox]: https://tox.readthedocs.io/en/latest/
[pip]: https://pypi.org/project/pip/
[PyPI]: https://pypi.org/
[image.sc]: https://image.sc
[@haesleinhuepf]: https://twitter.com/haesleinhuepf

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/haesleinhuepf/napari-plugin-search",
    "name": "napari-plugin-search",
    "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/ad/8a/3a6ef815b7d1f7fa63808a4789ab563942cf0cd27d32bf723c9367a1926b/napari-plugin-search-0.1.4.tar.gz",
    "platform": null,
    "description": "# napari-plugin-search\r\n\r\n[![License](https://img.shields.io/pypi/l/napari-plugin-search.svg?color=green)](https://github.com/haesleinhuepf/napari-plugin-search/raw/master/LICENSE)\r\n[![PyPI](https://img.shields.io/pypi/v/napari-plugin-search.svg?color=green)](https://pypi.org/project/napari-plugin-search)\r\n[![Python Version](https://img.shields.io/pypi/pyversions/napari-plugin-search.svg?color=green)](https://python.org)\r\n[![tests](https://github.com/haesleinhuepf/napari-plugin-search/workflows/tests/badge.svg)](https://github.com/haesleinhuepf/napari-plugin-search/actions)\r\n[![codecov](https://codecov.io/gh/haesleinhuepf/napari-plugin-search/branch/master/graph/badge.svg)](https://codecov.io/gh/haesleinhuepf/napari-plugin-search)\r\n\r\nFind napari plugins\r\n![img.png](https://github.com/haesleinhuepf/napari-plugin-search/raw/main/docs/napari-plugin-search-screencast.gif)\r\n\r\n## Usage\r\nEnter the name of the plugin you are searching for and use the `up` and `down` arrow keys to navigate between them. \r\nHit `Enter` to start a plugin.\r\n\r\n----------------------------------\r\n\r\nThis [napari] plugin was generated with [Cookiecutter] using with [@napari]'s [cookiecutter-napari-plugin] template.\r\n\r\n## Installation\r\n\r\nYou can install `napari-plugin-search` via [pip]:\r\n\r\n    pip install napari-plugin-search\r\n\r\n## Contributing\r\n\r\nContributions are very welcome. Tests can be run with [tox], please ensure\r\nthe coverage at least stays the same before you submit a pull request.\r\n\r\n## License\r\n\r\nDistributed under the terms of the [BSD-3] license,\r\n\"napari-plugin-search\" is free and open source software\r\n\r\n## Issues\r\n\r\nIf you encounter any problems, please create a thread on [image.sc] along with a detailed description and tag [@haesleinhuepf].\r\n\r\n[napari]: https://github.com/napari/napari\r\n[Cookiecutter]: https://github.com/audreyr/cookiecutter\r\n[@napari]: https://github.com/napari\r\n[MIT]: http://opensource.org/licenses/MIT\r\n[BSD-3]: http://opensource.org/licenses/BSD-3-Clause\r\n[GNU GPL v3.0]: http://www.gnu.org/licenses/gpl-3.0.txt\r\n[GNU LGPL v3.0]: http://www.gnu.org/licenses/lgpl-3.0.txt\r\n[Apache Software License 2.0]: http://www.apache.org/licenses/LICENSE-2.0\r\n[Mozilla Public License 2.0]: https://www.mozilla.org/media/MPL/2.0/index.txt\r\n[cookiecutter-napari-plugin]: https://github.com/napari/cookiecutter-napari-plugin\r\n\r\n[file an issue]: https://github.com/haesleinhuepf/napari-plugin-search/issues\r\n\r\n[napari]: https://github.com/napari/napari\r\n[tox]: https://tox.readthedocs.io/en/latest/\r\n[pip]: https://pypi.org/project/pip/\r\n[PyPI]: https://pypi.org/\r\n[image.sc]: https://image.sc\r\n[@haesleinhuepf]: https://twitter.com/haesleinhuepf\r\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "Find napari plugins",
    "version": "0.1.4",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a2772e7e27e5dc515c24730e9497c1118c40af7bf7c7fe0c979b2b5c11b079f5",
                "md5": "041b44909d6272098655e98566ed7426",
                "sha256": "41c45987878a3d03d1ebe6fb20923066a70a16bcdb6bcfbdb7831ebf30879863"
            },
            "downloads": -1,
            "filename": "napari_plugin_search-0.1.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "041b44909d6272098655e98566ed7426",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 6617,
            "upload_time": "2023-01-04T13:55:45",
            "upload_time_iso_8601": "2023-01-04T13:55:45.617813Z",
            "url": "https://files.pythonhosted.org/packages/a2/77/2e7e27e5dc515c24730e9497c1118c40af7bf7c7fe0c979b2b5c11b079f5/napari_plugin_search-0.1.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ad8a3a6ef815b7d1f7fa63808a4789ab563942cf0cd27d32bf723c9367a1926b",
                "md5": "1ebe248b766aee9eaea1f84e5c210569",
                "sha256": "6dcc0793d072777c8d0cfebff89281252e57e13f8e13a8e0458a9ba7d86a06a0"
            },
            "downloads": -1,
            "filename": "napari-plugin-search-0.1.4.tar.gz",
            "has_sig": false,
            "md5_digest": "1ebe248b766aee9eaea1f84e5c210569",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 5795,
            "upload_time": "2023-01-04T13:55:47",
            "upload_time_iso_8601": "2023-01-04T13:55:47.119758Z",
            "url": "https://files.pythonhosted.org/packages/ad/8a/3a6ef815b7d1f7fa63808a4789ab563942cf0cd27d32bf723c9367a1926b/napari-plugin-search-0.1.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-04 13:55:47",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "haesleinhuepf",
    "github_project": "napari-plugin-search",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "napari-tools-menu",
            "specs": []
        },
        {
            "name": null,
            "specs": []
        }
    ],
    "tox": true,
    "lcname": "napari-plugin-search"
}
        
Elapsed time: 0.02792s