wsidata


Namewsidata JSON
Version 0.3.0 PyPI version JSON
download
home_pageNone
SummaryData structures and I/O functions for whole-slide images (WSIs).
upload_time2025-02-10 08:45:48
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseNone
keywords data structure histopathology image analysis whole slide image
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # wsidata

<p align="center">
    <picture align="center">
    <img src="https://raw.githubusercontent.com/rendeirolab/wsidata/main/assets/logo.svg" width="100px">
    </picture>
</p>
<p align="center">
  <i>Efficient data structures and IO for whole slide images analysis</i>
</p>

[![Documentation Status](https://readthedocs.org/projects/wsidata/badge/?version=latest&style=flat-square)](https://wsidata.readthedocs.io/en/latest)
![pypi version](https://img.shields.io/pypi/v/wsidata?color=0098FF&logo=python&logoColor=white&style=flat-square)
![PyPI - License](https://img.shields.io/pypi/l/wsidata?color=FFD43B&style=flat-square)


## Installation

```bash
pip install wsidata
```
            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "wsidata",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "data structure, histopathology, image analysis, whole slide image",
    "author": null,
    "author_email": "Yimin Zheng <yzheng@cemm.at>, Ernesto Abila <eabila@cemm.at>, \"Andr\u00e9 F. Rendeiro\" <arendeiro@cemm.at>",
    "download_url": "https://files.pythonhosted.org/packages/eb/a1/91a7ab7315c4184949931dc092a418ae88f30944622aa073fd00e5fa0291/wsidata-0.3.0.tar.gz",
    "platform": null,
    "description": "# wsidata\n\n<p align=\"center\">\n    <picture align=\"center\">\n    <img src=\"https://raw.githubusercontent.com/rendeirolab/wsidata/main/assets/logo.svg\" width=\"100px\">\n    </picture>\n</p>\n<p align=\"center\">\n  <i>Efficient data structures and IO for whole slide images analysis</i>\n</p>\n\n[![Documentation Status](https://readthedocs.org/projects/wsidata/badge/?version=latest&style=flat-square)](https://wsidata.readthedocs.io/en/latest)\n![pypi version](https://img.shields.io/pypi/v/wsidata?color=0098FF&logo=python&logoColor=white&style=flat-square)\n![PyPI - License](https://img.shields.io/pypi/l/wsidata?color=FFD43B&style=flat-square)\n\n\n## Installation\n\n```bash\npip install wsidata\n```",
    "bugtrack_url": null,
    "license": null,
    "summary": "Data structures and I/O functions for whole-slide images (WSIs).",
    "version": "0.3.0",
    "project_urls": null,
    "split_keywords": [
        "data structure",
        " histopathology",
        " image analysis",
        " whole slide image"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "dc3238daffbeb4f94efc8fd38fc479e0df65083f0a7b9de881651ca70685e265",
                "md5": "149b0cb8c45775793b1f0882e222956e",
                "sha256": "5ccc8d3821e16453d263cd619c97ce3a3238d8a14ba976c268f67fd69012379f"
            },
            "downloads": -1,
            "filename": "wsidata-0.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "149b0cb8c45775793b1f0882e222956e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 41554,
            "upload_time": "2025-02-10T08:45:47",
            "upload_time_iso_8601": "2025-02-10T08:45:47.370291Z",
            "url": "https://files.pythonhosted.org/packages/dc/32/38daffbeb4f94efc8fd38fc479e0df65083f0a7b9de881651ca70685e265/wsidata-0.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "eba191a7ab7315c4184949931dc092a418ae88f30944622aa073fd00e5fa0291",
                "md5": "0042bb3d8ff331d6a90f428355b2514c",
                "sha256": "1814a811e01b30c9624d9ccc2047d49b722b541844d3a7066221d2abb6ac489c"
            },
            "downloads": -1,
            "filename": "wsidata-0.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "0042bb3d8ff331d6a90f428355b2514c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 31589,
            "upload_time": "2025-02-10T08:45:48",
            "upload_time_iso_8601": "2025-02-10T08:45:48.884183Z",
            "url": "https://files.pythonhosted.org/packages/eb/a1/91a7ab7315c4184949931dc092a418ae88f30944622aa073fd00e5fa0291/wsidata-0.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-10 08:45:48",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "wsidata"
}
        
Elapsed time: 0.86612s