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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.12 Windows x86-64

histomicstk-1.3.15.dev2-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.dev2-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.dev2-cp312-cp312-macosx_11_0_arm64.whl (578.3 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

histomicstk-1.3.15.dev2-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.dev2-cp311-cp311-win_amd64.whl (552.0 kB view details)

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 macOS 11.0+ ARM64

histomicstk-1.3.15.dev2-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.dev2-cp310-cp310-win_amd64.whl (551.4 kB view details)

Uploaded CPython 3.10 Windows x86-64

histomicstk-1.3.15.dev2-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.dev2-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.dev2-cp310-cp310-macosx_11_0_arm64.whl (575.6 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

histomicstk-1.3.15.dev2-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.dev2-cp39-cp39-win_amd64.whl (553.2 kB view details)

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 macOS 11.0+ ARM64

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

Uploaded CPython 3.9 macOS 10.12+ x86-64

histomicstk-1.3.15.dev2-cp38-cp38-win_amd64.whl (553.5 kB view details)

Uploaded CPython 3.8 Windows x86-64

histomicstk-1.3.15.dev2-cp38-cp38-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ x86-64

histomicstk-1.3.15.dev2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (648.1 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

histomicstk-1.3.15.dev2-cp38-cp38-macosx_11_0_arm64.whl (576.6 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

histomicstk-1.3.15.dev2-cp38-cp38-macosx_10_12_x86_64.whl (569.8 kB view details)

Uploaded CPython 3.8 macOS 10.12+ x86-64

File details

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

File metadata

  • Download URL: histomicstk-1.3.15.dev2.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.dev2.tar.gz
Algorithm Hash digest
SHA256 4e2e68797d50490633aadd6bbcc75652c90ae74dccda675afba7c0987c792a6d
MD5 cdfa3d142d97abb8e4051d232d8633b6
BLAKE2b-256 00bc2329046794634d8bcd216624d0a9aaeaa31bb511c0744b1636d6ff1da59b

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations:

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.15.dev2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 653634b8acaa26a711093f4f9834b986c19a7aa3794f297327ac82884b6416c2
MD5 7cb9d4a13d3cdf84bbc69dae4c493a40
BLAKE2b-256 704121a752326b10aa5ce054139db97dd54784d0ef1f1f2480c55408d3324850

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations:

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.15.dev2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5f6188e60c15f749f7c51fc4c3573f85b69e46bd4b25cb68b067cefc18a1bb87
MD5 4aba936f62a715cede89e448df716bb0
BLAKE2b-256 656e273ecd086745907f54e64356d81fab2d11d1a1b06b0979d2649ec708e02c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.3.15.dev2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ddb5f51a797aeb244bd2659cdb119de0a52d69422eb542ea8220976a47e7df8a
MD5 f214c68cbdd0d98ab7e6b4fa0970240f
BLAKE2b-256 33fe892482ed0b5850e20e2594dd874508104ce1bb534169b7966dc8612dd2c7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.3.15.dev2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7e5a4071f181cd17d532cfacf5fefb1806d1fbdc4ed2dcc4e6efa352a639f104
MD5 22a75db02eeb1fd00a64ce71a8a9ae81
BLAKE2b-256 593651e57e87482ae1d4727ff0f8bb5ea210d6ddba3563a25328a95154779b21

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations:

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.15.dev2-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 956efc8c5950717002606e522f29b83b39344bef3d96a37359629cf9c7068536
MD5 53239175fe3f80b4462c2b55b63d22a5
BLAKE2b-256 0f9da10cf4b97539a0ad0930a766ad45df151e19f87d8816ca582c266ade2948

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.3.15.dev2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 dea22fd719e8124589e0c61acb4530b410985626006b61fc22d5ef083ce067cf
MD5 af2a1c72f64ce0353f45af1e5b2d1419
BLAKE2b-256 c4e8771bfb2a2a54d7562d019968cac8b3792fee0b8332903afcf155c2a89615

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations:

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.15.dev2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1e339d8dd5b81c4943218c0a803c4ebbe5cdd98621d668f6752e2be40892a63e
MD5 cc6cb92d8d3048dd4ac62f988c930ce8
BLAKE2b-256 9fd110980b3f9bf7e703a60770d13838fc5f840ef441c906acf3e8c3f11fae84

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.3.15.dev2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b7af213409dce661832ef37403da1b1fb668ceb658f1aa707ace888dd85e1d09
MD5 2b23fc66a85e684b4876d0f3dadce6ab
BLAKE2b-256 7861336455069eff64a14b7d9e60248a9fe8ab4ec42087edb3d5c0f08f563dff

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.3.15.dev2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a4916d4cc86de3ca26527932af7faf2452fd3156b507e2e25d6ddf00fc6820ff
MD5 4f141844c6cfdf42eab03ce9e5a324e5
BLAKE2b-256 758b0f48c86973513e134b2adca1e25794d342ee3ff4e818bc225566062ae731

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations:

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.15.dev2-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 dd8137ee457be4b547d6eb6fe6dc914fbfca2f8c5ad98806e7dc1d6560df31a9
MD5 284194445313a3355a6d7093b0dd1795
BLAKE2b-256 8f7db7c8fa86898ceea7218154d6c83445b93f9703c0d690ea762f1d374cb52d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.3.15.dev2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 93598ecf57527d1d711917ce866eb4c46890c2223ff330cba8b3c8190cfd160a
MD5 83f4c1f2456dbdedf5adcca2ec8f5785
BLAKE2b-256 1cb25c195a6baf1cb9cc32982bca31d3b2b9cd105a24baa3a841b6ffd4a9a18d

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations:

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.15.dev2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cccd76c7a973a40678fe4f43baccfec8d713c42adbb4e59717106e208ba61527
MD5 b69bc6aab76fbd611659f10ac6ffb95f
BLAKE2b-256 5cedde4d1d3e0772b5e1cd79553da83e36e0f86dce333cec953cf6262e8f174f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.3.15.dev2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f9027dd2716e13ba1ebd1432bfebe6c2bc998a898947a45a62d7143ccdee4a77
MD5 8f97831e9b87d3529e9a1107c41e3907
BLAKE2b-256 01e4b19515b52c365b8ff729b84ce384de8a54be6b6cc69fcb7328a4135d2473

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.3.15.dev2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5850e55d0c9d66c9a639135315d71c95e7055dc0403264c8f5224f51f0e02087
MD5 9c928c7c8092da0906121a6fc5a4f44d
BLAKE2b-256 a774d520b189a92ad818fcf7ad3f6f7f42304c02a6aeb7a3002720484057de58

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations:

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.15.dev2-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 847cdd34bc74f5947ca0497cacfd7f5e45f1bd26cb6344039b97286cffacfed3
MD5 1b45541b1eab154e0153f0a0e04ab493
BLAKE2b-256 856035f91043a5878f69a1c292aeae583bf2e56872c85a21d5320442b5ee31ab

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.3.15.dev2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 0ecd4d0c19bdf556fddc7103fcf1cb411774dcd4cf3473fc23812d97307d3ca5
MD5 38e6a0a6f8eb0af26223267c2ac82cc6
BLAKE2b-256 e484b18fefa4b35994cd5f8ee880c37c9ff0afb9e80f0cc39e79b8fe50c2f0ea

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations:

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.15.dev2-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0ce2036f3b3b040f37b11b32d9eda92397230f2597888083be6705c795d6a9ce
MD5 c5d8defc32aaeb4bffe084e72da1bf44
BLAKE2b-256 d5adbae6bd38e8b394f9043a76aa0a10d68fcefa30aedc6bf49ee21439490747

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.3.15.dev2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6bdbfeaf3458280d70cc2a4f7e5e1d7864c9e516b957a46bd5073645d1b12dbd
MD5 a1e76f0f42e71b2fe1a0f0d7930555ee
BLAKE2b-256 4b5c6dbcb6a52c9a6cf1aafc977b399786f69ed3b666df4c61140ef82071be23

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.3.15.dev2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 eb38f2611bd376d718cb8e411c3c4b32c06cd0347eecec1edbf81df4918fca68
MD5 daadb52c89633f2540d1afee45b9d795
BLAKE2b-256 b81f4cdd40dbfb20670cbf538a02f012eeecf2d87a54afdeb34b65c6675cabfd

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations:

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.15.dev2-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 431412f70aeaabbaec54c17fa3eb6d051efd59b4727ee8a68e69d5a7ea434b5a
MD5 3a7b07be86b1ce586cad4d7bc706ed0f
BLAKE2b-256 8c0b72db09e838ea0876245d7d3b5d82c358c1cae25d19e158549b4c99702fd9

See more details on using hashes here.

Provenance

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

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations:

File details

Details for the file histomicstk-1.3.15.dev2-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.15.dev2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 7672575d04fe982161c55d25dd48bb48bd57ae5e22308a0338d3b93400c4fd8e
MD5 ce9d66060de1471edf30e9c90adb95c9
BLAKE2b-256 337201ed20d226df7771c6eab07769dac93af5437f3a40486478b30d6ee78f8e

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.3.15.dev2-cp38-cp38-win_amd64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations:

File details

Details for the file histomicstk-1.3.15.dev2-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.15.dev2-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 569817c10e2f7e872936c6f7a472ce15eddbcb3fb114908ae2eb3929db40b663
MD5 010be60110e688edd3725075cafd8295
BLAKE2b-256 13568890359b3eafb345365ca65af1dd9c06cf7007aa0c6806eb3ff383f4fc4b

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.3.15.dev2-cp38-cp38-musllinux_1_2_x86_64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations:

File details

Details for the file histomicstk-1.3.15.dev2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.15.dev2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8febc79e4f09f9331a764e006ece74d7f8c24196f491dd32a3f3e65bed536218
MD5 871c602598fe6d9afaf5f9c964f0038c
BLAKE2b-256 4993ae228e1956acb5954c484da290f1432ebbc30568418e4bb517928bff8f83

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.3.15.dev2-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e239edcfeed44395ca80672c9bfcf98e0d37d3a21168fcc892073f62db21b141
MD5 7daea7e1ba298d3e588bb4a4dd424709
BLAKE2b-256 1a746396537b347710244cf492b6ac3ebaf387eac49320fb1d747b94d364ca4b

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.3.15.dev2-cp38-cp38-macosx_11_0_arm64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations:

File details

Details for the file histomicstk-1.3.15.dev2-cp38-cp38-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.15.dev2-cp38-cp38-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 199bcc7beadded6de783e064784c17d80cc62dc21ae1fcdf6d15499ec12eaa54
MD5 516c88a6d59fd7432dda2ecdb0a5b1f1
BLAKE2b-256 63e4755fabcfedad9ef277cb9791974f97bb56420488ba0ad7e0015f244d09ef

See more details on using hashes here.

Provenance

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