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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

histomicstk-1.4.1.dev50-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (597.6 kB view details)

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

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

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

histomicstk-1.4.1.dev50-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.dev50-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.dev50-cp312-cp312-macosx_11_0_x86_64.whl (518.9 kB view details)

Uploaded CPython 3.12macOS 11.0+ x86-64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

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

File metadata

  • Download URL: histomicstk-1.4.1.dev50.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.dev50.tar.gz
Algorithm Hash digest
SHA256 ec5172692b40ce719890e92016273ac3d1975b1540f6ecc11f888712836044f1
MD5 3b3546513a4ff9229cdc202377b14c33
BLAKE2b-256 f9e95f107eba760d0a48c263f4d711c31bbded9749d342290db07d223f741504

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev50-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 72b7564b468ee3b8c040c9c9c8f28a455b77ea23b297426ff7285a8485b7d874
MD5 767087b899546a14105ca88388ec079b
BLAKE2b-256 ccb664b8182d5a3eb1163c996c9d66bcc5a27fb4a2ba85697ec309a4691c9b4f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev50-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e5ecbea89f548ef3c956c00ca02c422b6d2790f1bbe5876238bd84f9a0b9f762
MD5 01c1cacdfe343e30237df9d76be7633a
BLAKE2b-256 abc306d8777193abd22d0836befd60a5026450aa620cdd4ae460d6d60cb39c20

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev50-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8d4ddaaa8db4328aacc361a306189fe62cb6ac3f164128fee880b3ae895a3022
MD5 4f285450abfa4a6542af8ec33e6d4b01
BLAKE2b-256 e3d15e25d8d6f64e7471df0fd896fab27377c5a9c381105f2f9f4273dcac742b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev50-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 659c0a3f71120ac44a1fb783a18faf82031ffbe535a220193faeb82db7e75197
MD5 84bed5621e39ea0b22c7fa7e5b998315
BLAKE2b-256 4c627bef4dab44ceb916192ea322c3b2aac22046d6bc5fe2135bd292cb49cf50

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev50-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 54fcee748592630c08a085906879872813231b07bb728d8af54e5f41c362e471
MD5 854f1ced6e45f7cb36f0a1373806a01e
BLAKE2b-256 d5da1b03cbf755556ed1c80f077b3a46997250a41fc8f3fe4ccf54aa368c5268

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev50-cp314-cp314-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 ebd10d4d7672ea35ba3881be8d7954276f31679c94f500cd25088c5b66be7c03
MD5 13818e83d350ea144b22a579c407a8da
BLAKE2b-256 04420bc20034a9d4bb4887ba27fda7351e5433c92c303ea547c3cc25d3dee1b6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev50-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2c0657ce254963c539243ace651fe89ea84529bfa693b76b1be8319148c656b2
MD5 b92235cffc27a5c836e0b28b9a553e8f
BLAKE2b-256 4c270e00a5d44d22f964e160dddfbe2218c8d504e837ec735bba9e5394628bc2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev50-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 fbe1dcac7feceb149adc3ae240c101e130bbdacda9af32de4b792f574b23d0d6
MD5 e32693f7c709f4adb906df90d3de5abe
BLAKE2b-256 61151cd94d0a956dfd8d6afc161cb5e3fb186c5dc0f0badbbfecf5a4f5681ba9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev50-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 97cf79cff5f4e8649639e3abf9c6911b40303a077f3342ec308f658f1d70eddd
MD5 ec42327ff827d42b14194b7baf501dc3
BLAKE2b-256 1f0597926f525d2fe4aa996b6d80b04b070ed6fbd71b39203a933cada7947ba8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev50-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f539d8aaa41deac92b015fc772b2adc9765e083917bc8e67183b3dc453965a70
MD5 d5c7117d6487934e2138abefcc7b678e
BLAKE2b-256 1641d85bae31f30aa7f4eb1f81d7ac1c281dc28e5e50d33640420db1e7d07a8d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev50-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1203efd8d173c881bd6984e6f9b62d5a10b162ba3b5aa8ff80c6bfebe9bce895
MD5 01180f057ffc2ce501978677eaed925d
BLAKE2b-256 020199049a358f7d384fbd0074603d041306176ed0ef01703eb5c84bc115f3b6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev50-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 907fed57d9ee0764b79e5f73c6529efc2f18b78ea13aee98050658f714e38942
MD5 3975196f4ea5b730451db4fd1236ad6d
BLAKE2b-256 fb6ce323584f04726188a9e390a2925adfacb8a7f3a275e6c1b241f5c1ffdf2e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev50-cp313-cp313-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 02873b9c16ecbdb09fef9f2dbf178dc448d7ed1bb15b16c79e0d38640fd10639
MD5 958708a567b12b2da8370a6ff2d48ddd
BLAKE2b-256 a0f29d67ac05e5547a23ce45d18cf42a16c840f6d33d41dfe98f1037040b66ce

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev50-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5f5436ac0c2b4d33d919ff5eb600d21c9c839e21f9f38ba5765c15a6bef1a186
MD5 009c2a71151e05235a673fbf374e893d
BLAKE2b-256 9c1d943095e0d3d0ee9bbe2196f38d652ff02abcc8a317460be3a2e6affcb6cf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev50-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 1ad5d63f84706a25421bcfc504b7821bdc73ac006f24dfcbb563a11619badfe4
MD5 ca507d0d207758fd499411b9d5a73b5b
BLAKE2b-256 ed2920f9ed3daefc585bfa7cd7432da34419dd81e487e119cde440a4618400a0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev50-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f24400e7cbf38dfc55033f1d50f317291c8030ddb79999806351e348b22161b6
MD5 954008718c9cc9dc786a3fd31b4f9148
BLAKE2b-256 d0fa6045fc26e7c57b099ab6ec3019ae7cdfe81516a886787c900f4dd9ab5ef2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev50-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3d0119f4b9f8d3cc8bba1b1f44cec026aee9bbc43582baa6ff9ba2b814aa10ac
MD5 c39715b5e7db83a06d218873f957acdc
BLAKE2b-256 f078eba08aee8c312735c9d59893f76151abe76533cc254116c3ecf9d5e59236

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev50-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4b07821eb988bfcfb88e47f5ad3ccb50c4174c4d207152d0b4a207035dfa96a4
MD5 f06fa7d3f9265cc9480e8d46e5590ccc
BLAKE2b-256 db0a379e02673aec2de5183974a68663bc5e85978a86821889077c8f6037acc2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev50-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 fe72bee05c6ffed4abfffce9ccf7d85b972c8bb8208c5d38f9a9f5505b5ad5a9
MD5 079e4e59a4266466f6ebe15459b01c0e
BLAKE2b-256 51147793c9c8a730db5aef47a808708bbc5d587a90172103282bae0c38de70aa

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev50-cp312-cp312-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 02c061a96afccd8a9bf8a22448af7ae7eea2017e44ec4bde2a7e80b5782d067c
MD5 228c333eb9c5568d5c9db38a564f8824
BLAKE2b-256 022ffe041eda623a171b40a4e8c145c6bf684ec03e5434391f3d08910f6ff961

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev50-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b8a7ca80e30696bcb532789a8ebff81444ac6eecdb86d1052d3856947dccb7b5
MD5 f1b41bc4812645ed1d8df316bcafc2d0
BLAKE2b-256 b76cd837eb497c3c26f960084902393e0485f8beb58660b8f26442e0319fae9c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev50-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 a0e6e45d82f1f28f21f74fee77c52d371c4bb211990e372a6df1d7975f00d2cb
MD5 27a70a1912fd6c744c86ce0aaf057838
BLAKE2b-256 90a2af4d7b70c50c21048c640ae5cbe1e06204fc8beab9a3ef9558bf304c8be6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev50-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7eea7ae8e96de563d813f68cf9d8fda035b4e5fe05b2cb0c77637fcc9195add9
MD5 06603498caf01201f05b756f5c3cbc44
BLAKE2b-256 699a7d97a28258633e978ee4daecb18c5a901c41b177ea0edb9e37dac82188e1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev50-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 aee0c55bd841803b89c824a416a66fd8f6ee3d03fff737d408752d274fdfd0b6
MD5 30186e1c3e217d5113d9f85047d394b9
BLAKE2b-256 68e5db9c9fa280b0541a0cf0df6c7dc0ecc1e2e79369c28c6bf46f269bf41efc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev50-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a6a20b7ced8978ae8052632af0fcb43b1804c6a28ee7607d7a5b2a9aa2585194
MD5 70a1cec9cacb1e457dd78fb85b5b8339
BLAKE2b-256 9a1fcf642cd8530ff7f15d1efd942fc2ac603381bbbfbd940f2a3a26ecca9077

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev50-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a9818cd23095424bdf4a4f24a5561bc6d9d8e2ba92f28bb5891307186aeb306b
MD5 32be492e238061744e2d015d94231bda
BLAKE2b-256 42ecd0910849cf7e126174c2dd50ee99171aef991b1b6b16539668ee8cb65bc1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev50-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 5411188a9d9f13d68e2fbf6a84d47d281ab3f181b780384635b9d6d4bc8406f6
MD5 ae8cc4fef6954c00dea61ca306507928
BLAKE2b-256 c1fec6116c3a866c5378603de2e05d925061f95fb6057ccdc80820850ec55f6a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev50-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0dd37253560ca97c30566462afc558e87ee9abe60c18351969375d32019b231c
MD5 a7498c013ff4c312b45f5c92d7cb1f47
BLAKE2b-256 e01ddff46f34cd187ba38d8af8bbd24689b39938a577c4b868e6893db3c8b148

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev50-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 7270df976e5dcc6810a37ce0d4637c8ee760973498bb41be1c04f4f5fd624480
MD5 54cc4bac83ae110a0033753d9dd4817a
BLAKE2b-256 03ba80de17c00da2bdb8dfc1094ee8c0a7ea3b9570a18a148ef653c552eee447

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev50-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4d43d8368bccd5325662ffab2a423085f01304b545a424bd79c10be2be4f2d1d
MD5 ba21bd0d33e4389e92fb1ac43fbb2a90
BLAKE2b-256 787aebdcf7faf24a5291c06ca748e60884b47414223573b9d58ea8f00d18777e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev50-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c4ae8f63efea2cc0859d8d24d410fb995a54a984df3fd37c4f2ebb13fb57f37c
MD5 816fd3a358e8405013712ef8d980a7aa
BLAKE2b-256 5bdf50d89ee076ff58d2a74e5f71555a645c8391ea4dd05182e49bb5bbbfa591

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev50-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 34c8e32a733381c39101c191534e4fb176811e24ddba665a9c3ef97b628bdb1e
MD5 c7fc5d271982ed2c80c701107608d1e9
BLAKE2b-256 5ad7a9fe882effaaccd769472e532037ad9e45d95a00b087f501d359c9dc8885

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev50-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5b08d408669a895085da6c2d76f005882f000d88686ac7bdb2a64e7812f612df
MD5 2f3b4fc94cf7ba2ceadb4f4074151e50
BLAKE2b-256 147244d91820b7a0fc62151a4008524c305aef0bb2518803697ab1ee3127663e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev50-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 544c230a452658c633468dab78a81a5760f4c4aea756adf301ff30c03ec7642a
MD5 ee210d4c28e3e59fccfaf0f61f2917ca
BLAKE2b-256 2bb6ebdb505de35af10e9d4cca1fbda6b2d2927800f3b093baad601f5387b771

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev50-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d067f6528fb6e2bd46ca1115ec0b75602f6b5acf299faf3af3749d021dc84439
MD5 98c616303a9522defd4dcf564e0f4b7b
BLAKE2b-256 f353e179af30d8163b22714968f301209daf7d845982350432a191a03c927164

See more details on using hashes here.

Provenance

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