napari-bfio


Namenapari-bfio JSON
Version 0.0.4 PyPI version JSON
download
home_pagehttps://github.com/PolusAI/napari-bfio
SummaryA plugin to read and write images using bfio within napari
upload_time2023-09-25 19:49:41
maintainer
docs_urlNone
authorSameeul B Samee
requires_python>=3.8
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # napari-bfio

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

A plugin to read and write images using bfio within napari

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

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

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

    pip install napari-bfio

`napari-bfio` depends on `bfio` package to read/write the data. By default, `bfio` package and the core dependencies (numpy, tifffile, imagecodecs, scyjava) are installed during the installation process of `napari-bfio`.

To install latest development version :

    pip install git+https://github.com/PolusAI/napari-bfio.git


## 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 [MIT] license,
"napari-bfio" 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
[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/PolusAI/napari-bfio/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/PolusAI/napari-bfio",
    "name": "napari-bfio",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "",
    "author": "Sameeul B Samee",
    "author_email": "sameeul.samee@nih.gov",
    "download_url": "https://files.pythonhosted.org/packages/f9/02/c6a9d600bc1f26f5ac1ac48181c049265d37228333ac9565e44f804e7e15/napari-bfio-0.0.4.tar.gz",
    "platform": null,
    "description": "# napari-bfio\n\n[![License MIT](https://img.shields.io/pypi/l/napari-bfio.svg?color=green)](https://github.com/PolusAI/napari-bfio/raw/main/LICENSE)\n[![PyPI](https://img.shields.io/pypi/v/napari-bfio.svg?color=green)](https://pypi.org/project/napari-bfio)\n[![Python Version](https://img.shields.io/pypi/pyversions/napari-bfio.svg?color=green)](https://python.org)\n[![tests](https://github.com/PolusAI/napari-bfio/workflows/tests/badge.svg)](https://github.com/PolusAI/napari-bfio/actions)\n[![codecov](https://codecov.io/gh/PolusAI/napari-bfio/branch/main/graph/badge.svg)](https://codecov.io/gh/PolusAI/napari-bfio)\n[![napari hub](https://img.shields.io/endpoint?url=https://api.napari-hub.org/shields/napari-bfio)](https://napari-hub.org/plugins/napari-bfio)\n\nA plugin to read and write images using bfio within napari\n\n----------------------------------\n\nThis [napari] plugin was generated with [Cookiecutter] using [@napari]'s [cookiecutter-napari-plugin] template.\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-bfio` via [pip]:\n\n    pip install napari-bfio\n\n`napari-bfio` depends on `bfio` package to read/write the data. By default, `bfio` package and the core dependencies (numpy, tifffile, imagecodecs, scyjava) are installed during the installation process of `napari-bfio`.\n\nTo install latest development version :\n\n    pip install git+https://github.com/PolusAI/napari-bfio.git\n\n\n## Contributing\n\nContributions are very welcome. Tests can be run with [tox], please ensure\nthe coverage at least stays the same before you submit a pull request.\n\n## License\n\nDistributed under the terms of the [MIT] license,\n\"napari-bfio\" 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[BSD-3]: http://opensource.org/licenses/BSD-3-Clause\n[GNU GPL v3.0]: http://www.gnu.org/licenses/gpl-3.0.txt\n[GNU LGPL v3.0]: http://www.gnu.org/licenses/lgpl-3.0.txt\n[Apache Software License 2.0]: http://www.apache.org/licenses/LICENSE-2.0\n[Mozilla Public License 2.0]: https://www.mozilla.org/media/MPL/2.0/index.txt\n[cookiecutter-napari-plugin]: https://github.com/napari/cookiecutter-napari-plugin\n\n[file an issue]: https://github.com/PolusAI/napari-bfio/issues\n\n[napari]: https://github.com/napari/napari\n[tox]: https://tox.readthedocs.io/en/latest/\n[pip]: https://pypi.org/project/pip/\n[PyPI]: https://pypi.org/\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A plugin to read and write images using bfio within napari",
    "version": "0.0.4",
    "project_urls": {
        "Bug Tracker": "https://github.com/PolusAI/napari-bfio/issues",
        "Documentation": "https://github.com/PolusAI/napari-bfio#README.md",
        "Homepage": "https://github.com/PolusAI/napari-bfio",
        "Source Code": "https://github.com/PolusAI/napari-bfio",
        "User Support": "https://github.com/PolusAI/napari-bfio/issues"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1318e9d07f3dd394cb6b2650b04b08abcda3c486b4a34cd10569eadecefe82ff",
                "md5": "28f50dc3474cf2cccea17227f0fc6e1c",
                "sha256": "472fdb3465ce5be8f74cb6fd22673c738d4219fff38e252bd482cddeb4263139"
            },
            "downloads": -1,
            "filename": "napari_bfio-0.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "28f50dc3474cf2cccea17227f0fc6e1c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 8437,
            "upload_time": "2023-09-25T19:49:39",
            "upload_time_iso_8601": "2023-09-25T19:49:39.569147Z",
            "url": "https://files.pythonhosted.org/packages/13/18/e9d07f3dd394cb6b2650b04b08abcda3c486b4a34cd10569eadecefe82ff/napari_bfio-0.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f902c6a9d600bc1f26f5ac1ac48181c049265d37228333ac9565e44f804e7e15",
                "md5": "b507e6e8d5c2e195c938eeb211925662",
                "sha256": "80714ed6a1061af2207e106a17c8ceae405cb2f3f2049f0bb3cfb04baf8efb11"
            },
            "downloads": -1,
            "filename": "napari-bfio-0.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "b507e6e8d5c2e195c938eeb211925662",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 9137,
            "upload_time": "2023-09-25T19:49:41",
            "upload_time_iso_8601": "2023-09-25T19:49:41.076948Z",
            "url": "https://files.pythonhosted.org/packages/f9/02/c6a9d600bc1f26f5ac1ac48181c049265d37228333ac9565e44f804e7e15/napari-bfio-0.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-25 19:49:41",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "PolusAI",
    "github_project": "napari-bfio",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "napari-bfio"
}
        
Elapsed time: 0.41002s