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

Uploaded Source

Built Distributions

histomicstk-1.3.11.dev1-cp312-cp312-win_amd64.whl (553.0 kB view details)

Uploaded CPython 3.12 Windows x86-64

histomicstk-1.3.11.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.11.dev1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (634.1 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

histomicstk-1.3.11.dev1-cp312-cp312-macosx_11_0_arm64.whl (578.5 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

histomicstk-1.3.11.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.11.dev1-cp311-cp311-win_amd64.whl (551.8 kB view details)

Uploaded CPython 3.11 Windows x86-64

histomicstk-1.3.11.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.11.dev1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (644.7 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

histomicstk-1.3.11.dev1-cp311-cp311-macosx_11_0_arm64.whl (575.6 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

histomicstk-1.3.11.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.11.dev1-cp310-cp310-win_amd64.whl (551.5 kB view details)

Uploaded CPython 3.10 Windows x86-64

histomicstk-1.3.11.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.11.dev1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (646.1 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

histomicstk-1.3.11.dev1-cp310-cp310-macosx_11_0_arm64.whl (575.8 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

histomicstk-1.3.11.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.11.dev1-cp39-cp39-win_amd64.whl (553.3 kB view details)

Uploaded CPython 3.9 Windows x86-64

histomicstk-1.3.11.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.11.dev1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (647.7 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

histomicstk-1.3.11.dev1-cp39-cp39-macosx_11_0_arm64.whl (577.3 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

histomicstk-1.3.11.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.11.dev1-cp38-cp38-win_amd64.whl (553.4 kB view details)

Uploaded CPython 3.8 Windows x86-64

histomicstk-1.3.11.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.11.dev1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (648.8 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

histomicstk-1.3.11.dev1-cp38-cp38-macosx_11_0_arm64.whl (576.8 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

histomicstk-1.3.11.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.11.dev1.tar.gz.

File metadata

  • Download URL: histomicstk-1.3.11.dev1.tar.gz
  • Upload date:
  • Size: 208.3 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.11.dev1.tar.gz
Algorithm Hash digest
SHA256 62afb9d25acb636ed22716beff53cd6e48e005ce710c46ef4ff76620df6e12d3
MD5 9b16b0af30f65d28bd5b6fd05d361148
BLAKE2b-256 8bb5de0067ef0c38e336cc30f6a01b36f90742682d2c0e836b1825cf8ac81a28

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.11.dev1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 5508f2781d2bedf8b1eb8c1843899821f848cc4446071a5bc7c018f2f0b30f37
MD5 cf444930953b6a36f53ac1e48a0c57e0
BLAKE2b-256 97dc9250fd009657a269b250186bc76c44272f507e209523d7d2f4449a425a76

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.11.dev1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c61f43c34b2cc25dbb8f5ca8e82db8d9ac057239af877a65e726b858b87253ef
MD5 95d57443c3650613a876c70198870392
BLAKE2b-256 6f4a2e16e7827408d7738266fdbd489950274d9d25e79fd131b6390d3fe2e800

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.11.dev1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 120d6ed822e6357bed9add8b8d41c76e5ae77d24cdf1a3b6bf3aed8fc5e847ca
MD5 8734eb0d5f850a8401ee177fe557232a
BLAKE2b-256 b86dd23cfa88037ae8631dfb7e75b887b21c0decf8780fdae8155c816188a94c

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.11.dev1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3e798c0f1e54e9a7cbb99fea25585454306f4992c9810a088ef910d267fd860a
MD5 f7928fabc5687328eeebe45b256b91fd
BLAKE2b-256 0d2b7ca20963047cf75fca9f412cd510c586e920425ebe91144da0608dedbbf4

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.11.dev1-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 b4b9f4edceccf148c103006a408a30b56e58cee6282942889145abcde3ec7f4c
MD5 7f4af9e8fecda6016d7e91e52b0a58a3
BLAKE2b-256 6d5dc96d33416c62b8d19759befca1969c8d5a8f41909f9e8abd8bb136a8dda2

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.11.dev1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 ee4c781392c766b18da5cbca41ae4b977152106c51061b846abf5fc4b6c39fed
MD5 458a28bb9a8936b2ff3bd11a0a8c55f9
BLAKE2b-256 3615e8b60012725fd26b3a3ec00e22d376cf7298656bc8420d96c0201f0d166b

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.11.dev1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 eeb3ca6f09087e48c9b5316a5ef2d57cff1ecd22f2459eeb8fbf0b8e40f6a7ed
MD5 7dd24212c04db20031b739499434cffe
BLAKE2b-256 353ddb0c7991a8ab4e7cca11479cae353be1c751854ccda93d9ee0f3e6e6ff31

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.11.dev1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 104640b959d6e016895b29e05b7efbc786fff19da9ef32dea6b7aab9a49c097e
MD5 e88a2d98d070b4a5839b99ac2d37e5fa
BLAKE2b-256 12188df6bee3dbe9448cadc7ea4a22449942b373309a9d60af527884e0d7b4a2

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.11.dev1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7013e0880b95b63400f15bd5ff2a710c91db6fe3752805f618037ff433434efc
MD5 cd4995538a4039c794385efbbb023e02
BLAKE2b-256 206cfcaeb401029a6f83bd6dedc4cc3c948c36699db3df00fdbba8875e6c0425

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.11.dev1-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 3c17359f65cbe77170ae4a25d576dcd694b2d0783164bdde2b581279ec5cd4d5
MD5 2cd6e1c5aa99b21b04570107d99dff26
BLAKE2b-256 4114d38b3ecbb1c86256de3dd4a91c07653387e9e5ce1742675309fda83dbcfa

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.11.dev1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 eec080937a97a18068599c0c67fbcfb1a75e9371dd20ccb142c3156020c62514
MD5 934fdc45eb86c625eceaf6ccb2abe94e
BLAKE2b-256 0de935b18e4516543546549c480a1c5bc9394c8906cd92703390851c2d95d0c0

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.11.dev1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d64cecd028a6ea16c44b96e04f6f0c8bebd352e92f502e8baffadf7bde5d9e23
MD5 3b6cbbf144710e13784ab18fda44b4df
BLAKE2b-256 0958ebbf13f5f82c191cc7421055dd41f628b38f80cd2e6c7fbb8994582556a8

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.11.dev1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7dc4bee4f74d8b562b9d76412805f138a4e763f13b43502a78a6b0719ff4e4e3
MD5 53085aa1d9720bfb7c56f04487ffec5b
BLAKE2b-256 42b1cf855e2e840c30d5c8adb796d0ddc6657be808ef47229a0b70fe95ca75df

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.11.dev1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dcb0ef21ba3e0e9e7cd07b9087b3d0090ed24ae2cf032984db1cc13a6fa9d247
MD5 87318791456ba57f97502074bf1934ed
BLAKE2b-256 b4aa5141fcc85ce7d574c0a44f660707ded45cc5e0d7745d47599339299e14b7

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.11.dev1-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 8a870142271534b76b963db8a65290870b9b23db114764d4e8e348423c79fa1d
MD5 610e09060456ade406873c0d37650abe
BLAKE2b-256 5877a891b02bdf52ed5e48cfdecec825c584707c9c73b92b90c588eafa2fed2c

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.11.dev1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 8440e8859b85f697a69eb1f67a0cbfe34200538f6dc5287d14da40d5ac636781
MD5 1e2e53088cbe7752fdfde2bdb4d80d68
BLAKE2b-256 6a512ab891377f2b7c5df9236af129b23faf94ee9f2192ef9da9481ef5870539

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.11.dev1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 983319911366e132fdff015ad0433baa17e45cfe8a7defc040e70b8ee90de88c
MD5 8d82e4a652c4ef0a6c1b51f7f5bf8042
BLAKE2b-256 21ffd1f7400c80e6d2a9fa6dbf4f49eb7da4fbedf04fb2fb61cc0137551bbb9f

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.11.dev1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 26399b88157fcfb403ad2bca11dd113d3c572c96f9f6b29c949d298f3aaaed37
MD5 6ffa7f2199de1f8bc5e59330bb30b8a0
BLAKE2b-256 f5b14d635c0c6f8baa232c6ff7a76ddb6f0927511b7a80b1a773da78f720f5c1

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.11.dev1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dd7f3f8e68706317da48b17e8fc4aed2e914b6ffc76313b999de8b57e034f15c
MD5 8dd4676af280ba0c5d0e47473755c719
BLAKE2b-256 2a56252e35c1e84952518568926aaee42315d2138249604812510f0a2eec57d0

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.11.dev1-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 35fe1116a669fbe88eb77c5b626364b70a4d9b72940e59f52ba1df48bb55765f
MD5 b3812147cbe871f94a59b13b6280dc8c
BLAKE2b-256 eb4dddbc90910005e852cadd0bae23a21fd1a18221415232bfb3f7fccd99ecc1

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.11.dev1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 119f7137806ca8c126121c9211820a1e52d62b74eba42c8fccf597b9fd7f30a8
MD5 ede5a4cff720fdb2a2d272ddeee95612
BLAKE2b-256 bc783205626022f6432d90d65f1b1e324e721288290629abe457a4741ad45857

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.11.dev1-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5e757037ff80ef0b80d2c722e955ce46fde4ccb61f2189e234b54f08e2916ef4
MD5 e996f9a327c97e9780c82584d8bfe0b3
BLAKE2b-256 39e0b61598fb87b9b7df242be537543b4c2404fa80de3e2cf128b7f5116310eb

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.11.dev1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f9943d08246b32a55c4c2461c490226e4589aadd31096776bfb2ba868bb8cc58
MD5 dc54e99e44da15c670c362c7db65f079
BLAKE2b-256 6bf4c91213efa9e6dfc2ac03447ec70328d81225460d5fe793c1f4c974d200e3

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.11.dev1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d7afd862ffe60af424196295db7477722c3f3e7f8bde1305c00d44808f28c869
MD5 4957111c713243484db98bd7397b9446
BLAKE2b-256 6a3cdc7def9097b08949caa6aa977f9b30d31bbf9a1a6e59d52d08a227b0a479

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.11.dev1-cp38-cp38-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 b20673403b19b6ae37d5bc787e6f659f7ac91bb644ad90db2d75ead2182a8295
MD5 9e4f97030df4402ad5c596bb46a28d11
BLAKE2b-256 7ccda96c0ffc8a4cd437287b7503081cb3558acaf2ed01bd8ad440eb84722ebf

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