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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

histomicstk-1.4.1.dev54-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (597.8 kB view details)

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

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

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

histomicstk-1.4.1.dev54-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.dev54-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (581.4 kB view details)

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

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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 11.0+ x86-64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

histomicstk-1.4.1.dev54-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.dev54-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.dev54-cp311-cp311-macosx_11_0_x86_64.whl (515.7 kB view details)

Uploaded CPython 3.11macOS 11.0+ x86-64

histomicstk-1.4.1.dev54-cp311-cp311-macosx_11_0_arm64.whl (508.9 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

histomicstk-1.4.1.dev54-cp310-cp310-win_amd64.whl (713.6 kB view details)

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

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

File metadata

  • Download URL: histomicstk-1.4.1.dev54.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.dev54.tar.gz
Algorithm Hash digest
SHA256 d206ea113f790f4d67a4db55d37893446bf624c5ea485cf034bc033ea5b9b4c4
MD5 9c3f49129c7b70ff90aff1d085083671
BLAKE2b-256 6d4bac3a105960ba6fbee70127e7779148efc19e5b8de886e237fafc3a70a6d2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev54-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 893e36e8e337ace521fc07ee23cfdfb3b7ead72cf25f5b25b7741b1eed11896c
MD5 0a7443c97fee47254609709422c83e57
BLAKE2b-256 c1171830a35a25a0c7d84af0a75c8231a70390aa878adb6011c3a5b94c143bbe

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev54-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 16157f25d6298aaa1e3ee80975c91fae92ad256769dc90a6c0e5747c558b91c1
MD5 45872b62325f714293b20b56556219d0
BLAKE2b-256 e739cbc048b11274343d5da728a37a5b7c74807d944715b2b49ef0c293a485a1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev54-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 16a3b4eef99a042391c1bad5e89db2e01c0320f649d81b1946241e4ba5e5634b
MD5 e62a123b089126069e661cb8c0a5206a
BLAKE2b-256 9bff8eec8b590331bdbde6cd964bab34b40e74ee672019e27580d0bd24c93bc2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev54-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d4683e59ea9f680dd98af50fd784c1f61fe260b46f039a0837488901aeb61417
MD5 edbef70ae7a66c6f03cb766cc0bcba52
BLAKE2b-256 35b0ea6ba098dbc20459095ae03fb6a82b81e8b813fb8f660a92885af6ebf105

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev54-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 39cbab6123f6fb3ca64744d3146efacc26b75de82dc92ee1df1c609e534138bd
MD5 1cc245d199704cddad39fd425922b8b4
BLAKE2b-256 f06dfabbc56cd824f56781be5b1d4f53d7fccc7f9028b1e9dcbbdf978e89221f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev54-cp314-cp314-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 280d0eddeaee08d6ed6b4c09d9a0d5e01f5f0244e9c1c49665ad620dc066223c
MD5 1c1dcf37837f8b48c562d6363dfd449a
BLAKE2b-256 4b670b72f7153b13056670a066e454260d4bdeb784babe2c25ee9f8cf186d529

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev54-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e0b07aa24660dd45bc9b666dc8da096198de0c105c7fdb9af4c34bd6c40ee709
MD5 3361a9de7621f9b9199dd7c5f551bfe4
BLAKE2b-256 d76d9d823367400d18a744b6485419182d1fe35b5ce41f3fa316b0a650aee6ce

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev54-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 aeb63ee7e86c1beba0f4b34b9ea12aefc1c7014e11fb853560e7237bfa5fb40c
MD5 47b5a32ee5caed29b4c3c5e04984c771
BLAKE2b-256 a707b154267c6f6a35c5bb0589c7ffc31843845f726e5aeaa4a562f18d212646

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev54-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b9bfdae9124bb85d69d1dbcaa2899738489914c97f18bd2a60b3e3d0905fae0f
MD5 8039a972b9be92b18457cae4ecc31aad
BLAKE2b-256 ccb82387b55770d53d9197d839fc76e75dac857b7fe35963bd273f719b0e05b7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev54-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fde8ace71cae08da56539e2a1ea330c40014c15271a40533635ed8d1727638da
MD5 46ce4c617e38db7a7a0012043ad557c6
BLAKE2b-256 da9ed2e4f63177823e89cb4f49045666c2c80d24eea759c646f546063be3e8be

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev54-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 82ae2d5d4d7df44e458a68703737545534a8a422e79a9e49040d4f1058312285
MD5 af81409579539f25c3546b3b07c34873
BLAKE2b-256 c6115f9813ddf78f4e8ea0d3a7c9c560e43fdaa224aaed5cf04ef0de498eb9a4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev54-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 bad97d27af1cfbd2ae9fd5572fc8e53b17c1898b98037f2027327f5d68602da4
MD5 02d5c83d9e26b29fa3f92de7a50b9696
BLAKE2b-256 025ba4a4d14ad778d82db37b4bc8fc167f5b9006cfe7a35ce6a1252064153a0c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev54-cp313-cp313-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 1aaf8e7b5a168fd9daf6b6b7f95c5c7aad77b67ac9937080ce307e2bdc777d8b
MD5 6472094bb3685137fbcf0972e4469406
BLAKE2b-256 4ac7f79d5f5170b49ca9402ec7a6f56d8e55da81f56311e3a797a5890bab96da

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev54-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 428e2fda97f3d4103f704617fb86a9b0f915d2b37563ec963b8e98652e856589
MD5 1104cab4e46fcde9b80cf3ba5cf378a3
BLAKE2b-256 0e0ae4896bead8a5ba41f9d8412492a3e3e8e6be8a3ac1f5f2db37569897bdcd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev54-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 5f92cc48d19c8dd23558c506ddc38b85b88afa9d6614fad17941115f484bb9f0
MD5 d424c5a9864aeff6fb0a100ee3b700b5
BLAKE2b-256 9000c34d8da5d3e3e450dae2af8ea037bfae8d020bc00bd7aed10158c2c17c87

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev54-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1f657a9076e078735ed8492d37768b26aaf4c12e4c654e50cf776fc9c8cec74a
MD5 75699fbf6eaa9192cf17f5a0c45701dc
BLAKE2b-256 f1183c3c05060e0054494c7322040ea381e10d6794b4d51b2d482689abea47d2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev54-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9576fabf532549bef4505631aa7dd8ddcaaf58d8ff35eb2be428679e3561e99d
MD5 19e5b86360588fe9914a063b52eb3cdb
BLAKE2b-256 bafaa1589b081faeeca29d4f86b254b5f62e5c45e0a440cdad740c79f20a9ce5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev54-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bde1544cf2f8396f96c3553b37a51a5d31140f40002f0be0f4b617c2ff5b0d50
MD5 64b7d2205b687e968b613db2a8546a1c
BLAKE2b-256 8ebb2a1977f171ce0368220f316ee05a33bd57d137e9a47cd5ce99cbe23f2646

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev54-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9c6261392bfcb553d27e840a8d0fca235ba159bf965ae4b95f9173349a58b9e5
MD5 0284f58c72a68e614230e886bf591df9
BLAKE2b-256 8d216809e79fededb408ace78ab81ea1c1fc37f1985102342ce82c46a062071f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev54-cp312-cp312-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 a5b3eab04a37162e06a6da29ab9fcf005d224a150874b22053605cc82c303369
MD5 33e5f892d618b7fa4ad7b47b6fb4694e
BLAKE2b-256 39e2f033a15cef95dd5bbdfa6979661298630c57247f4f6437a2ec15a56e81ec

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev54-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e0a4b0b41090b4b38a47aab59e7d461cadf919788c6b05c9961fff4648cb5867
MD5 f6dff674a218850c7e29ce59941736a5
BLAKE2b-256 4edbba728182ec8bcfae806aacf57bae184b7616536f8340f9f7ec1551ac1c0d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev54-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 5ce1d405a9a461d9e8afd2624d7e8555f5c0b22d4339dc4803212332edd130e3
MD5 f389d103cfa094b7a2dfc3cf290e5269
BLAKE2b-256 97f0a0ad81a2b06a9bec3dee6b6b66a4ea488de40265c5300f24883e0d782bc5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev54-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 599fef1a15102429028dc02ca706847656b0f2a4dcd11f356e6bffd789f493e8
MD5 8b7a7017c78d899a118b507870fd8b2b
BLAKE2b-256 9ac08201d6571a8b72779d5cf3acf900cd4438c85b88d5ec80f158febeb6d97a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev54-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4f0ce0a3cbb4b68bbf9c32f3cf3e2c05274d6b705fde8f39cf9bb015e8f666d7
MD5 0edf28bc405a363aab5c8124c679e28e
BLAKE2b-256 65bda44ff0fde8e314d77719e7f5f9cc8cb594023f164792ac68abfae6c3f07c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev54-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4c8001241451ef1a6e8fa3a063928a7d3d131af931864e05f9303e660d1d6743
MD5 5525fd1b910272401b475622765acbc4
BLAKE2b-256 29e9af1e043a5db77afebb053e2f42dd030fab47820d707424582633919da461

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev54-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 de416a477ae77b927f75ab287e36d369cc999ed463d0a271308e20ee3af32cd4
MD5 1431e22f1c7f97b7c86c65db0f1055cc
BLAKE2b-256 43c8257f6ee7230800553a6ec08f7b10464ea90eeb8629e2ab43629d9099dcfa

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev54-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 aff0c31867f81233cc8f35bf3aff8eeb5124c115ddd6c454a4bcc947587b22c2
MD5 3ad5fb26b5ba5fbc878d62eed28423b4
BLAKE2b-256 ab4e0d1c762e79292562429ea8b8cce98e773bbcbe57ade10c71cdd37327bdc5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev54-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f53fd219020644804a659001f22178336119e608e17aad568f79233e931f1503
MD5 f59eacb40b7604562117f61406b84d5a
BLAKE2b-256 8edc22705eaa11d566840133d1d85fba2f73702a066e45e1056892a265351ada

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev54-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 fd464ac8f9f251e7ca1183ead94fd07b562debde67b4a2e77e3465c496d522e5
MD5 3da4f30889dd3f5d055d62aa5b98a2ab
BLAKE2b-256 f6cee60313dcc92950eb5461b922de5828cc6140d56d8e3fda6b972500059e1d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev54-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ad90990cc9dee86dffb22bba6ee8d226c94a50dca510e3abc263e801c200d938
MD5 6b511b581bc61fb6618abca24e7660c3
BLAKE2b-256 5c4cbe1ff65dd681841c56c2d40c815b3b32d0bd4e97d8a91a39c092f2199b44

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev54-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8ef6dd40fa3c1e5d0e889d734318da53c3c29522a712b244dd61a3d97b27f955
MD5 86c678948a8eb68510989df63021f46a
BLAKE2b-256 5fca1d07720f479c4ab995bc01c19ae78649f8ab3ebb1b78f01a3733130b1946

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev54-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 308550692d29277a8d9c3ed40a0987f7c6fb96bcd3e74363236d9c151fe2b196
MD5 92eebadc60f2eeaa8c9dd4d404df8696
BLAKE2b-256 d2af33dd523310ff49dda94aa86b5ecc691360d953498c09d7db0440cb859922

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev54-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c6d1b495f56cfcd5529a586759555e42037c9b5802227ec277281f72f6b3e1ea
MD5 9ee58a0808a4ee3efe8f171c23779df3
BLAKE2b-256 ffcf5c7767a7e7eab6e1ab316bb9edfb3adc727dc7569270363313b0f20b5b4d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev54-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 cfc7bdebb050936ca8e4d1c995147357727c0f53908bbdf5fecdc15359328b6d
MD5 4fc210332d7d7fbda1c4d848ae37fca4
BLAKE2b-256 34b54854c061dc3a37f44911e93e58887e1dcad0213a2529b80f05dcbb88fbf9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev54-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f8452354d8af9babaaaf8a28d8dd6389cb2f7a194f3f6cfe67a3663954e31a26
MD5 14c3d3882914734fc1d4411753db48fa
BLAKE2b-256 45a86da8fb96bd578e5a25ca455c47f5750e67f839c569d04e6a1040ab87f6ee

See more details on using hashes here.

Provenance

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