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

Uploaded CPython 3.14tmanylinux: glibc 2.28+ x86-64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

slideio-2.8.1-cp314-cp314-macosx_11_0_arm64.whl (13.6 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.13tmanylinux: glibc 2.28+ x86-64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

slideio-2.8.1-cp313-cp313-macosx_11_0_arm64.whl (13.6 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

slideio-2.8.1-cp313-cp313-macosx_10_15_x86_64.whl (17.2 MB view details)

Uploaded CPython 3.13macOS 10.15+ x86-64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

slideio-2.8.1-cp312-cp312-macosx_11_0_arm64.whl (13.6 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

slideio-2.8.1-cp312-cp312-macosx_10_15_x86_64.whl (17.2 MB view details)

Uploaded CPython 3.12macOS 10.15+ x86-64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

slideio-2.8.1-cp311-cp311-macosx_11_0_arm64.whl (13.6 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

slideio-2.8.1-cp311-cp311-macosx_10_15_x86_64.whl (17.2 MB view details)

Uploaded CPython 3.11macOS 10.15+ x86-64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

slideio-2.8.1-cp310-cp310-macosx_11_0_arm64.whl (13.6 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

slideio-2.8.1-cp310-cp310-macosx_10_15_x86_64.whl (17.2 MB view details)

Uploaded CPython 3.10macOS 10.15+ x86-64

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

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9manylinux: glibc 2.28+ x86-64

slideio-2.8.1-cp39-cp39-macosx_11_0_arm64.whl (13.6 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

slideio-2.8.1-cp39-cp39-macosx_10_15_x86_64.whl (17.2 MB view details)

Uploaded CPython 3.9macOS 10.15+ x86-64

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

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8manylinux: glibc 2.28+ x86-64

slideio-2.8.1-cp38-cp38-macosx_11_0_arm64.whl (13.6 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

slideio-2.8.1-cp38-cp38-macosx_10_15_x86_64.whl (17.2 MB view details)

Uploaded CPython 3.8macOS 10.15+ x86-64

File details

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

File metadata

File hashes

Hashes for slideio-2.8.1-cp314-cp314t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ab9eccb19ced8e2d21af2c211cfd04ffd0ac0c36ce538992b8eb038e07a5c917
MD5 3b53e637f43e993ce297f852e419e80a
BLAKE2b-256 dde530a3fb9216615c99732d62bc95f33f819e15c9461cf4dc86a0bf05b4fae4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: slideio-2.8.1-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.8.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 2939c2d7592702a01fc951acd83c84ac7a6981206444a1171c810f54432ef5a0
MD5 2b6ff988de2a35d768976cc891150cf0
BLAKE2b-256 13d7b8012d60f1492ff04d860ef22d14ab306db0f767c3f6221416a6dfdf938b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for slideio-2.8.1-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d7156a5bd9222c9358bbb3a67a3f2663f35d1eba0ea1fa5912b53784c540aeb1
MD5 62d852b4a218578567c1c38f77f4dda4
BLAKE2b-256 89f9efa5f5a480daeeb19ae5291d5d4056f819fc92ccf601167ca9c550380af6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for slideio-2.8.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d38e908d5c43598a5363d27e0c0a679adf75b59c8bf670cdfd966f20c856ab49
MD5 9b28c1ef70deb7cf549ce8d6348cbfec
BLAKE2b-256 f4ad49ef81e7200c6e4d2bdcd42d4d5ae98a253095ab67169eb75d755c3d2dfa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for slideio-2.8.1-cp313-cp313t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 29ac10a567a90f4e2783b2480e6760bf9ca8acb081022c5ac89c7cdda0be6a17
MD5 0ff62770adb4a352970bf75e2c19e7ae
BLAKE2b-256 3f52f497e885ba3044ff2e350ab794f422052d85f247d4ea234acff26e676222

See more details on using hashes here.

File details

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

File metadata

  • Download URL: slideio-2.8.1-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.8.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 59a13a084cc1a5c42cd0d4981f36af4c55d6f516c1c75a5815b67989975f9aaf
MD5 2c8774bc73e4cdfe8fe807ebdfc7ac31
BLAKE2b-256 be0fadf9be1b4aec480145f6d192072964d93ca6eb98c27d9d83b8ad01af2f16

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for slideio-2.8.1-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5a2b2291590f95fb61701c6df4022aa6308ca27fb91bfdd1a43aeb62f45e9111
MD5 7d7e24bf6a60c1ed6c82806667e53f09
BLAKE2b-256 c7b48785782e2f316ab64653f68839b02dff30580a9631ba8bd583fcb9b55c16

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for slideio-2.8.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6d6eef3a7ff818896f9183200629c73b1054031b404fc2f44f8f3ffa2abd7f09
MD5 a375767bde07d51c4f729b8b59bff7b0
BLAKE2b-256 735d97d047a53a3eb600d74825b29030ed750171136d9de0643c7718271237f7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for slideio-2.8.1-cp313-cp313-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 6af14fae0d704cc55a2e1f32e5fc89e7ef9ebbc833977197c89266dfc3312d58
MD5 263cc7d3483f894e6c325b1c49a777ac
BLAKE2b-256 4fd86a2512f9a6ae1ed03256300eded0cc5540f933f3e435c5d213caae129926

See more details on using hashes here.

File details

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

File metadata

  • Download URL: slideio-2.8.1-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.8.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 c208be06e86b94c1e9be318d75fd52933150037557cbe44f66ebff4796be1617
MD5 13b21bf91baa094e9e6ccf11c5c25a56
BLAKE2b-256 d19844caa4d3026d1750d7098d0ff689af498cfb2a47bf117e5497ae071d61e8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for slideio-2.8.1-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1e7ee8d88c7ce746efc4ef29c2a3419e3454cae5050865cf818bf086c709b0f9
MD5 5e4d666d1ece5a0a1ddf7df6e0e2cc45
BLAKE2b-256 8fee7620dfe2b3db93a93a147aa17d57ac7beefb721276f8eb5dd5d2e1811a37

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for slideio-2.8.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2d0c7ae8fa85830e4eb086ab27ba7e9877a649ef044030939819d1a2d30cc92b
MD5 26a3a868b905a8b1ce108bd78d366e64
BLAKE2b-256 9c5247f7e522a407bfc47a6cb9137b5b03b58f32dc33351603a86a7b4dadb943

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for slideio-2.8.1-cp312-cp312-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 4f5511c4fcdd8c62fec5883e7425c9868f16c67303edc51b7fc24d5aa0595e37
MD5 4b1f4ceb51b2fbb621ddd60ddf3bd612
BLAKE2b-256 d57f1c97ac5fd01437f13b9824d19789d507d8b0c5cbd463db9b8a0d31aa8fd4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: slideio-2.8.1-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.8.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 27bac890b80e3c59cf1521580b9fdd9ca61f7a6931f02c95b222d39a7418769a
MD5 d2eae5802e53006dd142af5f5077ebab
BLAKE2b-256 670f27cf83d0153de78559262695aaf6910e8ef3b28dc4889a9c987c443f928d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for slideio-2.8.1-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f5fed8ff3020b5153204273415c49995adc6b2729c2c70f1f07b64687e91adad
MD5 7061d3c04c55d3af4375303891fcfb60
BLAKE2b-256 498df3b44c49ce5b8a07484e153fb96be88250cf4c3aeb923fd036ebaf155a53

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for slideio-2.8.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 92d9c83f77d00e05bbf28ae6692945e2ee7cb30f948fde373228a4ff61d46c8c
MD5 932f5052b366aa3d50f35c1cff831309
BLAKE2b-256 63eff979ec766eac774cfef7d116af6792a4380013abe33959ef58ba2daf3aa1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for slideio-2.8.1-cp311-cp311-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 66bbbaf8c0903105c722c1042f3ceeb217e4651a0d9d860283de2ab6f8dd010b
MD5 8dd0803fb13e3d07124892739421e44b
BLAKE2b-256 3c6db4103b2e19fe53e709b626cc82a26101919e6ace48fedfaed825183533a6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: slideio-2.8.1-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.8.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 40d0a8ff4b8b166bd7717ca5538146cc920c30af8e1fcce8f45014cd2abe5b2b
MD5 88563028f3705e2e53e9fa69dba85727
BLAKE2b-256 a7fc27adaa29f527a06e12ea0b3599c434daf7dad9d06d61487b384091067809

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for slideio-2.8.1-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b6f7fb21c0169f91a4c46cd2a9047532f793672d6d02caedb439ea6675427922
MD5 f633fb79e5e4dcd8ad4932010aceebf9
BLAKE2b-256 c9817e9ac5235e54c651e67f62de03e83fd2477c8b9e4a67a31c86c496b37787

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for slideio-2.8.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b8fc89c6c429ab65537f6a8b02b4428025e61dab2bfc4760592e871b31948800
MD5 e002297ecc45073503b582a0dd93ed3b
BLAKE2b-256 d99831d36b80e44ea8edf5aa9ffed28c2cdd0ceaa82a8a75c1da26781db7c09d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for slideio-2.8.1-cp310-cp310-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 1bc5fab041327f76b883e02becf54e890d01695a2f5b27326f7d921343e76550
MD5 5bdfae6b187514f7077d8734008b864c
BLAKE2b-256 51196aaff5b2327e09f638d39b4ae7e123a5f85751968fb898650aac177a4980

See more details on using hashes here.

File details

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

File metadata

  • Download URL: slideio-2.8.1-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.8.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 169428bef9a28546efa362460a5263535ac2a4d1d6bd5bfe6ffc85b3e060e56a
MD5 26fea047987079313bd730fdae1cd20f
BLAKE2b-256 6ac57c9696736851f6eb1204019e4e5ebf408c7bd55d095272eeb93834505205

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for slideio-2.8.1-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 69541f6d997aeb9fd244c1a1195afe1ec3dd0d67385053123ddfbfb15752303f
MD5 14426c505aa497a8a1f658b4df6380a2
BLAKE2b-256 0195655d889cda5ff6fe17589f638712271b181d70349c5e701ca091649a748d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for slideio-2.8.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4462234814fae2f63ca7ed5dbf1cbca993526df496ad48989d5157c004e65e1f
MD5 1884f37d5beccb3b09c18d19e8c22903
BLAKE2b-256 fbe28c236c5ac8b1caaa5d1ccf94fb32df5bf4018edacc2163a2968ab2d890df

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for slideio-2.8.1-cp39-cp39-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 b1c5abfe2b073b3091505e209eb1b372ed500377f6f7dd8651951d9bfe89e5a0
MD5 976d14cb94cc15e64df0d7ec606ba891
BLAKE2b-256 48565a6bd72154178fdb9ae0ecbe5710ac67af80e419b6d160487b532c2e3939

See more details on using hashes here.

File details

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

File metadata

  • Download URL: slideio-2.8.1-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.8.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 0b1b7564b44afe4ecb91a8e7b1bb307033811180496dfc596fcad549fa8916a0
MD5 840dfeeb406590ba2990b1a20a79ca1f
BLAKE2b-256 f3440d9e4e3d9306170724e5d39d0f5d1dd4533fdd1fe3ed8910ba98559881f9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for slideio-2.8.1-cp38-cp38-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 191f46762f10e4caa84d88814b1ee486cc70333700c6e6f4f7004c2aaddb2493
MD5 327ba110dc13f09a731ece7b061a865d
BLAKE2b-256 3c9798d1919b912281334d1b2b1c194e5b58caa3f1ce2e08d267a852afc4de66

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for slideio-2.8.1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bdf28145c375d0cf65bcd27b9e3bde36ff170beeccc46bc8690bdedaef050487
MD5 b32bef92b21f590067138c75b51ea945
BLAKE2b-256 e7940937e74336ccdbc0f1decb4107f0002228c5509500498f10b8aa5ba3e023

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for slideio-2.8.1-cp38-cp38-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 635f3a43be3bc806790ec6397bda2fb6b1cd3cb9894c764ddf33b5dbed087b56
MD5 57c54c40b8bb6703157a4dfa91867d0a
BLAKE2b-256 55f302554672f39d748b610d346b0dffd812c6a748e69265ad5c4bbad698250e

See more details on using hashes here.

Release history Release notifications | RSS feed

2.9.0

29 files

This release

2.8.1 This release

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