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 | Discourse forum

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.6.dev1.tar.gz (207.7 kB view details)

Uploaded Source

Built Distributions

histomicstk-1.3.6.dev1-cp312-cp312-win_amd64.whl (552.7 kB view details)

Uploaded CPython 3.12 Windows x86-64

histomicstk-1.3.6.dev1-cp312-cp312-musllinux_1_1_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ x86-64

histomicstk-1.3.6.dev1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (633.4 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

histomicstk-1.3.6.dev1-cp312-cp312-macosx_11_0_arm64.whl (580.4 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

histomicstk-1.3.6.dev1-cp312-cp312-macosx_10_12_x86_64.whl (576.6 kB view details)

Uploaded CPython 3.12 macOS 10.12+ x86-64

histomicstk-1.3.6.dev1-cp311-cp311-win_amd64.whl (551.1 kB view details)

Uploaded CPython 3.11 Windows x86-64

histomicstk-1.3.6.dev1-cp311-cp311-musllinux_1_1_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

histomicstk-1.3.6.dev1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (643.9 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

histomicstk-1.3.6.dev1-cp311-cp311-macosx_11_0_arm64.whl (577.5 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

histomicstk-1.3.6.dev1-cp311-cp311-macosx_10_12_x86_64.whl (572.4 kB view details)

Uploaded CPython 3.11 macOS 10.12+ x86-64

histomicstk-1.3.6.dev1-cp310-cp310-win_amd64.whl (551.0 kB view details)

Uploaded CPython 3.10 Windows x86-64

histomicstk-1.3.6.dev1-cp310-cp310-musllinux_1_1_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

histomicstk-1.3.6.dev1-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.6.dev1-cp310-cp310-macosx_11_0_arm64.whl (578.3 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

histomicstk-1.3.6.dev1-cp310-cp310-macosx_10_12_x86_64.whl (573.6 kB view details)

Uploaded CPython 3.10 macOS 10.12+ x86-64

histomicstk-1.3.6.dev1-cp39-cp39-win_amd64.whl (552.8 kB view details)

Uploaded CPython 3.9 Windows x86-64

histomicstk-1.3.6.dev1-cp39-cp39-musllinux_1_1_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

histomicstk-1.3.6.dev1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (646.8 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

histomicstk-1.3.6.dev1-cp39-cp39-macosx_11_0_arm64.whl (580.0 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

histomicstk-1.3.6.dev1-cp39-cp39-macosx_10_12_x86_64.whl (575.3 kB view details)

Uploaded CPython 3.9 macOS 10.12+ x86-64

histomicstk-1.3.6.dev1-cp38-cp38-win_amd64.whl (553.1 kB view details)

Uploaded CPython 3.8 Windows x86-64

histomicstk-1.3.6.dev1-cp38-cp38-musllinux_1_1_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

histomicstk-1.3.6.dev1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (648.3 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

histomicstk-1.3.6.dev1-cp38-cp38-macosx_11_0_arm64.whl (578.0 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

histomicstk-1.3.6.dev1-cp38-cp38-macosx_10_12_x86_64.whl (573.7 kB view details)

Uploaded CPython 3.8 macOS 10.12+ x86-64

File details

Details for the file histomicstk-1.3.6.dev1.tar.gz.

File metadata

  • Download URL: histomicstk-1.3.6.dev1.tar.gz
  • Upload date:
  • Size: 207.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.8

File hashes

Hashes for histomicstk-1.3.6.dev1.tar.gz
Algorithm Hash digest
SHA256 6919d666f0ffc9f5ba43ac146d158c24d09b376cf1e623cf32e04eb6536f74a6
MD5 7ac95d26ad9e0f9a41f546f8b561dcc7
BLAKE2b-256 447be1c4b6bcffb5cc9d4b407d14507fa4a8e5812a8f8b67f5386b1cd64ed51a

See more details on using hashes here.

Provenance

File details

Details for the file histomicstk-1.3.6.dev1-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.6.dev1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 3aa3ea81f0d30698a55bd1f1eed66d06e289c69c28c94a9533e3b8bd869ac4a6
MD5 b4cc818e5a5a29fc2d8b005cb6017179
BLAKE2b-256 da9e10062aecba655f6ec983173ade5974710a888385f59a76763e5375615666

See more details on using hashes here.

Provenance

File details

Details for the file histomicstk-1.3.6.dev1-cp312-cp312-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.6.dev1-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a94b8497942fb7bbdcf91e5152e5f8b3e60830e9481cf3f4b1c92fbb1582c8ad
MD5 b3de3bf5d0476260fe36937d776c674e
BLAKE2b-256 b0be577afcb16621a98ce5ca45aeec0d283642517b8e9395c1636536d57d527f

See more details on using hashes here.

Provenance

File details

Details for the file histomicstk-1.3.6.dev1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.6.dev1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0f47c241145a501a88170b95e187a3a0c5936c869339ed486dbd2d11500d393e
MD5 60d22d539136ec0b27d23e8a63f87c73
BLAKE2b-256 7002156bad6f4c6e36ac5553405bb7d8b1437d4cbb86bc3bc65b2997117dd3b3

See more details on using hashes here.

Provenance

File details

Details for the file histomicstk-1.3.6.dev1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.6.dev1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bd2bde19d4eeb3ad0de6f0458c2e017f389641cc03887f2163674004fa83ad6e
MD5 5eb8fa4b12a1d62c088069aca3d8c975
BLAKE2b-256 e5bbdf6802511a9221fce1738fae94774d7bb5200f6b5dff7ef5120508a79439

See more details on using hashes here.

Provenance

File details

Details for the file histomicstk-1.3.6.dev1-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.6.dev1-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c840892a621e9c80bd22cc16ec01c7937cd430661ffcbbafe37520c94dcca5b6
MD5 f51151b930ab80af052c52fc70795feb
BLAKE2b-256 0f562e2020a30731ef4045f7f6b58add5aebf2d5633f5d0e762d18de0bbfe2da

See more details on using hashes here.

Provenance

File details

Details for the file histomicstk-1.3.6.dev1-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.6.dev1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 bd7e78bfa6677082c46786a08299890c8b29d56d2bdf37760ab93243d9d964d6
MD5 381e6cacf3ff074adf589698ab9ab3d8
BLAKE2b-256 59c1572c834d762d2f9ef8b60adc74a8fb69e4d0811d4d124dc59c9f724a2168

See more details on using hashes here.

Provenance

File details

Details for the file histomicstk-1.3.6.dev1-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.6.dev1-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 3b99d29809883ac43d89c8dee3bca3d62b10924262ed9a381fef7dc1d711d286
MD5 0b190a4082f52e9bfbc2ba9375b044ba
BLAKE2b-256 206be5ba28102e9332cc97b129810441d7aa97768665c77c5230354fdbc7155d

See more details on using hashes here.

Provenance

File details

Details for the file histomicstk-1.3.6.dev1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.6.dev1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d5efa1a5c6f766a117cfcf9cf517e9b00cb4a4468018c23f76136ba048b451f0
MD5 701afbcb0d9ff1ad6d4323cbda1a4221
BLAKE2b-256 c5382012755edfb2e1b200ad21d92e6b84dd1941524fc5717c00d30ebcf822eb

See more details on using hashes here.

Provenance

File details

Details for the file histomicstk-1.3.6.dev1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.6.dev1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 80b732f82e50a3074cb4d5219c5f33f7d29f474c2aaf11730dd47607b2a815a4
MD5 3b8e4271145f5c443a8c3ba3dfce99e9
BLAKE2b-256 966e081ca56fd8d177bf1e4276352000071e081e24df10fed8475bd93e38a3d4

See more details on using hashes here.

Provenance

File details

Details for the file histomicstk-1.3.6.dev1-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.6.dev1-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 f6eb546d1f9e4878aac6306718492ae46bcd0cb91c66c17ecc03c0c92d7baaf9
MD5 96f97d3dd60648a98452c04efd9b9fc2
BLAKE2b-256 c61d4e08ab39f5b163d0434cef9a2c6d33ccfaf9a3b52bbf405c2ff07e0c9880

See more details on using hashes here.

Provenance

File details

Details for the file histomicstk-1.3.6.dev1-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.6.dev1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 d451112265d0017f7516fce31ba000ba78c7e6b667f4a38b1eae909f5f2a7e50
MD5 80143eb2231bc9fbe5409b50a4b4597c
BLAKE2b-256 6260458a313ac538fd713604a85450432124ee0d81b323014666d7e84cafe97a

See more details on using hashes here.

Provenance

File details

Details for the file histomicstk-1.3.6.dev1-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.6.dev1-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d47b4cc533d797294e8069993ff7137b34f670b3ff728e4446476e6a472278a3
MD5 dbf6e1c4fa4b1149f83c9d668bfdb03c
BLAKE2b-256 576361e94d0e9cc49c2948c901f99a1f17271daa18fd5b3bd60d92cba9c9b01f

See more details on using hashes here.

Provenance

File details

Details for the file histomicstk-1.3.6.dev1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.6.dev1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fffc283160cf66ce37eab39cdb6be59b5cd80ee629056a0fb81a5f9bfb793714
MD5 4f491085e28b5cab9f3ed2397d3f22d0
BLAKE2b-256 43996d4cde03bf6456cb23074fb49a8a0038c9052e65f31dc5265271fc054c8c

See more details on using hashes here.

Provenance

File details

Details for the file histomicstk-1.3.6.dev1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.6.dev1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 44af7b5234d2c3e37bbec7a797ea6a0cc4c1290d0a167562fc76a8af81d98655
MD5 c8c5fed92cc2e04e3a3fae55424cf96c
BLAKE2b-256 92696535f460c4ebd83b8f467ee75d9ace0d9d3cf10a633384ecc2c2097c470d

See more details on using hashes here.

Provenance

File details

Details for the file histomicstk-1.3.6.dev1-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.6.dev1-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 18189b7229db4872c8ae9469fb88ad2377c193a59c13752d42f93e7d32b4522f
MD5 8a610d3c0886cc1180a0d4dbc0fb6742
BLAKE2b-256 e761c170e9825491ee4908874af080b5c428c50e464d83f77844bbdae62d78c9

See more details on using hashes here.

Provenance

File details

Details for the file histomicstk-1.3.6.dev1-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.6.dev1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 e2dd0b7203cab09b2382f417a88f67eddd7bb46b15c6dd1fda78fae9f20f7e55
MD5 0a21230b12fadca4523aaa6f8cd9cf70
BLAKE2b-256 c9dc3b8f17e4f0401f60e2113bf721e5041c78a66416828e145b4081c6c305af

See more details on using hashes here.

Provenance

File details

Details for the file histomicstk-1.3.6.dev1-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.6.dev1-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 48e1798fb84d3959d1312f873a111266744c6d4dcf0dcac33e8b8135e5bc12a9
MD5 2c8cbc8b4ee4fa7b4b2da2c62523c25d
BLAKE2b-256 2b233f0c2ea6d15c2f8147172f3b72d1689e9d46d0532afad356a8e18aa81e48

See more details on using hashes here.

Provenance

File details

Details for the file histomicstk-1.3.6.dev1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.6.dev1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 26a3ae68b88e2080dee313ddada545874cbc4b5663771cac3102939550a7a77a
MD5 2b9717f5994e3981044c49fae0b8cbab
BLAKE2b-256 f833a30fd29b736aa7c9a673d005d213003b99a57f67c81d63e35da8fe59f364

See more details on using hashes here.

Provenance

File details

Details for the file histomicstk-1.3.6.dev1-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.6.dev1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7fb632f28aa39accc7106a78339f2c17bc99060dfa57fc5e6884bd9ab10f056b
MD5 93244a8f13b7a6280602fa7ce33fb83c
BLAKE2b-256 fcf77998200a4dfe373808277d545c2477900d83679af2135d426885801e628a

See more details on using hashes here.

Provenance

File details

Details for the file histomicstk-1.3.6.dev1-cp39-cp39-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.6.dev1-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 451d3c8a4e99c5b31ca29ec412aa1c1fb14b4de8ee183a4108e0bfadce7a1c18
MD5 551163aa2eda7b7db905dd056e67beea
BLAKE2b-256 f0ef8720b555b62f3c58ee207ae9d75e3a64c821d1b7e0d97f33017b448490ff

See more details on using hashes here.

Provenance

File details

Details for the file histomicstk-1.3.6.dev1-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.6.dev1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 0c76518ddd15ba35866130f864c82ba9dafb03adb14ad0ef7d3bb5ee62a3647e
MD5 d96e07d57484fab6a7686690d389b36d
BLAKE2b-256 b8b8f957eba207bcb98e1ebedfa02ce8f39c4f6bd481c489100ec18ef4d64e7a

See more details on using hashes here.

Provenance

File details

Details for the file histomicstk-1.3.6.dev1-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.6.dev1-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 240fb4a712441c1e78848e587af2deec487b6ded4e6083f2fb843d014c71623c
MD5 fa6c384423099c5b6656f99651572335
BLAKE2b-256 9764ec88cbe03f3d3ee6c5776821591803f433c5bc517400b90abd1da65146e5

See more details on using hashes here.

Provenance

File details

Details for the file histomicstk-1.3.6.dev1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.6.dev1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 739b061a48450d6e842480b7989d44a78f9fdb4653866e029310ce9edc0e17a6
MD5 d2a3e8c6aac04f826bb8b54577ad63c4
BLAKE2b-256 3e776c14499c5081e550591532c1651432ef207681de45b4cac1cef1290ec4a9

See more details on using hashes here.

Provenance

File details

Details for the file histomicstk-1.3.6.dev1-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.6.dev1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ef9569e34e80151bc6d28ee71344ae4c77e93aa0c93cdb75b502f95fafe5ec58
MD5 f2918b116f00dd0d83aac3187992f51d
BLAKE2b-256 03b751dc289294af068050caa1873e70d3e03fc6b135ef5e4071d8c99a0c27b7

See more details on using hashes here.

Provenance

File details

Details for the file histomicstk-1.3.6.dev1-cp38-cp38-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.6.dev1-cp38-cp38-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d1cb5cdef50bf00c30d3e4e30e7b018030af92ea3bac8aae39d13b66319342bf
MD5 51e8d370a62038691d8d765aca01fe25
BLAKE2b-256 a70d830373a5deeba9fb88f1b731550a6bc2b10879fc16e2521b389f44d0e0a1

See more details on using hashes here.

Provenance

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