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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

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

File metadata

  • Download URL: histomicstk-1.4.1.dev47.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.dev47.tar.gz
Algorithm Hash digest
SHA256 02a57e2cfeb5ee05569470e6f5ed68f8133b05fc6d2fa29c167b5e1d081e7ca5
MD5 c32204632ada109591dc5491dce0384d
BLAKE2b-256 d4c2c23c1459f13deaf2c8f14b7fb9a180cc29d99cdb4156a0e975739bb1f95f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev47-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 229ae815da745d046688ee9333f01f21a3e157b71e39a88c769fa9f5b6049448
MD5 6a7d5f2706fca42a03d5bb783fe6aa36
BLAKE2b-256 8f65103608580d996060981bdd1b3f87e8e46fb22a0624e06b133618412c83d4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev47-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4f5076383dbfe94ebe2c80b315613eb61dddb2fe19ee708fb8a75016bfffa554
MD5 1c79fcd4defbb56babf2a78112b2fef8
BLAKE2b-256 15a434408cdd9ee0bf79fd3a15af7c9680cb872c0660c2d66fa42b9aaae7a34d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev47-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d0e76605c531ee04cdee0f6666a8fd1126d64f1c7f167ca30dbe40f686fd360a
MD5 82a6a41a628a57c1621f1405ca02731a
BLAKE2b-256 bba2043ef8508ed7e64b34ee533d488881c22a8ab2dd0f1abb3366386df06421

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev47-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f51a86fe3a0734494e473ef5300bbb3cd8f3754c74a0ec8131fbe18fded80e04
MD5 024be3accc3c42bdad116e822e5c9096
BLAKE2b-256 0a96f674293381da0d87c466e41a30941f3c2c657475c80a31e25e3ec45360ea

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev47-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1c796af7d13252a19262a98f46688851276c8f6dfa8312e868a647720431d273
MD5 d1b2fb61a155b967ba92437ad4004ecf
BLAKE2b-256 ee8cbedb3e43e05dfb6ae5333186165c770fe44591bcdef7e56db4ea42bdfd85

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev47-cp314-cp314-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 731cae123abf7b4c2a7a809c443d30d46878640e229236c850fbf146ae40438f
MD5 257f421f95216c2603d2532ec4ef890b
BLAKE2b-256 ec8d853d5e2a1b89e7c08e5c8955a370ef1e3a52500a41898d317e1d3eead869

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev47-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d945fb94a0bf177fb27ffb654963619e31a3a0cccd3a07fad8b8d9e377cc0cdb
MD5 07eae30713ea9f5096ac777da5d8616b
BLAKE2b-256 e93b8927043e14db3e61a03415fd697b483265ef1912691c595dad1efe0d2d05

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev47-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 7a57989bbebf0204caa8a5bf699394d57b4b91788facc55f23f375cf466f2bd9
MD5 eb943992f1fe49f8cda724bdef8bd6b9
BLAKE2b-256 26509ac51e9be1c598057e7f4e14f6d0dfd832dfbd8e2df7c417b89be1fd941a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev47-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ca5f117f2b87526bdc99a46e005a8fd6811ef542b57b709581b7f306f0685042
MD5 630ef36f7d8e5965018ed1794580cda5
BLAKE2b-256 5e2287cd2ac3a2e5243918823c671b001f7901b990f25affbb3d38ba1b2f16c6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev47-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 543ddafcb08ee92adb0a0911413dbd78b5aba84c17124901ebef1cbb54802634
MD5 6457cdb59641ec119f636fa22853f247
BLAKE2b-256 7fde3a66f4983824dc119fc08529227ec31a3483cb766f66978b3954ab055bb9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev47-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bb620f2b9435d65ae42bb1b77e658154aa0794ca0d95baac97d654468c31f439
MD5 878b22b08dbc3ef67004cb5a0062a2bb
BLAKE2b-256 7ef5bd098637a31395e3913aa05b4c7a58b732d550165426827117334a1a482e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev47-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9efdbe37548115b757d3dff30eabaddce6c132128b4e58b2491172cc489adc14
MD5 2e137e2d5955c281fdbb8272a2f5734f
BLAKE2b-256 a185d56584a61884de4ff4bd58a106c50de81a46d4f3811fbb7242c596415c3f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev47-cp313-cp313-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 f8bd37321e1dd5988224b88d94fe39a2d4904a37d78b62969b9bbd54832e8d32
MD5 4f4fc573547d1fd28c3e0579e0eb624f
BLAKE2b-256 9e28b5aa3d64fa874d67652f24af4714c6c732d65efed1e5239c644c58e37603

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev47-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c892cc3d9dde4fc2b0462e68b2d6b5f89277cc0ca30f8c503615966c01c9df9e
MD5 5cbfbfc34195b72d6030c6364247790d
BLAKE2b-256 fb0f7df2d515645ea6e655b36b3185436dbfaa558741ac3d2c026da94034e20f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev47-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 6e126aa7964579ee1790c015cd968aa5e8643036d93a9ba28f4aeab95d106bdf
MD5 68ac22244583bbcc427e1bbe2e98eb2d
BLAKE2b-256 498c5d10d832d311c6169330827aa3d0dff5c16602c4946ed88262ba655f1e32

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev47-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8a1955533c88a425e5b2c9f93dc64d6b6090a59057760e6db3b655f4d8064b7f
MD5 1e15aebf19f5d9ca44f0415387c0bb0a
BLAKE2b-256 9008d0f9aa822051c47c9ee31538baa37c5a87cdaa8ca8c03a8e67ee0f74f51d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev47-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 be54cbfd38f130fb2d742c5d596a35735cbd1f48036d58bd7ebe0c0f30fc4a2c
MD5 86d9f08f2841998bb8511ebeb079873b
BLAKE2b-256 d4252363c9b69347155642897f4332cf99326147fe5735f0483ca54cb0888cac

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev47-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 723d2d60b8cdf81f30bef81371cde6f72a79b10c9c8b3895420f11059a0054a0
MD5 9d6877046bdf378fa55f6688bc7d6c2c
BLAKE2b-256 79fa45aa4d9063399c90b7e746d984e0bfdcc7bacfbd01937d785d51d1a2148f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev47-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b683e08c2d637ef9e76eb30d5db5f255ba2b93b33b03dd84e33099b7405c9573
MD5 33cc334306c51e0bc78eca9189e6240f
BLAKE2b-256 eca2295c0872d5729fb3e064f61f58633c11e565da07a09636fac025425cfa2c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev47-cp312-cp312-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 3fb723f90b503eed372df2e4a8b87cd40ce3ec23a0911e8b0aca79fba6330cf2
MD5 6bdb8083918508c4efd40b1bae49bbe6
BLAKE2b-256 d2f68c871dd666a6fe69b0fd29a053002397dc9963dee3eb278eb02b6ef9b973

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev47-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 58bf7cb8beef6c5bb35b5a898742e0350e23c7814a6a62a7e8fa74ed98273dad
MD5 02f69e3773ea516b56b52069a8c3fcac
BLAKE2b-256 86ca75fee0e02bf7b2bbff4cc1b0f43659b1a7e26dddc14a7b79240d8b84d534

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev47-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 1b2f6a03607d61ed44ae1b2e5f55069824406a18874a3c133b38c74566bffe21
MD5 62ea4e020675d32c473c4377f7e83867
BLAKE2b-256 8be7cca991eb433893557a7fcc2d197d1810203e065fd8a590d35904fbfff5dd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev47-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f4f3ffc1d6bb372572327eea4b569385b45417bda4b5cf9e61d60fe85af3b3a3
MD5 d6bad3e1ea2b487e99a82614ff042dca
BLAKE2b-256 6c780a392d017c47311ec2c51059bd298b619bd15f89e30d24ba16689dae9ee8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev47-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 37a30be7d5ecb499b657d0163a388acbc14c700c0ccf398e2314528aca3315e9
MD5 a2ee1ee05c97ef3dd7738242dc171712
BLAKE2b-256 a0e9f3ad6ba3d30d6c6ed39f50001df9b510a16ab6c9af4ea7b7a18e4c3822a7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev47-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 db673916bf58a90d0b8df472d5bec1166a9e15137e4889c19d5be1e65af96ed9
MD5 8aa969259fb21a4e2ee070d4dd5fe6ff
BLAKE2b-256 dc59ec5fef036bd808ea0b1151cea89277b544ffa1aefa46cfa6aaa8036e30a9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev47-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8a1b49e95e14a7cad159619580105361782bba32cd633f7de9b8e30d55d030ea
MD5 576be35fa324a281a1e656c069203cbe
BLAKE2b-256 cd2c71b18a233c57c84dc3651b402de78c44f72ba2edd584def29532afd89ef9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev47-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 b214becd0aaf60cf20af14de6ae72c72053461683acea790917626d7a97fcbb6
MD5 f75646394118c756ac62511edebba353
BLAKE2b-256 8fd3f18a2618b3894b3c45f308163a47efe0f001281fb577d2a421159b9e201a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev47-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2c71b8757570b35f72159daa6a6c09bf71015273d9451c1ec8df23a7fcfb4c99
MD5 fce36a900b1a1470cb890e9b1a6adbcd
BLAKE2b-256 fe3f171b4c7859998ff357debbb6b8a4c048720cbfad603b92a6e006f195e069

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev47-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 739d6f3ba4a8db7b46380087a16b1bd70de8608ef4fc2f72787e6ea2f07ea05d
MD5 0dbf166eff1fcae8a108a59ba3bfc2aa
BLAKE2b-256 afd29be53d7783861e2b528a1c5948ddc80a9fc6af4a6cfd74999082def0a3ef

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev47-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2d516150c40543164ce5b36ec01b3997da67f22b77bf842be2b32c1919dc6cde
MD5 97ef21e68dc2a932160c933b82bbac39
BLAKE2b-256 2331718695650f3cbc2173a37b79d63285a4bdd02d572a2f6fbad8ad3e4f71af

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev47-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4384c3b1769a31adc0ed67768709c1146bdbb64d3a889cc6c5bdc6159e5e89d7
MD5 1e7931ef169dcf302d317f86cbf67b48
BLAKE2b-256 71287f472b3a7ccddbe5d5f65b592f845ad78e6d966844a14a994b9786e337e1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev47-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 67b72c2149d39e7cb4cbcf32e62b7588530c8b354415cd84a95175763bda6d32
MD5 4d944a34f33c34e97487b604a1a6d38a
BLAKE2b-256 21bc7c95f19246e1689d5ae978f4809f84871f665f786f2fe6801495f929c4cc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev47-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 02c63f60851d385120c4173fc633a96184438df41aabf6a12ed76432d9c62bc4
MD5 a8789c79ee98c3453d8f0aa728493c1b
BLAKE2b-256 86b5ab27078e8e94b7324a185d1c47861bfa2c9451b565a4cac140f59ca021e7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev47-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 5d18e485ac8ee8f217cdb1f9331de991fef40cc7cc7b43dd2d04c14ea9ec13a1
MD5 1c3648e049201e4b8266093424253bfa
BLAKE2b-256 130ef80839f6534764995d8e9249af4ff93d88de76be6b7765fc075bd6914e83

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev47-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 401958320f5b6ac82b576dda3e9178c750e3d6b5745c188d7e63a9a970274cea
MD5 835f2c94f95c669f527518f872cd5c5e
BLAKE2b-256 202cdb3d9741d9468a11efb9aa7c8da77847ee86417fcdcccd186555587a6cac

See more details on using hashes here.

Provenance

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