napari-imagej


Namenapari-imagej JSON
Version 0.1.0 PyPI version JSON
download
home_page
SummaryImageJ functionality from napari
upload_time2023-05-24 20:06:29
maintainer
docs_urlNone
author
requires_python<=3.11.0,>=3.8
licenseBSD-2-Clause
keywords java imagej imagej2 fiji napari
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # napari-imagej

### A [napari] plugin for access to [ImageJ2]

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

**napari-imagej** aims to provide access to all [ImageJ2] functionality through the [napari] graphical user interface. It builds on the foundation of [PyImageJ], a project allowing ImageJ2 access from Python.

**With napari-imagej, you can access:**

1. The napari-imagej widget, providing *headless access* to:
   * [ImageJ2 Commands] - 100+ image processing algorithms
   * [ImageJ Ops] - 500+ *functional* image processing algorithms
   * [SciJava Scripts] - migrated from Fiji or ImageJ2, or written yourself!
2. The ImageJ user interface, providing access to *the entire ImageJ ecosystem* within napari.

See the [project roadmap](https://github.com/orgs/imagej/projects/2) for future directions.

## Getting Started

Learn more about the project [here](https://napari-imagej.readthedocs.io/en/0.1.0/), or jump straight to [installation](https://napari-imagej.readthedocs.io/en/0.1.0/Install.html)!

## Usage

* [Image Processing with ImageJ Ops](https://napari-imagej.readthedocs.io/en/0.1.0/examples/ops.html)
* [Puncta Segmentation with SciJava Scripts](https://napari-imagej.readthedocs.io/en/0.1.0/examples/scripting.html)

## Troubleshooting

The [FAQ](https://napari-imagej.readthedocs.io/en/0.1.0/Troubleshooting.html) outlines solutions to many common issues.

For more obscure issues, feel free to reach out on [forum.image.sc](https://forum.image.sc).

If you've found a bug, please [file an issue]!

## Contributing

We welcome any and all contributions made onto the napari-imagej repository.

Development discussion occurs on the [Image.sc Zulip chat](https://imagesc.zulipchat.com/#narrow/stream/328100-scyjava).

For technical details involved with contributing, please see [here](https://napari-imagej.readthedocs.io/en/0.1.0/Development.html)

## License

Distributed under the terms of the [BSD-2] license,
"napari-imagej" is free and open source software.


[Apache Software License 2.0]: https://www.apache.org/licenses/LICENSE-2.0
[black]: https://github.com/psf/black
[BSD-2]: https://opensource.org/licenses/BSD-2-Clause
[Cookiecutter]: https://github.com/audreyr/cookiecutter
[cookiecutter-napari-plugin]: https://github.com/napari/cookiecutter-napari-plugin
[conda]: https://docs.conda.io/
[conda-forge]: https://conda-forge.org/
[file an issue]: https://github.com/imagej/napari-imagej/issues
[flake8]: https://flake8.pycqa.org/
[GNU GPL v3.0]: https://www.gnu.org/licenses/gpl-3.0.txt
[GNU LGPL v3.0]: https://www.gnu.org/licenses/lgpl-3.0.txt
[ImageJ2]: https://imagej.net/software/imagej2
[ImageJ2 Commands]: https://github.com/imagej/imagej-plugins-commands
[ImageJ Ops]: https://imagej.net/libs/imagej-ops
[install mamba]: https://mamba.readthedocs.io/en/latest/installation.html
[isort]: https://pycqa.github.io/isort/
[mamba]: https://mamba.readthedocs.io/
[MIT]: https://opensource.org/licenses/MIT
[Mozilla Public License 2.0]: https://www.mozilla.org/media/MPL/2.0/index.txt
[napari]: https://github.com/napari/napari
[napari hub]: https://www.napari-hub.org/
[npe2]: https://github.com/napari/npe2
[pip]: https://pypi.org/project/pip/
[pull request]: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests
[PyImageJ]: https://github.com/imagej/pyimagej
[PyPI]: https://pypi.org/
[SciJava Scripts]: https://imagej.net/scripting
[tox]: https://tox.readthedocs.io/

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "napari-imagej",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "<=3.11.0,>=3.8",
    "maintainer_email": "",
    "keywords": "java,imagej,imagej2,fiji,napari",
    "author": "",
    "author_email": "ImageJ2 developers <ctrueden@wisc.edu>",
    "download_url": "https://files.pythonhosted.org/packages/6c/4a/df96f6dc0053560ad40bedda116adb578e2b52f9d648a35c1f49dead9333/napari-imagej-0.1.0.tar.gz",
    "platform": null,
    "description": "# napari-imagej\n\n### A [napari] plugin for access to [ImageJ2]\n\n[![License](https://img.shields.io/pypi/l/napari-imagej.svg?color=green)](https://github.com/imagej/napari-imagej/raw/main/LICENSE)\n[![PyPI](https://img.shields.io/pypi/v/napari-imagej.svg?color=green)](https://pypi.org/project/napari-imagej)\n[![Python Version](https://img.shields.io/pypi/pyversions/napari-imagej.svg?color=green)](https://python.org)\n[![tests](https://github.com/imagej/napari-imagej/workflows/tests/badge.svg)](https://github.com/imagej/napari-imagej/actions)\n[![codecov](https://codecov.io/gh/imagej/napari-imagej/branch/main/graph/badge.svg)](https://codecov.io/gh/imagej/napari-imagej)\n[![napari hub](https://img.shields.io/endpoint?url=https://api.napari-hub.org/shields/napari-imagej)](https://napari-hub.org/plugins/napari-imagej)\n\n**napari-imagej** aims to provide access to all [ImageJ2] functionality through the [napari] graphical user interface. It builds on the foundation of [PyImageJ], a project allowing ImageJ2 access from Python.\n\n**With napari-imagej, you can access:**\n\n1. The napari-imagej widget, providing *headless access* to:\n   * [ImageJ2 Commands] - 100+ image processing algorithms\n   * [ImageJ Ops] - 500+ *functional* image processing algorithms\n   * [SciJava Scripts] - migrated from Fiji or ImageJ2, or written yourself!\n2. The ImageJ user interface, providing access to *the entire ImageJ ecosystem* within napari.\n\nSee the [project roadmap](https://github.com/orgs/imagej/projects/2) for future directions.\n\n## Getting Started\n\nLearn more about the project [here](https://napari-imagej.readthedocs.io/en/0.1.0/), or jump straight to [installation](https://napari-imagej.readthedocs.io/en/0.1.0/Install.html)!\n\n## Usage\n\n* [Image Processing with ImageJ Ops](https://napari-imagej.readthedocs.io/en/0.1.0/examples/ops.html)\n* [Puncta Segmentation with SciJava Scripts](https://napari-imagej.readthedocs.io/en/0.1.0/examples/scripting.html)\n\n## Troubleshooting\n\nThe [FAQ](https://napari-imagej.readthedocs.io/en/0.1.0/Troubleshooting.html) outlines solutions to many common issues.\n\nFor more obscure issues, feel free to reach out on [forum.image.sc](https://forum.image.sc).\n\nIf you've found a bug, please [file an issue]!\n\n## Contributing\n\nWe welcome any and all contributions made onto the napari-imagej repository.\n\nDevelopment discussion occurs on the [Image.sc Zulip chat](https://imagesc.zulipchat.com/#narrow/stream/328100-scyjava).\n\nFor technical details involved with contributing, please see [here](https://napari-imagej.readthedocs.io/en/0.1.0/Development.html)\n\n## License\n\nDistributed under the terms of the [BSD-2] license,\n\"napari-imagej\" is free and open source software.\n\n\n[Apache Software License 2.0]: https://www.apache.org/licenses/LICENSE-2.0\n[black]: https://github.com/psf/black\n[BSD-2]: https://opensource.org/licenses/BSD-2-Clause\n[Cookiecutter]: https://github.com/audreyr/cookiecutter\n[cookiecutter-napari-plugin]: https://github.com/napari/cookiecutter-napari-plugin\n[conda]: https://docs.conda.io/\n[conda-forge]: https://conda-forge.org/\n[file an issue]: https://github.com/imagej/napari-imagej/issues\n[flake8]: https://flake8.pycqa.org/\n[GNU GPL v3.0]: https://www.gnu.org/licenses/gpl-3.0.txt\n[GNU LGPL v3.0]: https://www.gnu.org/licenses/lgpl-3.0.txt\n[ImageJ2]: https://imagej.net/software/imagej2\n[ImageJ2 Commands]: https://github.com/imagej/imagej-plugins-commands\n[ImageJ Ops]: https://imagej.net/libs/imagej-ops\n[install mamba]: https://mamba.readthedocs.io/en/latest/installation.html\n[isort]: https://pycqa.github.io/isort/\n[mamba]: https://mamba.readthedocs.io/\n[MIT]: https://opensource.org/licenses/MIT\n[Mozilla Public License 2.0]: https://www.mozilla.org/media/MPL/2.0/index.txt\n[napari]: https://github.com/napari/napari\n[napari hub]: https://www.napari-hub.org/\n[npe2]: https://github.com/napari/npe2\n[pip]: https://pypi.org/project/pip/\n[pull request]: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests\n[PyImageJ]: https://github.com/imagej/pyimagej\n[PyPI]: https://pypi.org/\n[SciJava Scripts]: https://imagej.net/scripting\n[tox]: https://tox.readthedocs.io/\n",
    "bugtrack_url": null,
    "license": "BSD-2-Clause",
    "summary": "ImageJ functionality from napari",
    "version": "0.1.0",
    "project_urls": {
        "documentation": "https://github.com/imagej/napari-imagej#README.md",
        "download": "https://pypi.org/project/napari-imagej/",
        "homepage": "https://github.com/imagej/napari-imagej",
        "source": "https://github.com/imagej/napari-imagej",
        "tracker": "https://github.com/imagej/napari-imagej/issues"
    },
    "split_keywords": [
        "java",
        "imagej",
        "imagej2",
        "fiji",
        "napari"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a442054250fd22fd794ffb25585705c9ce6c6eb44ca56e98b26c50542dbc3894",
                "md5": "8eef5dc4e0ed7a70d550b0a01d827274",
                "sha256": "019274e2ac803cfe0bc8d709bb596d77dc73652631181065a9ea7df21c45e481"
            },
            "downloads": -1,
            "filename": "napari_imagej-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8eef5dc4e0ed7a70d550b0a01d827274",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<=3.11.0,>=3.8",
            "size": 96026,
            "upload_time": "2023-05-24T20:06:27",
            "upload_time_iso_8601": "2023-05-24T20:06:27.304892Z",
            "url": "https://files.pythonhosted.org/packages/a4/42/054250fd22fd794ffb25585705c9ce6c6eb44ca56e98b26c50542dbc3894/napari_imagej-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6c4adf96f6dc0053560ad40bedda116adb578e2b52f9d648a35c1f49dead9333",
                "md5": "0eefb040f8abc3022a2499d89ba4547c",
                "sha256": "69f1dffc8d39197f09b64e351797f661634f2f718cc999519a7d253cf3901c86"
            },
            "downloads": -1,
            "filename": "napari-imagej-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "0eefb040f8abc3022a2499d89ba4547c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<=3.11.0,>=3.8",
            "size": 89633,
            "upload_time": "2023-05-24T20:06:29",
            "upload_time_iso_8601": "2023-05-24T20:06:29.270409Z",
            "url": "https://files.pythonhosted.org/packages/6c/4a/df96f6dc0053560ad40bedda116adb578e2b52f9d648a35c1f49dead9333/napari-imagej-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-24 20:06:29",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "imagej",
    "github_project": "napari-imagej#README.md",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "napari-imagej"
}
        
Elapsed time: 0.07860s