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.dev51.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.dev51-cp314-cp314-win_amd64.whl (727.0 kB view details)

Uploaded CPython 3.14Windows x86-64

histomicstk-1.4.1.dev51-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.dev51-cp314-cp314-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

histomicstk-1.4.1.dev51-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.dev51-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.dev51-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.dev51-cp314-cp314-macosx_11_0_arm64.whl (510.9 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.13Windows x86-64

histomicstk-1.4.1.dev51-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.dev51-cp313-cp313-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

histomicstk-1.4.1.dev51-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.dev51-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.dev51-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.dev51-cp313-cp313-macosx_11_0_arm64.whl (508.9 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

histomicstk-1.4.1.dev51-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.dev51-cp312-cp312-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

histomicstk-1.4.1.dev51-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.dev51-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.dev51-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.dev51-cp312-cp312-macosx_11_0_arm64.whl (510.6 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

histomicstk-1.4.1.dev51-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.dev51-cp311-cp311-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

histomicstk-1.4.1.dev51-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.dev51-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.dev51-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.dev51-cp311-cp311-macosx_11_0_arm64.whl (508.6 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

histomicstk-1.4.1.dev51-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.dev51-cp310-cp310-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

histomicstk-1.4.1.dev51-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.dev51-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.dev51-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.dev51-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.dev51.tar.gz.

File metadata

  • Download URL: histomicstk-1.4.1.dev51.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.dev51.tar.gz
Algorithm Hash digest
SHA256 28f37eb40551f824471dd0bb51078c865ebccacffa08a659d69ee87d1a1b7a54
MD5 bd61829d723a35ec39a01b394039e86c
BLAKE2b-256 552b9309ab485e2e81f659d656ef799e612a358d38e168c28bbe7a6adb79f05a

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev51.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.dev51-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev51-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 a7cd7a2f65ab10c748720507ca8b39f71afeda2ea6616b198c20676dd80e4ccc
MD5 cf06d092562b0ec9cda3abd4141c590f
BLAKE2b-256 e06765dd2cdfe244b4535d65d5250c36659f11e13e4802ee56c40f36c46a17a9

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev51-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.dev51-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev51-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0ff853cae23b0848aeca06cb8d03910c2ce3f331401ad43ecf1e1021e9f6dee9
MD5 b37895fa26b527cad73d15bad121317b
BLAKE2b-256 078e887a6988e03d31813e90b6f274578d83ffcfa7b3b667fc997d03c73df3cf

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev51-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.dev51-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev51-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 eb8f70c10264fd56d1e7a80dd31edd84635973a67e5c35717c6cf047ead5b392
MD5 52f5b03c1558dadf6193766836f2b335
BLAKE2b-256 9e1344d2b9e7eb8af9dfec644f1b75b7dc27bc312cfddfe9204fc13f28735a50

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev51-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.dev51-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev51-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 be2afbae891d2503f20cdc546314f688dadce8375acb3ec615468c216f50a899
MD5 1d58c0378bb1e8d5d7de81b4f32c4a96
BLAKE2b-256 de5d07b7de2bb03a86586e48253612eaea787cc4e9e8a0b49e1c88cd8be82999

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev51-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.dev51-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev51-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ef7f041805c6c1401c5cc088418b6a5c909973c7c50537b4c4c628cdd51d128d
MD5 12bb5d2125c35dbf61658c8d7179ffbe
BLAKE2b-256 f374aa8718ea6c70a766828295d6fa5e85e9144a4bb411bd8939cf6432d8a32e

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev51-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.dev51-cp314-cp314-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev51-cp314-cp314-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 5ee4904fe86b46d452ada3ca00a683320a9771810c77274b0e16e583d00ebff0
MD5 b6e05e14b4ba8a3e3ac2979eae1d36f9
BLAKE2b-256 fa73d44df3dbd27051e7e933e6f96d6378d9a7ddda610f6394d92b61060bc525

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev51-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.dev51-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev51-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1729089ccd2c4995d9bdb90a4566f2e05cca7ecd4d34f0b060aa04e8146250f3
MD5 8f91d3044ac8ef207b737e943858f933
BLAKE2b-256 9364d4e342e71c11b583cc682d6b578625e6913958090364120e566fa2d6e277

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev51-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.dev51-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev51-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 fcf1e2bf557698978d8241751b3ac4e5e14dfed3b7361eb2b8639983994bdcf9
MD5 016bb004bdbc79e51dd31812560fcc9e
BLAKE2b-256 1ffef8beba044fcdbbc66755c945f9346bce61b443ffee4cfc5537402508a0e4

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev51-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.dev51-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev51-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6c6e222cf3e611881e3a68cbd11037561855e6343f490c5be4a512075da29c9c
MD5 f66e2cceff03aa62ad0018848292f90c
BLAKE2b-256 1c198c8efbfda3c0d5448d8e4bb8f235b9590716ef0301665de286fb69b21bb4

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev51-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.dev51-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev51-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c0aa067bf2e2ee5c515c8e148f1362c1df8fc04e0f1b565b82f15512dfc00643
MD5 e8bf755b44fccc5f8d1c9138990999f3
BLAKE2b-256 ff257162d932ec5a1282c6da7266e233da1097ee7a202426c52e0a4043a4897c

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev51-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.dev51-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev51-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8daf6173eebfe2ac1db1dbd5529b4c7e982ab912e63d1e3c76a00e1200fe3e47
MD5 01de8bd2c0d8ec51638b7d89ddd06f88
BLAKE2b-256 e93117a72fe7e2602e69d6c5d675b8d354bac915abb1baecea6c967295e6e433

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev51-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.dev51-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev51-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7da20bce1caf0873a42f20e04a1f18857bb6ad9e8682aa8f2cb683e544a53e99
MD5 ed33d4088ee44cc2bfcfecbc32448c84
BLAKE2b-256 2e6182d214e583183b8247c36b2948ca5655d074c56416a3a222b5306efdd5d1

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev51-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.dev51-cp313-cp313-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev51-cp313-cp313-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 b984085342757b19f8d10a2cb785e543eef13f8179f5ace3d3dad4e250ad69b4
MD5 d8e3970ddd283fe577cd97a34f230b0d
BLAKE2b-256 4224584744890544a6a8a132edfafb799239b396790bb850c82cb9580e41dbd6

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev51-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.dev51-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev51-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0187a1bc4d47d8a82ac6599eacfb81583881afd0dfa4076cc0cac926e8b02979
MD5 0ba0953482b25a0d37dcf1b1e42cd2e8
BLAKE2b-256 33bdc34704623ba9df5aa8d7765a2bf08166561f4145eea265356618327bc26a

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev51-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.dev51-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev51-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 1260f6f98d910dec6237e9436d9c706655d0ecb9e6a775473f62bbf7417bea78
MD5 343e36c79f9a9767ab007d71d58f676b
BLAKE2b-256 43d33196415d79d426f83464ade75675ebe7dd8e386fa189df470f9cf5b9aaa4

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev51-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.dev51-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev51-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0ed73bf8c4dbc3bf6e541f48b204e7e1a9200e5cf120bb8ccf6964b69a743cdb
MD5 738b74ae21995602b3ad8177e33c4ccc
BLAKE2b-256 b1bfadb4f974ddf166bca694bcc454b53262821c29dc7607e20d75016aa1de6e

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev51-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.dev51-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev51-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ea72697db5eb51de5b9105b1df6f18623b3387bf5cd149218801ce2be50125ef
MD5 cd72ab1873cc4e5afce684ba004b3d55
BLAKE2b-256 7c5a4bf05293bcea66f107950a93157768da2de39cb34fa2c1a97a70dc6f5862

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev51-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.dev51-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev51-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8169e6bc035fdc77a69404c43687ab21d068107cd2262957a51677bf47477100
MD5 c83b1aa6e3dc7ba9a2be1ef67a1cb967
BLAKE2b-256 20a9908f214e0f1a064fbe5e550db453bd031446206e7844f43d29a168a0be11

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev51-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.dev51-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev51-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4c6e51a6367795788785cf4ae7086a2c36940debd1baa4c9b56a3881d3231064
MD5 30b7d21a44dd6073fe6814b962324316
BLAKE2b-256 16b745ee99de27d271bb140df556a5882a1a6fc4242aa5a80b41b132204b4d4b

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev51-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.dev51-cp312-cp312-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev51-cp312-cp312-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 92156fef24bdbee5ae7356b0fab210738cd6b0596d4ed6b0f01b5d76b474a9c4
MD5 610307d00b9f22a4ae1c08c0159bf6dd
BLAKE2b-256 f34e66469e99106a58880ebfe1353ec8e6a54cf476979638d4fedb15816e6243

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev51-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.dev51-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev51-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 209442a6bf1a05bc8e7a4d421ea247164a9af3f6c93a37e5b7fcbfdf7d8a9cc9
MD5 5ff183b34ac88064836db6892c946987
BLAKE2b-256 145c702f2c082af9bdb60b4609cd958daffb4b969790dee20a9b8cfce65bd099

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev51-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.dev51-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev51-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 2bc3c081ee8f38a60017ea02996d7dd00346dc3c24144d58087999de8906610b
MD5 4476b43f3791641c447423b174f4488f
BLAKE2b-256 37b730ae2afeba0c96a8a7fd58cb7594df2575d3832f7f4c3f25e04494edc354

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev51-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.dev51-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev51-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4fb2c8697ef2d9afa7bb2c4e05f8005b8fe5f94e7eec1129926e41735b570ce9
MD5 477dcc9c2c3e43be908efbd93c35e01b
BLAKE2b-256 e22caca1af03633bebdb47103985351b55aa645eae2906f6c85c772c186f86f8

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev51-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.dev51-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev51-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4c54f125af9a62c13d8326c1986143ba996f97963945867e21e6e2a74fcd2afa
MD5 de46e208ad6854ce62690d231bc31879
BLAKE2b-256 e6787cfd9981426e093129f4c89011adf81b6cdbe66eae2d662e76c7c7c3f4a4

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev51-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.dev51-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev51-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0c123adb35c838991805b03b605e89a42c7ae4feaf10fed26c5747cce2b25967
MD5 f4438775731a73bb71fffbc894448595
BLAKE2b-256 10a66ba0b60a3f46bb3dfed48cb46f4ec051a8058491406cd9b2bbccee1dae91

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev51-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.dev51-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev51-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d6eed04bcf7301b4318159ad9d7cf7512b8dcfbc08e3b9038c278ca2e4a57c4e
MD5 8508929d67339c4ba48b9fa6defad029
BLAKE2b-256 2027c1822fbb5dfe20889e8991d749363e59307f7ca91436ac2f2c4b5a5a43c1

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev51-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.dev51-cp311-cp311-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev51-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 2f57feba65c57cebcadbe0a3419d328bd7134d5e37cedcca3eb9857dd62c5b88
MD5 aabcad8d83af1afbc8251869d5486693
BLAKE2b-256 af9f96558c37f9cfcf3c2ed948ccbfad4860ee773d1948ecc18852b56582fd14

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev51-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.dev51-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev51-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 69ff85b1d6f8a02ff8acff6ae3f94067ec864e5b462ec7ef051efcdff1f8af7c
MD5 61fea03e045df32fbeb47a997e065f3b
BLAKE2b-256 3cc1b07c6ac9d356cb1b2322cd3346dda137a4149097adbcf08ad17683fb0044

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev51-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.dev51-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev51-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 d30481eb4966068a6e7e400d9746ce354733e1a1007d9e001aba0225af7a30f7
MD5 b58180fd369a7382c900e89d0ab617d5
BLAKE2b-256 c9b854c0f08b0380c7c942012f32433df8d87bb67cdd6b9292cdc1e767d7de34

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev51-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.dev51-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev51-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b54d51ff511927615c6a7edb26f72856650282b417407e5c8daf1b2bd068942f
MD5 4803d829eccfdbff48eaade55717e697
BLAKE2b-256 64cfb5bb341eb247d2ac7807e98594e11ca0bf03faaec78c7009cbb5d50e2984

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev51-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.dev51-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev51-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0fe6b416deba306d90305f052520e5c90213f9b5525d1f43dda4d352f28296aa
MD5 a99efa8b8f19ef3c21b7c0db921f9e7f
BLAKE2b-256 f6597a231a97e4f518f4186f27b5b80707fe589aa49ee9ad6d8f146a9f142ef1

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev51-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.dev51-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev51-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6a884c399b13d98b3752d9283727b22435f0afe6fc231854f0e5f7f61474fe86
MD5 4c2250959eeaad4ae442027392cc86fa
BLAKE2b-256 51397dc27578850ce4e44409457c54f59b4ae5de1e48cd92035d72dd9663e961

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev51-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.dev51-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev51-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e82528b1def3e0b296bef5e8fe5fec2e1379b6ef530b8bdcbded1d4adbc36618
MD5 e92a771055ef623818fbdbddd001f1d8
BLAKE2b-256 4461f9051728825a426e26eb1a3b945fc8c174ac9239a14044112b1d9b7581a0

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev51-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.dev51-cp310-cp310-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev51-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 22cba2536456d3f143e7a4f2d01310ff21708b69be93a7d7732ccc02eab38dde
MD5 6f76c35e3207a8562cf38be558c602f2
BLAKE2b-256 dfd4128c966fb3dacc231abc2eeab94baad4f7a4ef5254b48a313d33a671c7b8

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev51-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.dev51-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev51-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 25f711b3fcde3401676fc1db0c617bf0902c5caf5c47ac534d1f7991c40070c9
MD5 efd3c62cd57c59461fdb78bbc8488f85
BLAKE2b-256 1e614552f4f3c87cbfc388bf8f575c76853ebb0cb0465aec145b6eb97e94a9dc

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev51-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