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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

histomicstk-1.4.1.dev49-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.dev49-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.dev49-cp314-cp314-macosx_11_0_x86_64.whl (517.4 kB view details)

Uploaded CPython 3.14macOS 11.0+ x86-64

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

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

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

File metadata

  • Download URL: histomicstk-1.4.1.dev49.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.dev49.tar.gz
Algorithm Hash digest
SHA256 477276958ffc021f859a6da987112d4afdd4bf1f21525f650d4d4f45673129d4
MD5 37dd08cc69123f976f11f4c28e8f1936
BLAKE2b-256 a679addc486ff843aa7b48f24d4d941ea77cb9e78848637150f19a119d347b04

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev49-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 647151d640a44d059b2e213dc6451ac0ad80b53ded27c77dc6a3d88b26442227
MD5 802c25cfeda3d58421a7a76fb531a3dd
BLAKE2b-256 c0ba2cc7a5b026676ad01da1238187adf48c5cb558e4931f46c3b8bf1707afd4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev49-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4859c44a504abdf5615c1aad5026dabbc19be562d2dfe83484b1f070f35bcf11
MD5 0a004e687605ed016abc7d7312a7d0c5
BLAKE2b-256 b3721c1afbd1edb019605d4cbae62d1afc3624f2615a26cdee01057ed1972c5e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev49-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2479dcb61521de00ee22901fe655378a7cf1a2732c3050a4be9d7af33a230a18
MD5 06bbe4a36ad587150747c6844c738579
BLAKE2b-256 62e8cdcd7a9f8655e066e10301cb40ff5b90ed770ce45ed586ce283b49f1d44f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev49-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 72a8edaadd1a61f2345cc520faec358ffff5b2364e42b8336ba96e1774e6a80c
MD5 71d35cb4823d24e909754a2b633d4dfc
BLAKE2b-256 30bacdf85af1bf893471a75f4ec8e2986c7f5ccd6ee7f8af9fc8da8e22376e01

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev49-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 be69299a396415a63d21e2568e7b6dc53f4688467a645ac6159bc119de771748
MD5 b906e9994cdc821de3a01191e5c0f11b
BLAKE2b-256 d59c3a29c706c39c58a67b6f12e04d62960c7966f05fbf5449011a2a4f597c1f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev49-cp314-cp314-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 63f386f83a46f3d9bab562385af47502e8d9503a6130c96b5b8bd670ac017562
MD5 d87ff76c687e50b39d85eb0854f058b2
BLAKE2b-256 0539c27836d6e632b643126eee5b9f9f9a12eca6332cd81ac9bfae0b41161f38

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev49-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 07344dd4f600e83e5314073deb2b2afa72f6911adeacf085f34472388744f51c
MD5 5d10f52992c400565893dbfdf21bf5b4
BLAKE2b-256 c437b0de146875383f4e2d573cacf2cb06b7636fae4060ff8912fe9e6cffdc6c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev49-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 88e2f98cd986b79e65715e04782eddc03cb15424acad3e0dcdf03e9cf6c196b4
MD5 79ef53043ef4239abdf091fc4a2a626e
BLAKE2b-256 e26f47ba5f56369bf3a9f42ef0913d7e65a950bfccb80a21d33dae26906c6b14

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev49-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 18a3e0818f850008f919694188173b28cea6dee81adc62691087092427523414
MD5 b4ee772057b3d8c2eae81fc52b5cc9a5
BLAKE2b-256 3c03bf3d7579999915a10215649245ed8d5e22db8c48548225cc3f61fe41734e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev49-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b09ca1c74758e19ce8aef581aa1203e8741a3da6c347bbba52366e2461d2b59e
MD5 09e968fbe31abc9e61b8fde108c496db
BLAKE2b-256 1fa001af508e5ab61e4b702d9446110ac3e5fa526eb0dd53117e9a2171bb20cc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev49-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 76edff78c68f104f4253e927a8b2324fea8c0ee27bb5a845e3f3b699e4e4b83a
MD5 5febacb6344ab2c2bef889071074100d
BLAKE2b-256 343ddd5b4e84d9e7c40220d9c617670d365ed862d752286e17c2d1a12ea61d2a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev49-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 fcdfcc1c14b09a3a45ca21d0565b0e861b0182c19afeb3cf25a3cd9f9ea76f15
MD5 de2fa861f5e09f75c79c9c92dbf2076b
BLAKE2b-256 503d245cbf40137dc2b412ee76214c2f2c19e9ee72a033e84bf3129ce5c66b97

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev49-cp313-cp313-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 3115cc093617f58a5c58705bdec010bb2ae6166512553a2e2bf83a766135784c
MD5 b9ec2e1169e1ba29a11f0c7891e75667
BLAKE2b-256 4edfd744693dac9cf6a25adfa51c60cb0ebd6cf8007d9f96514f20e6fe4c4444

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev49-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0ef2222c1ab92f08a80efcfc2e84476f9e210417fb5173739d8da7a95bb6a60e
MD5 9553441864b2c342344f8fc8b46f7f06
BLAKE2b-256 85a58d2bfbcd867f965b8c82f985d512c286a9738efb290deb5f79c57496e438

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev49-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 c184c10a49721c3743cfc55b92e90bf2c68976fc571f90c3bf8756d07529bd6b
MD5 f59a4241f0cd018a9b4d65cdf98e6fbb
BLAKE2b-256 39278ad779bcbe3dde6b55ffb424b93633717eaf985c9557e09e696136c16bc2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev49-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3ce990bca3cb4995e597b6502bc460a81cbd400f06619f9fe72721ecfe25122b
MD5 959f8ea20b15c945acc7a91b492caf88
BLAKE2b-256 be37e994cf62f0d0ddbba2df35b786798d2b12dbc9da413af6c09aa961620e08

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev49-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6a69fdc497a774bd9b21a9bb940203cf1418e3e4d8ecb204430eef107782c645
MD5 ab7d5328695f01435b0730a65f159582
BLAKE2b-256 5c54524a80ae6dd17a6cf9c38c3bc0a47bb4ef4070fe74146da805d6b6eaa032

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev49-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 89bab633361639686efc817c9adb3b79c549fbf61c1aeb10ccc4314718313fd2
MD5 7fd914957c176afec7187b9a535a7655
BLAKE2b-256 21f2d975dcd3cd070e302e099d35f23744afd9efe8e1e81d92324cb72dbd1329

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev49-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e004768acfec6ef1aa3a0aa59ebfdeb2d49f40b4266007cc408159da253f0abb
MD5 176dbe9f22c7f3af52579d97b51552f5
BLAKE2b-256 819c8b188eb0a10306f77d1b73a2f4f0446ce1fe54dc3ce872776be1b1801f77

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev49-cp312-cp312-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 368467929e91f8f4d6676aab0ad5295e16152114f5665c178d8351decc9089a5
MD5 7b3a6186518643be529cbba0601e7f9f
BLAKE2b-256 b43bda534e5bd673c6be6288eb6073c7844f62fb17ffe4339a2466a042679fea

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev49-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6909ae363afd25435dbf7bb22ab12331cb4def400d4a513fab7b8d756dd3941a
MD5 3abfca8bb2c1d580918a0eda83d09ddd
BLAKE2b-256 cb9e5d0f070a5683582a9cb48e4bd4b4aa4f91a95101aaf3d67d37792dc4188a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev49-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 b1ae48dc77d92aef26256a92c5a24abda185a5a6196748b85ecf6b681e39e6f0
MD5 69af8f8f0f179d4ad4e3cda99f268e2c
BLAKE2b-256 319dde642e93cd753238c730dd774c79f62fdacddd7df1d5a92d46e6c2363cdb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev49-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 88fd2a64b8d2c6b5dd79bd4cc0ee70b50f6dd142904a4b89eabd3e54144fab4e
MD5 d0ba4ffc116ed7e2e7130892e4f8656a
BLAKE2b-256 6f689db08fb5c4ad4a61d781760a2db4bffa19e4351a3c443bb71906e8cfc4ac

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev49-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5f92a4cfbdc447cb14f7879fd5526c08e960dd31931725b42a0e078adeb93a80
MD5 9e11e9adf70adf5c1d87af7bb1468678
BLAKE2b-256 e55c74c34669b694734da6cdbb2178e12a9cb5f44b186f29d342425140683520

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev49-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b0e2ca79b814df2c34f7899aa875b88921c787c0eb5d99a40e69893806276e0b
MD5 6da969081ee05166377f6371d223e3d8
BLAKE2b-256 b4f8e989b0850ae407adabf010224a6104ee41468c05e6c8cb0ebe30f2fc42d6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev49-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3e1c86204ac5cb35757e229894b776dbe132deb335e4fa49df3c59110416761c
MD5 5e256374acaf9bf49727a0df2d1f84d0
BLAKE2b-256 14436cd824e7e4ac58ecd73be429eccb89b5951d460ef2c500ecc7376d56bc6b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev49-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 a94a41c0212b764bd4ed8ba4c9fe5878394f510d8e4dddb0f6150a64cb8af164
MD5 af41463686bf80cdd65523f144369119
BLAKE2b-256 f156483120124591601091d10931a073674f178ce3ca036657721529da32ce3a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev49-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 34d53cfc583312d287fcf5c959b5202fcaa33aab6b3b4c7774bf7bee1944e3db
MD5 c6a0d20d58d954df2886a144f3c41996
BLAKE2b-256 e7cfc9ea60470e115626d9c45d78559a9605091e526d45ae3c34503de55899e9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev49-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 0f3d56095043b7c2ffe22c9216c73c35c3eadc52f8aaa0b4b682d3b44da773e1
MD5 e849768372293340edc5aaabdd507ec6
BLAKE2b-256 4c2b8044c7c7ae2a9737424a14859e4ad8049eed368e176d304486aef272b98f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev49-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ba9e62cf893a91734b901b4c1e5d0b041b4d61f0db1fa0abfc52d82e70ee5488
MD5 e6c2d9fef3c3f418b8018e484f70eb96
BLAKE2b-256 18997f5cc48879d67c7a8966fe2d6fe7953aa217dad7ca67360b47ccd3f48ab3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev49-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 892e9e9cef9e3c2c025cb8ef6f28db013bdbd3b1f5e90b04a5410606770e3dfc
MD5 d5ad8e9ecf4aa61832a522c7465bd56b
BLAKE2b-256 3cc23a9e4720401a2e8fb04c07919567a23812a2c586c882e0a2e74676d89cb4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev49-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c2cadabdaba9d80a06688ca814cdcbedcd257ef3b471029126ad97882a32121a
MD5 2ccb3f4cf44d2bee02ed9eb3173dcd95
BLAKE2b-256 f862d997ec00e11ea46afa8618e92fc27e9f201584229efed2988cf719506293

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev49-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e3b09729f8ca5969b0510caf6e7ac580998f99ed36ce304d3ee8db47480db0b1
MD5 40161a9d65390985301496b1a8835c67
BLAKE2b-256 41d5a8362d66540e3cc38471a649479e654ef11103497dff95dfa3a4259eefd3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev49-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 fab8f4df45a42131b5eb3be1ba451246522c5fc1b1492f2e3f8a59e1f106caf8
MD5 81a99bbc3474cb19c04227b597ba3631
BLAKE2b-256 b1a1197a9abdd1531bc6165d74a2895477718144e04002c942e732786ecb9cca

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev49-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3a0cf61897f310fd2e0c0ea8d71347c86c9198819b28a521fa9ab33d221df67e
MD5 9d362c74435d9fe45fc5384c0a1107af
BLAKE2b-256 ffe0f2b3a5eb5e223b0f55ccdf3c1e6423ce6fb14fa15fa1a2529790bf9c2a52

See more details on using hashes here.

Provenance

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