Skip to main content

Reading of medical images

Project description

SlideIO Python Wrapper

This repository provides a Python interface to the SlideIO library, a high-performance C++ image-reading framework designed for medical and biological slides. With SlideIO, you can read whole-slide images, extract specific regions, and scale large slides efficiently. The Python wrapper integrates these capabilities into a convenient API, returning image data as NumPy arrays.

License: BSD-3-Clause.


References


Overview

SlideIO is available as:

  • A C++ library for efficient reading of whole-slide images, with support for multi-dimensional data (2D, 3D, and time series).
  • A Python module that leverages the same C++ codebase, providing a Pythonic interface for reading images into NumPy arrays.

Key features include:

  • Whole-slide reading: Load entire slides or specific regions of interest.
  • Efficient scaling: Rapidly generate scaled images from large slides using internal zoom pyramids.
  • Format flexibility: Handle diverse medical and biological imaging formats through an extensible driver system.

Supported Image Formats

The following table lists the currently implemented drivers and their corresponding file formats:

Driver File Format Extensions Developer Scanners
SVS Aperio SVS *.svs Leica Microsystems Aperio GT 450 and Aperio GT 450 DX
AFI Aperio AFI (Fluorescent) *.afi Leica Microsystems
SCN Leica SCN *.scn Leica Microsystems Leica SCN400
CZI Zeiss CZI *.czi Zeiss Microscopy ZEISS Axioscan 7
ZVI Zeiss ZVI *.zvi Zeiss Microscopy
DCM DICOM *.dcm / no extension - -
NDPI Hamamatsu NDPI *.ndpi Hamamatsu
VSI Olympus VSI *.vsi - -
QPTIFF PerkinElmer Vectra QPTIFF *.qptiff Akoya Biosciences PerkinElmer Vectra
GDAL Common image formats (JPEG, PNG, TIFF, etc.) *.jpeg, *.jpg, *.tif, *.tiff, *.png - -

To learn more about the library and additional features, visit the SlideIO Website.


Building on Linux with the Manylinux Docker Container

Below are instructions for building the Python wheels within a manylinux environment.

  1. Clone Repositories

    git clone https://github.com/Booritas/slideio-python.git
    git clone https://github.com/Booritas/conan-center-index.git
    
  2. Run the Docker Container
    Map the parent directory containing these repositories into the container:

    docker run --name slideio -it \
      -v /path-to-slideio-python-parent-directory:/slideio \
      booritas/slideio-manylinux_2_28_x86_64:2.7.0 bash
    
  3. Set Environment Variables
    Within the container, point to the cloned repositories:

    export SLIDEIO_HOME=/slideio/slideio-python
    export CONAN_INDEX_HOME=/slideio/conan-center-index
    
  4. Build Custom Conan Packages

    cd /slideio/slideio-python
    ./conan.sh
    
  5. Install Conan Dependencies

    cd /slideio/slideio-python
    python3 ./install.py -a conan -c release
    
  6. Build Python Wheels

    cd /slideio/slideio-python
    ./build-wheels-manylinux.sh
    
  7. Locate the Wheel Packages
    You can find the resulting wheel files in the wheelhouse subdirectory of the slideio-python repository.


Contributing

Please submit pull requests or open issues if you have any suggestions or find any bugs. We welcome contributions from the community to improve the library and its Python bindings.


Enjoy using SlideIO for your medical and digital pathology workflows!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

slideio-2.7.0-cp313-cp313-win_amd64.whl (41.9 MB view details)

Uploaded CPython 3.13Windows x86-64

slideio-2.7.0-cp313-cp313-manylinux_2_28_x86_64.whl (55.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

slideio-2.7.0-cp313-cp313-macosx_11_0_arm64.whl (20.4 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

slideio-2.7.0-cp313-cp313-macosx_10_15_x86_64.whl (24.4 MB view details)

Uploaded CPython 3.13macOS 10.15+ x86-64

slideio-2.7.0-cp312-cp312-win_amd64.whl (41.9 MB view details)

Uploaded CPython 3.12Windows x86-64

slideio-2.7.0-cp312-cp312-manylinux_2_28_x86_64.whl (55.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

slideio-2.7.0-cp312-cp312-macosx_11_0_arm64.whl (20.4 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

slideio-2.7.0-cp312-cp312-macosx_10_15_x86_64.whl (24.4 MB view details)

Uploaded CPython 3.12macOS 10.15+ x86-64

slideio-2.7.0-cp311-cp311-win_amd64.whl (41.9 MB view details)

Uploaded CPython 3.11Windows x86-64

slideio-2.7.0-cp311-cp311-manylinux_2_28_x86_64.whl (55.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

slideio-2.7.0-cp311-cp311-macosx_11_0_arm64.whl (20.4 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

slideio-2.7.0-cp311-cp311-macosx_10_15_x86_64.whl (24.4 MB view details)

Uploaded CPython 3.11macOS 10.15+ x86-64

slideio-2.7.0-cp310-cp310-win_amd64.whl (41.9 MB view details)

Uploaded CPython 3.10Windows x86-64

slideio-2.7.0-cp310-cp310-manylinux_2_28_x86_64.whl (55.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

slideio-2.7.0-cp310-cp310-macosx_11_0_arm64.whl (20.4 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

slideio-2.7.0-cp310-cp310-macosx_10_15_x86_64.whl (24.4 MB view details)

Uploaded CPython 3.10macOS 10.15+ x86-64

slideio-2.7.0-cp39-cp39-win_amd64.whl (41.9 MB view details)

Uploaded CPython 3.9Windows x86-64

slideio-2.7.0-cp39-cp39-manylinux_2_28_x86_64.whl (55.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ x86-64

slideio-2.7.0-cp39-cp39-macosx_11_0_arm64.whl (20.4 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

slideio-2.7.0-cp39-cp39-macosx_10_15_x86_64.whl (24.4 MB view details)

Uploaded CPython 3.9macOS 10.15+ x86-64

slideio-2.7.0-cp38-cp38-win_amd64.whl (41.9 MB view details)

Uploaded CPython 3.8Windows x86-64

slideio-2.7.0-cp38-cp38-manylinux_2_28_x86_64.whl (55.2 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.28+ x86-64

slideio-2.7.0-cp38-cp38-macosx_11_0_arm64.whl (20.4 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

slideio-2.7.0-cp38-cp38-macosx_10_15_x86_64.whl (24.4 MB view details)

Uploaded CPython 3.8macOS 10.15+ x86-64

slideio-2.7.0-cp37-cp37m-win_amd64.whl (41.9 MB view details)

Uploaded CPython 3.7mWindows x86-64

slideio-2.7.0-cp37-cp37m-manylinux_2_28_x86_64.whl (55.2 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.28+ x86-64

slideio-2.7.0-cp37-cp37m-macosx_10_15_x86_64.whl (24.4 MB view details)

Uploaded CPython 3.7mmacOS 10.15+ x86-64

File details

Details for the file slideio-2.7.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: slideio-2.7.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 41.9 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.7

File hashes

Hashes for slideio-2.7.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 9ea2250e9121f88180c3fe05f487a897e7990f26c9aabef9baaaa0baa884cbec
MD5 194b856db5dcf038f387d4b5508ef5c9
BLAKE2b-256 104db6b201ed1a56a89f50562bfd18c0bee1b12ca59fa0801d90d4e22fda9565

See more details on using hashes here.

File details

Details for the file slideio-2.7.0-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for slideio-2.7.0-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9eaf875e04eb579a40cb44ed2f0f1321c5081690794d07640928e70cee8a5b55
MD5 eedf69beabbfe710b5e33a62dc3b7a0b
BLAKE2b-256 575df21f39f9b739b2063eaa3bf04ff8ebcd24fab0f06feff2477a83df6e1b79

See more details on using hashes here.

File details

Details for the file slideio-2.7.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for slideio-2.7.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8563c92bc99d975d440ff580122093a19f1475f744591e02ced70a02cf81a7d6
MD5 91a43a07a00a24e73b392cf575dfdd7f
BLAKE2b-256 74c3bee5fc9ef86e108ccd4d70f021882bb368a24771998e9308e05f599cdab9

See more details on using hashes here.

File details

Details for the file slideio-2.7.0-cp313-cp313-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for slideio-2.7.0-cp313-cp313-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 c884e70dee536efe4cece5983c25df19514b6cf054c1bb29cb975e327bd57c52
MD5 1427760656d174728fde06e4f323da2b
BLAKE2b-256 96cd25e595a633565659caa202d3cc45f2c6d6da29d34c92a067385c2b9e9d12

See more details on using hashes here.

File details

Details for the file slideio-2.7.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: slideio-2.7.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 41.9 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.7

File hashes

Hashes for slideio-2.7.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 3a5a24814820440e783dbc3266fced0a40bea022374d7ec793d2dff7b1d2fde9
MD5 5d2edad2c8345ce2b18344a80ab8c444
BLAKE2b-256 ec0bafff6373c0ee8f5baded9515468b2adad4ef3bde845a468108d5fce7e1b1

See more details on using hashes here.

File details

Details for the file slideio-2.7.0-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for slideio-2.7.0-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7384852cb96da89957cdddde1286a15025141e06977278e78d808aea448594ae
MD5 c09e7fe21f118f6f467c39188c4cb7b1
BLAKE2b-256 f478e992e91232de1b5d65708db6aca47b49c4f6a1137561a6f2a2ba1e0c5a04

See more details on using hashes here.

File details

Details for the file slideio-2.7.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for slideio-2.7.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 aa9901bf46079d909c5bc3fe523ef9bc55a116edd0d5d116fd592d7aee65c0cb
MD5 f0ff21aa404d455d71546da989665890
BLAKE2b-256 83f8a0ef621adb895399a573f8380134b4904a802462069e97a572ebede51089

See more details on using hashes here.

File details

Details for the file slideio-2.7.0-cp312-cp312-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for slideio-2.7.0-cp312-cp312-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 f2d978e763325ee35e247db79c193f4b9823171d63e5853b00b3240cf63b08d8
MD5 08f5cb078e1ebfd44e707f7637a6d01c
BLAKE2b-256 34002cdf3567d9fe80fef4c2daeb7fca198560713d57164b82dbcedd9f91f7bb

See more details on using hashes here.

File details

Details for the file slideio-2.7.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: slideio-2.7.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 41.9 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.7

File hashes

Hashes for slideio-2.7.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 8c89f824afd4c63692bb8abb325bc61b1d089bf27b85143fdebe9ef65f678df2
MD5 4e6563986b4e894d6be14d74688ca69b
BLAKE2b-256 f91c72f7b1df361da087ab7f6ee3bb19d0249b9bf42b7725ea99610a8936ca3c

See more details on using hashes here.

File details

Details for the file slideio-2.7.0-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for slideio-2.7.0-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2fc0398a4cecf153e724a8bc3266535f43b4fae30ed27cb910b9bc04a8fa28e1
MD5 5a8645443d37189766ccf63e43d5f200
BLAKE2b-256 621d82ddf3a93c13cde782bd99b1b72475ed5b75d5ec2b44ca2309c115402508

See more details on using hashes here.

File details

Details for the file slideio-2.7.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for slideio-2.7.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d93650eda1fe73d852f6981dcc7a5ebceb5964c6c66ba0e48c88e76fe4c63aa2
MD5 b6ccc8f1f727f2f7d9d64f4a3b236396
BLAKE2b-256 7ddf49e322d43aba31205aa6f73025881dbe87aff63529674cb0d834bce69d30

See more details on using hashes here.

File details

Details for the file slideio-2.7.0-cp311-cp311-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for slideio-2.7.0-cp311-cp311-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 22d2e45355c3984401ee8db7a2463fba6f281ddc90c2fc10ca9f071764896f58
MD5 4cbb3761158e3e720a8e3204dbecc6d9
BLAKE2b-256 b9ec7c33167f9e441c3d65842d0ffba6b934d399f1a59e9d4b4e784e133ce3b8

See more details on using hashes here.

File details

Details for the file slideio-2.7.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: slideio-2.7.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 41.9 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.7

File hashes

Hashes for slideio-2.7.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 1f002c2a4bb5ca2afb8a0fb6885a9706c86bb28ee2c8023a6605a40b83bcd1aa
MD5 88ad8cc64a3842b57e37ab92f4e10e8c
BLAKE2b-256 5d1c57ee1474d5f5786c61935d54988e7b40730a56bbb94faa86dd11f9237a21

See more details on using hashes here.

File details

Details for the file slideio-2.7.0-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for slideio-2.7.0-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b49532b23e72cf8e0b9c91117a3514c01e8fbb1d04b14c74e710805eaf362c73
MD5 eb73d4288f580e36c84aa53004686d44
BLAKE2b-256 acc0ac8fa4c583be8085a02aa6410b6927d1774206ae5f0104399c1af6d3ee6e

See more details on using hashes here.

File details

Details for the file slideio-2.7.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for slideio-2.7.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ba347b986d08c9bf6ed9915f9ab6119a1ae01b1b9fd790152a9f83daa53da50e
MD5 b793acbfafaf6564ad0140f00085e17a
BLAKE2b-256 cfceafbf68c3ae80999f8a005aa0accf56b2bd5b109c0f5d75b2af02ba685c41

See more details on using hashes here.

File details

Details for the file slideio-2.7.0-cp310-cp310-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for slideio-2.7.0-cp310-cp310-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 29bfe9bbecfeb55c693e3d10a40a22ff3d25989bd8c2f6e8143f10eaa3993e00
MD5 e85d13ea52663f759b2117581cfd718f
BLAKE2b-256 3b890d2919e84e60c66dedb1b08c9a0f87e2f336cf803395ec62735d0131b76f

See more details on using hashes here.

File details

Details for the file slideio-2.7.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: slideio-2.7.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 41.9 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.7

File hashes

Hashes for slideio-2.7.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 bdc5c3bf39db687e1c97f9c71135b98bdc24096d0f15cd5cf5040f700c1598b2
MD5 e3aa22f2a42de6b09ee0198072e8568a
BLAKE2b-256 2a7d7201b234138495d975be3541e9f6f5a4b7c8130121a2580a72581f2372c2

See more details on using hashes here.

File details

Details for the file slideio-2.7.0-cp39-cp39-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for slideio-2.7.0-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8ecc653f8ff0d2aafb35cdc0558af911816427cd92673f176942ccbc90066240
MD5 217f00c0faf29f93818343fea5f59793
BLAKE2b-256 1dfe07dfe0386da020201c2a6191136789c881b8dcd87147734b394d882aeddd

See more details on using hashes here.

File details

Details for the file slideio-2.7.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for slideio-2.7.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5762103afc14a6030a902292bdbcfd50615e0a677f6bc6a742121d86ed369801
MD5 a2cd8f3749831ccab57e5932a2ca96e0
BLAKE2b-256 f11fcc05c7071af9fa2b144a86cb66812c1defea3a57b8329fa75d1df83cec6c

See more details on using hashes here.

File details

Details for the file slideio-2.7.0-cp39-cp39-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for slideio-2.7.0-cp39-cp39-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 2b4c7e48b2d88d11618873397a3eff5144aafa096536bffbccc457926ae25355
MD5 366abdd7544b28da57749c09650c28a6
BLAKE2b-256 9c9a2df0c8931f3f4653987343884770d46d90123c38b37a2e32e109e49a8590

See more details on using hashes here.

File details

Details for the file slideio-2.7.0-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: slideio-2.7.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 41.9 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.7

File hashes

Hashes for slideio-2.7.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 7ef4edcb5b26315d2446acc177145c263f76656b454e95b5294170dad64cbf61
MD5 e6cd0018635383b3d30ade9f831fe5bc
BLAKE2b-256 fa731e7f537ce1bc846dfc1437a4f15fe68daa1ba9279fffc27949615f36e9b6

See more details on using hashes here.

File details

Details for the file slideio-2.7.0-cp38-cp38-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for slideio-2.7.0-cp38-cp38-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7b010a2e68e589852e84defc6f2309e433e98167c9cdf9987470c46af8e6468c
MD5 c68f2cec20108a751d129d97dcb5fad6
BLAKE2b-256 81cf71ba1e6849d949795cb75dc6d887fc5ddf384e9717990484479876d82e25

See more details on using hashes here.

File details

Details for the file slideio-2.7.0-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for slideio-2.7.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7b588bbafabeb1241577cba7bae5eedf9dac3afe8c59f0a6a18dbd381e1b1278
MD5 fea3f9105b8f84399e482d334f6c4bce
BLAKE2b-256 d8cee17338979195b56284e440c2530196bae1d386b77bf801a3c846834b13ed

See more details on using hashes here.

File details

Details for the file slideio-2.7.0-cp38-cp38-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for slideio-2.7.0-cp38-cp38-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 6ebcf1c18ae379514f0a0a38ca4d5ecccbc1367d37e73f9f45daaca0fdcc4166
MD5 a91fa32f113926e64eab52bcf009cd66
BLAKE2b-256 925efb7eb1566c95844284b5808ac5a5442c4326433a92483d7710b71c611997

See more details on using hashes here.

File details

Details for the file slideio-2.7.0-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: slideio-2.7.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 41.9 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.7

File hashes

Hashes for slideio-2.7.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 4399b24b2d5dce90038d0f0656c715ed86c7187327a7afd49fe42b6b586ee5c2
MD5 af89e99ba7cf675ff716ad8817b0521a
BLAKE2b-256 0295b17cbe23669cf278b71c2506cbd5af6e015720568f733c999dab5a159986

See more details on using hashes here.

File details

Details for the file slideio-2.7.0-cp37-cp37m-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for slideio-2.7.0-cp37-cp37m-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2217acd69751e83704bf395011bb22dab36302af644eb3163decc7425ec3c251
MD5 c50682ded81297f0be7a4e2c4c4e960e
BLAKE2b-256 1c6bbbbce28b812075a7213faf03f0136762a767c0b07ff1c4cefaf303dee3c8

See more details on using hashes here.

File details

Details for the file slideio-2.7.0-cp37-cp37m-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for slideio-2.7.0-cp37-cp37m-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 2cf4edcea34bb469df5e263000448038bca2dca9f5d9e7bef3ea2209c27a7a24
MD5 44a5a1f000aac7d8c9bc4eefed5a4afb
BLAKE2b-256 e0b8ab83ed7d1193e742961af8255e0f368366b36b74339119abe9645e1c2c83

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