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

Uploaded Source

Built Distributions

histomicstk-1.2.11.dev8-cp312-cp312-win_amd64.whl (549.3 kB view details)

Uploaded CPython 3.12 Windows x86-64

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

Uploaded CPython 3.12 musllinux: musl 1.1+ x86-64

histomicstk-1.2.11.dev8-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (629.8 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

histomicstk-1.2.11.dev8-cp312-cp312-macosx_11_0_arm64.whl (555.6 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

histomicstk-1.2.11.dev8-cp312-cp312-macosx_10_12_x86_64.whl (564.7 kB view details)

Uploaded CPython 3.12 macOS 10.12+ x86-64

histomicstk-1.2.11.dev8-cp311-cp311-win_amd64.whl (548.0 kB view details)

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

histomicstk-1.2.11.dev8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (640.7 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

histomicstk-1.2.11.dev8-cp311-cp311-macosx_11_0_arm64.whl (552.7 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

histomicstk-1.2.11.dev8-cp311-cp311-macosx_10_12_x86_64.whl (560.5 kB view details)

Uploaded CPython 3.11 macOS 10.12+ x86-64

histomicstk-1.2.11.dev8-cp310-cp310-win_amd64.whl (547.9 kB view details)

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

histomicstk-1.2.11.dev8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (642.0 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

histomicstk-1.2.11.dev8-cp310-cp310-macosx_11_0_arm64.whl (553.6 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

histomicstk-1.2.11.dev8-cp310-cp310-macosx_10_12_x86_64.whl (561.6 kB view details)

Uploaded CPython 3.10 macOS 10.12+ x86-64

histomicstk-1.2.11.dev8-cp39-cp39-win_amd64.whl (549.7 kB view details)

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

histomicstk-1.2.11.dev8-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (643.5 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

histomicstk-1.2.11.dev8-cp39-cp39-macosx_11_0_arm64.whl (555.3 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

histomicstk-1.2.11.dev8-cp39-cp39-macosx_10_12_x86_64.whl (563.4 kB view details)

Uploaded CPython 3.9 macOS 10.12+ x86-64

histomicstk-1.2.11.dev8-cp38-cp38-win_amd64.whl (549.7 kB view details)

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

histomicstk-1.2.11.dev8-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (644.5 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

histomicstk-1.2.11.dev8-cp38-cp38-macosx_11_0_arm64.whl (553.5 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

histomicstk-1.2.11.dev8-cp38-cp38-macosx_10_12_x86_64.whl (561.7 kB view details)

Uploaded CPython 3.8 macOS 10.12+ x86-64

File details

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

File metadata

  • Download URL: histomicstk-1.2.11.dev8.tar.gz
  • Upload date:
  • Size: 205.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.6

File hashes

Hashes for histomicstk-1.2.11.dev8.tar.gz
Algorithm Hash digest
SHA256 f7ad21c68d6bf419d0e4e9c6f79e3ff538f3eaef2c77e15512d653eade5114e2
MD5 c575d5f864fc0ebca632ad636cb6aef8
BLAKE2b-256 04b122d3dd632db82d2035c753b7d78700a59c1e727da628cf6c2f06ab8a0c86

See more details on using hashes here.

Provenance

File details

Details for the file histomicstk-1.2.11.dev8-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for histomicstk-1.2.11.dev8-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 95744d977a7a55e844ef532a796d8f909d8ab7ed11986b1a5d83d0d0c9aeea52
MD5 876f6ab78bdbb6b1e535230d89e30618
BLAKE2b-256 4c508650c2330701a14c4ac54c7c0bd879f2dea48d999cc9978bfaa373c49e33

See more details on using hashes here.

Provenance

File details

Details for the file histomicstk-1.2.11.dev8-cp312-cp312-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.2.11.dev8-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 026341f3b8f1be773081b4bd6e3f836c3af60ce0fe7da59bc0cf99e922a0330a
MD5 d416cdd4e7e4cbb38cfe196fab4a5fbf
BLAKE2b-256 cc97c8841a55669ca60daf2d57b1300408573c9ee6bc0122dd3935a267c75b25

See more details on using hashes here.

Provenance

File details

Details for the file histomicstk-1.2.11.dev8-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.2.11.dev8-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0da95f84554ac0c2b243c109c2dd84375a4874be2b6475a126ceb8445b0ddc42
MD5 7ac88c6a881c3c1910cb6e6ab487c066
BLAKE2b-256 1f8a12fd7245d211ba1f962c48c72fbd04d43c08266cf782c393e9d9e960a67f

See more details on using hashes here.

Provenance

File details

Details for the file histomicstk-1.2.11.dev8-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for histomicstk-1.2.11.dev8-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 caada9991557a92db698630b669a4c09d4299986921e3ce95734f2167d2dda12
MD5 3d8fb5b1009eb450c04bc7d478f22b5d
BLAKE2b-256 9f8ca2d062f5c1da254eaf32c2f6f007cee8229751f1d564a0b171fd751f6257

See more details on using hashes here.

Provenance

File details

Details for the file histomicstk-1.2.11.dev8-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for histomicstk-1.2.11.dev8-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 a1b32a830bec6ed81f3c77e2ed7b3492dd097cbb6b98cbb598fba53c08c78f60
MD5 e30b3b014f3ca919ab1567da42de4c8c
BLAKE2b-256 fb93c2ea4ebfdfa2718cbe0b04925c5478fcf3fc25aa51ed95fa79d0b93e1f06

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.2.11.dev8-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 27d21e1a2ca149557a7520da17110279d73487b367b08f72f8f6dc873276434f
MD5 18e826fe2fba9fab294be644c943539a
BLAKE2b-256 301fa69a6adff287f3c354f485c39fb3e3dbb52e53cd2d9237b1619861b0a8f1

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.2.11.dev8-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 0102b2a7ec048e996f86e3b86b2e8bd53b04ba9274864a0acf47dde438ec940a
MD5 0dd087392612ae4b1af5c0b070efcb51
BLAKE2b-256 06b907ee172342ab350f1d45a4dafbe7991788c03c790d12281a0de5677d48f3

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.2.11.dev8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 02dc245d6a96af55c418556a420a3f19c65e14015735d35b025b36c472dfcc62
MD5 c56c1b00015e5954c660c60d7c92494a
BLAKE2b-256 ef4f46632bf26bb89cd1ec9e4a7213c7a4b9a2b3d0b98f1f569ff0354236c8a3

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.2.11.dev8-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c901bb8379653084101e4d14dd6df6dcf3795091a2b1bd2802fd933c1405b5e7
MD5 aaacb5ecdc8790223d57d79da1ffc4ca
BLAKE2b-256 2de1a83d91245270b16fb5f9cac8a05c3acd3fd58ed493e92c4e7cc7e3696e51

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.2.11.dev8-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 3a37bdc3eabaa3eb62d3f36441048fd2b6571d5d45063907f22a9c0794164b6d
MD5 838379fb573f0a6f19633bb575ab7b3b
BLAKE2b-256 4450a7e74592b51568d3a1c3cf30949cd7f3897640134bb37fcfc93f116847c6

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.2.11.dev8-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 4026259f45694d1403b06f56631c45215815faee6d2be3e80bc8515338c19c8c
MD5 a3b85f9889f0c044a35eba8ebd23a03f
BLAKE2b-256 f6c1e5aeaa5d21e494d2a2e10012c44c02d0ecd36fe6fdea645edbe5081ed4bd

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.2.11.dev8-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 56280840fe1acda9ad0f9075de85a9a69e99fb7923734174d3432570bcaffbb3
MD5 5ba6b50747d21bc4d7fcc4878449ae84
BLAKE2b-256 de932a55ff75a842f64c6df26fc83b0eb47493bbca21e373e3ebc8caef92da8b

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.2.11.dev8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 004ed2e4289155a958c780bbbbfcf4b384e336be7a41be400f7d796c8cfaad93
MD5 f9a20ce1a9fef96fab9bdf0006c2b577
BLAKE2b-256 6273e56aaf72357fa90092ed7abc8d8236a665ca4e567eb9854541aaba2b43c2

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.2.11.dev8-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d22d470b298f1428c61e36d9dcc7392de045c940139d887558ce7ab2fe11ea4e
MD5 2319ac36290017e554e96afd59e77d9a
BLAKE2b-256 094edbec4ce406ea9f062cf9bdaeafcb621507f3ba2b1da5afddee113fe37f35

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.2.11.dev8-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 67a72e14dfa0e304dbd73ac918ee7c0a62c010eabd30898257706c88ad863bb6
MD5 afdb62449adfd9bb773529597d68a92f
BLAKE2b-256 34464813d55d8f90774a743a60a1dae6f97c1a2df7bc7b2b8300b139778d6b02

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.2.11.dev8-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 2119c29ff4ec336a8ecc3a8d919aa43868b9fb36a8d3b5dca5b173474222d63e
MD5 26c638c851d925ba0692454fe38ab282
BLAKE2b-256 a4e994ecd3ba4046631eebb096963eb92d7e2ad6b00ea51b0cfae6950d20883a

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.2.11.dev8-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 537b068c63b1ffa31fff964b1d668635544d706fabc0457dbdcfb4e16ee615ad
MD5 802bf5726fb4de11719e19173e1ac255
BLAKE2b-256 bec49561158790463d63c2feec811a1f54f2b67fc4f5113b9ebdc5a233acf14d

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.2.11.dev8-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 48410b385f73cad3694c71a4b5e51d1a61cdeb69204763b3f6486f781a481ff2
MD5 c64627080826d5a7bb7a5a2a9253a2ef
BLAKE2b-256 64c7abbe645b70b7cfe5f74136de6a225af9bd9db55431f4ed41b68c0b66e45e

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.2.11.dev8-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4b9b64536dc1bb3d85214dfd9aa3a747af62107b5d99af5ad6e1930385d55df7
MD5 062aad00e734aab8f4558ae32b5ded8f
BLAKE2b-256 8f15a85ab0e2ef2ecc590ca723603d81882d3e6060953d45b808fc5ab1920b8a

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.2.11.dev8-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 539658bc9619bd47049418c4aa60793e1c3b3b1d63f9ced76bc23d2619d23f05
MD5 b3bcb3995cf49de153091e10910adb22
BLAKE2b-256 119635ea49ce20f6c0b7aac8dbc9eef0e324c30beea6790c0f7d3ed2ab650669

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.2.11.dev8-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 2ff3a3190cf946b93bdd9dd2dc8e471f953c70c0113dca4ea454e37d7d073651
MD5 b0763f9f5625f200b31b1bb9dfd335e3
BLAKE2b-256 4557b2044b8b82ab4721b8ffe3d59bc309bcb1b95272fe6d953f7143f403645f

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.2.11.dev8-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 8929a75fcfa8bf62022220d8ae28afae06ea3b796a90d877814cd7c2c519056f
MD5 e96f9e4400eb056746f19aa1f4118e67
BLAKE2b-256 3c2448cc7c524eeba26ab3fbc07a66dac5c9e3264223149923466c2ead6bd253

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.2.11.dev8-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 eb5dc4e7b8e8a05f67f80a0aee652a0600da9552e9c35417a7771680b66fe3d3
MD5 9336b68d5e3caba1bfa2b07a59c656b1
BLAKE2b-256 9b10453d5f562949f7690b95081197db315f4716c7c6a1690aeef3f8fddbd01b

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.2.11.dev8-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dcc430468335994f9aee17a639a9b5fdb68b90c5a1b6106500d0e89d4e86464e
MD5 053fe34ba0f6963f3a3cc9c046497837
BLAKE2b-256 eb2be257f8042be2df2998f049158f938d8cd3dbf97c4323b1ea5363b0136a11

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for histomicstk-1.2.11.dev8-cp38-cp38-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 0895ea95dce030c51e45cb6b098ad44a2a1d3e4ac48dda5d93e077161430d51b
MD5 aeb70dda8f71f9fad237ffa90f3c322b
BLAKE2b-256 b4833a91bae1f4eca92c1d9d68d51d2cda97e0de15558abc877557585f5a46a9

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