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

Uploaded Source

Built Distributions

histomicstk-1.3.10.dev1-cp312-cp312-win_amd64.whl (552.6 kB view details)

Uploaded CPython 3.12 Windows x86-64

histomicstk-1.3.10.dev1-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.10.dev1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (633.7 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

histomicstk-1.3.10.dev1-cp312-cp312-macosx_11_0_arm64.whl (578.0 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

histomicstk-1.3.10.dev1-cp312-cp312-macosx_10_12_x86_64.whl (573.3 kB view details)

Uploaded CPython 3.12 macOS 10.12+ x86-64

histomicstk-1.3.10.dev1-cp311-cp311-win_amd64.whl (551.4 kB view details)

Uploaded CPython 3.11 Windows x86-64

histomicstk-1.3.10.dev1-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.10.dev1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (644.3 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

histomicstk-1.3.10.dev1-cp311-cp311-macosx_11_0_arm64.whl (575.1 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

histomicstk-1.3.10.dev1-cp311-cp311-macosx_10_12_x86_64.whl (569.4 kB view details)

Uploaded CPython 3.11 macOS 10.12+ x86-64

histomicstk-1.3.10.dev1-cp310-cp310-win_amd64.whl (551.1 kB view details)

Uploaded CPython 3.10 Windows x86-64

histomicstk-1.3.10.dev1-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.10.dev1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (645.7 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

histomicstk-1.3.10.dev1-cp310-cp310-macosx_11_0_arm64.whl (575.3 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

histomicstk-1.3.10.dev1-cp310-cp310-macosx_10_12_x86_64.whl (569.5 kB view details)

Uploaded CPython 3.10 macOS 10.12+ x86-64

histomicstk-1.3.10.dev1-cp39-cp39-win_amd64.whl (552.9 kB view details)

Uploaded CPython 3.9 Windows x86-64

histomicstk-1.3.10.dev1-cp39-cp39-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

histomicstk-1.3.10.dev1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (647.3 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

histomicstk-1.3.10.dev1-cp39-cp39-macosx_11_0_arm64.whl (576.9 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

histomicstk-1.3.10.dev1-cp39-cp39-macosx_10_12_x86_64.whl (571.1 kB view details)

Uploaded CPython 3.9 macOS 10.12+ x86-64

histomicstk-1.3.10.dev1-cp38-cp38-win_amd64.whl (553.0 kB view details)

Uploaded CPython 3.8 Windows x86-64

histomicstk-1.3.10.dev1-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.10.dev1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (648.4 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

histomicstk-1.3.10.dev1-cp38-cp38-macosx_11_0_arm64.whl (576.3 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

histomicstk-1.3.10.dev1-cp38-cp38-macosx_10_12_x86_64.whl (570.1 kB view details)

Uploaded CPython 3.8 macOS 10.12+ x86-64

File details

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

File metadata

  • Download URL: histomicstk-1.3.10.dev1.tar.gz
  • Upload date:
  • Size: 207.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for histomicstk-1.3.10.dev1.tar.gz
Algorithm Hash digest
SHA256 79353e3b8f603925e81222d22af6cc36087d9199b9b95b4e555ce0e9c599d9cb
MD5 b33543ff570db31fde8d9a0ca3dd05e3
BLAKE2b-256 f7464be824b02ac3a3d461f73fbbca62981164f5434605eff962d4ed14d88db0

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.10.dev1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 1d94e73c0b9ff4d4932651eca329de8a2b271615799e44e6f371390e58513aa1
MD5 02af4aae809c9c34e146f3c9cddb3428
BLAKE2b-256 7f5fe494cdfdbef010b1dd9412e02b571a82db5fa79c1e122c19154f4cb5104e

See more details on using hashes here.

Provenance

File details

Details for the file histomicstk-1.3.10.dev1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.10.dev1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f5fde64e83841f382eeca6c1380dbc67b95ef1e234e6f6b2cb12df92987b6552
MD5 18b6306fb346f4c010ce383289406977
BLAKE2b-256 397ccd67f40e924ae20455c0cee63ba4812665dd2e1476b491778fc75087427f

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.10.dev1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a160ecb39ef8d8667167511dfb0a851f6dc3c3a066ac283c02c526e6c727dc30
MD5 02368b38ab6fa53f66135b3cf1fdaa48
BLAKE2b-256 0753dbfb2436a8499f3525e404f465476f308b08ea31ed51f43daba6338eb08b

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.10.dev1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 03c1cfa6581aa14c7bbd76409407edad103e062da456c2ba9bfaf0e3f2833575
MD5 f57c038b7d0eda910e67f791b7bd75b9
BLAKE2b-256 3f6e13743d4a49d1e28a626be7cfcc4dc22c59f769c8036ffd56fc82d0c2ef20

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.10.dev1-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 b309e1386729092da13dd3ebe839d04a50e025621ba429428a3a3082b0c4afd9
MD5 ddff70d22addfd942f068b15844fe8b8
BLAKE2b-256 29c29d2c7798e7d4c80f528c74232057017a85ed8ae79460f1f1b1b3674f661e

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.10.dev1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 56cb98c5ee7b6c76a193f00ffa4f17ebe0d0dcb2fab9bb4f3c36c2acf01bef02
MD5 494355ca057aedaac856cedbb774efb2
BLAKE2b-256 f4149b0df217d467bf2b7e5625fcb81c38c11bf80d19cb51be5754acb4b0b111

See more details on using hashes here.

Provenance

File details

Details for the file histomicstk-1.3.10.dev1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.10.dev1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a02a3365064a0d334a695589f8762078acb355884fbe0d092c9cd588de86fd53
MD5 bb047350a2b8ffda3bfe5a0e69380baf
BLAKE2b-256 66ff78dfe8444d0106f9820798d14bf31032a5437b201430fb209ad25bb7505b

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.10.dev1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7eb814ff9eb1629338c759339c93594dc4abc2b47d37fdfeba5087641ad5f619
MD5 d6edc192580c9f0e9789711f12d16cd5
BLAKE2b-256 2e8f83a1a98034d05e4c1caf74e86b64c023a744adef704a3350a46b02ccffec

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.10.dev1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7cd858a95e578869048c8dbb276fd1668a9398756e2aec797ea537de6ed9a019
MD5 296c0a051ed9013917776202e23c3ef8
BLAKE2b-256 5be02c5f451183323ef7514c46976a4cf7b242f964a879540d8c441fb8ee2c1d

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.10.dev1-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 1822985ac095f808c222394be730d522ea45fcf3a140ce531dca3ed14607903c
MD5 0115bf22cc0e9585a54d8283eacb7428
BLAKE2b-256 5ba9e1c345fe0dfccc6a475e7e6acd8765bbc41d187f4bc9bd52ad23a6bbfdc7

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.10.dev1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 a88eef4c23d75840360ab64667ef120a9c96f1ef23186ea9d3e19cdf6dc00094
MD5 2fb8eb48893d9e2d663df80083210375
BLAKE2b-256 de5bfd3758b2c3d7328bb4b66f507f80df20e3f0021dd459e34929338417648c

See more details on using hashes here.

Provenance

File details

Details for the file histomicstk-1.3.10.dev1-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.10.dev1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 273e394255c70653689f1e8de6120a06b165e2d65578c9735ccd769cd269063d
MD5 80b02960f423571c4081dd8b083e3c43
BLAKE2b-256 0d2e35dc7a4f56a7cc8a0dfc7a60b03db9c1eec0df71ebc40817dd178dcfa588

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.10.dev1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7e6fd97830111a9006b8d10f62cd98781b77a9210a3512b755761883323fec5e
MD5 b23af23f8728966f7b8fff45b743038d
BLAKE2b-256 3dc6fdba79ffa7098d9eddc683a165cf0a152b229e00eb99102fcdc33615cfb4

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.10.dev1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 50aa93800c5e41230ceec1a7a2a3518c7a6c91e020653f3433de58f08b7ac326
MD5 309a3d53edaf1b639e6205ac6ccf62d1
BLAKE2b-256 6e640015a57e9250a717b375ab06fcb86d047d9205730ee6b8ae4bc822bc417d

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.10.dev1-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 099e3776ab4b3ab380fa924be015a42676bcf22c217aef940480a0eabd02fda6
MD5 26ded71b05963423fd0ccde616790497
BLAKE2b-256 87197c6f86de18f040dd06fa9f5ae74d0d3a0534330db2798c5c57f40e8ada27

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.10.dev1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 a7b1847ae45b8853bf29725be3a7753a114d903edfedfd932d4445a610a31d14
MD5 984e6a96292c9b5550a8e61f8603a84f
BLAKE2b-256 25f2df014a4c97f15ac41fa8dc128141573278c6bf4a5a60e99ba4d31326bd29

See more details on using hashes here.

Provenance

File details

Details for the file histomicstk-1.3.10.dev1-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.10.dev1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8441ff90e16dfccb8ad148a96e60f69689cacf084d45db537dbb9c833f585d53
MD5 22553a8445d9142c1b50bde7b3f90749
BLAKE2b-256 dbab493812721121f9f58b048400882a3c4bfa4f246be76a11285b7b2f0a346d

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.10.dev1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 63471055084fe611222f601be204b2811599cbc040b7f6a0eef41056beefb488
MD5 73819fafeacbd2d56a42509489210a4e
BLAKE2b-256 63a7004bc99c18a7b2ba38ae4c62e3253e1e65163d6c26f6088757b8fb1413f2

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.10.dev1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bbb3bca005df67d0cbf0646a14a54763d958ed129527344463701596cd066928
MD5 f6e57690313ae788a3312d0efc4d4c3c
BLAKE2b-256 aa626821bf6c2e7b99b78953618f6d5f20a81c8f66e5f1cd7d6faf48e7f99fb6

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.10.dev1-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 2b0f78d909b4d41999bb1b06b322e385f4fa39ca761907ca64b76a6146b18374
MD5 bf1072fa3e84920899e1518422feb94e
BLAKE2b-256 5bc8224e8920f5761603b0050c795c34bb87f67c9c1603234b54c51d4cf5aa75

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.10.dev1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 e3b2d21d2c68e7f5689a87607fff92cd6995e3d6c3b8d973eb674c6276e12dbe
MD5 156fa904f49eb37e93ad4f72d8874e7a
BLAKE2b-256 5daf20306bdb6d0367191ba4436ac8a45c8ee26448cd1d0544ef1f39b013553d

See more details on using hashes here.

Provenance

File details

Details for the file histomicstk-1.3.10.dev1-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.10.dev1-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e5fd51ab4eaced699447a5bf491760e1c39fbdbdc5063da0a7b27e89ce332296
MD5 3456e12306e2fd3c87552b4d87236ec8
BLAKE2b-256 37fa92c1dfc2c41f0aa66b7e666a4c3f60e7557852b56401c35da9e9cdc1882d

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.10.dev1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b1af2fe268c6742b9507bb518dbc45522dd96e49f22b35af84b9378bc903f7c3
MD5 f9a82554dca4d20f3dbc9bb6be1a9538
BLAKE2b-256 bd4add344926db28e61ad7ed178a07271f11d4d38da1f551a414653b804376f2

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.10.dev1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a7733976b25524a4a9c309a1f15074cc43f915e09cb24aec71363152cc22664b
MD5 0b6b96afdb55ec8b7548816b5c30a6a5
BLAKE2b-256 f2052888599d10c283ecf6d5cad27e7f21d630f89c7d570e593116959d146b44

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.10.dev1-cp38-cp38-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 f0f62071c37a9c97bbb122e4cffa116254e384739566a654ceceb052896c85b5
MD5 c33576f75c465b9a5fd04dd0db403f6e
BLAKE2b-256 6cd1909d71e122a9720b95c54c24950d7397d3cefc5ed127477df575eae7d30b

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