napari-workshop-plugin


Namenapari-workshop-plugin JSON
Version 1.0.4 PyPI version JSON
download
home_pagehttps://www.napari-hub.org/plugins/napari-workshop-plugin
SummaryA plugin to demonstrate some concepts from the 2023 workshop on software development related to napari
upload_time2023-09-18 13:43:42
maintainer
docs_urlNone
authorMetaCell
requires_python>=3.8
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # napari-workshop-plugin

[![License MIT](https://img.shields.io/pypi/l/napari-workshop-plugin.svg?color=green)](https://github.com/MetaCell/napari-workshop-plugin/raw/main/LICENSE)
[![PyPI](https://img.shields.io/pypi/v/napari-workshop-plugin.svg?color=green)](https://pypi.org/project/napari-workshop-plugin)
[![Python Version](https://img.shields.io/pypi/pyversions/napari-workshop-plugin.svg?color=green)](https://python.org)
[![tests](https://github.com/seankmartin/napari-software-development-workshop/actions/workflows/test.yml/badge.svg)](https://github.com/seankmartin/napari-software-development-workshop/actions)
[![codecov](https://codecov.io/gh/seankmartin/napari-software-development-workshop/branch/main/graph/badge.svg)](https://codecov.io/gh/seankmartin/napari-software-development-workshop)
[![napari hub](https://img.shields.io/endpoint?url=https://api.napari-hub.org/shields/napari-workshop-plugin)](https://napari-hub.org/plugins/napari-workshop-plugin)

The purpose of this repository is to provide a template for a napari plugin that can be used as a starting point for the napari software development workshop 2023.
It should help you to see the basics of building documentation, testing, and continuous integration for a napari plugin.

This [napari] plugin was generated with [Cookiecutter] using [@napari]'s [cookiecutter-napari-plugin] template.
The cookiecutter plugin is also a great jumping off point for your own plugin development.

## Check out a template you can use for your own README

[template.md](template.md)

<!--
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-workshop-plugin` via [pip]:

    pip install napari-workshop-plugin

## License

Distributed under the terms of the [MIT] license,
"napari-workshop-plugin" 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
[cookiecutter-napari-plugin]: https://github.com/napari/cookiecutter-napari-plugin
[pip]: https://pypi.org/project/pip/

            

Raw data

            {
    "_id": null,
    "home_page": "https://www.napari-hub.org/plugins/napari-workshop-plugin",
    "name": "napari-workshop-plugin",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "",
    "author": "MetaCell",
    "author_email": "sean.martin@metacell.us",
    "download_url": "https://files.pythonhosted.org/packages/96/6a/f20ea07c2bddd40486a3e28730a585a7a0e0bc979c9874a4f09a8f882078/napari-workshop-plugin-1.0.4.tar.gz",
    "platform": null,
    "description": "# napari-workshop-plugin\n\n[![License MIT](https://img.shields.io/pypi/l/napari-workshop-plugin.svg?color=green)](https://github.com/MetaCell/napari-workshop-plugin/raw/main/LICENSE)\n[![PyPI](https://img.shields.io/pypi/v/napari-workshop-plugin.svg?color=green)](https://pypi.org/project/napari-workshop-plugin)\n[![Python Version](https://img.shields.io/pypi/pyversions/napari-workshop-plugin.svg?color=green)](https://python.org)\n[![tests](https://github.com/seankmartin/napari-software-development-workshop/actions/workflows/test.yml/badge.svg)](https://github.com/seankmartin/napari-software-development-workshop/actions)\n[![codecov](https://codecov.io/gh/seankmartin/napari-software-development-workshop/branch/main/graph/badge.svg)](https://codecov.io/gh/seankmartin/napari-software-development-workshop)\n[![napari hub](https://img.shields.io/endpoint?url=https://api.napari-hub.org/shields/napari-workshop-plugin)](https://napari-hub.org/plugins/napari-workshop-plugin)\n\nThe purpose of this repository is to provide a template for a napari plugin that can be used as a starting point for the napari software development workshop 2023.\nIt should help you to see the basics of building documentation, testing, and continuous integration for a napari plugin.\n\nThis [napari] plugin was generated with [Cookiecutter] using [@napari]'s [cookiecutter-napari-plugin] template.\nThe cookiecutter plugin is also a great jumping off point for your own plugin development.\n\n## Check out a template you can use for your own README\n\n[template.md](template.md)\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-workshop-plugin` via [pip]:\n\n    pip install napari-workshop-plugin\n\n## License\n\nDistributed under the terms of the [MIT] license,\n\"napari-workshop-plugin\" 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[cookiecutter-napari-plugin]: https://github.com/napari/cookiecutter-napari-plugin\n[pip]: https://pypi.org/project/pip/\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A plugin to demonstrate some concepts from the 2023 workshop on software development related to napari",
    "version": "1.0.4",
    "project_urls": {
        "Bug Tracker": "https://github.com/seankmartin/napari-software-development-workshop/issues",
        "Documentation": "https://seankmartin.github.io/napari-software-development-workshop/",
        "Homepage": "https://www.napari-hub.org/plugins/napari-workshop-plugin",
        "Source Code": "https://github.com/seankmartin/napari-software-development-workshop",
        "User Support": "https://napari.zulipchat.com"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b2fd69c7171fd353bbd012d6bebd6c050f6133b2e8c837c935b01b2f6c1d6d91",
                "md5": "e82bb1763b362c8e68ea165ce305782d",
                "sha256": "f43d887ed4b9c3b64d167f572db548a8c3293bcdc59a3c611eb8788f33c8a81b"
            },
            "downloads": -1,
            "filename": "napari_workshop_plugin-1.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e82bb1763b362c8e68ea165ce305782d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 1261871,
            "upload_time": "2023-09-18T13:43:40",
            "upload_time_iso_8601": "2023-09-18T13:43:40.505130Z",
            "url": "https://files.pythonhosted.org/packages/b2/fd/69c7171fd353bbd012d6bebd6c050f6133b2e8c837c935b01b2f6c1d6d91/napari_workshop_plugin-1.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "966af20ea07c2bddd40486a3e28730a585a7a0e0bc979c9874a4f09a8f882078",
                "md5": "cd79558c6f8b5a88a75e2e2ba3f59832",
                "sha256": "7b1ef0e1c1afcdad4578519113b9d6d8ebaf7733eb321ca938b149379980c9f4"
            },
            "downloads": -1,
            "filename": "napari-workshop-plugin-1.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "cd79558c6f8b5a88a75e2e2ba3f59832",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 1144483,
            "upload_time": "2023-09-18T13:43:42",
            "upload_time_iso_8601": "2023-09-18T13:43:42.529278Z",
            "url": "https://files.pythonhosted.org/packages/96/6a/f20ea07c2bddd40486a3e28730a585a7a0e0bc979c9874a4f09a8f882078/napari-workshop-plugin-1.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-18 13:43:42",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "seankmartin",
    "github_project": "napari-software-development-workshop",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "napari-workshop-plugin"
}
        
Elapsed time: 0.32374s