napari-workflows


Namenapari-workflows JSON
Version 0.2.10 PyPI version JSON
download
home_pagehttps://github.com/haesleinhuepf/napari-workflows
SummaryData structures for managing image processing workflows in napari
upload_time2023-11-04 08:04:29
maintainer
docs_urlNone
authorRobert Haase, Ryan Savill
requires_python>=3.7
licenseBSD-3-Clause
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # napari-workflows

[![License](https://img.shields.io/pypi/l/napari-workflows.svg?color=green)](https://github.com/haesleinhuepf/napari-workflows/raw/main/LICENSE)
[![PyPI](https://img.shields.io/pypi/v/napari-workflows.svg?color=green)](https://pypi.org/project/napari-workflows)
[![Python Version](https://img.shields.io/pypi/pyversions/napari-workflows.svg?color=green)](https://python.org)
[![tests](https://github.com/haesleinhuepf/napari-workflows/workflows/tests/badge.svg)](https://github.com/haesleinhuepf/napari-workflows/actions)
[![codecov](https://codecov.io/gh/haesleinhuepf/napari-workflows/branch/main/graph/badge.svg)](https://codecov.io/gh/haesleinhuepf/napari-workflows)
[![Development Status](https://img.shields.io/pypi/status/napari-workflows.svg)](https://en.wikipedia.org/wiki/Software_release_life_cycle#Alpha)

This repository contains data structures for managing image processing workflows in napari. 
There are no user interface in this repository as it serves as backend.
Multiple front-ends for managing workflows are available in these napari plugins:
* [napari-assistant](https://github.com/haesleinhuepf/napari-assistant)
* [napari-lattice](https://www.napari-hub.org/plugins/napari-lattice)
* [napari-script-editor](https://www.napari-hub.org/plugins/napari-script-editor)
* [napari-workflow-optimizer](https://github.com/haesleinhuepf/napari-workflow-optimizer)
* [napari-workflow-inspector](https://github.com/haesleinhuepf/napari-workflow-inspector)

Using workflows, you can combine functions from these napari plugins in workflows:
* [devbio-napari](https://www.napari-hub.org/plugins/devbio-napari)
* [napari-accelerated-pixel-and-object-classification](https://www.napari-hub.org/plugins/napari-accelerated-pixel-and-object-classification)
* [napari-cupy-image-processing](https://www.napari-hub.org/plugins/napari-cupy-image-processing)
* [napari-segment-blobs-and-things-with-membranes](https://www.napari-hub.org/plugins/napari-segment-blobs-and-things-with-membranes)
* [napari-simpleitk-image-processing](https://www.napari-hub.org/plugins/napari-simpleitk-image-processing)
* [napari_pyclesperanto_assistant](https://github.com/clesperanto/napari_pyclesperanto_assistant)

If you want to learn how these workflows function under the hood, the 
[demo notebook](https://github.com/haesleinhuepf/napari-workflows/blob/main/docs/demo.ipynb) 
gives some insights. 

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

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

## Installation

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

    pip install napari-workflows

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

## Acknowledgements
This project was supported by the Deutsche Forschungsgemeinschaft under Germany’s Excellence Strategy – EXC2068 - Cluster of Excellence "Physics of Life" of TU Dresden. 
This project has been made possible in part by grant number [2021-240341 (Napari plugin accelerator grant)](https://chanzuckerberg.com/science/programs-resources/imaging/napari/improving-image-processing/) from the Chan Zuckerberg Initiative DAF, an advised fund of the Silicon Valley Community Foundation.

## 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-workflows/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-workflows",
    "name": "napari-workflows",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "",
    "author": "Robert Haase, Ryan Savill",
    "author_email": "robert.haase@tu-dresden.de",
    "download_url": "https://files.pythonhosted.org/packages/33/13/5b173f0b02afe82d87689b8da36edc72b3757654474908855d88e8bab8b9/napari-workflows-0.2.10.tar.gz",
    "platform": null,
    "description": "# napari-workflows\r\n\r\n[![License](https://img.shields.io/pypi/l/napari-workflows.svg?color=green)](https://github.com/haesleinhuepf/napari-workflows/raw/main/LICENSE)\r\n[![PyPI](https://img.shields.io/pypi/v/napari-workflows.svg?color=green)](https://pypi.org/project/napari-workflows)\r\n[![Python Version](https://img.shields.io/pypi/pyversions/napari-workflows.svg?color=green)](https://python.org)\r\n[![tests](https://github.com/haesleinhuepf/napari-workflows/workflows/tests/badge.svg)](https://github.com/haesleinhuepf/napari-workflows/actions)\r\n[![codecov](https://codecov.io/gh/haesleinhuepf/napari-workflows/branch/main/graph/badge.svg)](https://codecov.io/gh/haesleinhuepf/napari-workflows)\r\n[![Development Status](https://img.shields.io/pypi/status/napari-workflows.svg)](https://en.wikipedia.org/wiki/Software_release_life_cycle#Alpha)\r\n\r\nThis repository contains data structures for managing image processing workflows in napari. \r\nThere are no user interface in this repository as it serves as backend.\r\nMultiple front-ends for managing workflows are available in these napari plugins:\r\n* [napari-assistant](https://github.com/haesleinhuepf/napari-assistant)\r\n* [napari-lattice](https://www.napari-hub.org/plugins/napari-lattice)\r\n* [napari-script-editor](https://www.napari-hub.org/plugins/napari-script-editor)\r\n* [napari-workflow-optimizer](https://github.com/haesleinhuepf/napari-workflow-optimizer)\r\n* [napari-workflow-inspector](https://github.com/haesleinhuepf/napari-workflow-inspector)\r\n\r\nUsing workflows, you can combine functions from these napari plugins in workflows:\r\n* [devbio-napari](https://www.napari-hub.org/plugins/devbio-napari)\r\n* [napari-accelerated-pixel-and-object-classification](https://www.napari-hub.org/plugins/napari-accelerated-pixel-and-object-classification)\r\n* [napari-cupy-image-processing](https://www.napari-hub.org/plugins/napari-cupy-image-processing)\r\n* [napari-segment-blobs-and-things-with-membranes](https://www.napari-hub.org/plugins/napari-segment-blobs-and-things-with-membranes)\r\n* [napari-simpleitk-image-processing](https://www.napari-hub.org/plugins/napari-simpleitk-image-processing)\r\n* [napari_pyclesperanto_assistant](https://github.com/clesperanto/napari_pyclesperanto_assistant)\r\n\r\nIf you want to learn how these workflows function under the hood, the \r\n[demo notebook](https://github.com/haesleinhuepf/napari-workflows/blob/main/docs/demo.ipynb) \r\ngives some insights. \r\n\r\n----------------------------------\r\n\r\nThis repository was generated with [Cookiecutter] using [@napari]'s [cookiecutter-napari-plugin] template.\r\n\r\n## Installation\r\n\r\nYou can install `napari-workflows` via [pip]:\r\n\r\n    pip install napari-workflows\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-workflows\" is free and open source software\r\n\r\n## Acknowledgements\r\nThis project was supported by the Deutsche Forschungsgemeinschaft under Germany\u2019s Excellence Strategy \u2013 EXC2068 - Cluster of Excellence \"Physics of Life\" of TU Dresden. \r\nThis project has been made possible in part by grant number [2021-240341 (Napari plugin accelerator grant)](https://chanzuckerberg.com/science/programs-resources/imaging/napari/improving-image-processing/) from the Chan Zuckerberg Initiative DAF, an advised fund of the Silicon Valley Community Foundation.\r\n\r\n## Issues\r\n\r\nIf you encounter any problems, please [file an issue] along with a detailed description.\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-workflows/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",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "Data structures for managing image processing workflows in napari",
    "version": "0.2.10",
    "project_urls": {
        "Bug Tracker": "https://github.com/haesleinhuepf/napari-workflows/issues",
        "Documentation": "https://github.com/haesleinhuepf/napari-workflows#README.md",
        "Homepage": "https://github.com/haesleinhuepf/napari-workflows",
        "Source Code": "https://github.com/haesleinhuepf/napari-workflows",
        "User Support": "https://github.com/haesleinhuepf/napari-workflows/issues"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6650974645cfaa1bd867c9e4d1d68bed5a98e6a239dc44ec660d28119ca42b56",
                "md5": "b0c6963755cd0e95ff1a863abe00d4ff",
                "sha256": "4ecda0bfeed12716bd1fc731735fe7627f5ab5d9972ef67307ea0735dd178444"
            },
            "downloads": -1,
            "filename": "napari_workflows-0.2.10-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b0c6963755cd0e95ff1a863abe00d4ff",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 15518,
            "upload_time": "2023-11-04T08:04:27",
            "upload_time_iso_8601": "2023-11-04T08:04:27.370347Z",
            "url": "https://files.pythonhosted.org/packages/66/50/974645cfaa1bd867c9e4d1d68bed5a98e6a239dc44ec660d28119ca42b56/napari_workflows-0.2.10-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "33135b173f0b02afe82d87689b8da36edc72b3757654474908855d88e8bab8b9",
                "md5": "d02e7b256bb78421c9267cda327e2ccd",
                "sha256": "d48f2020693b4b8c1dd639668a3b1588115beac8f19f42394fc241fc1672be12"
            },
            "downloads": -1,
            "filename": "napari-workflows-0.2.10.tar.gz",
            "has_sig": false,
            "md5_digest": "d02e7b256bb78421c9267cda327e2ccd",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 16135,
            "upload_time": "2023-11-04T08:04:29",
            "upload_time_iso_8601": "2023-11-04T08:04:29.036322Z",
            "url": "https://files.pythonhosted.org/packages/33/13/5b173f0b02afe82d87689b8da36edc72b3757654474908855d88e8bab8b9/napari-workflows-0.2.10.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-04 08:04:29",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "haesleinhuepf",
    "github_project": "napari-workflows",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "tox": true,
    "lcname": "napari-workflows"
}
        
Elapsed time: 0.13469s