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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.12 Windows x86-64

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

Uploaded CPython 3.12 macOS 11.0+ ARM64

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

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 macOS 11.0+ ARM64

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 macOS 11.0+ ARM64

histomicstk-1.3.12.dev1-cp310-cp310-macosx_10_12_x86_64.whl (569.4 kB view details)

Uploaded CPython 3.10 macOS 10.12+ x86-64

histomicstk-1.3.12.dev1-cp39-cp39-win_amd64.whl (553.1 kB view details)

Uploaded CPython 3.9 Windows x86-64

histomicstk-1.3.12.dev1-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.dev1-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.dev1-cp39-cp39-macosx_11_0_arm64.whl (577.3 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

histomicstk-1.3.12.dev1-cp39-cp39-macosx_10_12_x86_64.whl (571.0 kB view details)

Uploaded CPython 3.9 macOS 10.12+ x86-64

histomicstk-1.3.12.dev1-cp38-cp38-win_amd64.whl (553.3 kB view details)

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 macOS 11.0+ ARM64

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

File metadata

  • Download URL: histomicstk-1.3.12.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.12.dev1.tar.gz
Algorithm Hash digest
SHA256 8a06e0885b66fedb2acbf59e9e1d0ee8d7a8c04b37f179f2c25ac8ff58c77849
MD5 d84ae3c798c49a7ff07358958a672b14
BLAKE2b-256 2c8cc462bd0aebb8fecabb2bdeb640cffd795859f3920725a164966667c6a751

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.12.dev1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 15e7e6e6c84255e75d789b8c59c477d98d9741c060fe32665163e9700a9d85d5
MD5 396561445ab2174a21ff596592b31d49
BLAKE2b-256 b181842d0cbec1579a7986879250ee5243ff9ba2d33c83cea1dc8eacc63ed575

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.12.dev1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 02cd2cc039303d7d21bdb4ebff69aebf28172c4e79c233833d432eea39b10f03
MD5 5aa9cf76623bdccce1edf99e2667b52d
BLAKE2b-256 c418871119932704354272d567d6d05eaee8a96ce7d93e9ba3021c00119766cd

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.12.dev1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1ee77cc973a74daf94a40b22b23a1bde03c501265afc092b77740fe37d1f0c75
MD5 d27c8d6ea0530f7392b05f6b23606044
BLAKE2b-256 7a813895030d5dc903dca4e3aefe5862fe42ec8a62c136efa7e2ae5252b7eb74

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.12.dev1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 de32615181eeb747a6d8678437c2faa3a5a2b0f8749c07c08d0d037b9e3006ad
MD5 d574c269c62644d80a55f64222a1494c
BLAKE2b-256 400bafafd3b59e817e1717b0f421b482d7a2459fb6ab1455d88e332ed17433d2

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.12.dev1-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 58d081d303c1b7565387125aa103e8faba50da5387a848a98920c116f1a37c2f
MD5 0c8262156bc3613f5be8d6acbf20199d
BLAKE2b-256 8f5d90229d47eff77dd0b663fb3ca42e54f0cbf111bf13d51c23bbc0909888d9

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.12.dev1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 b10e1a49c440a076f6e5e6eb8bf5d021439fcbbfcdfe7ca54bc030becf8874f3
MD5 09695a2b684b5bee0070abd1b965020d
BLAKE2b-256 e5a22019f3dfbea51a6c4c20a76a416abe08cc470f2a2a8131107f9054e60e2b

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.12.dev1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 80764d41cbb0d1ca6d2d65d878b8c748ebb353ed0f7d26118b4381cfb8271763
MD5 43e4372cd292802fc28fcd59fd060d1c
BLAKE2b-256 df29052005f502b45a379f0787d90ef172c4d0f3dea2a3f1171e5fb0cbee0e1e

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.12.dev1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d404a4be84178c0da17568ebe8818da1952e341379be142af12a90df38ce2135
MD5 ca60e7e62b97fde38e09dd54f6e06333
BLAKE2b-256 3bf20b9a2f0fac1ce647a6137f68fc934cd6c2aad200b095eaef33118059edc3

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.12.dev1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1370fde72c75b6ec840f869af6a0ca2891a79ced4e4451815a9efff094ea68bd
MD5 a23498b323e97effa01301b18f68f9f5
BLAKE2b-256 74547d5300689e34ab4a21dcd7bc8e36d18383c2e3b326e4749f56e70e96a756

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.12.dev1-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 28973b79d640156be3f08d27f0685be1c67c6ff6fafe20fbeb1245dcf5a48924
MD5 5dc237ad8908f461ea67455732fb6b3a
BLAKE2b-256 3ce823eb4c72cf5a06d165d6a3027803bbbbd0ec1c6f3fe7a798ac2030e8db68

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.12.dev1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 416cba274c22ecb2c4789e98b97bd1e1616f6ec1a717794506a092fde5e85006
MD5 eb3279e170dabaab4fd64e542e61f3a7
BLAKE2b-256 eac1b795746e2e6dcd003bea1cfdb13d906748b1c1487638710ba095aa841edd

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.12.dev1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2b9c48c4760823f63adc3052e15b47ea3bb08a510b1eb07aaedc4301331c5d91
MD5 f7db72549f31d99566fba3dad6c04261
BLAKE2b-256 dc5b65cf235712f2ffe92c93a220b6262287a95a6da8ffbec45be9bd14cf01a7

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.12.dev1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7573320748fb63092ced9fdc98fa73f7ac956b31e9e6fc28e41df987d22ee322
MD5 b212641ae4ed8bc2b91db4f1c9385fbc
BLAKE2b-256 16b8c975a7b9373a4c0fe22df1885a2e398a3d102e7c744279120affc0618dd2

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.12.dev1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 03544b792d9b5d15b710e648e70e365c50702ed82f3778d2c1c47d5f7e3d589c
MD5 ff214c62ab977c13786804810c969593
BLAKE2b-256 433643c0aa0fb23b8be3bb6e69e1dea1040339bb19cf0c2ee236281013377310

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.12.dev1-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 fdb6242a531f24d235b62c3a618dc9a0520275a27030971fdd44958ab369f1bb
MD5 669cce7d9666dd0243d39d5b53efa090
BLAKE2b-256 3a2a62e3a250023246a461b07d9251cc5bec427c4f9b8e0c2a2613e9f737faa9

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.12.dev1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 7c13ecd77f498ddc67cce07277989562c9865cca3620edd393d8fef66fd545ac
MD5 93aff6dbf2a95ee9fea16e918cd6d37f
BLAKE2b-256 5bad6699c8c0626322aad8e0aed651594d2eb5a77e53aa9c7be0687b7af6d45c

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.12.dev1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b12e3637ef5e2df697ef445868fb1f7d68d2f896095038d1840d192824009806
MD5 8972e314b450fd31bf1d43120975035e
BLAKE2b-256 f29a2e98e31784edeb5dcdde2af0e84f962f7709dcb5b9d7487582cb34ab1000

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.12.dev1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 717dd63f13a27938b1cf77761b8240858d4e295bbfbc2465c4b06a82562ccbf4
MD5 52f1b5ec9d0c178c83687086097629db
BLAKE2b-256 7634f24d2cc7b66451faa86b300336da951858adc497bae0c00501bdcbedbaad

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.12.dev1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 54ae0771775aded4044ee438406a1e8ee7b68a7dbfdfff0d0e10d0cd49f44853
MD5 9df56237ce567eb1e10fdec4d1a9d061
BLAKE2b-256 0bb510ee1fd8200975fe1e30f00ae86358435a1ce45f4ac3eb27145908547d44

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.12.dev1-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 628e65c1cea7a0cf0cf9494f01b973ef8ea27793edc4bacf17faaa7b6aaae45b
MD5 f0c04c2bd6e3843893047f1bc9da82d2
BLAKE2b-256 6ddfb6eaa40d648464f3ceac0f3bfd7d22cbbdfd69b62a1fd585892225117516

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.12.dev1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 8b0ce09e2f756b25b89df2299b4f18f811b842a1e7624f69cd637852066154aa
MD5 32085d534bd4a5bc137736687868521c
BLAKE2b-256 3c6dfe73c61cf10f0528f128540c03d1fc736457dfd856f930b32adcf31b618d

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.12.dev1-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bdd4ff2f57d7f243757fe7f4edba489d3c4514329684e8416b028fbde8ec8638
MD5 a99eb4de2fd4cb094bf71e0908a0153d
BLAKE2b-256 81654cacfb84f0d4fcfab7f93d9f61453efc846351c047e5556748dee49f2261

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.12.dev1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 99d928c83905bf745a181670b908814e4c438d294338b1aae489f4bda1c95256
MD5 369f9f0badf84c9e7a435d235a13d8bd
BLAKE2b-256 c40011540fadb9e2d551df195332d68832b9d19cb49a3afa54469319d28c1f41

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.12.dev1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c58a12cf19b2d4eeca8691b167bd82932a16b3b17fb1f542b06a66e053a38238
MD5 06766a577a342f12dae465e08097f4e0
BLAKE2b-256 64aa4ed5ada580212efa6474561890ca4e61fc7c64213989cf92ec65f04a2994

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.3.12.dev1-cp38-cp38-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 e28120fcb17d37f7c8ca509d9a37a77bd3b17592d4960594c34de3e79f21a2dd
MD5 73ebfe4afcc39922ed46a35fb730b424
BLAKE2b-256 c11623ecb72bdd69bec0e5e6a75e0da14fe065ed31d8d01d731d71ca1a331706

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