Skip to main content

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!

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.9.0-cp314-cp314t-manylinux_2_28_x86_64.whl (28.1 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ x86-64

slideio-2.9.0-cp314-cp314-win_amd64.whl (24.0 MB view details)

Uploaded CPython 3.14Windows x86-64

slideio-2.9.0-cp314-cp314-manylinux_2_28_x86_64.whl (28.1 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

slideio-2.9.0-cp314-cp314-macosx_11_0_arm64.whl (13.7 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

slideio-2.9.0-cp313-cp313t-manylinux_2_28_x86_64.whl (28.1 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.28+ x86-64

slideio-2.9.0-cp313-cp313-win_amd64.whl (24.0 MB view details)

Uploaded CPython 3.13Windows x86-64

slideio-2.9.0-cp313-cp313-manylinux_2_28_x86_64.whl (28.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

slideio-2.9.0-cp313-cp313-macosx_11_0_arm64.whl (13.7 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

slideio-2.9.0-cp313-cp313-macosx_10_15_x86_64.whl (17.3 MB view details)

Uploaded CPython 3.13macOS 10.15+ x86-64

slideio-2.9.0-cp312-cp312-win_amd64.whl (24.0 MB view details)

Uploaded CPython 3.12Windows x86-64

slideio-2.9.0-cp312-cp312-manylinux_2_28_x86_64.whl (28.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

slideio-2.9.0-cp312-cp312-macosx_11_0_arm64.whl (13.7 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

slideio-2.9.0-cp312-cp312-macosx_10_15_x86_64.whl (17.3 MB view details)

Uploaded CPython 3.12macOS 10.15+ x86-64

slideio-2.9.0-cp311-cp311-win_amd64.whl (24.0 MB view details)

Uploaded CPython 3.11Windows x86-64

slideio-2.9.0-cp311-cp311-manylinux_2_28_x86_64.whl (28.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

slideio-2.9.0-cp311-cp311-macosx_11_0_arm64.whl (13.7 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

slideio-2.9.0-cp311-cp311-macosx_10_15_x86_64.whl (17.3 MB view details)

Uploaded CPython 3.11macOS 10.15+ x86-64

slideio-2.9.0-cp310-cp310-win_amd64.whl (24.0 MB view details)

Uploaded CPython 3.10Windows x86-64

slideio-2.9.0-cp310-cp310-manylinux_2_28_x86_64.whl (28.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

slideio-2.9.0-cp310-cp310-macosx_11_0_arm64.whl (13.7 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

slideio-2.9.0-cp310-cp310-macosx_10_15_x86_64.whl (17.3 MB view details)

Uploaded CPython 3.10macOS 10.15+ x86-64

slideio-2.9.0-cp39-cp39-win_amd64.whl (24.0 MB view details)

Uploaded CPython 3.9Windows x86-64

slideio-2.9.0-cp39-cp39-manylinux_2_28_x86_64.whl (28.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ x86-64

slideio-2.9.0-cp39-cp39-macosx_11_0_arm64.whl (13.7 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

slideio-2.9.0-cp39-cp39-macosx_10_15_x86_64.whl (17.3 MB view details)

Uploaded CPython 3.9macOS 10.15+ x86-64

slideio-2.9.0-cp38-cp38-win_amd64.whl (24.0 MB view details)

Uploaded CPython 3.8Windows x86-64

slideio-2.9.0-cp38-cp38-manylinux_2_28_x86_64.whl (28.1 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.28+ x86-64

slideio-2.9.0-cp38-cp38-macosx_11_0_arm64.whl (13.7 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

slideio-2.9.0-cp38-cp38-macosx_10_15_x86_64.whl (17.3 MB view details)

Uploaded CPython 3.8macOS 10.15+ x86-64

File details

Details for the file slideio-2.9.0-cp314-cp314t-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for slideio-2.9.0-cp314-cp314t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 661b7de9677cab9979d73680c13ce3d61b35d414b140fa8dffd4b39ee976a122
MD5 70786e5f9ffa4b795482550053bd7a58
BLAKE2b-256 e624b010ce1c1f24f1654914bc2913026869e13ed573e3f09cb01dc32263a1f1

See more details on using hashes here.

File details

Details for the file slideio-2.9.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: slideio-2.9.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 24.0 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for slideio-2.9.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 ab1871e5792d48c7784281b76fc4732e03438e7dccba1101e23b19448737a311
MD5 241dbe97a9ba161b3e203a012bb8022a
BLAKE2b-256 550fecff5446424514e48ce18668615ba21a58a51e855d364322d4e6cf418c66

See more details on using hashes here.

File details

Details for the file slideio-2.9.0-cp314-cp314-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for slideio-2.9.0-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 41aa4684f1f8272fcad937574c6fb6c9e2fcd933146c6437044574f4b59a5513
MD5 96f60f9f469b8f749a6a69804e4d23c7
BLAKE2b-256 a40c494bc9cdc551d36f795a1055815ecabd094bd40c73bc60f5c5ee4da6750f

See more details on using hashes here.

File details

Details for the file slideio-2.9.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for slideio-2.9.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0840f0068d3296b967dd4201a3b58f8fa8a5e8688b56fda8ff0552b79a7e6351
MD5 2b372af9afa3f5de5371440212046605
BLAKE2b-256 ec96eb9ffea5e378eb3e1dc1543a802d1fef0b262c815ac41bb9df316c1d543c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for slideio-2.9.0-cp313-cp313t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b7999f70443e9be87ae32c0152c6b851715c92605397194d8083ada772792d24
MD5 c354862ef39c3be71e1e96a41b9e8b7c
BLAKE2b-256 4b13b22824206e869ee16d57a74da5281c3248799aa517f9c8ef47ba959838e0

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for slideio-2.9.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 939a04273f5f454dfa5eb8310c90e04735fdfb296e42908f09c382ee0751e6a7
MD5 e457bb20014bd37abd58f973fdae12d6
BLAKE2b-256 d85229d259ffebdc4676b1afe7c59bc585c59262669834026010551c868466b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for slideio-2.9.0-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 11a3eb6fa27f79b338914d7a92bd84fd2eefe573aefb8af19cf0860ebf7cc9e7
MD5 d9ebb1c0c5c2e7b5ff46c8112c6b1731
BLAKE2b-256 2ddaad838d2fcadc60d7e7657868632421e70f31bd0d3e76d79165bb4da74071

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for slideio-2.9.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3bbe625650f59fdeccafcca7a40fdf5f4c57e8c05311606c07f7c46c71e11720
MD5 456411343c6da986e7768c6d6a179893
BLAKE2b-256 7a1950a0ac8f3af7bc19d56d1ebc5d2d540c7977b81930048093f4086f885396

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for slideio-2.9.0-cp313-cp313-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 5f96dbdf3108bfb8709b554ec240719a0ed243f6aa094eb6feca65b553cbb49a
MD5 dad52e4d19f979a464e2088be2c45896
BLAKE2b-256 cbe32c75d03975a86141a942a9db5f8b94a8d6125be6a42c0cc60c53c17d78ea

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for slideio-2.9.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 bcd0c3b13fbde81e767fef1a632382387da2e38784ed5fc99a56882014cc738b
MD5 cb54bb222028d2f4da4fda510cd534e3
BLAKE2b-256 bd60fd89084216c9878b10e7ff40386a0a0a251b1f5d9f13d25b07e4537fc631

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for slideio-2.9.0-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ce2d6fd1b7ad220ce1a5defe9fec2e526b4d102a014aae65e2057c93f38dab6c
MD5 d3736402a71c5c6009b66685fdf84887
BLAKE2b-256 5053adc876e30ccbc25b9dae2ff5d3e77653378b63f62e023476832ab452e589

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for slideio-2.9.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f970991af44d67f04f7bb749532785883a25d0a940051345161b492ca2747603
MD5 cae1e6756c6e2601c7ac1d2ab2e0c09f
BLAKE2b-256 687037712de03e7a6b98da2c6641d6c13fe28664453439b19f167f3b4448c8dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for slideio-2.9.0-cp312-cp312-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 43574ff787175e19cc9776c9edfa7b584153938eb0d7ed92d70b48747ebc9c99
MD5 09da55553ccf4e378871463b58cca68d
BLAKE2b-256 1d66e7a9dcee8dac37dee5460757670e6375f58765d69d7093d356dc2b4f2683

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for slideio-2.9.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 e6b35b531bd1f448857ae65b7b66fdeffebacf388ef1c7686ca3b6094dee8aa3
MD5 5abffca4ce2bb8dd666aa186b30cd39e
BLAKE2b-256 16e3fdb2e81c90bf768743535fe57d0d7cbf2c24f2a18815d128eec95f6d6302

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for slideio-2.9.0-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8e86009779d5facc980da5b8e007b3700740b979c7533e7ac5c938c3a0d49ec5
MD5 663d7abac342d92cb45e892135ebd0d2
BLAKE2b-256 52cde9a63e69f9dc8af02c2c6101153f6e55787f8491a3924af43069b7d36242

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for slideio-2.9.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d9cf3098cde3c2a809efb94d3603d9af7a8a0e66678523d3a52e626b1cb808d8
MD5 837c4f55cf98ced2b35bef0564cfdb0b
BLAKE2b-256 64abd5af70bc1d92352cffffdb167e9d5fcb742067a7a4b8bdcbff98a416fab1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for slideio-2.9.0-cp311-cp311-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 9a3306a67834b95021c2d3dc1a1682d21f29952b7811ec873ad92b90ae297aef
MD5 d85b8eef22d38b29740b165937789a9b
BLAKE2b-256 af67d5625fac7855620e455924cf258b494fa57fbc563bc861e8fd92a45a4fa5

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for slideio-2.9.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 7a8c93b5110335f40c91ecfb350d6644620f3ff35758260c033a71629fc7a21b
MD5 736a4016931c8e5d0af75de24ca32821
BLAKE2b-256 c399ac525ed8046998c128fef492e47857bf20cdcdc4caaef86fa347bec33571

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for slideio-2.9.0-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 081799cd48f73a8ff399cfb53f849ba1c9f7da8bc7e006bb37f63315bf776905
MD5 6df92d3b0060dd22d19dad99055e2749
BLAKE2b-256 75d19289e636395ff588fb8d45e88495ccfd573ad26121ddd87a236db14f5317

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for slideio-2.9.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c67aed9a4449e704ffb852594a2ac4a5216ab3d9490bc10b1086162968757424
MD5 99b4214a1b8b30be3d5dd71223b92a7a
BLAKE2b-256 2752edc06e586078e38b7e835be37bc27f76784507a88ba53d3fda667b2b8a8e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for slideio-2.9.0-cp310-cp310-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 d4986388f8065be45f1311138646ebda893a389ac9417f03539d9ee441f4b871
MD5 618f676388e5fcc99b22ac8f560d92d4
BLAKE2b-256 d6317efedcc2fb231b719c35c176b872d0cae951efb484560925c6320f3b1243

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for slideio-2.9.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 028c159089209e662e5f607c39efe0bed1f7b732369a9ac7e62d050bbc2cb58a
MD5 64ae69520248ba5f1ca264e164a4f181
BLAKE2b-256 494b03914b51cdfca75c362ace0c44b3f81c9c232e8bdebd9a0ccd46e99a5b86

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for slideio-2.9.0-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a773a3dfadedde0251451ddf336d1597d258cd2b475b04185ea92affecdb6512
MD5 2439ef69fecad60a83662425f474ee0e
BLAKE2b-256 6d7e47c8fef5e54267fcf52e5a98c0ca620734ba27bb7cbe1376ac462d8e7185

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for slideio-2.9.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d041d9887953525ad4db77c83f837d1c00209b43bb4d907942e4b40eacd1c36e
MD5 135ec549c136a2a5d3f96e54853f8090
BLAKE2b-256 d61a8c98ffa232dd867e1c8560d4fcf26497fb90991fbaaf62866becd1ed8314

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for slideio-2.9.0-cp39-cp39-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 7e5df75d605b8959730251ad30bcdaed923655ddeaa36c3b7951a720b07676b2
MD5 2eaa62e6e3e8417fad313b90a7fc5c00
BLAKE2b-256 44469716a8dfec2847cfe8830d9334d4a46914d67f3f6e4d81bd2a08871d0e5b

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for slideio-2.9.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 ccb80ee70f0214027248b6e898a491926bfc867bbb0ea73d315167797bf928f6
MD5 703deb1910f243ec853fa5ccc0ed8d19
BLAKE2b-256 51bd1683b506782c8ac3c13b054088e05fd2cbce5e2a4b8597104f14debeeb18

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for slideio-2.9.0-cp38-cp38-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d5718e95f409d41f8f2736eac5778cf6ad8b90563b2b51992ade714c3bd51a94
MD5 e9a3557264ffb582ad2d7397ffecd57e
BLAKE2b-256 cc9a7a32246fc10ae9a6223d45d739c7fd227203c90810b3b315c7ceae7610d1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for slideio-2.9.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e013e0d3b8f4ab7be41d05e6783ea62b461f6d3df7a82e6356ebe4360f5f1f5a
MD5 ad3bd66e4f3f942b61f96f261fea0115
BLAKE2b-256 a76946d885be7271cb671e1ac12dec68c1dd79ced99c91547288e7a5f4513e3d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for slideio-2.9.0-cp38-cp38-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 3340d4eec6465d355c046cad7f2e787e7df5e11ecef97a940e7f118305ae34dd
MD5 ebeeae857862de0af5f702472de2c29e
BLAKE2b-256 c6ab6480bf29f584a0f47fc55964eafabca0a040aaebdad649377d35b8c1f233

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

2.9.0 This release

29 files

2.8.1

29 files

2.8.0

28 files

2.7.4

28 files

2.7.3

28 files

2.7.2

28 files

2.7.1

28 files

2.7.0

27 files

2.6.5

24 files

2.6.4

24 files

2.6.3

24 files

2.6.2

24 files

2.6.1

12 files

2.6.0

27 files

2.5.0

24 files

2.4.1

24 files

2.3.0

24 files

2.2.0

24 files

2.1.1

18 files

2.1.0

24 files

2.0.9

24 files

2.0.8

16 files

2.0.7

16 files

2.0.6

16 files

2.0.5

16 files

2.0.4

16 files

2.0.2

16 files

2.0.1

16 files

2.0.0

16 files

1.0.4

17 files

1.0.3

17 files

1.0.2

17 files

1.0.1

17 files

1.0.0

17 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page