Skip to main content

A Python toolkit for Histopathology Image Analysis

Project description

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 setuptools-scm "Cython>=0.25.2" "scikit-build>=0.8.1" "cmake>=0.6.0" "numpy>=1.12.1"
    $ python -m pip install -e .

    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.3.15.dev3.tar.gz (208.2 kB view details)

Uploaded Source

Built Distributions

histomicstk-1.3.15.dev3-cp312-cp312-win_amd64.whl (552.8 kB view details)

Uploaded CPython 3.12 Windows x86-64

histomicstk-1.3.15.dev3-cp312-cp312-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

histomicstk-1.3.15.dev3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (633.5 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

histomicstk-1.3.15.dev3-cp312-cp312-macosx_11_0_arm64.whl (578.3 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

histomicstk-1.3.15.dev3-cp312-cp312-macosx_10_13_x86_64.whl (573.1 kB view details)

Uploaded CPython 3.12 macOS 10.13+ x86-64

histomicstk-1.3.15.dev3-cp311-cp311-win_amd64.whl (552.0 kB view details)

Uploaded CPython 3.11 Windows x86-64

histomicstk-1.3.15.dev3-cp311-cp311-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

histomicstk-1.3.15.dev3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (644.6 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

histomicstk-1.3.15.dev3-cp311-cp311-macosx_11_0_arm64.whl (575.4 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

histomicstk-1.3.15.dev3-cp311-cp311-macosx_10_12_x86_64.whl (569.2 kB view details)

Uploaded CPython 3.11 macOS 10.12+ x86-64

histomicstk-1.3.15.dev3-cp310-cp310-win_amd64.whl (551.4 kB view details)

Uploaded CPython 3.10 Windows x86-64

histomicstk-1.3.15.dev3-cp310-cp310-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

histomicstk-1.3.15.dev3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (645.2 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

histomicstk-1.3.15.dev3-cp310-cp310-macosx_11_0_arm64.whl (575.6 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

histomicstk-1.3.15.dev3-cp310-cp310-macosx_10_12_x86_64.whl (569.2 kB view details)

Uploaded CPython 3.10 macOS 10.12+ x86-64

histomicstk-1.3.15.dev3-cp39-cp39-win_amd64.whl (553.2 kB view details)

Uploaded CPython 3.9 Windows x86-64

histomicstk-1.3.15.dev3-cp39-cp39-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

histomicstk-1.3.15.dev3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (646.9 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

histomicstk-1.3.15.dev3-cp39-cp39-macosx_11_0_arm64.whl (577.2 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

histomicstk-1.3.15.dev3-cp39-cp39-macosx_10_12_x86_64.whl (570.9 kB view details)

Uploaded CPython 3.9 macOS 10.12+ x86-64

File details

Details for the file histomicstk-1.3.15.dev3.tar.gz.

File metadata

  • Download URL: histomicstk-1.3.15.dev3.tar.gz
  • Upload date:
  • Size: 208.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for histomicstk-1.3.15.dev3.tar.gz
Algorithm Hash digest
SHA256 f2438f0ab5613f48ab974a375ca284746c0825b0bebf5e890172d76281933b42
MD5 5380965c755c7aeb7282f4ea86c2ec99
BLAKE2b-256 ecbb2d1fd3f663083b7a53f599aecba447ad5eb227677358ac3cd0ea5e0d28cc

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.3.15.dev3.tar.gz:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations:

File details

Details for the file histomicstk-1.3.15.dev3-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.15.dev3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 b4295acac90b5e04264b3ac6d32286420d86a87c6a96452946ed2a6a0e8de109
MD5 f720429d6bf2b550f565fec5e50cd1c9
BLAKE2b-256 b7f2fc23a75009c989d76ebafece43b6454cb6c278f275a1f1f1115d121222b7

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.3.15.dev3-cp312-cp312-win_amd64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations:

File details

Details for the file histomicstk-1.3.15.dev3-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.15.dev3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 75a3e4c4bedf52f4483282c821b687efe99b22cd4d4f0a981c6d27613a1cc007
MD5 8205e80878e8c0f7091d26ee882999ff
BLAKE2b-256 c745efab582487001bc9be2975f9dced645a5f8eab3573c51bc6fa9b9000b565

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.3.15.dev3-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations:

File details

Details for the file histomicstk-1.3.15.dev3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.15.dev3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3db6ecad7f8a6b37efdf99d42b98b6334716be139f289e20eb04455068d943b5
MD5 d19349d300413e1502dfd00ff6754c79
BLAKE2b-256 dc9793a2955306decfb6cb086755a95ae8d023150e027d3312af29a96a006075

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.3.15.dev3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations:

File details

Details for the file histomicstk-1.3.15.dev3-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.15.dev3-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9c32dfe36a7b2a7a09c529d72c4332919459dea34d81e428b3e1f8ed894e8672
MD5 260df27cf8e16def69c7c566c978fc54
BLAKE2b-256 be941acafbaea18ace477d80f17bb87559e07b875da3d01b257f8644ca5af0e0

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.3.15.dev3-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations:

File details

Details for the file histomicstk-1.3.15.dev3-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.15.dev3-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 fac6ce6872ebc7aeb71784101365eaae07a7ac63feb425729d0dc303580b6f1a
MD5 6fe840cf40608483fa6750f407b5fd6b
BLAKE2b-256 73da93787177b8a04768192c4be9d5ef3fe9c2f6899ca47e51662e126fbc93a7

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.3.15.dev3-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations:

File details

Details for the file histomicstk-1.3.15.dev3-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.15.dev3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 e70f3df0fdcc52321ef36b53164e783cd91dec5cd4fbef87b9f67dea18da8e42
MD5 b6b5f90331fc1f68530afcc660a5a48e
BLAKE2b-256 fcbd6e4ec03d70088cb1bd69e8c481247c844e802509549dab3c557736152fb9

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.3.15.dev3-cp311-cp311-win_amd64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations:

File details

Details for the file histomicstk-1.3.15.dev3-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.15.dev3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 99a4afc80ea926501d6b985e3a7ad21dbc3fe50c6da52f3cb3f172b7905a4095
MD5 fbd1732eee1240766c033334661bbe9e
BLAKE2b-256 7b035a863ad95fabe5ee1b16cb3a54423454bb0a103301262ba4012cfc6117f8

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.3.15.dev3-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations:

File details

Details for the file histomicstk-1.3.15.dev3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.15.dev3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2736a8790ded5bb7a7d3a6b7733984b67244a9602fd7c0c5f9125c3034e53977
MD5 b89a1bdcedda683b071fc3c8632b52c5
BLAKE2b-256 6b2cb1fb11d1796a106c5e943e370dba4e64d5661c29e6820e6edcf034810f02

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.3.15.dev3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations:

File details

Details for the file histomicstk-1.3.15.dev3-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.15.dev3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a76d895dea0d9dbb4de95e8d7c197f916588b4e46d13a9b8112889db313e356b
MD5 34afaf927d87843c5610cd750e19c3e1
BLAKE2b-256 22b19132114ead2dd3b558aecbe98e3eb64bafd332adc3d7478abfb523a47cbb

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.3.15.dev3-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations:

File details

Details for the file histomicstk-1.3.15.dev3-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.15.dev3-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d59151c6198849b8ee6b72ee4d8e0b42295ef562c831974cfb2e665563e9e300
MD5 23a43a271b07e18524c9a6a037482e3a
BLAKE2b-256 847db90130eabc45a0aaa2e62bb45500337d7ae171ecf75b83f3732ec50e79f5

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.3.15.dev3-cp311-cp311-macosx_10_12_x86_64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations:

File details

Details for the file histomicstk-1.3.15.dev3-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.15.dev3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 ce8171aea7542f8220c784367ba96054bbb95834a72c06c86404328e39a8c5c4
MD5 b5d09680ce20e7573283efe6b76ae065
BLAKE2b-256 154ae8e26e5738c77e9782d5fcbd5d74229a8847fc26adf9a25e01f93d52573e

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.3.15.dev3-cp310-cp310-win_amd64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations:

File details

Details for the file histomicstk-1.3.15.dev3-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.15.dev3-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 12a8406008c8f3b2b485c288663a16395ea162db8f743bd7ad4255bec45ecbfc
MD5 ae67c892c7944a73d8e170f7640687f1
BLAKE2b-256 06562461a93c41719651641cf6e3769234855e4847a85c4fdceecd07e0e9cf3f

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.3.15.dev3-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations:

File details

Details for the file histomicstk-1.3.15.dev3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.15.dev3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 00aed141f362c0543ef7587b431e51b92b7042ef11837817af66cb47a660e121
MD5 5d71c81d557033f0d6769077bdd754b3
BLAKE2b-256 6a0e835807208d049c9f088d2812ed4aeaf4e7c39422da47b25acad92393446d

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.3.15.dev3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations:

File details

Details for the file histomicstk-1.3.15.dev3-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.15.dev3-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5f03f3b2dd48abb4f57237737c01d39c4b2649dd186629114dc9c5eadb1a6739
MD5 a8930780535712b8b85a78b797062847
BLAKE2b-256 9565820d9b9cd2d7d8a1a0679a0ee6e5576fbac8db0bb9cc8a9ceb5e5387ca61

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.3.15.dev3-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations:

File details

Details for the file histomicstk-1.3.15.dev3-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.15.dev3-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c336c56d97f8b486a05a6026a5c7ad5b3100d168f7adce1db329dca4edb7ada1
MD5 fbf55fb20f5f31f4d7076a6fa9f66656
BLAKE2b-256 a60f1c0f2bcb006f5648f901b119bfc9ce153199518f68ca8ac58a0c37f09465

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.3.15.dev3-cp310-cp310-macosx_10_12_x86_64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations:

File details

Details for the file histomicstk-1.3.15.dev3-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.15.dev3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 3c8d82d77aad3c9196505e72ab5bf104ef6a8f85d61af6c1ddf3c4db415875e8
MD5 d6e5920cdb374d0cca6f83a7cfbf2661
BLAKE2b-256 2f3e01d89846f1f5a18b8c0d5466574302fa4b445359681a903645eccc45819c

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.3.15.dev3-cp39-cp39-win_amd64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations:

File details

Details for the file histomicstk-1.3.15.dev3-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.15.dev3-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6ab55d5e40870c7833de1d308adf5c0917fc1dcbdbe00a79baef134d52dd1577
MD5 1b84c68ffbbf930e62acb783993ddadb
BLAKE2b-256 5dcc0e136dc36a8a0b2b5d960f9281a7df470ef88d337cf2a6154e6c8fbd05b9

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.3.15.dev3-cp39-cp39-musllinux_1_2_x86_64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations:

File details

Details for the file histomicstk-1.3.15.dev3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.15.dev3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 04a3c6fa935e5b4371eea3abfd20de373ca75e82d4549fbe1a4bfdd195469219
MD5 e264f6fd78aa32d847fbd98c59e7620e
BLAKE2b-256 6e69b279788b605963e6b552f2ef9834bb78230074ac3e020e65fa217eac9cde

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.3.15.dev3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations:

File details

Details for the file histomicstk-1.3.15.dev3-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.15.dev3-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 363bb9cc44916555251c84c14c693ec87f92ee7362e3fa6509783417bb32b5e0
MD5 13e2b0967978138151861d930f41b7ef
BLAKE2b-256 fed324e0f2302971ed25fbb604604315baf3999bdb7bd2dfecbb91edcd557f36

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.3.15.dev3-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations:

File details

Details for the file histomicstk-1.3.15.dev3-cp39-cp39-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.15.dev3-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 e15be2a77ad4e9d1044efb50f684b900c94ce09281cfaa340f4c400b8b134ff0
MD5 b78186d3d3c686af8802be1ebf269b0d
BLAKE2b-256 8a1880b0db21de5685a13ec624a704bb3f0a37d6f1748fff370db483139b33c0

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.3.15.dev3-cp39-cp39-macosx_10_12_x86_64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations:

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page