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.2.tar.gz (207.0 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.3.2-cp312-cp312-win_amd64.whl (550.9 kB view details)

Uploaded CPython 3.12Windows x86-64

histomicstk-1.3.2-cp312-cp312-musllinux_1_1_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ x86-64

histomicstk-1.3.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (631.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

histomicstk-1.3.2-cp312-cp312-macosx_11_0_arm64.whl (577.6 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

histomicstk-1.3.2-cp312-cp312-macosx_10_12_x86_64.whl (574.6 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

histomicstk-1.3.2-cp311-cp311-win_amd64.whl (549.4 kB view details)

Uploaded CPython 3.11Windows x86-64

histomicstk-1.3.2-cp311-cp311-musllinux_1_1_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ x86-64

histomicstk-1.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (641.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

histomicstk-1.3.2-cp311-cp311-macosx_11_0_arm64.whl (574.7 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

histomicstk-1.3.2-cp311-cp311-macosx_10_12_x86_64.whl (570.5 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

histomicstk-1.3.2-cp310-cp310-win_amd64.whl (549.4 kB view details)

Uploaded CPython 3.10Windows x86-64

histomicstk-1.3.2-cp310-cp310-musllinux_1_1_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ x86-64

histomicstk-1.3.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (643.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

histomicstk-1.3.2-cp310-cp310-macosx_11_0_arm64.whl (575.5 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

histomicstk-1.3.2-cp310-cp310-macosx_10_12_x86_64.whl (571.7 kB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

histomicstk-1.3.2-cp39-cp39-win_amd64.whl (551.3 kB view details)

Uploaded CPython 3.9Windows x86-64

histomicstk-1.3.2-cp39-cp39-musllinux_1_1_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ x86-64

histomicstk-1.3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (644.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

histomicstk-1.3.2-cp39-cp39-macosx_11_0_arm64.whl (577.1 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

histomicstk-1.3.2-cp39-cp39-macosx_10_12_x86_64.whl (573.4 kB view details)

Uploaded CPython 3.9macOS 10.12+ x86-64

histomicstk-1.3.2-cp38-cp38-win_amd64.whl (551.6 kB view details)

Uploaded CPython 3.8Windows x86-64

histomicstk-1.3.2-cp38-cp38-musllinux_1_1_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ x86-64

histomicstk-1.3.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (645.8 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

histomicstk-1.3.2-cp38-cp38-macosx_11_0_arm64.whl (575.4 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

histomicstk-1.3.2-cp38-cp38-macosx_10_12_x86_64.whl (571.7 kB view details)

Uploaded CPython 3.8macOS 10.12+ x86-64

File details

Details for the file histomicstk-1.3.2.tar.gz.

File metadata

  • Download URL: histomicstk-1.3.2.tar.gz
  • Upload date:
  • Size: 207.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for histomicstk-1.3.2.tar.gz
Algorithm Hash digest
SHA256 b828240541aae7c43bfe82d38301bd1311c6ae4431fdeb2d4d6f58f208c0e1e6
MD5 017f735cf49f7ff691abff2de710fba2
BLAKE2b-256 080074c0838d80dc7c4c9986e2843143c78630d218919bfa3ce552ed357508d3

See more details on using hashes here.

File details

Details for the file histomicstk-1.3.2-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: histomicstk-1.3.2-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 550.9 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for histomicstk-1.3.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 2ede1a1e78abe4c1dca11df1fbf8d0da5a8bc1c30e640efad21fa04f18541d9f
MD5 3e3e927d8c2b6144a3a4cd91af577eac
BLAKE2b-256 c66327fc7ea0fe04c1d1641a2ea23c564b55c6d5948a7369260d38fdf94c56a5

See more details on using hashes here.

File details

Details for the file histomicstk-1.3.2-cp312-cp312-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.2-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 386e289764a3c83cd45eb9e0889c4e8b107c39a88a1ba19eb8b347fc98bdfbc5
MD5 ad44a8df92ba8bcc82f3adfc8bbae103
BLAKE2b-256 b3ee897c1f7e6d00245611b9ac5a75dad8f894dbb7d4913930959839fa9b7633

See more details on using hashes here.

File details

Details for the file histomicstk-1.3.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 16f4a33f6bd81e289a0981a6e749ab9b6b3c5450588d86830a98166f6ca0db85
MD5 45823a8b7be26dc6de88c058446cc253
BLAKE2b-256 f6fe4c90611ea6feb70144f5a4af4e5ecd3f0d5d84d7add6610ccbb28e4a0556

See more details on using hashes here.

File details

Details for the file histomicstk-1.3.2-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4ffe604af23709996c68a89f9a7c5a3c730a3cf007df3873d2c77052fe270ab4
MD5 b74845c620ca95bf04bc349f81f1f32e
BLAKE2b-256 7a476b84537aab8cb8a87bb552e73b705b508458b51999e53238046c68ca644c

See more details on using hashes here.

File details

Details for the file histomicstk-1.3.2-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.2-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 2228ff445c0c22dfd785d8859c24c46ef0a07f63e2b6497ceb77b49d3d5b3b48
MD5 f451a2813d63964368bc242b8c2ab73d
BLAKE2b-256 cab85bfd7f86ec675680452c5658460a9ad8c6f1b5cc49e0ff718954efcef838

See more details on using hashes here.

File details

Details for the file histomicstk-1.3.2-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: histomicstk-1.3.2-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 549.4 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for histomicstk-1.3.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 6902c7c6575c3ddc81adfa29a03bb621a34af8e552aa177f826a07717d9e8736
MD5 e90ed5c0c59537ab19c73a7b7834fdb3
BLAKE2b-256 9b1490b524236e6febdf814d6ecf116e0fef4162ec8a33f319f57deb6f3c3e1e

See more details on using hashes here.

File details

Details for the file histomicstk-1.3.2-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.2-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 948f2e8b71309884089cfd85a103fa37ecebdfd57a3ffa1e9b188d341a580503
MD5 c9fb75968a2dd820bcb754bc0ef62ba0
BLAKE2b-256 cc4865a55bef937c2ce69ab88e880ca2c5b1f608cbeeabdfbff1fc70710c0456

See more details on using hashes here.

File details

Details for the file histomicstk-1.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c0babcd4222bd0be8049e72d01d0692a3a21ea48ce68d2e4d003aa7697030ff3
MD5 1cd748bc2498140b8367458fa4831402
BLAKE2b-256 92b1c7f2f35a32d5f272e155e0b11db5c4305fcb2980c1c1596b50ee58c317ba

See more details on using hashes here.

File details

Details for the file histomicstk-1.3.2-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 95f84e9b2d5aac0ebf00510b7146b9c657a947fe34a6f240ca111beb52021996
MD5 c5e28a4c6156bdd95556e797bb80411c
BLAKE2b-256 9196f9cb56daab483981c470847fe6c546e2a4324751ec23122ae9bcbbfb9f7f

See more details on using hashes here.

File details

Details for the file histomicstk-1.3.2-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.2-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c0527cd39762fd3dd2800afa65be301e75f96003163d6fc3c0b8100f9998e236
MD5 590048b0c1ad8bb367279def22fc684f
BLAKE2b-256 3229b5b60c2f04a9f9bddafb4b6d746254025a87e10dfd874aeb170a4060d25c

See more details on using hashes here.

File details

Details for the file histomicstk-1.3.2-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: histomicstk-1.3.2-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 549.4 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for histomicstk-1.3.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 5a54fbe493a6dc5579e15f11baf5ac75c2f10dc029506fc388750dd44ebb7754
MD5 c79294c38f1bfbd31d6e9539e6548c42
BLAKE2b-256 a3e386f75bc8572bcbb4e7a0cc07b026beaa077bd45856ba3e69a574fda9ca1e

See more details on using hashes here.

File details

Details for the file histomicstk-1.3.2-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.2-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 045b1919cabd762647b123e97bec1ee3956a9e6b3613611071e5f62c09c691ac
MD5 e938e0db3fb922826648c15b369134db
BLAKE2b-256 bd5a65185c91f359f5518d77c8c3ffa61d0f81a1569f75526062c24a75481e7d

See more details on using hashes here.

File details

Details for the file histomicstk-1.3.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 233a9f41f992d05e3ee25b8db2dc0c508ea1708adde27fae83310d1b5a658821
MD5 eb65e3088ef1b9a5be8d857af91b9fe4
BLAKE2b-256 b2c08a1cc71b6f5eeb97e5d8125692c3f0739fdbadb4c5962e680e97c245f373

See more details on using hashes here.

File details

Details for the file histomicstk-1.3.2-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0dcd38cd5f1eea3100cd14e8ce7b024f9154001ab33e61cc97a0d07f74470b72
MD5 fcc815f1d0f20a2cad92dc96195216f4
BLAKE2b-256 da5efb3a951b69a62b72105c07ffbbaadf055ef939036bb6b424b474c591e93e

See more details on using hashes here.

File details

Details for the file histomicstk-1.3.2-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.2-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c80ac5327ce6110c27980ebb7e78c69ad120ef3aae183be39b508d7a1dc9ec9d
MD5 b390c9c66ea7c6978c57d1c22b923926
BLAKE2b-256 21651ec4c2e6b99bb0f9dabcc3d3225019da668f2f51131e7400b74597de73b2

See more details on using hashes here.

File details

Details for the file histomicstk-1.3.2-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: histomicstk-1.3.2-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 551.3 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for histomicstk-1.3.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 2c9d0dc53a66216b8e7e8625eab07671f60b2f1b56375970c8ba3b3fcf5e19bd
MD5 3fff7fbcb6d62300f3261cd205e0f553
BLAKE2b-256 732581fe8d6f4c242ed87151d6f13554c17032672c22509dbfd50eee0935e9e2

See more details on using hashes here.

File details

Details for the file histomicstk-1.3.2-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.2-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 6b7358cb4bcb278de4f8a97d333d816d3c00a4996a8387ae9b0827eecbb793c3
MD5 f621efd0e369eef1c202201df2a7237a
BLAKE2b-256 09cdcc38eda31afc486f31309b9d6bef485c4f9ce061205e5c93590fda5d562e

See more details on using hashes here.

File details

Details for the file histomicstk-1.3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c387b4a070fe2eadd6718884124cc508f852579d18aac83ce4bf8bacef45cacc
MD5 eccbf4a03f57ccea6562963e14e9059c
BLAKE2b-256 5b7737427557e84890c8d8505366c36832e9f00bd3c1bbc0ea8f306a1207ca30

See more details on using hashes here.

File details

Details for the file histomicstk-1.3.2-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 04fbd84a9afcc79721bad803b4c0bb0fcd38c8793d46ff5efe2ebaa574800306
MD5 5eb6f1699bb8a1534c154aa7b2d6dd14
BLAKE2b-256 cd19ba62e20e4f2a71351324954e8a9dbe18bf9b3fbb0132a17abc366a327c5e

See more details on using hashes here.

File details

Details for the file histomicstk-1.3.2-cp39-cp39-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.2-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 33bc315dd7759b5c8f63bd83e3a4d894cea783e05e65524a5fea6d568a2b7217
MD5 e424484fd35a3fc37e9c00e129105e1d
BLAKE2b-256 1a35edfe47ad728cad610639e5b99e30e8e9669c5e1931fbdedff77277b5e717

See more details on using hashes here.

File details

Details for the file histomicstk-1.3.2-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: histomicstk-1.3.2-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 551.6 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for histomicstk-1.3.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 ff2697a7da2cdf2c64b102f17184c2d7b3588339eea48a211839902b83341c38
MD5 659554a2d06973a2e3902fda1ae0ff56
BLAKE2b-256 d47ae24f5e7305233621359421f207ee3e253cbb4f435281434a89cc01218f68

See more details on using hashes here.

File details

Details for the file histomicstk-1.3.2-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.2-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 40776bc261718b26964616ea2746a5e2a1a5f71a41c54e54c8a1743d4e65efa8
MD5 cf3c8ee25fa5d3577f6e8d415efa26ec
BLAKE2b-256 93d2957c8ff19ca8950b97bf74db19da8c9a87b822e60bd2276811a4b21322bf

See more details on using hashes here.

File details

Details for the file histomicstk-1.3.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 96940707d5158b57e812cdde6145c3ce9585fa89cf6ef67360741ed7a50aed01
MD5 3cb6ef74f20f81869646c8f5356b5ea5
BLAKE2b-256 5a669b2912a650cdcd40b8b6165ca04f8efa0110495961c3d286c32fbc5ad464

See more details on using hashes here.

File details

Details for the file histomicstk-1.3.2-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.2-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4a9bd61f9b5e63b432cff859cf9e86811791afdda68bad4def5cfc48648e9f29
MD5 ee33a07e63d3c1ba57bed45b14c4498d
BLAKE2b-256 679b63dfe45cf40bc670085fffef5968c6e86f1386102762c01f6ff665c315f1

See more details on using hashes here.

File details

Details for the file histomicstk-1.3.2-cp38-cp38-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.3.2-cp38-cp38-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 5c22556a669bcb6b28b7dbad1d49467b36311b6e14b6c7ce1965d76264ed0b23
MD5 ef9fc3b8b9b3ec5a4809c48b7af1b181
BLAKE2b-256 1a28ea76777fa06ea904c554ed8344509e26594028bb7763f4a5359c30d94a84

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