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-python/ \
      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.3-cp313-cp313t-manylinux_2_28_x86_64.whl (53.6 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.28+ x86-64

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

Uploaded CPython 3.13Windows x86-64

slideio-2.7.3-cp313-cp313-manylinux_2_28_x86_64.whl (53.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

slideio-2.7.3-cp313-cp313-macosx_11_0_arm64.whl (22.2 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

slideio-2.7.3-cp313-cp313-macosx_10_15_x86_64.whl (25.9 MB view details)

Uploaded CPython 3.13macOS 10.15+ x86-64

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

Uploaded CPython 3.12Windows x86-64

slideio-2.7.3-cp312-cp312-manylinux_2_28_x86_64.whl (53.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

slideio-2.7.3-cp312-cp312-macosx_11_0_arm64.whl (22.2 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

slideio-2.7.3-cp312-cp312-macosx_10_15_x86_64.whl (25.9 MB view details)

Uploaded CPython 3.12macOS 10.15+ x86-64

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

Uploaded CPython 3.11Windows x86-64

slideio-2.7.3-cp311-cp311-manylinux_2_28_x86_64.whl (53.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

slideio-2.7.3-cp311-cp311-macosx_11_0_arm64.whl (22.2 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

slideio-2.7.3-cp311-cp311-macosx_10_15_x86_64.whl (25.9 MB view details)

Uploaded CPython 3.11macOS 10.15+ x86-64

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

Uploaded CPython 3.10Windows x86-64

slideio-2.7.3-cp310-cp310-manylinux_2_28_x86_64.whl (53.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

slideio-2.7.3-cp310-cp310-macosx_11_0_arm64.whl (22.2 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

slideio-2.7.3-cp310-cp310-macosx_10_15_x86_64.whl (25.9 MB view details)

Uploaded CPython 3.10macOS 10.15+ x86-64

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

Uploaded CPython 3.9Windows x86-64

slideio-2.7.3-cp39-cp39-manylinux_2_28_x86_64.whl (53.6 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ x86-64

slideio-2.7.3-cp39-cp39-macosx_11_0_arm64.whl (22.2 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

slideio-2.7.3-cp39-cp39-macosx_10_15_x86_64.whl (25.9 MB view details)

Uploaded CPython 3.9macOS 10.15+ x86-64

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

Uploaded CPython 3.8Windows x86-64

slideio-2.7.3-cp38-cp38-manylinux_2_28_x86_64.whl (53.6 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.28+ x86-64

slideio-2.7.3-cp38-cp38-macosx_11_0_arm64.whl (22.2 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

slideio-2.7.3-cp38-cp38-macosx_10_15_x86_64.whl (25.9 MB view details)

Uploaded CPython 3.8macOS 10.15+ x86-64

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

Uploaded CPython 3.7mWindows x86-64

slideio-2.7.3-cp37-cp37m-manylinux_2_28_x86_64.whl (53.6 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.28+ x86-64

slideio-2.7.3-cp37-cp37m-macosx_10_15_x86_64.whl (25.9 MB view details)

Uploaded CPython 3.7mmacOS 10.15+ x86-64

File details

Details for the file slideio-2.7.3-cp313-cp313t-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for slideio-2.7.3-cp313-cp313t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 26d8a025ebf87a937cf30ec1de48ca8fbc9dc9d8303f4a123079fed9e7d9e18b
MD5 45ea6b80995d7763a26a59f07931a347
BLAKE2b-256 e7416cb694c03d9b42b64521091d3a4a2976094028c0c97db7bf39dbf62a00e3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: slideio-2.7.3-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.2.0 CPython/3.12.11

File hashes

Hashes for slideio-2.7.3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 16890bd6c4d53c9383f8e4f10c066d608aee8f8b5ec94fe7ace9bd172db8f427
MD5 1e7335ae5f04b80b2062c1c48d3171f4
BLAKE2b-256 3cd8ce840d442a3267f93300039dd0c2d67376af405fef4c2d18b0ddd1c82911

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for slideio-2.7.3-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 97cbd21a3bf0fb1185ea0a009320df6d7391b194b83f543d3dd8c81f36ba7023
MD5 cd8e5d28e3554ed097f2b2a8b22f3372
BLAKE2b-256 251ba4471eda955d4a068a0d3e9017a3af1e80ebfd944ac5a7ddc87f1d8e1bc5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for slideio-2.7.3-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e3b0c8c73f8cae522f69efe6a35afd816a85944aac37da6ae213d80b096785d4
MD5 cf85413b05c84f4792ec8440fcc6a41f
BLAKE2b-256 b935d955759e3bd8ec62ae442fbf5f9dd9f43f9c603b85fbf820b420f29ef3db

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for slideio-2.7.3-cp313-cp313-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 a0d40b7330385954502b2ae03d355744776b16bf3e4e05d2341f687fe47ae19f
MD5 3e12e186057bb848f4a092e268298a72
BLAKE2b-256 945492100b92a270047ce21eeec1c78b7bafad04cb75ef5702f6b530ef9a83b7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: slideio-2.7.3-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.2.0 CPython/3.12.11

File hashes

Hashes for slideio-2.7.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 643d08fdbb569c9284d3da3454befe5a94f20af7d66559ffceb89cc8f8c06650
MD5 bc0ce9575141fc67a0efad54c0464231
BLAKE2b-256 f918723986a82a68bbda8e95276643068a8a30b66e87e2a5cc7b709ce06fd3cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for slideio-2.7.3-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 579706cb0e046c483af437e2c7e3e6bc83c57be571d9dee687c9a409a12c6558
MD5 9ada1d4ddec13238b482c8e508d2f1a4
BLAKE2b-256 954575f4e0fefb28433d56fd5dbe1ed2be5d29f391c797d88d178f79bf630e04

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for slideio-2.7.3-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 44d523b0c546958980524737104655d773480a6853d52704535aa1d0c862a722
MD5 aec1df572cb43d8495f065f4936b3e48
BLAKE2b-256 2e9919ff320f4251b6cc96dc5cc028912377fb7a8ca5a5591dad36aab879b4c8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for slideio-2.7.3-cp312-cp312-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 c70fff486d9af51621768378371e8b430bfd1caf6e5e80fec90dc5ec8f252783
MD5 425d760e579d63fa3011671221d33fd6
BLAKE2b-256 313af505f95cd8bb69e7f6d5e4e4b6089b3637b22e6f156b3b04643650e9cd84

See more details on using hashes here.

File details

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

File metadata

  • Download URL: slideio-2.7.3-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.2.0 CPython/3.12.11

File hashes

Hashes for slideio-2.7.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 b4f90a49bdd28dbe574b58df2bc120ade82280b037993e49392b280d99adca90
MD5 7ff01f628d5fa030e2d6a7746e02d7e0
BLAKE2b-256 a43d0fffc506330ecb2dd7b0972f57561a7b169d0161e4cd0f6c85f0d3a164f1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for slideio-2.7.3-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 065e14fa170aaacb193df8d5ec36cd794656c9731c317fe5a505db0b188571b2
MD5 a35fbfde37a4744d73323e580c45d07f
BLAKE2b-256 874a48039ffc6569063e01c3cc47d121bafc2e1c067392163a174905b40a5610

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for slideio-2.7.3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b2d19ca5d2ee9961ae5a2e158da112563192a87f0827d9f61dbe5c0cbe0f8c7c
MD5 f9f2d122516a0dfe813b0f12ae75e58d
BLAKE2b-256 e1652c804a477beb639aa83349a1ca1d2fef0d6adfaba6a516aaceee78ff382e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for slideio-2.7.3-cp311-cp311-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 a9cfa313c046d2bf9ac2bd27f3a6e2c031befbaf67ec14e57c256d0727dbff0f
MD5 50510214e12b6c00188b3e4dcb258360
BLAKE2b-256 cb128fd5295a84c67951fcd46009427f1d2132ff5b2247f7015ec304c2e2a41a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: slideio-2.7.3-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.2.0 CPython/3.12.11

File hashes

Hashes for slideio-2.7.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 ae1d13cf71a3f967b83d6e9d614c5cee16af372cdd33c839dd4e9ac79d95b409
MD5 2ab72b9b2551e56b430b14ee7a49c145
BLAKE2b-256 175dd9637561d84e6b253ed6fc94291be999c034e106eb4f50579be6489c63f9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for slideio-2.7.3-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a175705397907484aa74031cd872117128f72695b75399b65f0184cb870f98a8
MD5 b9f461995ff3ad8d3f021d7e0f7e9397
BLAKE2b-256 4eedfea870c32ac3b6537a085b208ae204da3896bb8f320095636e0540587ac0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for slideio-2.7.3-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 596c327419ad1a0b2e89e78ac9df4989ba603d1ad9f1b662b424758f23a45885
MD5 8764f25c033fca61806148fcdf5135d6
BLAKE2b-256 fade6a8a8def8391fafc09b3f63dcb8bcd31c6dab7fde870c6819554689d81a6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for slideio-2.7.3-cp310-cp310-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 e0711b618373f7633e4055ceba32707dbbb7c4b44a6d623b5d5daa2f52d2eaa2
MD5 c4384b27cf4553e9de64499c75df2cb0
BLAKE2b-256 5757f3bc3c9d7aa3a364ea09ad93b36da719c62a3dd520ca1a05613a0bb7b8d8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: slideio-2.7.3-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.2.0 CPython/3.12.11

File hashes

Hashes for slideio-2.7.3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 9f1e08edb65e98539195a01ed6610f0220e40a847c354f6260890a95e3452b2e
MD5 6b9fe9bf80930a89361aac16e19350b0
BLAKE2b-256 bd705042d1a7e6bf2014799608d1192ea8884ec6a2c09fe837087a23f5ed078c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for slideio-2.7.3-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e182362be83bcbb244e6bc4c6a4605e6e291a833bd7cb830bf80e050217b3cf5
MD5 0d102ca317c0dd0ad36c67137c7de249
BLAKE2b-256 2dfb185d2931333ff86ed88fda728c6ad0f7b406d1daf7764c21d728b0743d7e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for slideio-2.7.3-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 88eb8917af68c336acc44c4f662def48b68068c97c7a15d0b922e6ff1785d248
MD5 d9418033d1f52cb83713ead297e7f309
BLAKE2b-256 66d837b8da590c374068474f9fe6316d02adab6726c7cceb350993baf3a3584f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for slideio-2.7.3-cp39-cp39-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 1e410b0b7f1abce2fba10b168977276a24abd9c61179ea041dab402dd50fa1f4
MD5 d4eb070233c25fff26a0c8c82b3c42dd
BLAKE2b-256 92a916762a39463181265d7bf73a11e6a5546b78f986e01f44522126e335e178

See more details on using hashes here.

File details

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

File metadata

  • Download URL: slideio-2.7.3-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.2.0 CPython/3.12.11

File hashes

Hashes for slideio-2.7.3-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 5aa1c026b219b52058f4c869e77454304c902554a84a225998c16e31b7dd12f3
MD5 24cf2b30a4b96eba980b55be26b33583
BLAKE2b-256 4d3130aa476a7fe0a5edf833bdb21aa851e880dc5c159717b6c0162ea0d107ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for slideio-2.7.3-cp38-cp38-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 84906c72adc6f0413a0700096ca783c36d6e644e124bf7428a839b5ecff46ba8
MD5 e18c2abec1c344f418732d2849878f92
BLAKE2b-256 758b0cbc3eb00bfbe2ed2c89ee80cbb78d3245df5a6f51dd69122c86c57014c6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for slideio-2.7.3-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5c4d69eeb4445e743f5db38b6045355355dc7907a1f6f86076ccfeb948e5d036
MD5 c317cb6fa4704df71c5e639190372332
BLAKE2b-256 23e5ce8b135dac6221db0f166830d11a2d3e6539a5ab868a45bb6df4385ab9fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for slideio-2.7.3-cp38-cp38-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 fc47939b867e8992b94c0bd6d9c7dfffcf90ddcdf502235d49aa99801141508a
MD5 8d0e2ad6ef0ee3928e5676fc8554c770
BLAKE2b-256 1d2700a62af61c0ccbb8f8bcce06d542360a0d1995819640a169fb04e2c67864

See more details on using hashes here.

File details

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

File metadata

  • Download URL: slideio-2.7.3-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.2.0 CPython/3.12.11

File hashes

Hashes for slideio-2.7.3-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 23fdd7959d026e4881e93c466cc7e0ab6b2c2e22f7b207ec7bd22ae0ea90b4f3
MD5 d4906c6b3904b691cb574c225474e212
BLAKE2b-256 1629c1de594774f1f8fd098eaa302a84912c3cd7f8e1ab1afbe784075f89c4a3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for slideio-2.7.3-cp37-cp37m-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 669f930dce76f4b859de9aa89180ed7f50ea81acd5324db8f758ea7de5776332
MD5 ead690aef01e045b1005fcc3d9827c77
BLAKE2b-256 faa3206169a74b9b763e3e1de07fe142bcc83f7eb0f64a2b381ff0b9521d63f0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for slideio-2.7.3-cp37-cp37m-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 c260cdeeee9490483bf5521a9dd31443839b8e158fa5726a4c9e5383ebf39e23
MD5 27a7a8ddb86befec34f70cb00668a0f0
BLAKE2b-256 511e12f82da2d4a41eea3d1e20370a9763400dc839cb955ab38917050edbb0b1

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