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.13.dev5.tar.gz (208.3 kB view details)

Uploaded Source

Built Distributions

histomicstk-1.3.13.dev5-cp312-cp312-win_amd64.whl (553.0 kB view details)

Uploaded CPython 3.12 Windows x86-64

histomicstk-1.3.13.dev5-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.13.dev5-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.13.dev5-cp312-cp312-macosx_11_0_arm64.whl (578.5 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

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

Uploaded CPython 3.12 macOS 10.13+ x86-64

histomicstk-1.3.13.dev5-cp311-cp311-win_amd64.whl (552.2 kB view details)

Uploaded CPython 3.11 Windows x86-64

histomicstk-1.3.13.dev5-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.13.dev5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (644.8 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

histomicstk-1.3.13.dev5-cp311-cp311-macosx_11_0_arm64.whl (575.6 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

histomicstk-1.3.13.dev5-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.13.dev5-cp310-cp310-win_amd64.whl (551.6 kB view details)

Uploaded CPython 3.10 Windows x86-64

histomicstk-1.3.13.dev5-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.13.dev5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (645.5 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

histomicstk-1.3.13.dev5-cp310-cp310-macosx_11_0_arm64.whl (575.8 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

histomicstk-1.3.13.dev5-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.13.dev5-cp39-cp39-win_amd64.whl (553.4 kB view details)

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

histomicstk-1.3.13.dev5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (647.1 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

histomicstk-1.3.13.dev5-cp39-cp39-macosx_11_0_arm64.whl (577.4 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

histomicstk-1.3.13.dev5-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.13.dev5-cp38-cp38-win_amd64.whl (553.8 kB view details)

Uploaded CPython 3.8 Windows x86-64

histomicstk-1.3.13.dev5-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.13.dev5-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.13.dev5-cp38-cp38-macosx_11_0_arm64.whl (576.8 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

histomicstk-1.3.13.dev5-cp38-cp38-macosx_10_12_x86_64.whl (570.0 kB view details)

Uploaded CPython 3.8 macOS 10.12+ x86-64

File details

Details for the file histomicstk-1.3.13.dev5.tar.gz.

File metadata

  • Download URL: histomicstk-1.3.13.dev5.tar.gz
  • Upload date:
  • Size: 208.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for histomicstk-1.3.13.dev5.tar.gz
Algorithm Hash digest
SHA256 f25c1d23c3ac6f22245fd43502d4365ba562a29406fa153153cfca2b8d886180
MD5 f696dce6422795f90bfa3f3f10022ebc
BLAKE2b-256 d378f2493456b05d819cb385fcc05083eabbec3733db5f2c54cf801f0635169c

See more details on using hashes here.

Provenance

File details

Details for the file histomicstk-1.3.13.dev5-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.13.dev5-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 069fc505ebab25408e442c82435f6bc5c9c04cac8c149e0487583eb69d88b3b7
MD5 dde4e2cbf9b985ad0fe1f0930a5ea660
BLAKE2b-256 94a8875d9aac17de7e26e3ca3def5deb2045c571b77b86625496d9be500d97d1

See more details on using hashes here.

Provenance

File details

Details for the file histomicstk-1.3.13.dev5-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.13.dev5-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 664177862045865ed6e675132a9da7aff41e60d42088e053f2493d9ca2dfee78
MD5 d67074a614426cb2ce40df00fbece073
BLAKE2b-256 4e8a54995167ca0a43b70584883c17ec3bc6d5400fe54693764bc7d65f3b2626

See more details on using hashes here.

Provenance

File details

Details for the file histomicstk-1.3.13.dev5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.13.dev5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e5923c47146d231dae2332e01245214ffa6d28f49ba330c8f44fe7df1209754f
MD5 4f131ce4036d0986bce5f7f9c3e36ff8
BLAKE2b-256 1d9a11af74e78827d7d294feab0e087e3a5cb5ed3fd0f9d73b636087109df4b2

See more details on using hashes here.

Provenance

File details

Details for the file histomicstk-1.3.13.dev5-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.13.dev5-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8a4a5abe6e8a9393655c8bc39b8a06ab31016996dc4361dd876707f510ee18e0
MD5 ae4a8b5c2e39a025d5f34e21e8300cb3
BLAKE2b-256 09cde98d13bd29f87c33b9dd8679c51631cd1e27b7e542db51419144dafd4b78

See more details on using hashes here.

Provenance

File details

Details for the file histomicstk-1.3.13.dev5-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.13.dev5-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 25023e8ec3bd7c3b6b3f22a0c1b36410655eae783b4557f0ac0db9eec494aa8f
MD5 03a4387024d43a5296f6d21def881f68
BLAKE2b-256 92e1d9bf08d76a170a8599759214b5d37852cf4ad1bf4749efddf392dfd70a75

See more details on using hashes here.

Provenance

File details

Details for the file histomicstk-1.3.13.dev5-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.13.dev5-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 f077b9a079cfff8c13fc4e9c426e87b2addfb5648981a9617d5857702a30d698
MD5 b85b2f359b5f710d458de4898de5cbcb
BLAKE2b-256 6ab47ce63ac38c69c73d78c2f068425e8c18744c065f55388b5812a075ac1d46

See more details on using hashes here.

Provenance

File details

Details for the file histomicstk-1.3.13.dev5-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.13.dev5-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c2508fed39e797d505cb581f737a397e2422f03ee729b00fe7721f3d21a28e01
MD5 eb20d0f3e425aa27927283ebe05cc6b6
BLAKE2b-256 b47e7c46c24ffd57a982b983b4c13f04a93448c0a661e8d60256cad96ff622b0

See more details on using hashes here.

Provenance

File details

Details for the file histomicstk-1.3.13.dev5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.13.dev5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5e0ca7909d0b215bf24dbfd620a084842a900a36fd902fa0ae26f81ace03938e
MD5 17f65020184e5eb186a8d13a9c18ea47
BLAKE2b-256 0b3b494009faeace2d99195898f1203fa6da10463321640959488eddd92e234a

See more details on using hashes here.

Provenance

File details

Details for the file histomicstk-1.3.13.dev5-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.13.dev5-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0d5821542a93d3fffa642e3656502dc542eb692c2f01630dc7587533c23ffecc
MD5 654ec31262b74831152ea04302489275
BLAKE2b-256 86f6bb4bb26022dd0eea792260a0d84baa8730d063b522e4095765af47e10431

See more details on using hashes here.

Provenance

File details

Details for the file histomicstk-1.3.13.dev5-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.13.dev5-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 abbe7b0bedaeea3c0ae117fcb1e2a7c47b2c53c758c5b67372f45599bf91103c
MD5 8a67b1aadf59f663a8dc42a595da09c0
BLAKE2b-256 48b0a042422907a1af36b536c442f88edc4cfd2ae765775584ab237b69dc5649

See more details on using hashes here.

Provenance

File details

Details for the file histomicstk-1.3.13.dev5-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.13.dev5-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 d52900eca616e2671c8fba846e7d9799c115b1b33a3d32ee8ddd9b37e33c4643
MD5 aafe25d9fb01adf848ffca29449a3c0f
BLAKE2b-256 9b58d37d28d88e06d348fb95d0ca9eab244569f38d2eab965fd919c47b07d439

See more details on using hashes here.

Provenance

File details

Details for the file histomicstk-1.3.13.dev5-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.13.dev5-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2f926cb1350e916f35e964d8f89c85ef20549fcca235cb10f400b876ed3b3e39
MD5 9a86dc7946814d2d86fc0c13291a1484
BLAKE2b-256 ad3ad93d9333e510a862147f3efa8a6f4ea60f7a88cebb2f64aa95fcaabe7b06

See more details on using hashes here.

Provenance

File details

Details for the file histomicstk-1.3.13.dev5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.13.dev5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d3d21354f9b2922de7af2c2cd716f81e30a48230c1fe6e793f6dd013c4e1dee0
MD5 c7e39b26abf1d8fbae1e2841a7af7338
BLAKE2b-256 7b980021f2863f7d33a2401a111adde730e50fc9e5f550d1f5551a94d4d10f1e

See more details on using hashes here.

Provenance

File details

Details for the file histomicstk-1.3.13.dev5-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.13.dev5-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bb23147837b60bd3e073dafbe91327ea5d8934328e7c566b453f4a71ffe69891
MD5 31dede060d2abf3278ff67aead5074ad
BLAKE2b-256 33f4755cdc9b8dfa2d3096a35761e499a4337790b6b049baa99b10c928719c6b

See more details on using hashes here.

Provenance

File details

Details for the file histomicstk-1.3.13.dev5-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.13.dev5-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 dc66db12a4feef82e049928bc666091579114bf0400abbe075e08e27850627b2
MD5 d6dfb64b665b7427fa1bee7edc16c01f
BLAKE2b-256 8747e54770f6f0855f37ced26bfaccf97c167cdd1d0e7e2233d043706ec72e8a

See more details on using hashes here.

Provenance

File details

Details for the file histomicstk-1.3.13.dev5-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.13.dev5-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 ac5a268ba8cc470fde80ef9830298e5c8de7f36269819e93ce2969881ba2eb44
MD5 0f7678916f6d9f3cb8b76f04c1a9885c
BLAKE2b-256 79f20321df00a9831be86e633c6b6d0172aa4b52e82fbbb4fa32c9c37aa727d6

See more details on using hashes here.

Provenance

File details

Details for the file histomicstk-1.3.13.dev5-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.13.dev5-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 dbb8d9dc28314c0d15b218d1dfc5ec8d97a82f000883ded1bcde769f2b6b869f
MD5 cbc6b8c5b4ff0e6ed9dece3ea0c18592
BLAKE2b-256 851df531f6a8350e3c078bca483154e8b8060ffb05a1934d7d92d072962af6c5

See more details on using hashes here.

Provenance

File details

Details for the file histomicstk-1.3.13.dev5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.13.dev5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b5ba39a08c40ffea77fabca30c64d03a9e33b623dc026c17078fff0f6d24de33
MD5 9dba1eb12d94485a4ae5564cb3b469f3
BLAKE2b-256 96e23ab53f736a28b023def8c43004e5a54dc00f887eed71bfbf5f271defe1ec

See more details on using hashes here.

Provenance

File details

Details for the file histomicstk-1.3.13.dev5-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.13.dev5-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5b98985e20fda53f5001c8971f4929e4570c1ddc670d4bdb00929500ea827e23
MD5 258733b8088bdfeff2addf95ecfca4c1
BLAKE2b-256 abe2ae925bf11f8c045c530ff3ba1335d2c125f1d1f774399e1c05485f404a6c

See more details on using hashes here.

Provenance

File details

Details for the file histomicstk-1.3.13.dev5-cp39-cp39-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.13.dev5-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 0ae8779924c4aa575dbf76e94db212f5ff72e8ebe19e025d1cf9f99fa48d08a0
MD5 9e23900e5a8fbcc2bdebf14c6004344e
BLAKE2b-256 63d39c0756ecbff0eb0852c5a00759956268fc7e31475809be2af1146f828077

See more details on using hashes here.

Provenance

File details

Details for the file histomicstk-1.3.13.dev5-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.13.dev5-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 3d1ea0efdecb5c1f55f790f94bd253dc838a97ebcb9e6c4cec9bb4e0fa05e02c
MD5 53e7904951c8e78b455b638d4baef782
BLAKE2b-256 e468928f5b4ac9ba142b5da3e170328eb364e1a07b83df9c1aa8d176027685db

See more details on using hashes here.

Provenance

File details

Details for the file histomicstk-1.3.13.dev5-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.13.dev5-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6916a0af45497c908d2be8994b6c718993c187216e3ab84c0b53d77b31eb21fe
MD5 07e0370eef2ca4e7b552d2c2a098ccd0
BLAKE2b-256 a4b467369fd06ec444d419224fbf60f4154a1a272eab6b7b3cee07cd532c7cc1

See more details on using hashes here.

Provenance

File details

Details for the file histomicstk-1.3.13.dev5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.13.dev5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5f7a99635cdfccd2985847fa3f54df30fef3c7f61bf7c2f70ac394554287558b
MD5 55ec779fd4c2b330dae8474770071e7e
BLAKE2b-256 5931644a5b3f460083a48c6a5922388b1f2044c0dd5651bc181352f844dbf68e

See more details on using hashes here.

Provenance

File details

Details for the file histomicstk-1.3.13.dev5-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.13.dev5-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b48b1ce6225faa1e6a3539720969205cda1608ad2d957e955dd5c8d4a1ac3a40
MD5 39391d6fa7637d92cdaaa8874c493bfa
BLAKE2b-256 9e4e7198567b60c305f8e00454b84bddb152e0943fa1a8e55ceaa9ec859bc7b6

See more details on using hashes here.

Provenance

File details

Details for the file histomicstk-1.3.13.dev5-cp38-cp38-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.13.dev5-cp38-cp38-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 a18e98c9fbf12f745fb434a0ba1aeb1c5e98c22ba71d29cd107535ccf4e3ae9d
MD5 c7f02e21a2ee38db46bc1bdd59cb6ba4
BLAKE2b-256 fce21230ea87f3d208c4cee59e781b29d1ea5b3fb0256fc1380789f58e5d256e

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