Skip to main content

A Python toolkit for Histopathology Image Analysis

Project description

https://raw.githubusercontent.com/DigitalSlideArchive/HistomicsTK/master/docs/histomicstk_mark.svg codecov.io License https://img.shields.io/badge/DOI-10.5281%2Fzenodo.14833780-blue.svg https://img.shields.io/pypi/v/histomicstk.svg?logo=python&logoColor=white

HistomicsTK is a Python package for the analysis of digital pathology images. It can function as a stand-alone library, or as a Digital Slide Archive plugin that allows users to invoke image analysis jobs through HistomicsUI. The functionality offered by HistomicsTK can be extended using slicer cli web which allows developers to integrate their image analysis algorithms into DSA for dissemination through HistomicsUI.

Whole-slide imaging captures the histologic details of tissues in large multiresolution images. Improvements in imaging technology, decreases in storage costs, and regulatory approval of digital pathology for primary diagnosis have resulted in an explosion of whole-slide imaging data. Digitization enables the application of computational image analysis and machine learning algorithms to characterize the contents of these images, and to understand the relationships between histology, clinical outcomes, and molecular data from genomic platforms. Compared to the related areas of radiology and genomics, open-source tools for the management, visualization, and analysis of digital pathology has lagged. To address this we have developed HistomicsTK in coordination with the Digital Slide Archive (DSA), a platform for managing and sharing digital pathology images in a centralized web-accessible server, and HistomicsUI, a specialized user interface for annotation and markup of whole-slide images and for running image analysis tools and for scalable visualizing of dense outputs from image analysis algorithms. HistomicsTK aims to serve the needs of both pathologists/biologists interested in using state-of-the-art algorithms to analyze their data, and algorithm researchers interested in developing new/improved algorithms and disseminate them for wider use by the community.

HistomicsTK can be used in two ways:

  • As a pure Python package: enables application of image analysis algorithms to data independent of the Digital Slide Archive (DSA). HistomicsTK provides a collection of fundamental algorithms for tasks such as color normalization, color deconvolution, nuclei segmentation, and feature extraction. Read more about these capabilities here: api-docs and examples for more information.

    Installation instructions on Linux:

    To install HistomicsTK using PyPI:

    $ python -m pip install histomicstk --find-links https://girder.github.io/large_image_wheels

    To install HistomicsTK from source:

    $ git clone https://github.com/DigitalSlideArchive/HistomicsTK/
    $ cd HistomicsTK/
    $ python -m pip install -e . --find-links https://girder.github.io/large_image_wheels

    HistomicsTK uses the large_image library to read content from whole-slide and microscopy image formats. Depending on your exact system, installing the necessary libraries to support these formats can be complex. There are some non-official prebuilt libraries available for Linux that can be included as part of the installation by specifying pip install histomicstk --find-links https://girder.github.io/large_image_wheels. Note that if you previously installed HistomicsTK or large_image without these, you may need to add --force-reinstall --no-cache-dir to the pip install command to force it to use the find-links option.

    The system version of various libraries are used if the --find-links option is not specified. You will need to use your package manager to install appropriate libraries (on Ubuntu, for instance, you’ll need libopenslide-dev and libtiff-dev).

    To install from source on Windows:

    1- Run the following:

    $ pip install large-image
    $ pip install cmake
    $ git clone https://github.com/DigitalSlideArchive/HistomicsTK/
    $ cd HistomicsTK/
    $ python -m pip install setuptools-scm "Cython>=0.25.2" "scikit-build>=0.8.1" "cmake>=0.6.0" "numpy>=1.12.1"

    2- Run pip install libtiff

    3- Run pip install large-image-source-tiff to install typical tile sources. You may need other sources, which would require other libraries.

    4- Install Visual Studio 15 2017 Community Version

    5- Install C++ build tools. Under Tools > Get Tools and Features … > Desktop Development with C++, ensure that the first 8 boxes are checked.

    6- Run this:

    $ python -m pip install -e .
    $ pip install girder-client

    To install from source on OSX:

    Note: This needs to be confirmed and expanded by an OSX user. There are probably assumptions made about available libraries.

    Use homebrew to install libtiff and openslide or other libraries depending on your desired tile sources.

    Run:

    $ python -m pip install histomicstk large-image-source-tiff large-image-source-openslide
  • As a image-processing task library for HistomicsUI and the Digital Slide Archive: This allows end users to apply containerized analysis modules/pipelines over the web. See the Digital Slide Archive for installation instructions.

Refer to our website for more information.

Previous Versions

The HistomicsTK repository used to contain almost all of the Digital Slide Archive and HistomicsUI, and now container primarily code for image analysis algorithms and processing of annotation data. The deployment and installation code and instructions for DSA have moved to the Digital Slide Archive repository. The user interface and annotation functionality has moved to the HistomicsUI repository.

The deployment and UI code will eventually be removed from the master branch of this repository; any new development on those topics should be done in those locations.

Funding

This work is funded by the NIH grant U24-CA194362-01.

See Also

DSA/HistomicsTK project website: Demos | Success stories

Source repositories: Digital Slide Archive | HistomicsUI | large_image | slicer_cli_web

Discussion: GitHub Discussion

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

histomicstk-1.4.1.dev46.tar.gz (27.9 MB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

histomicstk-1.4.1.dev46-cp314-cp314-win_amd64.whl (528.4 kB view details)

Uploaded CPython 3.14Windows x86-64

histomicstk-1.4.1.dev46-cp314-cp314-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

histomicstk-1.4.1.dev46-cp314-cp314-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

histomicstk-1.4.1.dev46-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (595.2 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

histomicstk-1.4.1.dev46-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (581.6 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

histomicstk-1.4.1.dev46-cp314-cp314-macosx_11_0_x86_64.whl (517.3 kB view details)

Uploaded CPython 3.14macOS 11.0+ x86-64

histomicstk-1.4.1.dev46-cp314-cp314-macosx_11_0_arm64.whl (508.4 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

histomicstk-1.4.1.dev46-cp313-cp313-win_amd64.whl (523.0 kB view details)

Uploaded CPython 3.13Windows x86-64

histomicstk-1.4.1.dev46-cp313-cp313-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

histomicstk-1.4.1.dev46-cp313-cp313-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

histomicstk-1.4.1.dev46-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (594.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

histomicstk-1.4.1.dev46-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (578.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

histomicstk-1.4.1.dev46-cp313-cp313-macosx_11_0_x86_64.whl (516.2 kB view details)

Uploaded CPython 3.13macOS 11.0+ x86-64

histomicstk-1.4.1.dev46-cp313-cp313-macosx_11_0_arm64.whl (506.6 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

histomicstk-1.4.1.dev46-cp312-cp312-win_amd64.whl (523.6 kB view details)

Uploaded CPython 3.12Windows x86-64

histomicstk-1.4.1.dev46-cp312-cp312-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

histomicstk-1.4.1.dev46-cp312-cp312-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

histomicstk-1.4.1.dev46-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (595.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

histomicstk-1.4.1.dev46-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (578.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

histomicstk-1.4.1.dev46-cp312-cp312-macosx_11_0_x86_64.whl (518.3 kB view details)

Uploaded CPython 3.12macOS 11.0+ x86-64

histomicstk-1.4.1.dev46-cp312-cp312-macosx_11_0_arm64.whl (508.5 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

histomicstk-1.4.1.dev46-cp311-cp311-win_amd64.whl (526.9 kB view details)

Uploaded CPython 3.11Windows x86-64

histomicstk-1.4.1.dev46-cp311-cp311-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

histomicstk-1.4.1.dev46-cp311-cp311-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

histomicstk-1.4.1.dev46-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (600.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

histomicstk-1.4.1.dev46-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (584.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

histomicstk-1.4.1.dev46-cp311-cp311-macosx_11_0_x86_64.whl (516.0 kB view details)

Uploaded CPython 3.11macOS 11.0+ x86-64

histomicstk-1.4.1.dev46-cp311-cp311-macosx_11_0_arm64.whl (507.2 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

histomicstk-1.4.1.dev46-cp310-cp310-win_amd64.whl (527.7 kB view details)

Uploaded CPython 3.10Windows x86-64

histomicstk-1.4.1.dev46-cp310-cp310-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

histomicstk-1.4.1.dev46-cp310-cp310-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

histomicstk-1.4.1.dev46-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (601.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

histomicstk-1.4.1.dev46-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (584.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

histomicstk-1.4.1.dev46-cp310-cp310-macosx_11_0_x86_64.whl (517.0 kB view details)

Uploaded CPython 3.10macOS 11.0+ x86-64

histomicstk-1.4.1.dev46-cp310-cp310-macosx_11_0_arm64.whl (508.8 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

File details

Details for the file histomicstk-1.4.1.dev46.tar.gz.

File metadata

  • Download URL: histomicstk-1.4.1.dev46.tar.gz
  • Upload date:
  • Size: 27.9 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for histomicstk-1.4.1.dev46.tar.gz
Algorithm Hash digest
SHA256 55d6f68fbf8b03ac31f9b4456c4c09436fc89c186c619ed8942af7fed31f7e88
MD5 f3f22f7a7a7a1a4b0aecef22112828b6
BLAKE2b-256 d8fb0ef72790bad6cfc932ca87a4512ef383a5dfa08e1df3d1e83ff7f122ed8c

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev46.tar.gz:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file histomicstk-1.4.1.dev46-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev46-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 c1e40390a900f5b531120a22131c5f432408c16d60e3b552505340abd2ab1498
MD5 7ac9212ef8480fbb3ea56f44c9e0d470
BLAKE2b-256 652e8dad196e071eea2277aa174a65270dc60d61529e1a15a553e4bf62aa5493

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev46-cp314-cp314-win_amd64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file histomicstk-1.4.1.dev46-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev46-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2f99ae12f8ac4ab9be9a9c1cb0f92ed87d41c04bccfb1687ca6737a0b1ead7f5
MD5 b80faa28fa8085213947775743e59505
BLAKE2b-256 c00704c9c54c5ca5b83035cec9986ac05b9452e9853329a1cb273feef15093dd

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev46-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file histomicstk-1.4.1.dev46-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev46-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 52b09cf1d2a8597fa75bdbb423285cc9acca50b5cb5227ee1155f9995b1cb595
MD5 ca118fa67ead33930ad2f439a9f974bd
BLAKE2b-256 a661f7faf93367c12da2f82f1123567ad12157ae8a416fc9f8b5a83f9eed9de7

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev46-cp314-cp314-musllinux_1_2_aarch64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file histomicstk-1.4.1.dev46-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev46-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c665ee8dd04368de686e598368763aca9d9c78292a447e094c0f5d45e5a544d6
MD5 a9bcb5a50b74d3b379d71beb973f602a
BLAKE2b-256 57a55075c469f28bcb9a972fbe1e7ff02d99ae58cc5a3e543866b17b4336710e

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev46-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file histomicstk-1.4.1.dev46-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev46-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a616eb5fa02847c8e2d3037b85915728bc041fd9bcc3731577aa63a6537f2994
MD5 1f650bea8a4fe23b029664d763f38477
BLAKE2b-256 caf4781f05a23bf43dd3b6d3865551f58a6f3fb742eb41a3e2f549e9f2a501bf

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev46-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file histomicstk-1.4.1.dev46-cp314-cp314-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev46-cp314-cp314-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 a3286cc876fe10375b69b410501419709eccd48454bff9f4e0db2fcc39717ebd
MD5 85f68f274bb4834783c25109ec964056
BLAKE2b-256 0387e5686d1186faaea4f795f506831715a6dac0d864a2cd224b07f873d1d96c

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev46-cp314-cp314-macosx_11_0_x86_64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file histomicstk-1.4.1.dev46-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev46-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c1b16754b54282b1538235a16d8c2d199c89c49c72ecf09917b8f40ee03696fb
MD5 e1ba1b41ff2a670d549b931f6529647c
BLAKE2b-256 44d21a660366e2148019a281c0d8ebb3dde4e5ebbdca8d072ee9398284478918

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev46-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file histomicstk-1.4.1.dev46-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev46-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 489ef6218b190965948462abafda43de3c4b723b08d510a467bce0d8b7c5d410
MD5 1f81fc486a882d25134ffc39223485a2
BLAKE2b-256 b9a70c5aef6dd6f19b193b80baf4de7731841a8d11c44a6fbd87a2ac9523d062

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev46-cp313-cp313-win_amd64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file histomicstk-1.4.1.dev46-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev46-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cb2685cd5e909dd7bc1224c733abbd14c9b7ded0629076815ca91f6fec5c9e67
MD5 af93940cf47c933b50ee913c57be2e01
BLAKE2b-256 d5d21f97014060aec44a2ee75c9186caf9c00b11541ec9064d093468153f6432

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev46-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file histomicstk-1.4.1.dev46-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev46-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 36e1169dd957781b0da7d23633be0afe42c385fe22265b760e9e548d8e0cd907
MD5 f6d85fce7b32fe79a2b1a71d81cac4df
BLAKE2b-256 090879797c8b3858aab05fe2eccff286985a3dcc15e0bd33cd6886faf2ec0b96

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev46-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file histomicstk-1.4.1.dev46-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev46-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f727a7c1206f24ce5bac5a41298c03974fc8d96f03379544489cf209add2040b
MD5 afdac49eac7cd923fa994d4f83b39cce
BLAKE2b-256 d3487b14d596dc4b8b76058c6b9a7fa02191551532031fe74bd16537ee4674ea

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev46-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file histomicstk-1.4.1.dev46-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev46-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 924febe2b55b0e4fe4bc28f7856c05b784a8a8c6ef3e40c44dad71cd6a5b9d9b
MD5 83523d940e1ba2e1e455f5f78b88f07f
BLAKE2b-256 67c2c3344b27c777c15bf164abbc4d53ff7681656edda25272d265b0139e8b78

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev46-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file histomicstk-1.4.1.dev46-cp313-cp313-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev46-cp313-cp313-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 058aeea4485cd7090dafb04206a41927cec96b12cb8c52d2b74150808691e996
MD5 2b04d9975ccf074f0f5afa1d45c9d1f5
BLAKE2b-256 620767ece1abe86fa38a7f93417631efa2ad1027c525c922ad8fb1aedda062dd

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev46-cp313-cp313-macosx_11_0_x86_64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file histomicstk-1.4.1.dev46-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev46-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1404047b998ce0200492029bb705e66fe683489cc84d2cbaf530ce5ba8311252
MD5 e5026fa54c0d3319ae0ea63c087dd1ad
BLAKE2b-256 ede3a99b216e69a46b78e43bf40f0c6d1cec46e002cd2dd44b4f22c02605d799

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev46-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file histomicstk-1.4.1.dev46-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev46-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 774c6fc609867838c0b5ee577479f2d3bca2baefb6832b3c1a59b5aa6cf8232c
MD5 caf7c49f9820c146cc92b3dabc96892e
BLAKE2b-256 5ab1cae8b88962d4b357a41b82de94c2f87452dce5783b54b3d2e633056b0639

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev46-cp312-cp312-win_amd64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file histomicstk-1.4.1.dev46-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev46-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 994e8e3d05e2c3d31a9f57e5d883e3c17c1daf324c2e658be83f70e6abd617d9
MD5 7fbe6bd0fc1e4f5f1a401d66b73197fc
BLAKE2b-256 f6325b3ab9fad316c583a9cc240b2b4440e9401a087cd064bc1ad202ffa4af3b

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev46-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file histomicstk-1.4.1.dev46-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev46-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6dc400c4ce9f255c978c4ed5e7be609c64fb99a921e00fd6be74261f75b3707b
MD5 0b35b00af6ba8303e40f8848589569ab
BLAKE2b-256 fef3ea3f7738fd6eab2debba03832aa8c232562f978cb4816a3dc77ce553d6c2

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev46-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file histomicstk-1.4.1.dev46-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev46-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cdc70f5e503f40cb6fe2ebb61fff8070138060f56f1401d5b139a1674eadfc11
MD5 083507b8939dcea1b06654842ab78ec3
BLAKE2b-256 d0e6754fd430546d7cad00855f917b6ed2175e3eeeef092746b7dda33d119e54

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev46-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file histomicstk-1.4.1.dev46-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev46-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 31aeaa42be557eb41a17c30e60af5d46526adc786f3e20a692ee755beafbb95b
MD5 7ea19a49b808c1230cce421f2c1c6c8a
BLAKE2b-256 d3e93547a1d0be2dbf0252a25f71f3948f59301d7d09d32276be71fa1e226cb8

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev46-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file histomicstk-1.4.1.dev46-cp312-cp312-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev46-cp312-cp312-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 0c47ae4c9935c39c6ae624a76dc0b01dc89eea62ffe501023f6729bc1959d33b
MD5 2dd0c880492db7d1cf0f964d4a479340
BLAKE2b-256 d13a230bbd4c6ab7893f5eabacb9906f467bacf3aeabaa88c4d91c8eaf2dfbac

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev46-cp312-cp312-macosx_11_0_x86_64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file histomicstk-1.4.1.dev46-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev46-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8b54af5b4dd2a793787dd31b3e0c30ba84f06b8fd83258fe05d390a64bab4dbd
MD5 69d35107873922bdc4c7c5498abdb52d
BLAKE2b-256 eb0a1bab4c2d563906a3cdf10e1bd2ea11e449ad444d38b712c08604c7f0d212

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev46-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file histomicstk-1.4.1.dev46-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev46-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 613a86e497a94754954b5856bc7e0b6ffdafcd04639d240627095c70de1459e5
MD5 f95caa200692670c558f994bb5a00649
BLAKE2b-256 c14148e65dd229c5c6746839b126972321ee1f2ddd9cad573f8d53b870a00de4

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev46-cp311-cp311-win_amd64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file histomicstk-1.4.1.dev46-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev46-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 acd0b3384fbdb7f9691e8c53ce51e171e152d91054f0fd63bf8af4293e8345f8
MD5 c9d594465f29b31774b8627a16e20f64
BLAKE2b-256 0da85e0f8bc7dd85f8929c0723ac28cbac49cd87d26cbd0835141b0a19ca7803

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev46-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file histomicstk-1.4.1.dev46-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev46-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f5efa05fa04703b6d7117ea014fba1dc824c6817faa9410ba1cf946c046aa822
MD5 4e7f3b4fb96707c883b2f1c65ad5e087
BLAKE2b-256 e8d701eb616f2e971844897481cd07405adac7bf4a7738c6d7b9b76cd8e35137

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev46-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file histomicstk-1.4.1.dev46-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev46-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fd459d880aeb4bbe47327fb0134a41554c6bdce040afca9a6889624ff967db26
MD5 1ebd98537a0e469180920b9261d24cfd
BLAKE2b-256 5e4b02f3dfb6fd37b1ce8eeea9ba0178090c405e6ab6a366af95f0aabc34da7e

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev46-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file histomicstk-1.4.1.dev46-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev46-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 887bd1808daa002c6c2c61486fa9be317f46702e55aed2a0a997950811dd3dc0
MD5 5d755c0565124bc3c3e0c95fdb596309
BLAKE2b-256 3c41291a327fe2d96443288c769f08a6b0dac6548a2c338a0d94095aba4f1627

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev46-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file histomicstk-1.4.1.dev46-cp311-cp311-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev46-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 e09bfb35b81cc70deac94533d931836e2a39fa8577f4ebacfd6fc015f587b1e0
MD5 3bd055b923698776154681748b2b18b6
BLAKE2b-256 321e8b372d8b50d7978336e6c600dc468278cd7b76af74692d21975c13bcfd36

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev46-cp311-cp311-macosx_11_0_x86_64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file histomicstk-1.4.1.dev46-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev46-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 14c83f1411fa26b1f9ab4615973572dff0bfa2700332e5829c130377a2d78cb3
MD5 5238c90c6f724d5acf4a2fc569698009
BLAKE2b-256 08d76162d6bc28980f8a2b4e9e62c8cb4ef950065391156dda4419049c9d2554

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev46-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file histomicstk-1.4.1.dev46-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev46-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 70486b2a841b908abfa0cd44e11de2cee09fe67a49d1bc642d34fd97ffec9323
MD5 ae95d7cb61350c1737429331fa0c0df5
BLAKE2b-256 5d415963da99edb81ec5b9dc584f73e49f382180b9efcfec6f5f717fb198fd3e

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev46-cp310-cp310-win_amd64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file histomicstk-1.4.1.dev46-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev46-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4cd8c4281c92f07fda16d8bb7ce4d4b0d402e5b0cc7d96df983aa8f832910c0d
MD5 72244571ad247e61d44730206f4a3c6c
BLAKE2b-256 86c0af8ab9ca348573294c260ce48ef1b19a819acffadee356892621a6c6dfa5

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev46-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file histomicstk-1.4.1.dev46-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev46-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8ae3d331cc121c8fce88bcb73ac4d3e303fa9f8cfd18b76bb15f9177007e4b04
MD5 1f431dd92c91cca541c5179d01be8f80
BLAKE2b-256 3861f41c5e5f1f7dc1b220be3c00f18993493164e614db242758e92939a4dfdf

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev46-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file histomicstk-1.4.1.dev46-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev46-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1d22aa07b6390692b9822a778f5ed0537aa7675a2ea815b93b5777fdbc542fec
MD5 fdc6869e03395e1ef95c5640572497b8
BLAKE2b-256 056ba860712a9a39b1a6fc15c54d040aa77c45cb0091602314e5db6d6c49e2a3

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev46-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file histomicstk-1.4.1.dev46-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev46-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 96c49853fe51a148e0082676efb59656c7f887380f4021d491518a0e63fa3087
MD5 f802fd6a53f6b3a6793540206a2370f4
BLAKE2b-256 1d5a99fea987cbc1436a9b0168ba2f41ee7ec4c3f8c3c7c02ed66bcfd6abeb0d

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev46-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file histomicstk-1.4.1.dev46-cp310-cp310-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev46-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 ef0c624c872d7c37e07f5a70950b2bc4d3d0e285403f0dc16d97dbfa98913955
MD5 ba94af64ce69d959c41db20de5349d4d
BLAKE2b-256 fb5f23d7772077d76f3fd193b91e440d176602e61432a35236739aa7614c27a8

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev46-cp310-cp310-macosx_11_0_x86_64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file histomicstk-1.4.1.dev46-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for histomicstk-1.4.1.dev46-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4714f02991d82c40451eb09ad18f646a2faac2adc430c27693943122872758e4
MD5 d24d0820af72a5134ab7d3bd34b5fc3c
BLAKE2b-256 29d0576ff004ea6c77d39b000df5d00a892f804d24a51340332865ca65f52909

See more details on using hashes here.

Provenance

The following attestation bundles were made for histomicstk-1.4.1.dev46-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: ci.yml on DigitalSlideArchive/HistomicsTK

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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