openslide-python


Nameopenslide-python JSON
Version 1.3.1 PyPI version JSON
download
home_pagehttps://openslide.org/
SummaryPython interface to OpenSlide
upload_time2023-10-08 16:50:15
maintainerOpenSlide project
docs_urlNone
author
requires_python>=3.8
licenseGNU Lesser General Public License, version 2.1
keywords openslide whole-slide image virtual slide library
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # OpenSlide Python

OpenSlide Python is a Python interface to the OpenSlide library.

[OpenSlide] is a C library that provides a simple interface for reading
whole-slide images, also known as virtual slides, which are high-resolution
images used in digital pathology.  These images can occupy tens of gigabytes
when uncompressed, and so cannot be easily read using standard tools or
libraries, which are designed for images that can be comfortably
uncompressed into RAM.  Whole-slide images are typically multi-resolution;
OpenSlide allows reading a small amount of image data at the resolution
closest to a desired zoom level.

OpenSlide can read virtual slides in several formats:

* [Aperio][] (`.svs`, `.tif`)
* [DICOM][] (`.dcm`)
* [Hamamatsu][] (`.ndpi`, `.vms`, `.vmu`)
* [Leica][] (`.scn`)
* [MIRAX][] (`.mrxs`)
* [Philips][] (`.tiff`)
* [Sakura][] (`.svslide`)
* [Trestle][] (`.tif`)
* [Ventana][] (`.bif`, `.tif`)
* [Generic tiled TIFF][] (`.tif`)

[OpenSlide]: https://openslide.org/
[Aperio]: https://openslide.org/formats/aperio/
[DICOM]: https://openslide.org/formats/dicom/
[Hamamatsu]: https://openslide.org/formats/hamamatsu/
[Leica]: https://openslide.org/formats/leica/
[MIRAX]: https://openslide.org/formats/mirax/
[Philips]: https://openslide.org/formats/philips/
[Sakura]: https://openslide.org/formats/sakura/
[Trestle]: https://openslide.org/formats/trestle/
[Ventana]: https://openslide.org/formats/ventana/
[Generic tiled TIFF]: https://openslide.org/formats/generic-tiff/


## Requirements

* Python ≥ 3.8
* OpenSlide ≥ 3.4.0
* Pillow


## Installation

OpenSlide Python requires [OpenSlide].  For instructions on installing both
components so OpenSlide Python can find OpenSlide, see the package
[documentation][installing].

[installing]: https://openslide.org/api/python/#installing


## More Information

- [API documentation](https://openslide.org/api/python/)
- [Changelog](https://github.com/openslide/openslide-python/blob/main/CHANGELOG.md#notable-changes-in-openslide-python)
- [Website][OpenSlide]
- [GitHub](https://github.com/openslide/openslide-python)
- [Sample data](https://openslide.cs.cmu.edu/download/openslide-testdata/)


## License

OpenSlide Python is released under the terms of the [GNU Lesser General
Public License, version 2.1](https://openslide.org/license/).

OpenSlide Python is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
License for more details.

            

Raw data

            {
    "_id": null,
    "home_page": "https://openslide.org/",
    "name": "openslide-python",
    "maintainer": "OpenSlide project",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "openslide-users@lists.andrew.cmu.edu",
    "keywords": "openslide whole-slide image virtual slide library",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/47/38/7e53d8bd64724ecceb2cebaa37d67df1a4c4bb9b00d04e9f82b2c8d3ce55/openslide-python-1.3.1.tar.gz",
    "platform": null,
    "description": "# OpenSlide Python\r\n\r\nOpenSlide Python is a Python interface to the OpenSlide library.\r\n\r\n[OpenSlide] is a C library that provides a simple interface for reading\r\nwhole-slide images, also known as virtual slides, which are high-resolution\r\nimages used in digital pathology.  These images can occupy tens of gigabytes\r\nwhen uncompressed, and so cannot be easily read using standard tools or\r\nlibraries, which are designed for images that can be comfortably\r\nuncompressed into RAM.  Whole-slide images are typically multi-resolution;\r\nOpenSlide allows reading a small amount of image data at the resolution\r\nclosest to a desired zoom level.\r\n\r\nOpenSlide can read virtual slides in several formats:\r\n\r\n* [Aperio][] (`.svs`, `.tif`)\r\n* [DICOM][] (`.dcm`)\r\n* [Hamamatsu][] (`.ndpi`, `.vms`, `.vmu`)\r\n* [Leica][] (`.scn`)\r\n* [MIRAX][] (`.mrxs`)\r\n* [Philips][] (`.tiff`)\r\n* [Sakura][] (`.svslide`)\r\n* [Trestle][] (`.tif`)\r\n* [Ventana][] (`.bif`, `.tif`)\r\n* [Generic tiled TIFF][] (`.tif`)\r\n\r\n[OpenSlide]: https://openslide.org/\r\n[Aperio]: https://openslide.org/formats/aperio/\r\n[DICOM]: https://openslide.org/formats/dicom/\r\n[Hamamatsu]: https://openslide.org/formats/hamamatsu/\r\n[Leica]: https://openslide.org/formats/leica/\r\n[MIRAX]: https://openslide.org/formats/mirax/\r\n[Philips]: https://openslide.org/formats/philips/\r\n[Sakura]: https://openslide.org/formats/sakura/\r\n[Trestle]: https://openslide.org/formats/trestle/\r\n[Ventana]: https://openslide.org/formats/ventana/\r\n[Generic tiled TIFF]: https://openslide.org/formats/generic-tiff/\r\n\r\n\r\n## Requirements\r\n\r\n* Python ≥ 3.8\r\n* OpenSlide ≥ 3.4.0\r\n* Pillow\r\n\r\n\r\n## Installation\r\n\r\nOpenSlide Python requires [OpenSlide].  For instructions on installing both\r\ncomponents so OpenSlide Python can find OpenSlide, see the package\r\n[documentation][installing].\r\n\r\n[installing]: https://openslide.org/api/python/#installing\r\n\r\n\r\n## More Information\r\n\r\n- [API documentation](https://openslide.org/api/python/)\r\n- [Changelog](https://github.com/openslide/openslide-python/blob/main/CHANGELOG.md#notable-changes-in-openslide-python)\r\n- [Website][OpenSlide]\r\n- [GitHub](https://github.com/openslide/openslide-python)\r\n- [Sample data](https://openslide.cs.cmu.edu/download/openslide-testdata/)\r\n\r\n\r\n## License\r\n\r\nOpenSlide Python is released under the terms of the [GNU Lesser General\r\nPublic License, version 2.1](https://openslide.org/license/).\r\n\r\nOpenSlide Python is distributed in the hope that it will be useful, but\r\nWITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY\r\nor FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public\r\nLicense for more details.\r\n",
    "bugtrack_url": null,
    "license": "GNU Lesser General Public License, version 2.1",
    "summary": "Python interface to OpenSlide",
    "version": "1.3.1",
    "project_urls": {
        "Homepage": "https://openslide.org/"
    },
    "split_keywords": [
        "openslide",
        "whole-slide",
        "image",
        "virtual",
        "slide",
        "library"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e7b9c558f5a6ef24aab7488797b8df4410ca080e31c329261695db70d0d0685f",
                "md5": "1a15314fb186d904fb5e7f3cebd1b5af",
                "sha256": "7a5c0c5bddb518f3e643d0ce2e8d5dfe6b3a374a966ca2c316ef56196dd3c602"
            },
            "downloads": -1,
            "filename": "openslide_python-1.3.1-cp310-cp310-win32.whl",
            "has_sig": false,
            "md5_digest": "1a15314fb186d904fb5e7f3cebd1b5af",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 29226,
            "upload_time": "2023-10-08T16:49:59",
            "upload_time_iso_8601": "2023-10-08T16:49:59.656801Z",
            "url": "https://files.pythonhosted.org/packages/e7/b9/c558f5a6ef24aab7488797b8df4410ca080e31c329261695db70d0d0685f/openslide_python-1.3.1-cp310-cp310-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "356f98d4427be18cd94e235d614b18a3b7a36b6542a73e92d43c96facee33481",
                "md5": "6ebc103813972764d68f2fced536c061",
                "sha256": "d208e53d3da82313213303058b2ca9fc66c2d98365b9338e27ecc46ab8b07e9d"
            },
            "downloads": -1,
            "filename": "openslide_python-1.3.1-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "6ebc103813972764d68f2fced536c061",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 29685,
            "upload_time": "2023-10-08T16:50:01",
            "upload_time_iso_8601": "2023-10-08T16:50:01.667756Z",
            "url": "https://files.pythonhosted.org/packages/35/6f/98d4427be18cd94e235d614b18a3b7a36b6542a73e92d43c96facee33481/openslide_python-1.3.1-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8d25927370e637272d704766b9f1f078df1f143d7ad06a44ba129211984f1846",
                "md5": "967a714431ab42e8294a17d297868a6b",
                "sha256": "c4720598ba39e7b879e757eff31195f8b80d4638dcb0fbb297ca9823039724ae"
            },
            "downloads": -1,
            "filename": "openslide_python-1.3.1-cp311-cp311-win32.whl",
            "has_sig": false,
            "md5_digest": "967a714431ab42e8294a17d297868a6b",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 29224,
            "upload_time": "2023-10-08T16:50:03",
            "upload_time_iso_8601": "2023-10-08T16:50:03.075801Z",
            "url": "https://files.pythonhosted.org/packages/8d/25/927370e637272d704766b9f1f078df1f143d7ad06a44ba129211984f1846/openslide_python-1.3.1-cp311-cp311-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "70a8cd83e2eb2296c87c117887ded502feac2b0fd96ccc7338c3eb25a7ff1e75",
                "md5": "0e642a1df488179ea56b9424040bb55a",
                "sha256": "53a468cd92bdd17cf5b56592242709519c0c7d7028b2f466d20d75264471cc6d"
            },
            "downloads": -1,
            "filename": "openslide_python-1.3.1-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "0e642a1df488179ea56b9424040bb55a",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 29683,
            "upload_time": "2023-10-08T16:50:04",
            "upload_time_iso_8601": "2023-10-08T16:50:04.606289Z",
            "url": "https://files.pythonhosted.org/packages/70/a8/cd83e2eb2296c87c117887ded502feac2b0fd96ccc7338c3eb25a7ff1e75/openslide_python-1.3.1-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4e66b5187fd21401e06193e2a8f2b20a7b9e36111fe49023d904fd7a3e80f1f5",
                "md5": "ad758241e11b17d360b7b0777bb93edc",
                "sha256": "d10caf1a1c1e1f598d80e7a5e1a266979ed9bccf9ba8bf45aa34cf04639d9f9e"
            },
            "downloads": -1,
            "filename": "openslide_python-1.3.1-cp312-cp312-win32.whl",
            "has_sig": false,
            "md5_digest": "ad758241e11b17d360b7b0777bb93edc",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 29230,
            "upload_time": "2023-10-08T16:50:06",
            "upload_time_iso_8601": "2023-10-08T16:50:06.155181Z",
            "url": "https://files.pythonhosted.org/packages/4e/66/b5187fd21401e06193e2a8f2b20a7b9e36111fe49023d904fd7a3e80f1f5/openslide_python-1.3.1-cp312-cp312-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "034a53106ff9f3f4de2b8b000be0aee76d8f81996c0d982fc506f3137ce67ee8",
                "md5": "8e3bb2e3512342c18a083d30f1600b79",
                "sha256": "d834fbca0824b902da9d8541f7c34a3e62496823a42de5ac7bf6c35e4c799678"
            },
            "downloads": -1,
            "filename": "openslide_python-1.3.1-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "8e3bb2e3512342c18a083d30f1600b79",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 29688,
            "upload_time": "2023-10-08T16:50:07",
            "upload_time_iso_8601": "2023-10-08T16:50:07.684933Z",
            "url": "https://files.pythonhosted.org/packages/03/4a/53106ff9f3f4de2b8b000be0aee76d8f81996c0d982fc506f3137ce67ee8/openslide_python-1.3.1-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "994494ec74dba894ee31b2ccbfb48765e3cf30b50319b2ac1ed69657a36535e0",
                "md5": "c524534d7f60df47c1c2e36304bf5b4f",
                "sha256": "1e9f61baf362db27fca31da3263f936c9f70bb5ca143f3642ed5bd01860e7d61"
            },
            "downloads": -1,
            "filename": "openslide_python-1.3.1-cp38-cp38-win32.whl",
            "has_sig": false,
            "md5_digest": "c524534d7f60df47c1c2e36304bf5b4f",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 29227,
            "upload_time": "2023-10-08T16:50:09",
            "upload_time_iso_8601": "2023-10-08T16:50:09.288857Z",
            "url": "https://files.pythonhosted.org/packages/99/44/94ec74dba894ee31b2ccbfb48765e3cf30b50319b2ac1ed69657a36535e0/openslide_python-1.3.1-cp38-cp38-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0733d9f457b1b07641adc0cf7f95e684070b49e33d500102ab8c859c7b91fd65",
                "md5": "3a2ef42254e6d36aaafbbdaa7343478b",
                "sha256": "3ffcf1cb8a834d5936923ff6f3a52ab7aa7ba47da2bbf1b834e6c9584d0291cf"
            },
            "downloads": -1,
            "filename": "openslide_python-1.3.1-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "3a2ef42254e6d36aaafbbdaa7343478b",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 29826,
            "upload_time": "2023-10-08T16:50:11",
            "upload_time_iso_8601": "2023-10-08T16:50:11.067724Z",
            "url": "https://files.pythonhosted.org/packages/07/33/d9f457b1b07641adc0cf7f95e684070b49e33d500102ab8c859c7b91fd65/openslide_python-1.3.1-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b07ab91f6c02d41c62eec9218ededd34d29756740a89a450406c88eb13691281",
                "md5": "6f2bc42415716233f7696701d1c0bf6a",
                "sha256": "fc1d1b5996775c61b9c4f71f200586d710ec5adeffab45e2a7b5f4561d199eeb"
            },
            "downloads": -1,
            "filename": "openslide_python-1.3.1-cp39-cp39-win32.whl",
            "has_sig": false,
            "md5_digest": "6f2bc42415716233f7696701d1c0bf6a",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 29247,
            "upload_time": "2023-10-08T16:50:12",
            "upload_time_iso_8601": "2023-10-08T16:50:12.118195Z",
            "url": "https://files.pythonhosted.org/packages/b0/7a/b91f6c02d41c62eec9218ededd34d29756740a89a450406c88eb13691281/openslide_python-1.3.1-cp39-cp39-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "00dfb9df3fa4f775329c950797618e0f80d23cff7b70570be621631858a2146f",
                "md5": "ba581b4227318f5254de3a777c4ee6c2",
                "sha256": "5d64d3378ffb10d7cdffb561dd1ebe5cbbe15c664ecd965a6f54a84108b2b970"
            },
            "downloads": -1,
            "filename": "openslide_python-1.3.1-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "ba581b4227318f5254de3a777c4ee6c2",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 29846,
            "upload_time": "2023-10-08T16:50:13",
            "upload_time_iso_8601": "2023-10-08T16:50:13.107010Z",
            "url": "https://files.pythonhosted.org/packages/00/df/b9df3fa4f775329c950797618e0f80d23cff7b70570be621631858a2146f/openslide_python-1.3.1-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "47387e53d8bd64724ecceb2cebaa37d67df1a4c4bb9b00d04e9f82b2c8d3ce55",
                "md5": "19dde4e7744a8a0fb5c6b10a6b03d650",
                "sha256": "0909c6257cd8decfbbd0082e8c0cd94bbe3a89ad31e142cfa9accc8bb959294e"
            },
            "downloads": -1,
            "filename": "openslide-python-1.3.1.tar.gz",
            "has_sig": false,
            "md5_digest": "19dde4e7744a8a0fb5c6b10a6b03d650",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 358975,
            "upload_time": "2023-10-08T16:50:15",
            "upload_time_iso_8601": "2023-10-08T16:50:15.087157Z",
            "url": "https://files.pythonhosted.org/packages/47/38/7e53d8bd64724ecceb2cebaa37d67df1a4c4bb9b00d04e9f82b2c8d3ce55/openslide-python-1.3.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-08 16:50:15",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "openslide-python"
}
        
Elapsed time: 0.25970s