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.dev2.tar.gz (208.4 kB view details)

Uploaded Source

Built Distributions

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

Uploaded CPython 3.12 Windows x86-64

histomicstk-1.3.12.dev2-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.dev2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (633.8 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

histomicstk-1.3.12.dev2-cp312-cp312-macosx_11_0_arm64.whl (578.5 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

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

Uploaded CPython 3.11 Windows x86-64

histomicstk-1.3.12.dev2-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.dev2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (644.9 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

histomicstk-1.3.12.dev2-cp311-cp311-macosx_11_0_arm64.whl (575.6 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

histomicstk-1.3.12.dev2-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.dev2-cp310-cp310-win_amd64.whl (551.5 kB view details)

Uploaded CPython 3.10 Windows x86-64

histomicstk-1.3.12.dev2-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.dev2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (645.6 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

histomicstk-1.3.12.dev2-cp310-cp310-macosx_11_0_arm64.whl (575.9 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

histomicstk-1.3.12.dev2-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.dev2-cp39-cp39-win_amd64.whl (553.2 kB view details)

Uploaded CPython 3.9 Windows x86-64

histomicstk-1.3.12.dev2-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.dev2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (647.2 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

histomicstk-1.3.12.dev2-cp39-cp39-macosx_11_0_arm64.whl (577.4 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

histomicstk-1.3.12.dev2-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.dev2-cp38-cp38-win_amd64.whl (553.4 kB view details)

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 macOS 11.0+ ARM64

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

File metadata

  • Download URL: histomicstk-1.3.12.dev2.tar.gz
  • Upload date:
  • Size: 208.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.5

File hashes

Hashes for histomicstk-1.3.12.dev2.tar.gz
Algorithm Hash digest
SHA256 a559df3c68f127b8ee68e824b9946e24ae98af60e0b50700473b6ff70f1257e8
MD5 88aad0cb02b9bc8c3e6dcdb75f2926d3
BLAKE2b-256 f3a772a3aa50f7b416ca7a6a9b057226a54799ea94c021f0aa47781f4add0532

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.12.dev2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 56ca7fe2a24d143ba464ae1fee375c80f8d88353d948d92d4430c915f55d97af
MD5 ddf7466223b7543eb2c07db1a265f866
BLAKE2b-256 680e34295cce367692682fc8892510a606cb1c4d6f6eb510abad169c312a06a3

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.12.dev2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 faaad1e6415de6b930af82829eef5e4e9244da5126833399def5dbd8cf84f276
MD5 0546df2561f1f91d706ccc71346bd7a7
BLAKE2b-256 1ed12111f11aea858453d6b2c66de58d27fbde72b828a16e78e6435b3ac70a38

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.12.dev2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c37d1db67bc9551d099f0755a3226496cca08bf250f7b4aedcf23a6405bceac4
MD5 909db912acbdc334d0a9334e60b09dcd
BLAKE2b-256 1418e64d5931a249b0d104d3088de0394307d23c5d6d41fa5af26ac1c5c836a6

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.12.dev2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 46b6d799bcfa708761ed62320fb538026a91d020d1eaaaec37e6b2a58590fa90
MD5 c21a541e75844f9de8e1cf958d417303
BLAKE2b-256 63aad8d9ca4be4e32b2399d63c152cb42e6b037a36872839bb57837541fdae16

See more details on using hashes here.

Provenance

File details

Details for the file histomicstk-1.3.12.dev2-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.12.dev2-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c3c72b05c291ce03cacd8c240bec6e8cb68836d556f8f22f707ce12c3c831dd0
MD5 652c9f2b9be6c98040786a2197750071
BLAKE2b-256 262944887336e8a6e4834055c7a5b139e9a516396a8fbea427f564cbf62d0804

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.12.dev2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 52f1f4e5da0c12b8a70b2ea5df5bdf74733bf59fb254a408815ecd5146e9b7b5
MD5 d8bd7fa9f0c9182aa2ba168b046b9376
BLAKE2b-256 4c732c3cd3e50ec474242359e92d6493c3052195f9fa1575d9f45e9a9f95be22

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.12.dev2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 36b134d600aeec3e1ca56b714c6bf6cf2c682bb05019fc1c42378df350cf7eee
MD5 263c36d8a9baa7c64ac5ac50576637a8
BLAKE2b-256 1037b8b36afe2488a2aaca8ddcac85271be2cc64bd189dbc8c904a39328faa9b

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.12.dev2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4f3dda3a79b94fe7ddc6e3c76f5b794d3e62c4053c5fad1de1d42db296b6113d
MD5 01aa031c6a913130f5015e21027068c8
BLAKE2b-256 50de30befa66eed308ad871647769f613aefd0fab9e3a439c7e2486d35e4c164

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.12.dev2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d3edf4c76593e2299b1eb95ed82781abe4dee73becfa0f863a0c34700de8ac6f
MD5 7eedbf89c1022190e6234d837a6cd9dc
BLAKE2b-256 6f091dc20b240cc73e013512a199c6eef996aadd6e8cbe61cffb4b43a68d0185

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.12.dev2-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 eef7a64c6b1cd047a38c136293de9451f23bd3a19f5b330dfe43c71c42c3b8c0
MD5 41a1668c01f269fcd146c70386b50799
BLAKE2b-256 e7d734fee609d9d568b71d7c24b6630268bf63ffd698c18cf88ac68b47eabc4b

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.12.dev2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 ea2df9f160233f3106cb5d45908ccf10111b6358c87af588566a6b1c8f74e33b
MD5 d7c041c0651040d2390c3f7f446163de
BLAKE2b-256 f861667fab4e47a2f352c4b4d5bd6e279359dca6b71bf844d217b36c25ca78ea

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.12.dev2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b06b05dacca85f98a7fe3884af017e2f5e8bae4e9b0daf080388a174ddf27425
MD5 aaa52ccfbf3ff7350c5a0c4c6fa3cb61
BLAKE2b-256 e13c8a37f624873814dddf42a51236ddb59efa04bf12b84037fbcf58bde299b1

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.12.dev2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 197b1696d0760d6337ed2c4f8247403256eadddaa6b859a23a858c3523fba516
MD5 fdb62d036ff51d159cc30ebb6f5c76cf
BLAKE2b-256 26f0b00380f6a1b28a4cf12fc20d4e35ca02bb55d784d00b6a7a503170baeab7

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.12.dev2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0a08a0e8cb5b9e4b4f1a3a08b37a337a0f448eb8d3fc36276adbbceee36e3cf3
MD5 d665d6fc12a981b969336f101f4a39d6
BLAKE2b-256 6330e2607e4333f92357fa52fd34987c40df9219c476f5b67e1118df3aa1344e

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.12.dev2-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 2fda15e693ddbf4e57d604dc3eac7123a66a4a65050156bd6dc1c61da12c1a11
MD5 34a8fa5ba98736dac4cde130813c3cf9
BLAKE2b-256 500ba9a3456f587e30f28a1fde1b5ae1a492ef9b894173419b908bc74a550cc1

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.12.dev2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 da4542bd85037a48776c5b3146aeb4298b4623e26feecb203046c660e042e563
MD5 3418aed57f90ca727849d2c09ef9fbfe
BLAKE2b-256 d7f2f1cc844f677580ac95f455519a35871d236b3d13a639c633e998912a8249

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.12.dev2-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5ef4bd89674493907c83a0172b7b45ae4e67fa4255dc1499de84dc84c7d2bcbb
MD5 1264a62f7b104dd855450f54b40e7016
BLAKE2b-256 70610f663dd0e830eb67154f667ccedb6ac09c463ab384a53bdf80e0fea3a78e

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.12.dev2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d281d2a4b36b4101308980aba452a258a0d615dbb68b347aa66ef733f248a87d
MD5 18e402326c088227710348e958efc71a
BLAKE2b-256 8e619871c9edab0f8bfd2968d783285518f8bbcabd76455bb548e11a5a6324cf

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.12.dev2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 50b3b984f1ae785575fa4315724768ed32b76c14740a9bf7479a9a22e50d1a17
MD5 f001069bf3b25f07b3dce49d96e124bb
BLAKE2b-256 f2508fc498d6c8f39e4c65584f13337bc64bee0bbb2f726cb02eca708e461713

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.12.dev2-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 b4feca037a444a421b2da3c76ddfc8f08502751885f6fd15f3c16ba7a4983637
MD5 6f939c2658bb0762986e4c7fe85fcb36
BLAKE2b-256 b30a0169cfe221164d13b71cf9f85996ad0dc4ee8c1cd440cc642588cc130994

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.12.dev2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 2321fd89632211a2f4169732262b654fb3e4de14c5b878eda9ac8578678a6dc1
MD5 aaee3ab7d38f2f7d3fb5d8b4034755c7
BLAKE2b-256 b7feecbc0d3ac9d124609375ac6d06e735d67d63868f079fce682b7afcc77336

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.12.dev2-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 eb43b2b6f738a4e4a05b38abf0815d50f4d93fa131947c6116916ad2f75f84fa
MD5 f4371fd718bb83bfd2d0a032c1d57540
BLAKE2b-256 caf7461887197081f8b848098a8debb2237bbb80cf1e4d1b87c52745b9a54d9d

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.12.dev2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c9b129287356922f125087e7fc652078c30e1e747cb897a4049183f897b888a6
MD5 b6ef75949c8e1811537717214eda80ff
BLAKE2b-256 3b8a406553bff411c7c05ab36a466fcd4951f6410fab3c0a1eeeb4b93f802002

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.12.dev2-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c339186acef897222d89275cefcef1ac8b1700638bc61e201a54b2d717ae3ea7
MD5 598174eee75a5267c333b6edb58f8350
BLAKE2b-256 79ada850c41e1d6074f74388583d898f54dfe8676661693f691941769cc34869

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.12.dev2-cp38-cp38-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 91d5f1964110247ebf78185bb28ac44b29d83e0053dbd99011037cc7a186a807
MD5 57cb4898134f3c49b702d4245a3c9ca5
BLAKE2b-256 8c564e2ac636de9baf6cb0d4cf9c9fa600ecd533a2722e7b0e50ddec1a7ba021

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