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.2.10.dev9.tar.gz (204.7 kB view details)

Uploaded Source

Built Distributions

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

histomicstk-1.2.10.dev9-cp311-cp311-win_amd64.whl (547.7 kB view details)

Uploaded CPython 3.11Windows x86-64

histomicstk-1.2.10.dev9-cp311-cp311-musllinux_1_1_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ x86-64

histomicstk-1.2.10.dev9-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (640.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

histomicstk-1.2.10.dev9-cp311-cp311-macosx_11_0_arm64.whl (552.6 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

histomicstk-1.2.10.dev9-cp311-cp311-macosx_10_12_x86_64.whl (560.3 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

histomicstk-1.2.10.dev9-cp310-cp310-win_amd64.whl (547.2 kB view details)

Uploaded CPython 3.10Windows x86-64

histomicstk-1.2.10.dev9-cp310-cp310-musllinux_1_1_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ x86-64

histomicstk-1.2.10.dev9-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (640.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

histomicstk-1.2.10.dev9-cp310-cp310-macosx_11_0_arm64.whl (552.7 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

histomicstk-1.2.10.dev9-cp310-cp310-macosx_10_12_x86_64.whl (560.4 kB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

histomicstk-1.2.10.dev9-cp39-cp39-win_amd64.whl (549.0 kB view details)

Uploaded CPython 3.9Windows x86-64

histomicstk-1.2.10.dev9-cp39-cp39-musllinux_1_1_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ x86-64

histomicstk-1.2.10.dev9-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (642.3 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

histomicstk-1.2.10.dev9-cp39-cp39-macosx_11_0_arm64.whl (554.5 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

histomicstk-1.2.10.dev9-cp39-cp39-macosx_10_12_x86_64.whl (562.2 kB view details)

Uploaded CPython 3.9macOS 10.12+ x86-64

histomicstk-1.2.10.dev9-cp38-cp38-win_amd64.whl (549.0 kB view details)

Uploaded CPython 3.8Windows x86-64

histomicstk-1.2.10.dev9-cp38-cp38-musllinux_1_1_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ x86-64

histomicstk-1.2.10.dev9-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (642.7 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

histomicstk-1.2.10.dev9-cp38-cp38-macosx_11_0_arm64.whl (554.0 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

histomicstk-1.2.10.dev9-cp38-cp38-macosx_10_12_x86_64.whl (561.5 kB view details)

Uploaded CPython 3.8macOS 10.12+ x86-64

histomicstk-1.2.10.dev9-cp37-cp37m-win_amd64.whl (548.0 kB view details)

Uploaded CPython 3.7mWindows x86-64

histomicstk-1.2.10.dev9-cp37-cp37m-musllinux_1_1_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ x86-64

histomicstk-1.2.10.dev9-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (638.6 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

histomicstk-1.2.10.dev9-cp37-cp37m-macosx_10_12_x86_64.whl (563.2 kB view details)

Uploaded CPython 3.7mmacOS 10.12+ x86-64

File details

Details for the file histomicstk-1.2.10.dev9.tar.gz.

File metadata

  • Download URL: histomicstk-1.2.10.dev9.tar.gz
  • Upload date:
  • Size: 204.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.5

File hashes

Hashes for histomicstk-1.2.10.dev9.tar.gz
Algorithm Hash digest
SHA256 a4c023f4b522c1bb297ad6359e372453ab7b8adf2ad2be3f6c5ded30a645eb13
MD5 8f671fb6ce61c64a4b0767436466bd24
BLAKE2b-256 0e120aeb56143d46a7a27cf5b93141c0a04ef006b4784c037576fb8e45f30d0f

See more details on using hashes here.

File details

Details for the file histomicstk-1.2.10.dev9-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for histomicstk-1.2.10.dev9-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 688e7d3ef6b0ae4a10c08a4f362b6692cd08edd2403529cd4712ba892a85a7da
MD5 dd11acab96d496bcd4dcb17443cdbb22
BLAKE2b-256 d8fc9b9bdbed24bbca51af24af1ee1024cd6604157547d11473df7b43a8599a5

See more details on using hashes here.

File details

Details for the file histomicstk-1.2.10.dev9-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.2.10.dev9-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 fb933e2e2cdf4b0c3dc048d47585b1da07a37ad8a0f899c5000f37000fe623b7
MD5 04e501f9e746d982f6a8cb55d6fc1afc
BLAKE2b-256 7fa3ee5120574cc16a247390aae0a7bc828e29a2d314815e06ee348a17b37bdf

See more details on using hashes here.

File details

Details for the file histomicstk-1.2.10.dev9-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.2.10.dev9-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e14d644915c762743465e0762e021e5630ab9dc4a4468fcb192a12d83c3228e8
MD5 6f240333b6c41f4e84823b5535c9fa79
BLAKE2b-256 88e8ba0a333df7d78781a8cb51a87b6ae925933894010391e1e0bd0339e95814

See more details on using hashes here.

File details

Details for the file histomicstk-1.2.10.dev9-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for histomicstk-1.2.10.dev9-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 34fa104b22858d6c48d6e126f65d68073ce43be1c491f9057c0f21a1eb699d54
MD5 eb9d85f4e0599106fbb8d1e7bb557ace
BLAKE2b-256 4030a59a9e29f3c918ed4c4dc07633963cacfcbf7b0f9244835568a7ef6ccb22

See more details on using hashes here.

File details

Details for the file histomicstk-1.2.10.dev9-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.2.10.dev9-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 51f51ada5f4e667921a8308b37b6bcbf4b7bd8c954621fc0991b16e145d09356
MD5 d80afbecce76c27d38fcd34a6ea08391
BLAKE2b-256 9f844af512a501e719a848792742f5033a07018ab52c07215c82ad009ea0ec6f

See more details on using hashes here.

File details

Details for the file histomicstk-1.2.10.dev9-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for histomicstk-1.2.10.dev9-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 fde96a54591ca50fe3dc9af8e723ef19071ed1e5eb3823dc5a8af69bb1048d0e
MD5 33e9fb8ce54e9d8e51091a2e6b63a3e5
BLAKE2b-256 d00151fbf916d5c73e079150475c35eae8d68b24e847dd0e784549cb9d261e12

See more details on using hashes here.

File details

Details for the file histomicstk-1.2.10.dev9-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.2.10.dev9-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 00bd956f29e178735ac59296e7fef9da73c01fe8d5e55570937d72142a283454
MD5 2229cf67910e8eb14d561ed801b4c53b
BLAKE2b-256 5a048085fb126eaabbc771eba650e542c86c90de832e73a1cdd7fc51bc8c314e

See more details on using hashes here.

File details

Details for the file histomicstk-1.2.10.dev9-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.2.10.dev9-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 271b36fdfa1e763fed3854380cebd0867e04eb6f552cb640ef78bc65fd798b9a
MD5 dfcce633f69937e74d5a3b6a8406048b
BLAKE2b-256 aa67485ef41f02743f75294b66542e03cc2b9385838c8349374823d15a369e98

See more details on using hashes here.

File details

Details for the file histomicstk-1.2.10.dev9-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for histomicstk-1.2.10.dev9-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a15b800ef258e0a7b9979edf624d3368dae605404bd4eb6d34d178715e4381cb
MD5 795fd67c460189943c2d0409793a502c
BLAKE2b-256 666a2a2bff0aa6d4eb41e2dc1f636d6ac509d29dd30e45bb6df94343c0b5d656

See more details on using hashes here.

File details

Details for the file histomicstk-1.2.10.dev9-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.2.10.dev9-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 58f2152ca0107b04daa10fe0f157b0e9d527856d90efb6e3f2d0d2914103a021
MD5 0bb97f1f27ee111a0ed8a4f894f5f23b
BLAKE2b-256 64e1c6a77784e7aed8cb7a149cb8f5d92185ac26df55d8e875e02aa084cb6398

See more details on using hashes here.

File details

Details for the file histomicstk-1.2.10.dev9-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for histomicstk-1.2.10.dev9-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 e2e27930558ad935c099c87e19ad0be775d9ece53d1fac095b745cd35fc11e0d
MD5 808e45bb5869f9421bbfd57bc4b06727
BLAKE2b-256 70f134bd4a24ed02ddc5b2487e97292342ab6ec9156002dde08f3f7c7d971f97

See more details on using hashes here.

File details

Details for the file histomicstk-1.2.10.dev9-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.2.10.dev9-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 8d399e2c110da6b7fab889ef24e38f1790e4da54781797f04159a117673d696b
MD5 accc9be9279b7d0b004bc56e9142b8a3
BLAKE2b-256 1bec4c48d388c254f5ab17825213a1d5a824a502c21e42e4b5e6e6c3f7b07b27

See more details on using hashes here.

File details

Details for the file histomicstk-1.2.10.dev9-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.2.10.dev9-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a0b6f3713668cd801a79cd1f608a3a54432ee3bf3abeabc6179d3c07b6cab8f4
MD5 6ea1898aeacba6a3612312716c7f47db
BLAKE2b-256 c0ed929b181641d7f92831d42334a51707110a17d6fa69b3e799bff317e89890

See more details on using hashes here.

File details

Details for the file histomicstk-1.2.10.dev9-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for histomicstk-1.2.10.dev9-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a8f44d7a1ec54bb7973eff18091b183331359808666981015f1f8ce10144c709
MD5 53c532f698a7367ee99ab2d90ce3b40b
BLAKE2b-256 c4796b6601dd342aff0fc0dca251332b9e3d9b936161d2b4e973372409811a43

See more details on using hashes here.

File details

Details for the file histomicstk-1.2.10.dev9-cp39-cp39-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.2.10.dev9-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 3191553331670faf7630bd26b2457143bb8a0e90f8bd01c8f92817d68caa5f34
MD5 7c9cf65d2e2151214681b22d215db877
BLAKE2b-256 8404daf2d8a69963c2683b76d1552a7ec102eec1ffe472c857a1df4ca11e70c1

See more details on using hashes here.

File details

Details for the file histomicstk-1.2.10.dev9-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for histomicstk-1.2.10.dev9-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 9b5fa7bccd4346449bc5513f49154ef47bec697423c8ac9256fcb4f1b8fbd604
MD5 35f9524d21e874935c24d4a4fa39ba3c
BLAKE2b-256 4dee9fe6ae34b24353a021e0e636eef3dc36be33a07eaefc792eafd713686efa

See more details on using hashes here.

File details

Details for the file histomicstk-1.2.10.dev9-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.2.10.dev9-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 dc60bdef3aca2166b3dd9faa054912cad617d7fcda5a0aec6455516cd4e2964f
MD5 3ee8294440c4da0e063ddecc153b5ed1
BLAKE2b-256 9c980ee42329840b80f78f8ce979ad8e2ae79a890f8a1baf598c0d22ec199b1d

See more details on using hashes here.

File details

Details for the file histomicstk-1.2.10.dev9-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.2.10.dev9-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3e8b86ec5bc036ec3318d51265453d90ea8d240bf358d9808696b73a0ab53475
MD5 f2110e5ba5d962abaddd2ec7e558e7c4
BLAKE2b-256 052b91a227e739bde0c8dccd061dc989ae7e663367bf07db81fb2947c081460b

See more details on using hashes here.

File details

Details for the file histomicstk-1.2.10.dev9-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for histomicstk-1.2.10.dev9-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d2907827b3abfd0d0a620ea2c5c5ded3c0d7ebab172ea7ba5841aba0346fdc64
MD5 968802b8cac2fc68df1e81ae261872ff
BLAKE2b-256 29f4cebb53b51d70dcf3804521ef92b76ef4386fd86fb06f4d98c24965fc8a33

See more details on using hashes here.

File details

Details for the file histomicstk-1.2.10.dev9-cp38-cp38-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.2.10.dev9-cp38-cp38-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 92debd6da1228072c4ff3da895fdc0511af348e0afdae9180d050413a903d6b1
MD5 a3bf7a91bdd347c841329e19ab27712e
BLAKE2b-256 f6292080b8a85f9f7d1ce86445163c27d4542c115e9f445c0cbbb555f7662285

See more details on using hashes here.

File details

Details for the file histomicstk-1.2.10.dev9-cp37-cp37m-win_amd64.whl.

File metadata

File hashes

Hashes for histomicstk-1.2.10.dev9-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 0bb3673437bfd92ef6896dc2a68b02bb30e435d82e7b9e8faafebf0b047ad779
MD5 6408c7b996a11cf0dff26826bbef9726
BLAKE2b-256 7581d6d6b43e67937794f6f455f2b3fbc189fc2bd98f3d6b1dc77b1418d73ff3

See more details on using hashes here.

File details

Details for the file histomicstk-1.2.10.dev9-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.2.10.dev9-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ffc29b7b0cd99fe8a74ebd4ea9d9310424ccd0fcc431c7ce1f7ee7284a53381a
MD5 e2e0368d75b29b16aa0b134121d8b8ec
BLAKE2b-256 b6fe629f484416cc5f649b405a7a37e6a110f81a6a7fe7380effff226878fec4

See more details on using hashes here.

File details

Details for the file histomicstk-1.2.10.dev9-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.2.10.dev9-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 088a98cc2fd31c9f439581c1bdcc1ce653e763a21bda4ecbf62fdbdfcedba556
MD5 5266cbe0d62f3a52f34cbaa7bf808097
BLAKE2b-256 a72e6a2e890c2cb557aa8cd002108e12cb0a1f99f3edbc871cc4008986b08993

See more details on using hashes here.

File details

Details for the file histomicstk-1.2.10.dev9-cp37-cp37m-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.2.10.dev9-cp37-cp37m-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 6f0adc69aa8a089a88d1b2ad59b9121884eb1df219aaf24c740af19d08768ca8
MD5 3f4053a41aa3c60423131184d41cb33a
BLAKE2b-256 8813c30dac0a0e4873b0bd155e0e41326106faa088f787caedc3c27b4b729a30

See more details on using hashes here.

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