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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

histomicstk-1.4.1.dev53-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (597.9 kB view details)

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

histomicstk-1.4.1.dev53-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (584.7 kB view details)

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

histomicstk-1.4.1.dev53-cp314-cp314-macosx_11_0_x86_64.whl (517.8 kB view details)

Uploaded CPython 3.14macOS 11.0+ x86-64

histomicstk-1.4.1.dev53-cp314-cp314-macosx_11_0_arm64.whl (511.2 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

histomicstk-1.4.1.dev53-cp313-cp313-win_amd64.whl (714.5 kB view details)

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

histomicstk-1.4.1.dev53-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (597.3 kB view details)

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

histomicstk-1.4.1.dev53-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (581.5 kB view details)

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

histomicstk-1.4.1.dev53-cp313-cp313-macosx_11_0_x86_64.whl (517.1 kB view details)

Uploaded CPython 3.13macOS 11.0+ x86-64

histomicstk-1.4.1.dev53-cp313-cp313-macosx_11_0_arm64.whl (509.2 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

histomicstk-1.4.1.dev53-cp312-cp312-win_amd64.whl (714.9 kB view details)

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

histomicstk-1.4.1.dev53-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (597.9 kB view details)

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

histomicstk-1.4.1.dev53-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (582.2 kB view details)

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

histomicstk-1.4.1.dev53-cp312-cp312-macosx_11_0_x86_64.whl (519.3 kB view details)

Uploaded CPython 3.12macOS 11.0+ x86-64

histomicstk-1.4.1.dev53-cp312-cp312-macosx_11_0_arm64.whl (510.9 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

histomicstk-1.4.1.dev53-cp311-cp311-win_amd64.whl (713.7 kB view details)

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

histomicstk-1.4.1.dev53-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (603.4 kB view details)

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

histomicstk-1.4.1.dev53-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (588.4 kB view details)

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

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

Uploaded CPython 3.11macOS 11.0+ ARM64

histomicstk-1.4.1.dev53-cp310-cp310-win_amd64.whl (713.7 kB view details)

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

histomicstk-1.4.1.dev53-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (604.6 kB view details)

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

histomicstk-1.4.1.dev53-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (588.9 kB view details)

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

histomicstk-1.4.1.dev53-cp310-cp310-macosx_11_0_x86_64.whl (517.6 kB view details)

Uploaded CPython 3.10macOS 11.0+ x86-64

histomicstk-1.4.1.dev53-cp310-cp310-macosx_11_0_arm64.whl (510.5 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

File details

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

File metadata

  • Download URL: histomicstk-1.4.1.dev53.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.dev53.tar.gz
Algorithm Hash digest
SHA256 e5bb9e8a742e897066024d10545c08f78d0d5f28ac1d8b83a66bc960f3a2c20b
MD5 eb81e6ddf14ffe135128efc346ccd776
BLAKE2b-256 d3d9ab3d986874929706c42ec67cc01659f16a770946c3f9832288f91bbfeb29

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev53-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 0af183e16dfb228154dc9a7d614e53be67bcc4b08de9ffb610e02f4cad8401c5
MD5 33445d987dea97ebd2658f917c2094eb
BLAKE2b-256 7112994d90068d2be3f3a036c221ff360c6ea1a407c35afab2740a89c95ad7bb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev53-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6b9c6de4c102f9cd68a64fcd21193227d783fc6d6c83870923ba49e771ca3244
MD5 fe1f72fd51721934743fdca2cae3ced9
BLAKE2b-256 8d188d42f21a41be57943f0b4198d289b20cb35388314b16c83dfa703ff830a7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev53-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2e681863008bed19c4992c6052888c7ac014875f84ed7c0ec662a1a9fe9b7004
MD5 01ff5e2a646e57ba178a80f13c199cf4
BLAKE2b-256 1477cf6f36bea4b213f632442f66107fb6461585241922816a4ccf242ae43437

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev53-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3940c48747b1175d548c16b0262042a3bb00f17f0d158cd13d256046d51939c7
MD5 045aa4cb3a5d608a4b81d77bbcba73bb
BLAKE2b-256 1d60d7fe3b4af199e3a38b9e8fd4d24d2f12c96df539973aca2a58b5a4baf8cc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev53-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 cd5de44396dc919793a12a0a8e9f3cec68ee920ce8211c9e3118aba58d6c77b1
MD5 af7c16dd2cc2594f695370165d948adc
BLAKE2b-256 0f7e5cdd0656845a9fbce827b8f7883a83494180bec718fdad40b92edd6940ac

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev53-cp314-cp314-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 42c69e0a0ae2655904ba3484785c5737aebe4e4b36ba1e885b8fa99cd936d855
MD5 84a982721ed4184f626a6a9dfbdb5aab
BLAKE2b-256 e552762455fc4f6fd35ad2667cb290831557815fc65347c8bc8ad9f05608f8cb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev53-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5aab30ed74f692088e1e63343eea58e75752e512b76a3a29117e180f96b6d617
MD5 93696d49c328fce259377a60f085123f
BLAKE2b-256 0f6b32bb1a406158f051600e394fab96b87229d11556226a3608fbd55adbd903

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev53-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 62bbf277cf7dcdbb16ab94685ba22d8bc235b67f5ad5ed0a58b04d882fb218ab
MD5 98a353ae0791191d3e4a9d4aa8d29583
BLAKE2b-256 dfc8ee6482d7e6395f5b5c55c2f659be4512da54507304d3de5ba7123ed0c4bb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev53-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 399f1f50a3982b08666f95b3413f26746a1f34e27d43a860b53434f3ae6d6fab
MD5 45e0dbde632e3ff44d79f25f99ae004e
BLAKE2b-256 749fceb4c96f9e9846c529fc9d99a39f9f8d20b9dfa1505c578efe701718eaeb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev53-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 156ed6fd2eda5beb7bdee7afac03aeaa39ea5d6295e9d7101ffb1e61960ecc30
MD5 a3f6c01e2fda9f75b15b4cb803f3a798
BLAKE2b-256 e988692e5591f79d25b9eb375f0f5f6b2ca85ce19b09abfa77c7f9805e504c93

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev53-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5c92c964c239f4bf10d0c89e06f2e311067c58a0fe246d006f41c89f9a6f759b
MD5 47e6d216bf39481513dde47bb4eed3cc
BLAKE2b-256 645d32472e394097eebfa591c35ca773b5bd8e64de3a7d1a5a165b5165603266

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev53-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 12b7c0c104bfa1547901047934cbeffc17e9c31ce00413e0d2e42c31e8994cb9
MD5 387ad32fb0a3d0e5bc71ca53a944446a
BLAKE2b-256 0c967a3db75e2a0ec5e2a301e83956f9aba73108aa67fb5fa573fc48d8d63cac

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev53-cp313-cp313-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 d2bad3df08aeae6f3746ebbe931b7d43bd0ef5e0a77c9f887cd365bae81b8336
MD5 701684f3b83d1bbba39eb5e88cc93d2c
BLAKE2b-256 ddfff57a90b3cdc4a0de05c60ceb6a097356b598e598912ae0870812c544d61d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev53-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9b96f478043e8c0501adb0d98e56de1fb083d7c59a89ea1762cf43205fcca0c7
MD5 56825abd46438756f1020daedb0e3160
BLAKE2b-256 7397e235d69f8f6a46987e2fdaaaf5a31f80dce6d020b9739068c436c7f1ca8d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev53-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 8c9270d0be854f64ea418cca0de0757080197cfee382084d5f7379fa362b22ed
MD5 106b46dacfdb8f4edec13da0465907e3
BLAKE2b-256 0a21070a49c4c83c77a614de4a6e5e22f88ab31dd357e3c769bed20a6162de22

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev53-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5242806136985be7f4d211352437c9c04561b8481162bd4c5a617511180f457d
MD5 f44cb013ed81066a48674dcea3b1e123
BLAKE2b-256 de73014ee157e7b64db6ecc63ec4ca540b4cf8a98c56891988ea1f75d893020d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev53-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 82ebce55700d784b7e9daaf3e88505325d7190527cea6da84856d33394692b1e
MD5 a0d6fec3c0b5e7842551ca22c417a207
BLAKE2b-256 3d2a8d72cd371384872c21a9307ad97cd8b897ae3071132b4c1c559928223ba5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev53-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1f767d971a2b9758f688e4b896ddbc2876298fd528df664c14df264dc2c96793
MD5 517b62be7eb4a317480b0ea2deec86e5
BLAKE2b-256 4b57479be6784a97bf6c9b8987a4e81a97ecfacbc163d589c88f00c3697c6f57

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev53-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 598a744fdf6f6e1762c248cf68c67256192bdd096313f75d7041d8deff08f036
MD5 72752f6a379e0c5fda3eeca0c81c0dd9
BLAKE2b-256 883bb10bbae664e61ff1fab6f1c331e1f3f0ada5a39c68ab0d64920e054d7727

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev53-cp312-cp312-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 b524cb2b341e5a699138bda2647f5f6bbe7cb261278bf76c6e520a623a5d7437
MD5 0b8ff5213b66a378cf3b6d13fec96f13
BLAKE2b-256 639d5867ff93b215b27fc1ebed6da99f5d740340d25f681de70d13078c8d77b4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev53-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a729bd3bb2ea9b68088a22737edefd59e693713c96741d1377bb22739acdf8df
MD5 475d56d5c7a61ab9a45295b843e9eb10
BLAKE2b-256 ac978ff4ab066d3e58a43a81a2442d4de424aed8c827411a4b6d6b8eadb56899

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev53-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 4cc43886f982f09e23a79ea74fc0eaccd962d456d9fbaeaf9ad6edde86654865
MD5 ec8b5f95028997d51678ef9e0b6b2af8
BLAKE2b-256 5d31e0b68845c67acbcb4ef2bc60f48bfda82971e3ead84d369f401c6d23161b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev53-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 83d7f19153e35a15b49a77f7cb64aea9a3464f6a35cad377bc90c96831484de4
MD5 2c73735e5f941b28dda7a8e7a10d6e1c
BLAKE2b-256 f4fc95d96f0e0b784394802f9df62b74a0d49cdb0713dd0418587bf26f9444e4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev53-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c8d8294a970b03795d827725526fcf6a566eb09c8c5f351a290d07994bb53e15
MD5 31a384a4b5ad0d252976928430afc4f9
BLAKE2b-256 4e585d93a5b36b2f6b261902302ced111afc261b351e800221ff7e3fdeabd86f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev53-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c23db5a3cf665e86acdc5e7f2c4654a20acdce1cb8833ccbba8f9d0a5398b0ec
MD5 f0ff93cdbea3cfe70f115e9dbf0e9bd7
BLAKE2b-256 50c12cdadfa24f1d8cc673e7cbde03fc8606426dd66915c20553ed167575763f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev53-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8b2d8c54e2bd1bca7774536d5a1f8b9924b03023626ff4ded60833124da69c33
MD5 cc417c3bc21236f86d30a0d7d8edd8c1
BLAKE2b-256 000d8dabb7fe35268c26cbef5b93d46d6168ba9184f7fc7c6724776e4588c9b1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev53-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 20ea8a9b0a7b3e0c6ba775f310a64ecc501a33ec98081488f21af0f0622eaf31
MD5 8692c1de6818c486e3a2e1354a259792
BLAKE2b-256 3b51acfad076d8e161a142b98ebc334c6d099943051f3767e4e43a4252d51c16

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev53-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c6dbed807c0e79466e503b687adaf39d083c37553f752a26cc22181ccef67543
MD5 4fb888f5ecde58112a4a985c7a6bba4f
BLAKE2b-256 415de052f0aa0861d03414b392386a8935ad1fc19494844c9fcccf2dd1b10be9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev53-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 8f959a3c754640d9ab689246403c7b91800ea4af85e654d315b7eb6df1abf2ec
MD5 1a15e735ebde45328521924120d9650a
BLAKE2b-256 6363a2198970ce992e5940380a6441a83b390b94f948ecd8fa0d2e6ae2dcf2f9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev53-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9ef0d5aadde84c50f20e67d1d41eec8d89955d114367ba0538303209a8c188d4
MD5 e1a34390b7175e8fbd0e14fc986646c9
BLAKE2b-256 0535799b43b2e5576c4fd85f4915e902146d0b6060d0824bfd53e82ddeb78381

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev53-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d5dee8d02fddf693db85c49af7e2c73ff205a2482a70ba754faf0b19e9bbb83f
MD5 b3e798d65489286c6ee7fe7fa453e7b5
BLAKE2b-256 c9e4e7390203bd7e355aab46b61d4c0e5a2b2a0e0813b36dcee98a8386be9d05

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev53-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 022a1856dd41021d45bc0cb9b4bcd15a600fdcabe9507a2fd1679778979685d3
MD5 41e0e92fc176a656815b56225f1f51f6
BLAKE2b-256 1cee5be42459a8943923ef0b006e03ecbf64184ade68754eda20f6fd8ec3a78a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev53-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e91d5f4b9feb343b0cc449f7ff6b39b7041903769de36783e981a7c000c6e761
MD5 e382aba850a54f65938488f4fc7d3aa0
BLAKE2b-256 2d0eb911df8082278c241b55a95638739f2eb0c180e88f9d1b54815c3766da9e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev53-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 d7a7a6f1507ed5f4f4f351262b0b1beced3a89d2d06957a693b9446c9a7d8536
MD5 19bd0a2766c1cea7468c255c9dab9838
BLAKE2b-256 8ecaa3b6beb94677536df5e0d20567b8bf2ffbb6b9dfb5d5a53d698d95a23eb2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev53-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5898b377a876a1c6a1a36146c17c1c80e6560e9089e9b38bfc3fda517dae7c6d
MD5 afebd3095046a53116d0d253ab3a79df
BLAKE2b-256 6cc992ffdac0cc4e7493abc6c7f756b11631372c67575c377b6803de756391b5

See more details on using hashes here.

Provenance

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