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

This version

1.4.0

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

Uploaded Source

Built Distributions

histomicstk-1.4.0-cp312-cp312-win_amd64.whl (553.1 kB view details)

Uploaded CPython 3.12Windows x86-64

histomicstk-1.4.0-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.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (633.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

histomicstk-1.4.0-cp312-cp312-macosx_11_0_arm64.whl (577.6 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

histomicstk-1.4.0-cp312-cp312-macosx_10_13_x86_64.whl (573.3 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

histomicstk-1.4.0-cp311-cp311-win_amd64.whl (552.3 kB view details)

Uploaded CPython 3.11Windows x86-64

histomicstk-1.4.0-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.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (645.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

histomicstk-1.4.0-cp311-cp311-macosx_11_0_arm64.whl (574.9 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.12+ x86-64

histomicstk-1.4.0-cp310-cp310-win_amd64.whl (551.8 kB view details)

Uploaded CPython 3.10Windows x86-64

histomicstk-1.4.0-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.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (645.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

histomicstk-1.4.0-cp310-cp310-macosx_11_0_arm64.whl (575.2 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

histomicstk-1.4.0-cp310-cp310-macosx_10_12_x86_64.whl (569.4 kB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

histomicstk-1.4.0-cp39-cp39-win_amd64.whl (553.6 kB view details)

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

histomicstk-1.4.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (647.2 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

histomicstk-1.4.0-cp39-cp39-macosx_11_0_arm64.whl (576.7 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

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

Uploaded CPython 3.9macOS 10.12+ x86-64

File details

Details for the file histomicstk-1.4.0.tar.gz.

File metadata

  • Download URL: histomicstk-1.4.0.tar.gz
  • Upload date:
  • Size: 208.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for histomicstk-1.4.0.tar.gz
Algorithm Hash digest
SHA256 3853204ae0d0136f46f90d99c56341be6860a154c6744e58946f84cd7f95820a
MD5 6d73ec5075285155e93eb7c262b43f24
BLAKE2b-256 ab3abcf5fdfbacb1ffebf4fda1eb0a18532cebdaa75a529e472540b929c5a203

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 f4eaf3cee5b8be548c627bef4c507d4953570839adfc614162aaeafb62dbb219
MD5 fb78e7005c4073627e852b32f1cf78a2
BLAKE2b-256 a0142d4747274acb52dfd3616964e243ea4381b53ffa66cbd705b67b598b54d7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e1e5b1fee6b5f8adc4931dc71e7b8d885c0ae75b34757c0749e6b34bc4a4bdd6
MD5 b3e97df6296a6fa38217b6dbc24941f4
BLAKE2b-256 bb3d1db6bd6147588e0a8eed179e89d9331962e52a1dac0a8516a4ed60ec7cb1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1ac88ac36c5341e9b93985eac576dd0343855fc4a11297e88e2ecf8f6f216383
MD5 a8df923596b65297184bcd022ac115f3
BLAKE2b-256 fb396ac6aa3f5154de20dd744be44fa10c43b19d7e94d2252a732935d190f0ef

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_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.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bbecdd7d0042f54eacd1c20444e57b9bec41c0a157544dd6e9968ebc82bfc9ae
MD5 ae1a79ebb667a9f7d551937971f66bb5
BLAKE2b-256 77a006c9e2281116a9bbdb7d295407808d94ba5101996b28527921e9d2ae10df

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.0-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.0-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 fc0eed799c49f75b331bae8111a217f3b11627fa66879a18e3902c93b917b9f9
MD5 6c234556c7cb0f711ea05342acba2b96
BLAKE2b-256 b253d7a4dc1525dd609976c56696c1e62c386c600098a2355f3690dc67ba7b39

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.0-cp312-cp312-macosx_10_13_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.0-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 4a3f5067826af0116528024b2be73a6689d5b6e65d8c6806af6c77f8a514a4aa
MD5 ec8029dd2aad721bebf5d49268fe55f5
BLAKE2b-256 39a7e75d7dbab8a624703b5aa2411b87324effd5e1af7c534c662e09fdb1f187

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 05ac44dec728abdd6bad67fa45a557e490c8a69d309a82f1529c9d58013a755e
MD5 622dd7d1a5b8e4b5cec4dcef6f01b5ec
BLAKE2b-256 433948e0eacfb0cd0e63f9ff13d703d9153df9486f7f9607e872feb2e697ddfb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ee0f88e33d28b07e718d23b7c97482c524525db7c70501052e9fed157699a5da
MD5 ae4f89115c117c877e69811ef36d6c9e
BLAKE2b-256 5dda8867371ac512912f08a6f9bb6e69a1a3624fa998886a6f9beb894f96c31a

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_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.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f1cb7029d63bfa586c6a4412c842911ac40d0908b4f287e65d2b5a8a6b428427
MD5 8d59f9f25d3fe8f2c80e75ed67b0515b
BLAKE2b-256 83576dce183f8b0c7d34e0e1aa157e664a47b5f428bbba252a1afd000602b8db

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.0-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.0-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 03bfe42fbaa63baee9905c93b6a53c89030856ea92555f25de6d6dfbc250d63b
MD5 dca3dbaa46af4ad3b5a30a8b380817ce
BLAKE2b-256 f796f88ef8c52e68af4a0a20b14f2d40229088700ecac56c502bf44bb4b32296

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.0-cp311-cp311-macosx_10_12_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.0-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 5345a9ea0bf523629aed7332606ea9f95453760e1bc095d422fdfd470c1e5de4
MD5 202015cd0a6112a5ca3d37d91b601809
BLAKE2b-256 fa7e9862ef803c39d233481fbd73a0768a24937389a29e05ee0ed71d177a61d9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 761912a9cdb7538ca9eb4106e647e31c4567add650c68d0814655a62be72452c
MD5 397d7aeb0cf980786ac2811d0290244e
BLAKE2b-256 74e5e3cf7d0ab32510cd972fb399a2da41b0e8ba34b1a1fa846558292fd0609d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4162659442e49525ca1e573a8e1dce824780a235597c953a7d398619013e7211
MD5 642ef824977fbe2936846b353f6bd0ec
BLAKE2b-256 94053ca254d57d907cda4811cd4cdd71302636b36c50969519b0cb71d9d7ab3a

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_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.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 801386b88c28a20db04b95676bf0fce188e18f68fd1d308905fce68b28fddb96
MD5 55d31f5e595a07799f84fb9b1779bb94
BLAKE2b-256 59521bf92ae3f2c742a9460d82cd7fc15026d62675ee3b2f52fc270ac51387bd

See more details on using hashes here.

Provenance

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

File details

Details for the file histomicstk-1.4.0-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.0-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d528d5f98932ab12d02f2c4ecc2035b97af6efe44d264188d6499ae34eb1fd33
MD5 00769526adfaa328424736a987740710
BLAKE2b-256 82ba7aae67a025d440d1080c59a42d0d24d5ab1551f68b11bee46925cc901072

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.0-cp310-cp310-macosx_10_12_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.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: histomicstk-1.4.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 553.6 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for histomicstk-1.4.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 612e1620e970cc43f8b70d1743592f7ed386a3f14455fdad00f186353d7b28f5
MD5 b0ad0e681d7d9d061892e5195ed31cad
BLAKE2b-256 42f5a4dd23c4fd274bc94be22d12faca3c5f756dce4fd4d3e7f40b962ee1271a

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.0-cp39-cp39-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.0-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 dbd893e6d5700eb4439ae097ba9c9f2acb0381bc97caf58bd1780214e4c47506
MD5 51378132553d8c9855072abcdd074024
BLAKE2b-256 206ca58a04da55bbf76e68dfd778e4544339f110d9b6d24724bf4f50644d4581

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for histomicstk-1.4.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 778a36601aa54df427e7a894af4792b1b6e74f880cef42944b5752b99591e3c4
MD5 934e9308bb1aa01e697c5dcce45d9c52
BLAKE2b-256 57a4d8ae9e467f33d368675ea419c7d810ba20cce0f71d4441dc1aec392b6b8f

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_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.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 517900dd600b5e07ce668699af3cd1cb7ed034e16102c95dfd81d43f292906b4
MD5 ee5fe131f587d672b62be186827be148
BLAKE2b-256 493e2096c71ee87dd90e91309351d85a0106b9a95bfc31b5360f723c7fdfb5c8

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.0-cp39-cp39-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.0-cp39-cp39-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.0-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 309f712be0acba816d8d0f19085b320d39945a99b347d15704b2f239c9bba25b
MD5 a172b4c5f01da2ef99fc156878574ff7
BLAKE2b-256 427dd27e62ad0916fe39462e4a8b995ce33a6665c7afa31f363e9eaba454ea24

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.0-cp39-cp39-macosx_10_12_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.

Supported by

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