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.11.dev4.tar.gz (205.9 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.11.dev4-cp311-cp311-win_amd64.whl (548.7 kB view details)

Uploaded CPython 3.11Windows x86-64

histomicstk-1.2.11.dev4-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.11.dev4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (640.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

histomicstk-1.2.11.dev4-cp311-cp311-macosx_11_0_arm64.whl (553.6 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

histomicstk-1.2.11.dev4-cp311-cp311-macosx_10_12_x86_64.whl (561.3 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

histomicstk-1.2.11.dev4-cp310-cp310-win_amd64.whl (548.2 kB view details)

Uploaded CPython 3.10Windows x86-64

histomicstk-1.2.11.dev4-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.11.dev4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (641.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

histomicstk-1.2.11.dev4-cp310-cp310-macosx_11_0_arm64.whl (553.7 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

histomicstk-1.2.11.dev4-cp310-cp310-macosx_10_12_x86_64.whl (561.4 kB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

histomicstk-1.2.11.dev4-cp39-cp39-win_amd64.whl (550.0 kB view details)

Uploaded CPython 3.9Windows x86-64

histomicstk-1.2.11.dev4-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.11.dev4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (643.3 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

histomicstk-1.2.11.dev4-cp39-cp39-macosx_11_0_arm64.whl (555.5 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

histomicstk-1.2.11.dev4-cp39-cp39-macosx_10_12_x86_64.whl (563.2 kB view details)

Uploaded CPython 3.9macOS 10.12+ x86-64

histomicstk-1.2.11.dev4-cp38-cp38-win_amd64.whl (550.0 kB view details)

Uploaded CPython 3.8Windows x86-64

histomicstk-1.2.11.dev4-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.11.dev4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (643.6 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

histomicstk-1.2.11.dev4-cp38-cp38-macosx_11_0_arm64.whl (555.0 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

histomicstk-1.2.11.dev4-cp38-cp38-macosx_10_12_x86_64.whl (562.4 kB view details)

Uploaded CPython 3.8macOS 10.12+ x86-64

histomicstk-1.2.11.dev4-cp37-cp37m-win_amd64.whl (548.9 kB view details)

Uploaded CPython 3.7mWindows x86-64

histomicstk-1.2.11.dev4-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.11.dev4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (639.5 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

histomicstk-1.2.11.dev4-cp37-cp37m-macosx_10_12_x86_64.whl (564.1 kB view details)

Uploaded CPython 3.7mmacOS 10.12+ x86-64

File details

Details for the file histomicstk-1.2.11.dev4.tar.gz.

File metadata

  • Download URL: histomicstk-1.2.11.dev4.tar.gz
  • Upload date:
  • Size: 205.9 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.11.dev4.tar.gz
Algorithm Hash digest
SHA256 debf53e5092ebf8c495292604ba995dd553abd83b8c37ce5d399448d204e13ec
MD5 69460e0fda7fe2fe78a70ef7fcc953cb
BLAKE2b-256 c857d2eb6a486fb4abc166f577d1db6a622514fee8fd3b967c0434091b9d4b39

See more details on using hashes here.

File details

Details for the file histomicstk-1.2.11.dev4-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for histomicstk-1.2.11.dev4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 c61dcdc35d329f1cabccb3bda72ac145829b6e5a2bca941d528232b3a972d962
MD5 cad3260edafa270503d39324c0b75b12
BLAKE2b-256 6db60861c8988cbb9276e4bf7875559964c5a259cf5bd22c3efd3538c10ae0a0

See more details on using hashes here.

File details

Details for the file histomicstk-1.2.11.dev4-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.2.11.dev4-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 caca1e20076ada6e8f4e9d85631ec339c1cd5d13b3f6c2caa1a79a27a8314049
MD5 31d0a8d563e30cfb36963166b6363481
BLAKE2b-256 f00f0811bf15becf0fddd2daf8a399e8b998f15097616421337ee50ab4a1f4d4

See more details on using hashes here.

File details

Details for the file histomicstk-1.2.11.dev4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.2.11.dev4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d52785cdf3ab7b81e8c164c524b7869513076085cb01b382063fc3e4cef036e8
MD5 dc759127593ec20c6559f10ee87a7f56
BLAKE2b-256 b7cb586ceb0bf96ddf25de21aff4d3b0ec98b8d076d3a6fc3a82233170f80a1a

See more details on using hashes here.

File details

Details for the file histomicstk-1.2.11.dev4-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for histomicstk-1.2.11.dev4-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 beef5fe8586c74c94e99d8408ccba4b9f409fe86a852311fac9173b637e1d786
MD5 a520aff65300f74ae4e097877d5aeb55
BLAKE2b-256 489b21e4463f12c61856b61c1505cd676fce481fe6fdd50dcec6d48940480fcd

See more details on using hashes here.

File details

Details for the file histomicstk-1.2.11.dev4-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.2.11.dev4-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 2b7ed8ff4fc5440b033deb09e0553118a99f36e34356c4384f103009d4908703
MD5 28eee434b3cf5632f104fd34b31b4b48
BLAKE2b-256 2a010c701126614c6b8cfb3cbd4211353b2ca0decc71e5badd5264e839f617da

See more details on using hashes here.

File details

Details for the file histomicstk-1.2.11.dev4-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for histomicstk-1.2.11.dev4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 6fca5f5d9a3c580aa50de9a71b54bbffc404ff0fefa23784727f20325ba51f89
MD5 3dd4ca4a9f9fdcb7ff23b2a03a83fdd7
BLAKE2b-256 ea083a9962460e8875c4749e4628ae46a86ce34bae1a6ca225a762bd97d78ea4

See more details on using hashes here.

File details

Details for the file histomicstk-1.2.11.dev4-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.2.11.dev4-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 7fac1705493f77bad736abadc1f6c923030d42a3f17b53b26dc55477f6852c80
MD5 bad88ebcca489f022cf0e0cce7c7089f
BLAKE2b-256 ce12fc85cec36f43664118f1e7b7c6e457d72138b5c329b16359a46b2cf00163

See more details on using hashes here.

File details

Details for the file histomicstk-1.2.11.dev4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.2.11.dev4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4f4a7a2781c7bfebae84f636cf820498c2aaeb7a5dadc765c461e438d3d8d2bb
MD5 66cefc1c4bca29b1ac86bc71a3a021b3
BLAKE2b-256 5e279da4d5c9cb2aec763c43dc38d83db7778a7e37c39cfaad922d99981e7e0b

See more details on using hashes here.

File details

Details for the file histomicstk-1.2.11.dev4-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for histomicstk-1.2.11.dev4-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 34ddd969e2653e647cf2310eb86b9be1d6a39606c9ae01d601938504f9fbdd7c
MD5 2979b7d2e16e097722980904a2c282c4
BLAKE2b-256 5eb375c03047a3c442b49ed646f4bc519647d8dea50df777affdc3db04e6c07f

See more details on using hashes here.

File details

Details for the file histomicstk-1.2.11.dev4-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.2.11.dev4-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 e5e04b567896b9fbd294b95e6a4e9f0726d427a8de95b43c876f182ca828efa2
MD5 cda6dfb55426200e2f5fabf18ccc33a1
BLAKE2b-256 d5eae2992b40b835d07f7dcead5857c0bddc071db16055d3e22064baaec8bdd3

See more details on using hashes here.

File details

Details for the file histomicstk-1.2.11.dev4-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for histomicstk-1.2.11.dev4-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 51027dfe8f468fe208b815548a3595a2b2cfd15b9c86aa378b06ba085d0d1d0a
MD5 8b49d2afe4c86fab605d5c0e23e6d3ae
BLAKE2b-256 b5042f85a262413ae66836259dfc25d8d6f1d57a991747da5cbfc3ea76a4c474

See more details on using hashes here.

File details

Details for the file histomicstk-1.2.11.dev4-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.2.11.dev4-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 853aa40efc07a268823ecaada08c86121407c16a9250d3b19ef223c413654193
MD5 08e68c1635dec6bb380b12ef765c5a60
BLAKE2b-256 fe694e7d5a918c36296babccdafe3ee8fb258f20b5f36933c44b909830e9c77c

See more details on using hashes here.

File details

Details for the file histomicstk-1.2.11.dev4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.2.11.dev4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 acc65cfdc4bcd194cbffca1dd7c90738b1e3545c830f2d7e8ce0cb77302c5a56
MD5 99da445d5e19d09b5cf5cc1be4e2b722
BLAKE2b-256 3d08e8ec35bc7095c508aa47035b2b1f8d7f0f7f0cab8e84a4b9df21440e19ad

See more details on using hashes here.

File details

Details for the file histomicstk-1.2.11.dev4-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for histomicstk-1.2.11.dev4-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1cce98cb7faf3eb5670e43f20549cb2eacf7d056f4373e58c3372a531691404b
MD5 19d7ecc17a777ea6787dbea2aebead9a
BLAKE2b-256 c0b75cb9876f8bf2f9e092471b05ecdb6c24aef7cb3380706faa1c80006c783e

See more details on using hashes here.

File details

Details for the file histomicstk-1.2.11.dev4-cp39-cp39-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.2.11.dev4-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 bba208c8b57fead924b40e893abcb8473d14551e886f3c507197f0b08cf7fa9c
MD5 ae2aee587ca647d22ed8475cc9b0b5d1
BLAKE2b-256 6750fc4f10e7c10a45b5518755cd854da04b9c5c7879ddecbdd98057682d264d

See more details on using hashes here.

File details

Details for the file histomicstk-1.2.11.dev4-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for histomicstk-1.2.11.dev4-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 24c4a546a55609a2579714ef139aedabc58a866d087412d12e5aa7511550e566
MD5 66db71115466748cd823666332fac259
BLAKE2b-256 268cb2a4d6780272e860a196df5ffa22f7f4157e855870d7f67d171cfc2c05ac

See more details on using hashes here.

File details

Details for the file histomicstk-1.2.11.dev4-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.2.11.dev4-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 72ebf517656b808fe29ba4b86ed84b575354e1278b5dfbe1ac35c9d62e0cc8a5
MD5 d393951815953c33a08cf06343318cee
BLAKE2b-256 735d5402618aba4e3ba74b475a36ad2fd331859d735d73507fa3d2849bbced10

See more details on using hashes here.

File details

Details for the file histomicstk-1.2.11.dev4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.2.11.dev4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 343f20c60e26414f55c096bb765a35066f5d2e88b836860bbeb3f674616bffa6
MD5 8c25a4f29fcfc1bf622a44f79e434598
BLAKE2b-256 f056fb387f74596572ff3840e71a4c9c8a8c71164d5b36fb0feb9aab7eed089d

See more details on using hashes here.

File details

Details for the file histomicstk-1.2.11.dev4-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for histomicstk-1.2.11.dev4-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1f7776e2165123111aaf1d939685d1fad86dbcc9fda66e785d29113b44c958ca
MD5 484194e94720cc0bea72ba43e47a4815
BLAKE2b-256 a003d9235409a8e676a0af0a63267f91e88cd06916d5b0e3b07356d16f777881

See more details on using hashes here.

File details

Details for the file histomicstk-1.2.11.dev4-cp38-cp38-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.2.11.dev4-cp38-cp38-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 60d1780406363493a34d0946fd5bccef158ac0fb43ec3e8600f64315e3003a58
MD5 9dd42c77cff6f7c0278e4e92b3753ec5
BLAKE2b-256 31e54f7647f9f245018852c110f97b4fc6da7acb03f971f3c51e12b8570fbc41

See more details on using hashes here.

File details

Details for the file histomicstk-1.2.11.dev4-cp37-cp37m-win_amd64.whl.

File metadata

File hashes

Hashes for histomicstk-1.2.11.dev4-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 a19279c9c78f70c1285b24a31cc5cab0b87d393032bddf281a81fb72145eb3f2
MD5 674561ba7c99417cfd9a04d35f37795a
BLAKE2b-256 8495b06af13b34886520d86e77754f2f56e7a43fd63826f3c318607ab9c32062

See more details on using hashes here.

File details

Details for the file histomicstk-1.2.11.dev4-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.2.11.dev4-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 3e7be70d15b689a83c7651aeb7fb8644c3ded7948eaf3d8b6124a45eb66a4337
MD5 f75f00c9fcd7af57a6b3f91b0a8a17b8
BLAKE2b-256 cf690a7b214338dc027f93371c75608245a3d845e86fae32091fd53f26277b15

See more details on using hashes here.

File details

Details for the file histomicstk-1.2.11.dev4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.2.11.dev4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 54ee6debbded9dbf31429bf5663ae6827ac0c254d99035777cae43cb09d76329
MD5 e1d902fc4a0b7e79221df2e5031e1dc3
BLAKE2b-256 d6374a0aa809a919a9e773535bf8d3bfacdd84c8a6624633119e9dea1d400a7a

See more details on using hashes here.

File details

Details for the file histomicstk-1.2.11.dev4-cp37-cp37m-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.2.11.dev4-cp37-cp37m-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 3bdd650c88e49cacc238b37af9a32fe0c4498b0382f612696eb8f53c514b902d
MD5 a878c1f6d76d742294b926f64ae05975
BLAKE2b-256 b2312ebe2270a35b067babf974596ac6dd4310a1a1b60a2a58e48c3cf87268d8

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