Skip to main content

A Python toolkit for Histopathology Image Analysis

Project description

https://raw.githubusercontent.com/DigitalSlideArchive/HistomicsTK/master/docs/histomicstk_mark.svg codecov.io License https://img.shields.io/badge/DOI-10.5281%2Fzenodo.14833780-blue.svg https://img.shields.io/pypi/v/histomicstk.svg?logo=python&logoColor=white

HistomicsTK is a Python package for the analysis of digital pathology images. It can function as a stand-alone library, or as a Digital Slide Archive plugin that allows users to invoke image analysis jobs through HistomicsUI. The functionality offered by HistomicsTK can be extended using slicer cli web which allows developers to integrate their image analysis algorithms into DSA for dissemination through HistomicsUI.

Whole-slide imaging captures the histologic details of tissues in large multiresolution images. Improvements in imaging technology, decreases in storage costs, and regulatory approval of digital pathology for primary diagnosis have resulted in an explosion of whole-slide imaging data. Digitization enables the application of computational image analysis and machine learning algorithms to characterize the contents of these images, and to understand the relationships between histology, clinical outcomes, and molecular data from genomic platforms. Compared to the related areas of radiology and genomics, open-source tools for the management, visualization, and analysis of digital pathology has lagged. To address this we have developed HistomicsTK in coordination with the Digital Slide Archive (DSA), a platform for managing and sharing digital pathology images in a centralized web-accessible server, and HistomicsUI, a specialized user interface for annotation and markup of whole-slide images and for running image analysis tools and for scalable visualizing of dense outputs from image analysis algorithms. HistomicsTK aims to serve the needs of both pathologists/biologists interested in using state-of-the-art algorithms to analyze their data, and algorithm researchers interested in developing new/improved algorithms and disseminate them for wider use by the community.

HistomicsTK can be used in two ways:

  • As a pure Python package: enables application of image analysis algorithms to data independent of the Digital Slide Archive (DSA). HistomicsTK provides a collection of fundamental algorithms for tasks such as color normalization, color deconvolution, nuclei segmentation, and feature extraction. Read more about these capabilities here: api-docs and examples for more information.

    Installation instructions on Linux:

    To install HistomicsTK using PyPI:

    $ python -m pip install histomicstk --find-links https://girder.github.io/large_image_wheels

    To install HistomicsTK from source:

    $ git clone https://github.com/DigitalSlideArchive/HistomicsTK/
    $ cd HistomicsTK/
    $ python -m pip install -e . --find-links https://girder.github.io/large_image_wheels

    HistomicsTK uses the large_image library to read content from whole-slide and microscopy image formats. Depending on your exact system, installing the necessary libraries to support these formats can be complex. There are some non-official prebuilt libraries available for Linux that can be included as part of the installation by specifying pip install histomicstk --find-links https://girder.github.io/large_image_wheels. Note that if you previously installed HistomicsTK or large_image without these, you may need to add --force-reinstall --no-cache-dir to the pip install command to force it to use the find-links option.

    The system version of various libraries are used if the --find-links option is not specified. You will need to use your package manager to install appropriate libraries (on Ubuntu, for instance, you’ll need libopenslide-dev and libtiff-dev).

    To install from source on Windows:

    1- Run the following:

    $ pip install large-image
    $ pip install cmake
    $ git clone https://github.com/DigitalSlideArchive/HistomicsTK/
    $ cd HistomicsTK/
    $ python -m pip install setuptools-scm "Cython>=0.25.2" "scikit-build>=0.8.1" "cmake>=0.6.0" "numpy>=1.12.1"

    2- Run pip install libtiff

    3- Run pip install large-image-source-tiff to install typical tile sources. You may need other sources, which would require other libraries.

    4- Install Visual Studio 15 2017 Community Version

    5- Install C++ build tools. Under Tools > Get Tools and Features … > Desktop Development with C++, ensure that the first 8 boxes are checked.

    6- Run this:

    $ python -m pip install -e .
    $ pip install girder-client

    To install from source on OSX:

    Note: This needs to be confirmed and expanded by an OSX user. There are probably assumptions made about available libraries.

    Use homebrew to install libtiff and openslide or other libraries depending on your desired tile sources.

    Run:

    $ python -m pip install histomicstk large-image-source-tiff large-image-source-openslide
  • As a image-processing task library for HistomicsUI and the Digital Slide Archive: This allows end users to apply containerized analysis modules/pipelines over the web. See the Digital Slide Archive for installation instructions.

Refer to our website for more information.

Previous Versions

The HistomicsTK repository used to contain almost all of the Digital Slide Archive and HistomicsUI, and now container primarily code for image analysis algorithms and processing of annotation data. The deployment and installation code and instructions for DSA have moved to the Digital Slide Archive repository. The user interface and annotation functionality has moved to the HistomicsUI repository.

The deployment and UI code will eventually be removed from the master branch of this repository; any new development on those topics should be done in those locations.

Funding

This work is funded by the NIH grant U24-CA194362-01.

See Also

DSA/HistomicsTK project website: Demos | Success stories

Source repositories: Digital Slide Archive | HistomicsUI | large_image | slicer_cli_web

Discussion: GitHub Discussion

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

histomicstk-1.4.1.dev52.tar.gz (27.9 MB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

histomicstk-1.4.1.dev52-cp314-cp314-win_amd64.whl (727.0 kB view details)

Uploaded CPython 3.14Windows x86-64

histomicstk-1.4.1.dev52-cp314-cp314-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

histomicstk-1.4.1.dev52-cp314-cp314-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

histomicstk-1.4.1.dev52-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (597.5 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

histomicstk-1.4.1.dev52-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (584.4 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

histomicstk-1.4.1.dev52-cp314-cp314-macosx_11_0_x86_64.whl (517.5 kB view details)

Uploaded CPython 3.14macOS 11.0+ x86-64

histomicstk-1.4.1.dev52-cp314-cp314-macosx_11_0_arm64.whl (510.9 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

histomicstk-1.4.1.dev52-cp313-cp313-win_amd64.whl (714.2 kB view details)

Uploaded CPython 3.13Windows x86-64

histomicstk-1.4.1.dev52-cp313-cp313-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

histomicstk-1.4.1.dev52-cp313-cp313-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

histomicstk-1.4.1.dev52-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (597.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

histomicstk-1.4.1.dev52-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (581.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

histomicstk-1.4.1.dev52-cp313-cp313-macosx_11_0_x86_64.whl (516.8 kB view details)

Uploaded CPython 3.13macOS 11.0+ x86-64

histomicstk-1.4.1.dev52-cp313-cp313-macosx_11_0_arm64.whl (508.9 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

histomicstk-1.4.1.dev52-cp312-cp312-win_amd64.whl (714.6 kB view details)

Uploaded CPython 3.12Windows x86-64

histomicstk-1.4.1.dev52-cp312-cp312-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

histomicstk-1.4.1.dev52-cp312-cp312-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

histomicstk-1.4.1.dev52-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (597.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

histomicstk-1.4.1.dev52-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (581.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

histomicstk-1.4.1.dev52-cp312-cp312-macosx_11_0_x86_64.whl (519.0 kB view details)

Uploaded CPython 3.12macOS 11.0+ x86-64

histomicstk-1.4.1.dev52-cp312-cp312-macosx_11_0_arm64.whl (510.6 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

histomicstk-1.4.1.dev52-cp311-cp311-win_amd64.whl (713.4 kB view details)

Uploaded CPython 3.11Windows x86-64

histomicstk-1.4.1.dev52-cp311-cp311-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

histomicstk-1.4.1.dev52-cp311-cp311-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

histomicstk-1.4.1.dev52-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (603.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

histomicstk-1.4.1.dev52-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (588.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

histomicstk-1.4.1.dev52-cp311-cp311-macosx_11_0_x86_64.whl (515.4 kB view details)

Uploaded CPython 3.11macOS 11.0+ x86-64

histomicstk-1.4.1.dev52-cp311-cp311-macosx_11_0_arm64.whl (508.6 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

histomicstk-1.4.1.dev52-cp310-cp310-win_amd64.whl (713.3 kB view details)

Uploaded CPython 3.10Windows x86-64

histomicstk-1.4.1.dev52-cp310-cp310-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

histomicstk-1.4.1.dev52-cp310-cp310-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

histomicstk-1.4.1.dev52-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (604.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

histomicstk-1.4.1.dev52-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (588.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

histomicstk-1.4.1.dev52-cp310-cp310-macosx_11_0_x86_64.whl (517.3 kB view details)

Uploaded CPython 3.10macOS 11.0+ x86-64

histomicstk-1.4.1.dev52-cp310-cp310-macosx_11_0_arm64.whl (510.2 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

File details

Details for the file histomicstk-1.4.1.dev52.tar.gz.

File metadata

  • Download URL: histomicstk-1.4.1.dev52.tar.gz
  • Upload date:
  • Size: 27.9 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for histomicstk-1.4.1.dev52.tar.gz
Algorithm Hash digest
SHA256 d67a80f9c9b163ac98a23a7295e6a8745b2ea2216295ba65dc7de6b289460a66
MD5 110de8b52a4f072a3b2eae7b9859b536
BLAKE2b-256 9d0c4378878444f9a59e3d8744ee6a583d721831bbbd308bba6a3a04b6a6bf0a

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev52.tar.gz:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file histomicstk-1.4.1.dev52-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev52-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 72da4475323b85bf7975dced44d3bc2c278f95fb1859613c1a38fe32f99c2b54
MD5 d7ed10e0b00e2995bd5a31720a632159
BLAKE2b-256 7e7fe56fbd64de830bd14da74ffe9a22fc2bb6602bddf429939a48648eb4e843

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev52-cp314-cp314-win_amd64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file histomicstk-1.4.1.dev52-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev52-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 95b78924ebc442cdcfcd79e674e055635fe1c33a0e99ac1641af3537f2471f53
MD5 7196adb87e05d72820761d9f88935309
BLAKE2b-256 3fa16781ad1801058a909eba08ed9cdddfe7bc552c32d7810e13016a37f1d254

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev52-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file histomicstk-1.4.1.dev52-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev52-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3e0c6e2d9234c68b9dd8714a7483b477eb5043cdbc767de577e84c86fd4b6ed7
MD5 a4dfa867ab8aa1544bc07b16eff45c6e
BLAKE2b-256 4a6b7d517c8bb27f9dd50b29cdea82c0c293b6ee16040145565aa9052a89ce14

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev52-cp314-cp314-musllinux_1_2_aarch64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file histomicstk-1.4.1.dev52-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev52-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 be67b5ebf8022fc722ce7009055f25a39806e058d864290f3c37deac1d58edb6
MD5 96f91544961f51991f6a320ccfacb8b8
BLAKE2b-256 9f508d5a91437d851caef115d2cb88c754e1ac65fe484e2ba8b50a2f3597486e

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev52-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file histomicstk-1.4.1.dev52-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev52-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 29358886d49b39a9e3b804a2ef814d3a7967af5f54ed8e114a5594d5980313cd
MD5 802942e81ac3b9a79de73df52f831cec
BLAKE2b-256 f49f154f376abd84c81048137fdb3bcc1db9dcee03a43c205eb9feae882e1083

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev52-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file histomicstk-1.4.1.dev52-cp314-cp314-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev52-cp314-cp314-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 be4ed5416e821bdd750aba86cad3ef26e7907c73c3425cf66f2da669a69d05b3
MD5 f6173e3d78025e17fe89edb706b4b908
BLAKE2b-256 5b2af97143f46b6e5945bda7927dee9ee6f9e0dc516f6894cf66062e97b5d211

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev52-cp314-cp314-macosx_11_0_x86_64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file histomicstk-1.4.1.dev52-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev52-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c9ea8d6bba2e05319de902dbe9ab414b6135d1f363475213f6fb57de99ff3950
MD5 3b34514d5422304c1fdaffb846d273b5
BLAKE2b-256 eaeade6b1d6b8e2cabd3655acaa5d7078056c5853eda2b9758b6b54f587ef4cf

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev52-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file histomicstk-1.4.1.dev52-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev52-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 a3bdbe01936ff8048d13efaab388307990c1c60374f597eff7490164fd159a96
MD5 c4dfdfee9890d8a1b9216fd19efabe62
BLAKE2b-256 42575f097cd644be1bf66b33183be5898bbdd23b51adf88222f113faa1666bab

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev52-cp313-cp313-win_amd64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file histomicstk-1.4.1.dev52-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev52-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1e678c82eb2bbdc13bd5ab26de0cb66dd124f6d734455b959f62c7cd4319c2be
MD5 adae342ab437115fc4a8a1eae6a2d790
BLAKE2b-256 4aa7606c6f45b7473825354b86e15bc3d8724e5a43f8d07118afce2241fe3532

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev52-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file histomicstk-1.4.1.dev52-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev52-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0774c331a228475d6c25e84e539cf9d659bf7c4adcb0105d8d835d7254be4e7d
MD5 a9e0811f4d5a1f4fb55cec33cdf5a1f3
BLAKE2b-256 0e782c61b1e485a0a49f39853d885f8cd044407aea7268a9d60cdfaa38efa9d5

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev52-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file histomicstk-1.4.1.dev52-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev52-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9a10570629a9389f42c1f53ba4790686d30f28218e504f57807033961afa80d1
MD5 d56a9022e46f4ab415395889f8956dbb
BLAKE2b-256 d938cd400c479259b4935411185c76dcbd3b891f042da9ec3d64e0ad9b6e1de1

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev52-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file histomicstk-1.4.1.dev52-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev52-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a4359270049e0d4ea6e4f3d9285e7055e0d7097d4826a3e5fef59a4acfc9d697
MD5 df2d2bca53801c69a5ca35bdeb882362
BLAKE2b-256 c2b06265f0df886ce42386fdedbb7ef7465adb3a503a3ee8de902f03008f9a3c

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev52-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file histomicstk-1.4.1.dev52-cp313-cp313-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev52-cp313-cp313-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 b098e82d11f518fc296a96c3872b4a5ed5cd9e5bd6283a1c1639d2f298993369
MD5 95ab1afdb0a14a301307e489edf35b77
BLAKE2b-256 2ecd4b6c43825b191cd5972df7a46aff392b4da508ac3cad3208b4f576c9e392

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev52-cp313-cp313-macosx_11_0_x86_64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file histomicstk-1.4.1.dev52-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev52-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 48a76749563965b2061d35113dcb0bc5bd5044045c01c3f974605fbb8e06031b
MD5 bd37508e7440f90487d29806d206c3fb
BLAKE2b-256 12523183d1872d2d92c79bd5c71b0ce77aadf5743868027db37b477f4572849b

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev52-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file histomicstk-1.4.1.dev52-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev52-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 62054e01987d5833e2127f30b8c46ac28393c1b854c9bb164c19628004ac7ef4
MD5 1f47bc4cb10b1aa121f782e3a6c81ea3
BLAKE2b-256 78f31aaa015a77f248d7aed745f86eb7479151de0518d1bfe1dbfc34ecdae860

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev52-cp312-cp312-win_amd64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file histomicstk-1.4.1.dev52-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev52-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d8b42582ae5ce19f0a6dd7aeb4e1c59367bd6196c3c09b1dc261ed5739401b5d
MD5 de632e86909d38ea2fa5df2a2b200c4f
BLAKE2b-256 0a2334249fe50ab95cc051b20c48ac6e445a1d006e53b333dbd93291255c91c2

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev52-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file histomicstk-1.4.1.dev52-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev52-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ba6fff114106bf5f5a27efa5ab5d1c5b9da78488bcf642b810c827a8545e14f6
MD5 05fb50d3e765e30cca69bee37e3fa46d
BLAKE2b-256 3be613f04e38e7c25beb171f858942d28f960670689829ce3ac855ae304a1f25

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev52-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file histomicstk-1.4.1.dev52-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev52-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9f13ba174fbb46d04291073679bf1f852eaa218d3ae1ec8fa4ce9163254f9154
MD5 b2cf689158c4cb6e778b6dc526585151
BLAKE2b-256 ef6ecb0c8d58ae3d66986a867b75a7fd48a91765661f69ad2e404efb471e65d1

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev52-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file histomicstk-1.4.1.dev52-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev52-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9861fa69c95252ab26fbd611288305939f0400f2b95b3e828a703b290bcb2174
MD5 f53d1158642a57817149736ad559c44b
BLAKE2b-256 0b7bb357fe976b77b4bfb4f50c66b04ad7ba77a0fc85bfd9bdf934ffe76dc7be

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev52-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file histomicstk-1.4.1.dev52-cp312-cp312-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev52-cp312-cp312-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 50b5ae08e43ccb0eccf7202ed75340c643d778ee59d8d2c4b94bed4a9b5a6aca
MD5 fc61dbc8be0094765e3ad692242747d7
BLAKE2b-256 eeab72e6e5f7c0d8deeb01ee99357f65714a937131fa994165f110e8232267b6

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev52-cp312-cp312-macosx_11_0_x86_64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file histomicstk-1.4.1.dev52-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev52-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f4158312094f91ad7292c1220bd04740722f401a0fa155420576e8b247e8cdc9
MD5 d944f56a13da282f6f2fc54034ec4d90
BLAKE2b-256 ea416c046c61e8785898a0762c516513b863a4ce60c6396d79aa2b3d7f6ee9c9

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev52-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file histomicstk-1.4.1.dev52-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev52-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 3f9e336099ab25587beece38f56eeab15b6c7025e38d1dae1c1f1630824631b1
MD5 6cbb1f30563965029ee5172f8e871a32
BLAKE2b-256 7276c7ed4e08304f23c373d7536a4c4def814ad5d3618fcc83c1406fecec504a

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev52-cp311-cp311-win_amd64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file histomicstk-1.4.1.dev52-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev52-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8af42e45ffd204669a14c903851bdbb1da49c1c3d5afd69bf0d695b3e1361858
MD5 a7035baafc8dd400872fdd227afb7221
BLAKE2b-256 0cdb456ee5e0f61e661856cc1764babea63392dcc88e14d227a1eceab1d97216

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev52-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file histomicstk-1.4.1.dev52-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev52-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e4d0d1d459d385f08fb545834e6f010718503c9163da4f673883139701a2c624
MD5 58504a539858873e4aceac7466a955d9
BLAKE2b-256 e2d2b29083ea45b2b09a1669303d47147c4e2c64f1140cea5af35cd3af6c5fb7

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev52-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file histomicstk-1.4.1.dev52-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev52-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e3611fd5f2bf0b9c9ea879eef38f7147f6a7d324a791c61b28ef9d58db612273
MD5 220ab5a1b14b50268af40f4828fd43a5
BLAKE2b-256 b260573749a59e650eacee15193f83641c948af6023f31d1fe405476e24fae38

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev52-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file histomicstk-1.4.1.dev52-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev52-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 08a052f2030cae1fd32403e6c057e9afb55f50849c4af0bb06e64dd37ae422ff
MD5 53fe3779738b753afac03238eff040f3
BLAKE2b-256 ad66390ccbfbc24096e9a3d43ae16f09c63d5990e908c5dd552516c327384673

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev52-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file histomicstk-1.4.1.dev52-cp311-cp311-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev52-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 23a8adf8205a4f7e15bc28a9863f71665f9cd8954edcdfb36ccc206775d51c4c
MD5 e5c41c93dee20a0ad72efc0587dbe034
BLAKE2b-256 abc99d6e36384fa45ee28132cc87b17d7f1d6fca20d61142a7ee032ee011499b

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev52-cp311-cp311-macosx_11_0_x86_64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file histomicstk-1.4.1.dev52-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev52-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ffd71df12cbdf5b4219e231ddc70350fd136c0dedf2a794c9b79f6e0e79429d5
MD5 04c81ef8091c622d3b181ffd98082c39
BLAKE2b-256 7d3561e3a8f8fb1c31450d32e92b3def3fcad60f20d6433ae2580daffc00cc42

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev52-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file histomicstk-1.4.1.dev52-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev52-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 0c7a0a3c4baf5365f7c0e2b2e86d932bdcc4a24a769e1907f4119d17e085f752
MD5 c98d66566a12935030f40252e6574d20
BLAKE2b-256 dd0cd088a2f65a46347aa806e21576a5d43dd25b2c15a61275f140723237fd0c

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev52-cp310-cp310-win_amd64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file histomicstk-1.4.1.dev52-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev52-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7868aaca94c3bb854cf4bc577a9f336141bd06fb4db43a46a0b95bdceb568f9a
MD5 4add81fbbc7530ba81820daf4e45cc5e
BLAKE2b-256 8f51a0d31c7be53cb81f77c262ab689ccb4f15a772150d65874319fce099e2eb

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev52-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file histomicstk-1.4.1.dev52-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev52-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 809c1174a326b6746c4fa541ebf8de699b6ddbef2ece4daa7130e980064c6f5f
MD5 675ea2fa983e5dab4b77c9a356246aa5
BLAKE2b-256 240c70964bd9b142c88ac1948bdbf81313bd90be9db0b454dd49c12e81653300

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev52-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file histomicstk-1.4.1.dev52-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev52-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 08747826d242cbb4393eb09db42f16900fb3d63b88da6c3ba0f25a41a866d924
MD5 37c59a3abe68402ecfe5be9633aac4bb
BLAKE2b-256 ce0f6ee55c333c6605b91ca0afd4d06b239e799c8602cb6588433e4e97d1b253

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev52-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file histomicstk-1.4.1.dev52-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev52-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0215f89639900deb3b1f1180b0a267f75866eb9b57c29234d8dde52408205f9f
MD5 53cff0530e616923cf60a1653af3364b
BLAKE2b-256 25bb96a5013ff80f4085445ffdcc2ab0eb53bf220615fefd6236910757d97076

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev52-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file histomicstk-1.4.1.dev52-cp310-cp310-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev52-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 25c32a78393a88f83406bb87be2da11cf921c01801fd5b495c540d7db8b35d2a
MD5 02d59589550d1c517f4a6cdc6e346693
BLAKE2b-256 7d747570423d0f16c68b4542df76f6c7d777a13cbb06d9a2b4ee43923d5d3118

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev52-cp310-cp310-macosx_11_0_x86_64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file histomicstk-1.4.1.dev52-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev52-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fd3ff404ba060d98c12c70382195fbf9ae8955312768ded1e22069f1a755e38c
MD5 27d7b09832cc0c6e1db5144bf7b6b912
BLAKE2b-256 15fd96daed374520c7307a810ccce02b09df9bb151077af194c591fc4eefce7c

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev52-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page