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

Uploaded Source

Built Distributions

histomicstk-1.3.12.dev5-cp312-cp312-win_amd64.whl (553.1 kB view details)

Uploaded CPython 3.12 Windows x86-64

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

Uploaded CPython 3.12 macOS 11.0+ ARM64

histomicstk-1.3.12.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.12.dev5-cp311-cp311-win_amd64.whl (552.2 kB view details)

Uploaded CPython 3.11 Windows x86-64

histomicstk-1.3.12.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.12.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.12.dev5-cp311-cp311-macosx_11_0_arm64.whl (575.6 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

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

Uploaded CPython 3.10 Windows x86-64

histomicstk-1.3.12.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.12.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.12.dev5-cp310-cp310-macosx_11_0_arm64.whl (575.9 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

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

Uploaded CPython 3.9 Windows x86-64

histomicstk-1.3.12.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.12.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.12.dev5-cp39-cp39-macosx_11_0_arm64.whl (577.4 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

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

Uploaded CPython 3.8 Windows x86-64

histomicstk-1.3.12.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.12.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.12.dev5-cp38-cp38-macosx_11_0_arm64.whl (576.9 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

histomicstk-1.3.12.dev5-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.12.dev5.tar.gz.

File metadata

  • Download URL: histomicstk-1.3.12.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.6

File hashes

Hashes for histomicstk-1.3.12.dev5.tar.gz
Algorithm Hash digest
SHA256 ac21adabeaeb065f9c101ccc5641dac7eec77d1a0d8ad1b0c506e7382ecd4293
MD5 4e417b28ca7d671dd04df9cde9f62801
BLAKE2b-256 c8e4c9f401f5337fcf60541335c1c4a3de61676a676ba6180494ff1a80c9ebdb

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.12.dev5-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 b2fcfd94a846241afd8d3117aa3c7e36f80a92574fa1e9c039a50cdab5957e1e
MD5 c7b3e579e247ee0b51d01e699a36502c
BLAKE2b-256 fd6f7062827d566aa1a3d7269937befa2a4c5e84ead9afa1fb9c8c0f3c943672

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.12.dev5-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e63f41a6453bed151e8f701cecf12a8088b9a95441512adc8890596801dbedbd
MD5 8ef448a80e14bfab07b7813a88729c64
BLAKE2b-256 e594da84af5209f65a6070356b7ee4ee974d5c46e74f713dcc5fa2542e263801

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.12.dev5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0ef6033a415efe1b5a3681fcfc5dfb339a5bc1e31c008d3764bbd2ae070a1b87
MD5 4fb1479f8fbc4e21c7613265ad774705
BLAKE2b-256 4939cd3432df6af9afe0abc4d3a979e7b220dc970efa37bc66249cd273e07a66

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.12.dev5-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c2e9f7eedec9d3b8fe67cd305eff92d8fbb1f979386a55138c5b8913bcab6547
MD5 bc923bb98b65df95869ea3beca0168bd
BLAKE2b-256 f914274d8025d11ec35f5be1dfba02ccbc57a22b704526e9bb99ecacc392dd63

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.12.dev5-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 7306a2ff2d41849bfc6390badff9167195af0cdb9dabd8d64a03b67c9b24a80b
MD5 e1339293cdeab01212006e5d6460c976
BLAKE2b-256 d54152d6f6507f49d0cad5a80355970b933a11d860206356ea55a5dd81e580d4

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.12.dev5-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 72fd7404cc47131d0ed98afde29bdc442ca9eec51a10c88de087e51d9bdb9785
MD5 90ddcc9bcf6352a22f8f70ee4a9d431a
BLAKE2b-256 c9e9c4fc8962ce02d1517393bf083d720d9f269e3e87859ee4c90da3b12bb703

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.12.dev5-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d24c5ffda6583d8a3ad050f2526d5f2974c9e8962c4de123268c4b7ba9dd1340
MD5 cf5b37e0b4f4bca5446dd448c0d786ef
BLAKE2b-256 b613bbf855c00da2577b2b4afadf1e98fc978df7a6d867fc5480e8cb7c935009

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.12.dev5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b8de81fbb036f747ef419a5581509905fb113c322f39f05b6228763ffd637085
MD5 81395a189303c11b82dd6fa98e750b6b
BLAKE2b-256 b395067d17dab106d828bb8e9589d0c0877bd9a23fa123d55d065ad9a8ef7adc

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.12.dev5-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 30245a9e92106b8518e436edaf6ce740191bf825677105612c8f410bacf85c00
MD5 0e281271458e051a701e9d680a252239
BLAKE2b-256 54c7f133a53c4dfb530a89efec2e2fcf0d2bcd78e3d42be0d669da90ec8ec357

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.12.dev5-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d21b0c38b604a4eb61ac4b37f23ccff58205a728908a716ca24cd39ca7c115bd
MD5 271f4b708ffd277fab297d86d0ca576e
BLAKE2b-256 e1d077205b717fe39e7e6c996444c8f83c39814c8ded4e5077b9fe33ca39dee2

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.12.dev5-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 b9392bd26e21404af25a95595843d8575ccb2c7784e132a307049807d0de05dc
MD5 66a17e44c87719414e8803da5b34fecb
BLAKE2b-256 a6c8d5b75790804fa3accf66c01581a21b37fe8c650412171e34be727a419a6d

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.12.dev5-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 197b028b6fe04c0dbcc01669f66d1cf963627559ab36df52e3e07d3982acc3da
MD5 0fc7c367c044e8d4e3aeba71f6440603
BLAKE2b-256 196eeebf1705e2b41b1e59203968bd229ed950711288a32ce8f01fc9b6c12ca4

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.12.dev5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 512785245f045d5d7317e6d23c16e2c4deca5c770b8cb55b158d2e2d4fbe9c01
MD5 347ca10e3fa3069b7c80127aad85476c
BLAKE2b-256 ae31f69d3df875223b291a270ebd1949a063f9cbdbf1c5e93a5d2c7294573927

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.12.dev5-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fc666061863b83b308385b81e422196ab7c90aa4945fd304ee69e0de5df0e1f7
MD5 6b4b3fb6e589ff55278cb6b339afb7af
BLAKE2b-256 c3789bf357f3cc1f5e6a8550232af33d6f513865775a0d43c485908d04693fdc

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.12.dev5-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c4211f3d489e54b5e48299dca448e5606bfc9287654ee621597cefea4979fd0b
MD5 34c8fd47075e3f13c0eecbe59dfe7157
BLAKE2b-256 ff96719356a7b54b907b7644d42de20a90003be5c0300ea9ee850aebdca05650

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.12.dev5-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 17a38954d558a2c7939895378bd0293df759529f7547ea81e0a4d28e9427f264
MD5 00947aa6e9823ed356f8b72c612e03fe
BLAKE2b-256 bfd4252236334d19f5200bd46b9703c0a44a29e959ea11f3f5caf235c3c536cb

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.12.dev5-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0a8dcd7a543bde7c521697caa43944793a7a1b73b7db8ef12b4c257a32948f04
MD5 37e09dabc2853a548455327ae6ce274d
BLAKE2b-256 6202f32e63d55461a8ec479d207719a27ba0255fc289aacbd6b28548e2689dd8

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.12.dev5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 75e9ccf6f4af1145515449bbb16ab93fd30b0302e2f0b487e4ae0329455b1ba0
MD5 30c7e2aa72e8fb4e40a1233f697611bb
BLAKE2b-256 4acb0bda8caf3480faac85f8388493d5561babf87340c31817265eda1120e8a8

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.12.dev5-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 52e44e068e2acc69b2263973e3bfca725a5c0d348cf137ebe6e5acda2bb9a1f0
MD5 b6dda78404589d79b64349b850bd6f14
BLAKE2b-256 565fa80d14fe54275a9927bb8b665e1d9c7a23cdfc792dff4f6e47a6e852bc92

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.12.dev5-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 2bba8e7b23dd186164a757b5f759a205ea189c2c20c721f31811d7e096decd08
MD5 6fc33940a24e7432df5928ce04f96ef5
BLAKE2b-256 6e7de158f98c7e9668aa7f84ee5957c473dd86307868e6bc7128844e33471e14

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.12.dev5-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 06aba0f32a044ccd5c072269f5bf108f710be91a11b44485acb45d8714cf138d
MD5 34244efa2a19359aef5b4744d3227305
BLAKE2b-256 ff0670af9fa2a5aa0f20981c2df0f6c10b87ccc916eb4927ced492ab89a054fd

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.12.dev5-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 94fca57c554b1989d7633f1a12db2aebb1179a2d3c96947a3d950561c57a2725
MD5 691eb7ab85dcbc4099428bba832ab6fc
BLAKE2b-256 6305c8b1db4f2a5f723605270d82822266b5eee9f569831a4076df90623dbf1e

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.12.dev5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f8cfbd32cc6d100818ccb28871ba171432b7816ea5dbf0bc5f9cee8af7361485
MD5 1945df4ebc1684657f98a2c110df1ba6
BLAKE2b-256 a2a15cc11de8caf2ab6af2a2d4560eca8da09e29e1e9646ab71c8f2115418bd4

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.12.dev5-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0d8c7a515941249a3380311db49ace04dcead659b4dc002da639058d67184226
MD5 60a8e9fe323b5d4015a2597566ffa9ae
BLAKE2b-256 6ffaf7517b3aa4b8eece62a30e92bad19b453da527f3b20687c0652fc422d67e

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.12.dev5-cp38-cp38-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c2298dab5cebea083ca26004b4a2c8f5e51ac6f5f949edfe33666a7523d83dd6
MD5 47891f460b36c883f6d3ea165b3a846d
BLAKE2b-256 f0f9fde4c1a50b4e45642ee192fa071a978054d58b8cec9b90ecfe42e0833db3

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