napari-workflows


Namenapari-workflows JSON
Version 0.2.11 PyPI version JSON
download
home_pagehttps://github.com/haesleinhuepf/napari-workflows
SummaryData structures for managing image processing workflows in napari
upload_time2024-08-14 11:46:50
maintainerNone
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": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": null,
    "author": "Robert Haase, Ryan Savill",
    "author_email": "robert.haase@tu-dresden.de",
    "download_url": "https://files.pythonhosted.org/packages/cd/de/98c0bc74ac42e4fa7aea46f248632e8b7c41a0b315f98e567c0e686b4526/napari_workflows-0.2.11.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.11",
    "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": "20a1ee66126a7988374bf13d9148b90c5ea0d1801b7b8434b41d3075b1c45d4d",
                "md5": "fb6d972adf6a1dd65583796910bc9f0f",
                "sha256": "0025991470e4f52e08690db3971d0a717487fa403c03174d65c1b80c17454ab2"
            },
            "downloads": -1,
            "filename": "napari_workflows-0.2.11-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "fb6d972adf6a1dd65583796910bc9f0f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 15541,
            "upload_time": "2024-08-14T11:46:49",
            "upload_time_iso_8601": "2024-08-14T11:46:49.316535Z",
            "url": "https://files.pythonhosted.org/packages/20/a1/ee66126a7988374bf13d9148b90c5ea0d1801b7b8434b41d3075b1c45d4d/napari_workflows-0.2.11-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cdde98c0bc74ac42e4fa7aea46f248632e8b7c41a0b315f98e567c0e686b4526",
                "md5": "2243e27049586bb1eaceb9c72501b209",
                "sha256": "fb656279ee7eb101fe78e5e937e8ccc55b1b8ff326268d021b0ba04b69057dab"
            },
            "downloads": -1,
            "filename": "napari_workflows-0.2.11.tar.gz",
            "has_sig": false,
            "md5_digest": "2243e27049586bb1eaceb9c72501b209",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 16136,
            "upload_time": "2024-08-14T11:46:50",
            "upload_time_iso_8601": "2024-08-14T11:46:50.446740Z",
            "url": "https://files.pythonhosted.org/packages/cd/de/98c0bc74ac42e4fa7aea46f248632e8b7c41a0b315f98e567c0e686b4526/napari_workflows-0.2.11.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-14 11:46:50",
    "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.39820s