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.dev4.tar.gz (208.3 kB view details)

Uploaded Source

Built Distributions

histomicstk-1.3.15.dev4-cp312-cp312-win_amd64.whl (552.9 kB view details)

Uploaded CPython 3.12 Windows x86-64

histomicstk-1.3.15.dev4-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.dev4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (633.6 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.12 macOS 11.0+ ARM64

histomicstk-1.3.15.dev4-cp312-cp312-macosx_10_13_x86_64.whl (573.2 kB view details)

Uploaded CPython 3.12 macOS 10.13+ x86-64

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

Uploaded CPython 3.11 Windows x86-64

histomicstk-1.3.15.dev4-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.dev4-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.dev4-cp311-cp311-macosx_11_0_arm64.whl (575.5 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

histomicstk-1.3.15.dev4-cp311-cp311-macosx_10_12_x86_64.whl (569.3 kB view details)

Uploaded CPython 3.11 macOS 10.12+ x86-64

histomicstk-1.3.15.dev4-cp310-cp310-win_amd64.whl (551.5 kB view details)

Uploaded CPython 3.10 Windows x86-64

histomicstk-1.3.15.dev4-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.dev4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (645.3 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

histomicstk-1.3.15.dev4-cp310-cp310-macosx_11_0_arm64.whl (575.7 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

histomicstk-1.3.15.dev4-cp310-cp310-macosx_10_12_x86_64.whl (569.3 kB view details)

Uploaded CPython 3.10 macOS 10.12+ x86-64

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

Uploaded CPython 3.9 Windows x86-64

histomicstk-1.3.15.dev4-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.dev4-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.dev4-cp39-cp39-macosx_11_0_arm64.whl (577.2 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

histomicstk-1.3.15.dev4-cp39-cp39-macosx_10_12_x86_64.whl (571.0 kB view details)

Uploaded CPython 3.9 macOS 10.12+ x86-64

File details

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

File metadata

  • Download URL: histomicstk-1.3.15.dev4.tar.gz
  • Upload date:
  • Size: 208.3 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.dev4.tar.gz
Algorithm Hash digest
SHA256 eacc0d4637666ee35b43a34532978f887d92dcd59e38e25ee5360aac2c00b615
MD5 fc318821b85be6ec78fa39ee6ea2e425
BLAKE2b-256 910ed2383c247b3ca05cf132dede77cb8d58a2643272abbd88fafd0f0d466df4

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations:

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.15.dev4-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 e404e5d78d75b5e068c73b20e6786fccaa25e8e169c87ab6221cea00d3390557
MD5 d7f036f01ca160f93f3e5703acd1ccf2
BLAKE2b-256 08d48060faf407091aa4f568e65e7d23ae4be0b0f40cbeac6d30c42409845af5

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations:

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.15.dev4-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3e98a7670e4b8a6676ca45684519c900ed4182622a0906c5703e82f2a21c5eef
MD5 28bb53bcf395eaaba60ab6b91abd2e25
BLAKE2b-256 ae38280ca510ca4f3b766a92f1580730b35c87c65be7720decd712590045afb4

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.3.15.dev4-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.dev4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.15.dev4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 55191e876901026aece53047f0e17d63d0fa8d27558c00890aa7e9c8558b1834
MD5 cd6bf2a1e9f99beee0b989b5ed42e6a9
BLAKE2b-256 c662c15557ccc5f3263e5456e9a4ea399644396c66cd12d039124f9a42a8b163

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.3.15.dev4-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1a9f90ff6f5ded2df46c6d069b0414c31cdb068e30be8ef425a5be4b9f8f9a3d
MD5 44ad0f91492363808b30c112a8791a8a
BLAKE2b-256 5734d054f66a1e6796c717fb10b422df8f8277164e52bc4bfcb0e45d246f496c

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations:

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.15.dev4-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 469a584689854ff574d075feea349e8b99c916b9978953cd3340c9da33a4ad81
MD5 b120bbc2942aea1167254b0cbb320eb9
BLAKE2b-256 ba2d2222952f403681e53cb07e9a804e8b698c394c439f5dc6df94c732f13ee9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.3.15.dev4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 04c28c9c181b1e2c4de36caf125f39270b7305841ae24cb47d2d543584558f5a
MD5 e278b228c42c2eb7d4b4193266228234
BLAKE2b-256 f1e3723cb6fdacf66df4e65d6b6976b6b92a1cd83234cab4dc8f38730df74c1d

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations:

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.15.dev4-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 688cf54f666be48ada28983d32d9f603d93ecb8d51acd62cc6afdca4cc420a04
MD5 7eb564045239981463018b4a30a4d1fa
BLAKE2b-256 03c7f941a7f87e7a063604c2650935c23f13ba1051d7ed24766b70b553fec95a

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.3.15.dev4-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.dev4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.15.dev4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7e5a92af2d704ce1b84b660c3cceab8c1f65673f86a5b4c025f59a5706fb7c4a
MD5 0a70746bfd7b7edf0bf3ce51a38a1437
BLAKE2b-256 757404343ddee698e89ecc2b41c0f44b1dcb4d93a95d09169294cf3e3c3bb9c9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.3.15.dev4-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 89cb5c235d16e3d61605d42ca0aee0075a0430d3949a312eeca60ced268eb601
MD5 392d46b2ee3390a1b5c604845626dbcd
BLAKE2b-256 4444629cd84ba26746777256a3bc360e31b87ad8a935b66a5f85ab323f4016c6

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations:

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.15.dev4-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 9affb523e4bddb8c72ac2450111e75f446d81b8f78a75440d0f9c84975a6b21b
MD5 38155ef4f3ac1b3020b9c80de95180c0
BLAKE2b-256 c3a0c30fd86cdcdc407fd9dbea647654ab55679eeeb9ee9ea067933b7b27591f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.3.15.dev4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 5c3f82bd57ebab8b35f256e3c9549fff86e0d3e4e5d6aca2989eb9ae9cb7c408
MD5 7654355d7259a683be498f4af451454e
BLAKE2b-256 171f63b48670f068ba89a3baa84f47418eb873194aae61e9bace543788b0d480

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations:

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.15.dev4-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 12c62c750033aaccf53833fe0937a4896cf90f21a16af1c7bdbe114a2b4f6dd0
MD5 3ed3beff5a1d1c1bfd6e5cfb21610e7a
BLAKE2b-256 08c1197ceb9b039bf0c03961eb436b0d27745de37523aa03b4ae3213f2d3d5c6

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.3.15.dev4-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.dev4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.15.dev4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5f4efe11372e17f815ce6bc0f00587e18662d61d620d228466b94ad579e1851f
MD5 6a7db681f0944447839bbd13932ecc8a
BLAKE2b-256 5377fc30ceaf9775e950bb5816865dd0cccb52084acb05461c4fef40fbd3e24a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.3.15.dev4-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ee7acf31e844aa52c8531b4ae89fc2ec64762e5fe2bae369bf915b839e8ca017
MD5 56e47de68ec4b6e31a2ae39b8bdfb65a
BLAKE2b-256 c4b53d204c4f86d9ebd58d350731cf512efe0d9b42300fb3bfe3153099338436

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations:

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.15.dev4-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 e94581b3c53fb8623cd524b4f54e2507f5a2220668c2753c3bbf7b64bbcb40d1
MD5 ed2a097d9bd70f294de6103c2f4e0f7a
BLAKE2b-256 a6fca01192583f8f4bd4745d05397eccf0d92be5071970bb0f6058e7ea61b297

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.3.15.dev4-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.dev4-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.15.dev4-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 7dfd3c0100c711b0fdcae140e0b82b111683ddcbf8f0a12be36e2db973336d1f
MD5 ed0cb556fee02a03e7b440c913e91c75
BLAKE2b-256 24a815f0582e4ccc66745dfa43fbc5eeb529e1f8a45bbfeed1eacbe08c5392b6

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations:

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.15.dev4-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0f840d84aedd71fcad3f7e57d25c25075b6bc3ca5bbbd4c2a868bcf73dcf0d26
MD5 70a510f8efc3b580a9739d253d89d5ae
BLAKE2b-256 3c013e11af4a18501df049009449ab4ad4f91d94426bac9006c18d54b07f0fd5

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.3.15.dev4-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.dev4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.15.dev4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cc06d63a6181db0e62c4f980cc1b0ef26b946ac2f047de27f4aa8fdae5bc3592
MD5 fb99f2bc3f6400b3fa97d95e0810ef5e
BLAKE2b-256 a82034de0d531f58876cafa58d41bf137db6aac1ecc9b210534816c0403b2f5d

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.3.15.dev4-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.dev4-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.15.dev4-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5743d79fe2884295da8343a6ebcfc5b913e1bc99e93e14975e57b22b389c5ef5
MD5 e7cb1d0974ce3627cf4d6fa7db993528
BLAKE2b-256 78f9f3f6143cc91793fac7cd3c38fe717a8cac56155920fff8b1a068d5af8f94

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations:

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.15.dev4-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 67639b334d2a5f93a6fe56bc0aa23b0048d660bad1489ff86cd1af5a862f2a62
MD5 4545b1f65c4b6fa42363945343749dcd
BLAKE2b-256 965425d4140d9dcc6596b37c30145b4bb0ce95304465821d3829131ce74eaf3f

See more details on using hashes here.

Provenance

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