napari-tiledb-bioimg


Namenapari-tiledb-bioimg JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://github.com/TileDB-Inc/napari-tiledb-bioimg
SummarySupport reading and writing TileDB-Bioimaging image arrays within Napari
upload_time2023-05-12 03:10:08
maintainer
docs_urlNone
authorTileDB, Inc.
requires_python>=3.8
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # napari-tiledb-bioimg

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

This plugin supports reading and writing TileDB-BioImaging multi-resolution arrays within Napari.

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

## Demo

https://github.com/TileDB-Inc/napari-tiledb-bioimg/assets/327706/b408d634-6ad0-4160-8571-18cf8e37b4cc

## Installation

[pending PyPI release!] You can install `napari-tiledb-bioimg` via [pip]:

    pip install napari-tiledb-bioimg

## Quickstart

After [ingesting data using `tiledb-bioimg`](https://github.com/TileDB-Inc/TileDB-BioImaging#examples), then:

- Local images can be loaded using Napari's `File -> Open Folder`, and selecting the TileDB array folder. Choose the `napari-tiledb-bioimg` plugin, if prompted.

- Remote arrays (S3, TileDB Cloud) may be loaded using either the `napari` CLI command:

```
napari --plugin napari-tiledb-bioimg s3://<bucket>/<path/to/tiledb_array>
```

- ... or the Napari viewer load command within the Python prompt:

```
# Within a Napari-enabled Python/IPython prompt, run:
import napari
viewer = napari.Viewer()

viewer.open("tiledb://<namespace>/<array name or UUID>", plugin="napari-tiledb-bioimg")
```


## Contributing

Contributions are very welcome. Tests can be run with tox or pytest.

### Installation from git:

```
pip install git+https://github.com/TileDB-Inc/napari-tiledb-bioimg.git
```

## License

Distributed under the terms of the [MIT] license,
"napari-tiledb-bioimg" is free and open source software.

## Issues

If you encounter any problems, please [file an issue](https://github.com/TileDB-Inc/napari-tiledb-bioimg/issues/new) along with a detailed description.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/TileDB-Inc/napari-tiledb-bioimg",
    "name": "napari-tiledb-bioimg",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "",
    "author": "TileDB, Inc.",
    "author_email": "help@tiledb.io",
    "download_url": "https://files.pythonhosted.org/packages/c6/1d/94f413299e54b1f1789d536a6de617babb11eb1a18323dd0fb600cb7a686/napari-tiledb-bioimg-0.0.1.tar.gz",
    "platform": null,
    "description": "# napari-tiledb-bioimg\n\n[![License MIT](https://img.shields.io/pypi/l/napari-tiledb-bioimg.svg?color=green)](https://github.com/TileDB-Inc/napari-tiledb-bioimg/raw/main/LICENSE)\n[![PyPI](https://img.shields.io/pypi/v/napari-tiledb-bioimg.svg?color=green)](https://pypi.org/project/napari-tiledb-bioimg)\n[![Python Version](https://img.shields.io/pypi/pyversions/napari-tiledb-bioimg.svg?color=green)](https://python.org)\n[![tests](https://github.com/TileDB-Inc/napari-tiledb-bioimg/workflows/tests/badge.svg)](https://github.com/TileDB-Inc/napari-tiledb-bioimg/actions)\n[![napari hub](https://img.shields.io/endpoint?url=https://api.napari-hub.org/shields/napari-tiledb-bioimg)](https://napari-hub.org/plugins/napari-tiledb-bioimg)\n\nThis plugin supports reading and writing TileDB-BioImaging multi-resolution arrays within Napari.\n\n----------------------------------\n\n## Demo\n\nhttps://github.com/TileDB-Inc/napari-tiledb-bioimg/assets/327706/b408d634-6ad0-4160-8571-18cf8e37b4cc\n\n## Installation\n\n[pending PyPI release!] You can install `napari-tiledb-bioimg` via [pip]:\n\n    pip install napari-tiledb-bioimg\n\n## Quickstart\n\nAfter [ingesting data using `tiledb-bioimg`](https://github.com/TileDB-Inc/TileDB-BioImaging#examples), then:\n\n- Local images can be loaded using Napari's `File -> Open Folder`, and selecting the TileDB array folder. Choose the `napari-tiledb-bioimg` plugin, if prompted.\n\n- Remote arrays (S3, TileDB Cloud) may be loaded using either the `napari` CLI command:\n\n```\nnapari --plugin napari-tiledb-bioimg s3://<bucket>/<path/to/tiledb_array>\n```\n\n- ... or the Napari viewer load command within the Python prompt:\n\n```\n# Within a Napari-enabled Python/IPython prompt, run:\nimport napari\nviewer = napari.Viewer()\n\nviewer.open(\"tiledb://<namespace>/<array name or UUID>\", plugin=\"napari-tiledb-bioimg\")\n```\n\n\n## Contributing\n\nContributions are very welcome. Tests can be run with tox or pytest.\n\n### Installation from git:\n\n```\npip install git+https://github.com/TileDB-Inc/napari-tiledb-bioimg.git\n```\n\n## License\n\nDistributed under the terms of the [MIT] license,\n\"napari-tiledb-bioimg\" is free and open source software.\n\n## Issues\n\nIf you encounter any problems, please [file an issue](https://github.com/TileDB-Inc/napari-tiledb-bioimg/issues/new) along with a detailed description.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Support reading and writing TileDB-Bioimaging image arrays within Napari",
    "version": "0.0.1",
    "project_urls": {
        "Homepage": "https://github.com/TileDB-Inc/napari-tiledb-bioimg"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b595c898cc749ecc505599fa36e84504386ba78bc4cbfb144d630585c690ae77",
                "md5": "5e83dfc9eab83a8beda882ff1775f4da",
                "sha256": "049d4e429901d099b53e240929810ea4b2b7fda740d2153e7065735a9bf1f964"
            },
            "downloads": -1,
            "filename": "napari_tiledb_bioimg-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5e83dfc9eab83a8beda882ff1775f4da",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 589007,
            "upload_time": "2023-05-12T03:10:04",
            "upload_time_iso_8601": "2023-05-12T03:10:04.873569Z",
            "url": "https://files.pythonhosted.org/packages/b5/95/c898cc749ecc505599fa36e84504386ba78bc4cbfb144d630585c690ae77/napari_tiledb_bioimg-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c61d94f413299e54b1f1789d536a6de617babb11eb1a18323dd0fb600cb7a686",
                "md5": "e4cf6c1882eeac1b59498f9e30b14ff9",
                "sha256": "2ddf394d3f48832cca322c4649b73d7f6e43efc7752b9f8f69864ee2ae4c40d5"
            },
            "downloads": -1,
            "filename": "napari-tiledb-bioimg-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "e4cf6c1882eeac1b59498f9e30b14ff9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 985034,
            "upload_time": "2023-05-12T03:10:08",
            "upload_time_iso_8601": "2023-05-12T03:10:08.212197Z",
            "url": "https://files.pythonhosted.org/packages/c6/1d/94f413299e54b1f1789d536a6de617babb11eb1a18323dd0fb600cb7a686/napari-tiledb-bioimg-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-12 03:10:08",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "TileDB-Inc",
    "github_project": "napari-tiledb-bioimg",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "napari-tiledb-bioimg"
}
        
Elapsed time: 0.06341s