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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

histomicstk-1.4.1.dev48-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (594.1 kB view details)

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

histomicstk-1.4.1.dev48-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (580.7 kB view details)

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

histomicstk-1.4.1.dev48-cp314-cp314-macosx_11_0_x86_64.whl (517.3 kB view details)

Uploaded CPython 3.14macOS 11.0+ x86-64

histomicstk-1.4.1.dev48-cp314-cp314-macosx_11_0_arm64.whl (508.5 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

histomicstk-1.4.1.dev48-cp313-cp313-win_amd64.whl (711.2 kB view details)

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

histomicstk-1.4.1.dev48-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (593.5 kB view details)

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

histomicstk-1.4.1.dev48-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (577.8 kB view details)

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

histomicstk-1.4.1.dev48-cp313-cp313-macosx_11_0_x86_64.whl (516.3 kB view details)

Uploaded CPython 3.13macOS 11.0+ x86-64

histomicstk-1.4.1.dev48-cp313-cp313-macosx_11_0_arm64.whl (506.7 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

histomicstk-1.4.1.dev48-cp312-cp312-win_amd64.whl (711.9 kB view details)

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

histomicstk-1.4.1.dev48-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (594.7 kB view details)

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

histomicstk-1.4.1.dev48-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (579.4 kB view details)

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

histomicstk-1.4.1.dev48-cp312-cp312-macosx_11_0_x86_64.whl (518.4 kB view details)

Uploaded CPython 3.12macOS 11.0+ x86-64

histomicstk-1.4.1.dev48-cp312-cp312-macosx_11_0_arm64.whl (508.5 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

histomicstk-1.4.1.dev48-cp311-cp311-win_amd64.whl (710.7 kB view details)

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

histomicstk-1.4.1.dev48-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (599.5 kB view details)

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

histomicstk-1.4.1.dev48-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (584.6 kB view details)

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

histomicstk-1.4.1.dev48-cp311-cp311-macosx_11_0_x86_64.whl (515.8 kB view details)

Uploaded CPython 3.11macOS 11.0+ x86-64

histomicstk-1.4.1.dev48-cp311-cp311-macosx_11_0_arm64.whl (507.2 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

histomicstk-1.4.1.dev48-cp310-cp310-win_amd64.whl (710.8 kB view details)

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

histomicstk-1.4.1.dev48-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (600.6 kB view details)

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

histomicstk-1.4.1.dev48-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (585.1 kB view details)

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

histomicstk-1.4.1.dev48-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.dev48-cp310-cp310-macosx_11_0_arm64.whl (508.8 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

File details

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

File metadata

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

File hashes

Hashes for histomicstk-1.4.1.dev48.tar.gz
Algorithm Hash digest
SHA256 2d680358ed7d4909f3eb679133413254d5aa1feef21d5b217e2813a65124eb26
MD5 33308dad178e2f87aa5f566c46f244c4
BLAKE2b-256 f9f8e315b02e9e1f5b3bbcc89adb87502c9af16ff9f096503a10134312db7656

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev48-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 f54a8a4f322d57eda04add0bc2af4850ec2c5fa9bc21c3d394326df5794b499d
MD5 7f40f86b14175b4a8b176ba610040e3e
BLAKE2b-256 62dd56061044537df36a11de72ac4da210160a01a598264c1145888725458ef4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev48-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 58a8ec9c8b78e5b0f4a36527446cc32667145b16a1485d72eded91f5f5132ecf
MD5 407ee2c4b8e5c193f9ed32bc7a17e187
BLAKE2b-256 6dc8126d4f566b1f16dbd4fbd1f248beb3b24afc0c2ca1c5efa244c5e553f26e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev48-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1f9954efa5675f880185890ee6c724d8a68a6979c70fcb4fab6f2a6fd1fbf514
MD5 9b7ef13cfff69f70d5b8e3c56a46e798
BLAKE2b-256 fb78d14c6bb6458ec7fc0847d29478f8188d99c3bfa5da2ff91b494d0db4afda

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev48-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e2c6dcec0fa3f3a2f42e4933216e5a963f6994b35290428baceb2234481d579e
MD5 3e685e49eefb2649e9fb386e651cf007
BLAKE2b-256 f161eff04873dce614a028c8379533f46402299340e8782d9f46b2b5ab1f3258

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev48-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 082a07bdb6cea08328b36798f0b522bb5a4cdb70ada716f635f7ad2ca7208f6f
MD5 e5989781641736fb611fab652fd3dafe
BLAKE2b-256 71493e84b2dc7b82a17b7ecb65c7c5295ab6c5eb21ee954d0a75d78e5782c692

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev48-cp314-cp314-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 efeb1c9a5e615520708997ef68863eec891cc76a00150c9367ffd6576f5c5c4e
MD5 f3466967da02b2d82d602114f439eae2
BLAKE2b-256 13c8d85bfaebfa14fe7f1717c43176c5443e938b3f13d91efca4b0fc7edaef4a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev48-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 055fab5cf4ce452146349cfafee0246d1f464b01a43396a57af7008f2847afb4
MD5 ee5727cfd62f3d1cec1af74aa8b6f119
BLAKE2b-256 d6a9067a1c8b1637fde5de194dd91ee420f211e488e40d4be157253b450a3b25

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev48-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 b827e0c9722b264a89b7e067111c681ee821477c5b6b232a5f18e3095a670f43
MD5 c2c90008c42b51872bb0b76fc7feedcd
BLAKE2b-256 e607895d2769051b426e58cb1e91a7bc064eeeeb9dc4203c7e57676d2d6d00d5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev48-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ac0406e539bb9d58517ee8ad8c785a5daac6b1b488529cb600a23cb9aa27b38b
MD5 fa12aa8d8ec9a4d277d701992f819704
BLAKE2b-256 25fbb2c117bdfbe5187e178fad34fc3ad521125c26183e882e1d2f77c1936a2d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev48-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d12019ef871d4c4bda2c698859e89f2973d31225513186902e5fa642a451189f
MD5 f9c161b3a58762e84cd3e3de75dfdee6
BLAKE2b-256 f60443f5cc22877a7490bde572acc4b1d509f2e6a7506139af5e7c5535cb8d61

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev48-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 acea366507dc9afffd41adf215790e3978069d0c8ef8bc6a44cb9a1016b0e407
MD5 635c7d239d7587ee973245973e0d4fd2
BLAKE2b-256 52fb5b7da9346c9fb0f719a847c1ff844f08a6e19a4bcdb4fc0d3686e7884b91

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev48-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 501c44860d68315ee5d976686f39b8bc49a75781553f1e8141b9b2966527b8f8
MD5 e9906262e2afd909e2648f59806c8c84
BLAKE2b-256 c9b29ad589cc35250bdfe793c2c8ba36b47dc675b061512cd14fdebb3551b2b3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev48-cp313-cp313-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 0801357a5b39d277133776c312243ff7584c234d6dfee3696e36e12759ac686c
MD5 1cb8ebeab69617c47ee9c392d9592089
BLAKE2b-256 67e55d75b8b3870a7c389a5e1322d18154ef6241d708637892e7c681134ba434

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev48-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ccf48816cf082e767c7b96d60d9d4c758db77b54520fb954acbaef5ee8bc50d0
MD5 1515e434c738371ac88307cc108a6e72
BLAKE2b-256 97c81e1420f46be90e9281b23c7051bf79d430ccf88614092354eef32385778c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev48-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 c923619c68019a0b3feed3a625c8fa674c837a239989211f075e96071366b24a
MD5 32007e96ab141772224e02ba0869d1a2
BLAKE2b-256 6dedb4f347dc72a43015b477c9847979228b5136bb1b9f8535af8176908411a8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev48-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1b2a9129211d9202f61ec4b2dd8f6830ed54865ab878672a1c3ff4a4a7a0cb75
MD5 d0348b18e151708da57b72101c57ac76
BLAKE2b-256 db62ab440ec97bb6417c73e28edc6c0b62b0b20e5df184f552817efba4bfd4a2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev48-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 aa8220a8d5379577537a4b1513a0e3cdcb86484e475747f7e352ec443fd9fa54
MD5 3904021ada23914de55823c3bb33cb8f
BLAKE2b-256 56af79fe14e1cb8a45dbe7bdab1d737d89e18893452ae860292d0fad15c319df

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev48-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1f186fc315a515d67a9089444d1fdb6b5a09192b21a1f9fa5f26128ca00f15a8
MD5 3ddb6a0fea1ec21cb19362d0a1a384cb
BLAKE2b-256 261d10c839c076e4fff60a736440a21dc64385d7b52f6511e1319cc1d2cc918c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev48-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 860357c8aea5d19d2f9743a0438bdf1718378e775ae0c5dbc7faece3fa5791ed
MD5 7cb1c6373f475afa2dff4d602f2caa7d
BLAKE2b-256 14ba4d418e8a6999dd7806f27ceaaa21d95858b83d36a31c40dc543ef4855bd3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev48-cp312-cp312-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 69f6fb9ee6b415d6815a9cdcf38e3392b56d7fb55f1f6f93d48c1684eb587ef1
MD5 c1f8e12fa2f7b50557455bb4e923c5a6
BLAKE2b-256 eae2c1490db6b579919f2ce440f9d8e6197dbf4a0ee0c9f65d8d5592d2fb8b11

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev48-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 14682e4367e64a3c8e10278bf52f9d8d5a23b591e810c737a7ea239b545f6272
MD5 0fae04e03e5b8bf60305eb21a0722622
BLAKE2b-256 261b99d59611a48391e7c25c03968b4397eae9cf8871d078fd8755254c09e5e5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev48-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 e79f7b9b8467e4e453a5949180c8f1128e1a1265812b6ab3726a4deb1ddd592b
MD5 22c808b9e70df3e2264d95c2426d7390
BLAKE2b-256 700409a478101d45ddaee4390a74eb4ddf2cda1a9c7e8360626dd9d6e7a7e4e5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev48-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ed4ed17f8a87bc8203150fb82a65b8a3684ef4e345d1c3899a56a553efe70e4e
MD5 52a6db23fb5bb140d6a3b53f28a0ca9e
BLAKE2b-256 d7125d00082bc442fa413523ea4c64f24c0cd73056401ca3b8f8102035116146

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev48-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e6e9896b88f5b2fe40f845a6dc70feb69002b3ae293c3ce28fb5c0fc0f16d4e6
MD5 227ed1c4dc2fa7b034e18e84498354a1
BLAKE2b-256 57fc8f5553bf43208246f93657113361059a6de88acd5760f230b4b91e82bb96

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev48-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1900e89f100e4ee5956beb16e2eb4ceb3f78f2528e6dd0ba8017205c87d7c2d1
MD5 ab206870bcca7bb589c0b14eafbda603
BLAKE2b-256 223e838a29b80bab111eaa9a350c7c2b0e63615e854fb6578aa2bbad9ad57442

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev48-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6ed90570bc15dc475c09f8e3713d72533c245ecca1d2727bc9f0c06911ce50ec
MD5 3d0a47c9996db985083c9922b3065425
BLAKE2b-256 468fdac9c808791c16ee9990057f28b59107c442576b58b808c67dba947f842d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev48-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 3bf184b56fabe890b77bf05c1c9a3e5351b15d1b0669ec2801487f63a6b3ce60
MD5 60c41638e93292fae9fec8aab99b511f
BLAKE2b-256 3131047592241226715091fba862467fcc1899e339f314c3bd2dc1cca8a8e65b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev48-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 df87b66a8a95e236171c1d25ac5359108a496c242909bd9d612731181fdb71f1
MD5 9e2a828a6e8a7eae895be40e57578a58
BLAKE2b-256 a76520b96273ed50b289753664123e78931a4d7634fbcef04398de4654d4bfff

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev48-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 09ee46487a548e098c31675f28cf041ca851e78af5db502f99f79283d5d61041
MD5 6cea655a0391bcca173797b81d8c5ab2
BLAKE2b-256 63cee05d351c4ccf3d11329e3e031f2f5556b4f622d518389d4dedfdfd060ee2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev48-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4502fd450b238cff679a1182539a53a5ad4d21198ac700005a8b14118035832f
MD5 0d3b11b57b1f2eac1bf6e3afb2cc47b0
BLAKE2b-256 0d60e223098b63919fabe949c664be023a58f891ff3d38714c458afd091c9eac

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev48-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 160082b6e3602d093b87985b9a62dea66cce651747c3dc94e3e5f86015512771
MD5 68f643cdfba0ccbf6a16b71f8339341c
BLAKE2b-256 cdcd5c2629cbe30ff820073167b8534167fd5874ba586adb0d87b8a4b6793014

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev48-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 36b9b4ffd49e1641b089cf615b62d8c22fe82d00f6f2489e46374f43297679a4
MD5 dd48415b532b5086d43e53eea473d3ee
BLAKE2b-256 61e15e33793a5bafd8f34d6c4a6f4264eead7801be93600e4b3b0900a3f3fb29

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev48-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 601150631bc45bf662fa5ef4065c67e6cce0ed3b0ec41925cc98881d0a6e46e2
MD5 55ffe4d69791644f7177803db7446ae9
BLAKE2b-256 7020ba7d17434772f34aa2254ccfea13216bcdc14fae1f51df4f06c79686eea9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev48-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 10749776407f4e8c9e4dee10c89e3c35d2328a86a0e6bb8e7c1bf4cbd58fb2f2
MD5 5964e86d097022dc6edddf9ecddf25dd
BLAKE2b-256 a3e67220cc43f635fd4ed6847dd146bae1cc3604041644602ffaaf026e7efb43

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev48-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 93ae64411c46ce938dfef1ed696553fd6076846df4262e319e14a7ef7c09fe7a
MD5 5735693c2476cbf5e3c066aa5396b7b7
BLAKE2b-256 9ffc6c73b452c4f6d4093aeb052f07b340487c4164942955510e7b12471b1a08

See more details on using hashes here.

Provenance

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