Skip to main content

slumber-python

This is not related to, or a replacement of, the slumber package.

Documentation

Python bindings for Slumber, the source-based REST API client. This library makes it easy to take your existing Slumber collection and use it in Python scripts.

This package does not yet support all the same functionality as the Slumber CLI. If you have a specific feature that you'd like to see in it, please open an issue on GitHub.

This is not a general-purpose REST/HTTP client. If you're not already using Slumber as a TUI/CLI client, then there isn't much value provided by this package.

Installation

pip install slumber-python

Usage

First, create a Slumber collection.

import asyncio
from slumber import Collection

collection = Collection()
response = asyncio.run(collection.request('example_get'))
print(response.text)

For more usage examples, see the docs.

Versioning

For simplicity, the version of this package is synched to the main Slumber version and follows the same releases. That means there may be releases of this package that don't actually change anything, or version bumps that are higher than necessary (e.g. minor versions with only patch changes). The versioning is still semver compliant.

Release files for slumber-python 5.3.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for slumber-python 5.3.0
File Size Uploaded
slumber_python-5.3.0.tar.gz 240.9 kB Details

Built distributions (wheels)

Table of built distributions (wheels) for slumber-python 5.3.0
File
slumber_python-5.3.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl PyPy 3.11 PyPy 3.11 7.3 Linux musl 1.2+ x86-64 Details
slumber_python-5.3.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl PyPy 3.11 PyPy 3.11 7.3 Linux musl 1.2+ x86-32 Details
slumber_python-5.3.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl PyPy 3.11 PyPy 3.11 7.3 Linux musl 1.2+ ARMv7l Details
slumber_python-5.3.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl PyPy 3.11 PyPy 3.11 7.3 Linux musl 1.2+ ARM64 Details
slumber_python-5.3.0-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl PyPy 3.11 PyPy 3.11 7.3 Linux glibc 2.28+ x86-64 Details
slumber_python-5.3.0-pp311-pypy311_pp73-manylinux_2_28_s390x.whl PyPy 3.11 PyPy 3.11 7.3 Linux glibc 2.28+ IBM System/390x Details
slumber_python-5.3.0-pp311-pypy311_pp73-manylinux_2_28_ppc64le.whl PyPy 3.11 PyPy 3.11 7.3 Linux glibc 2.28+ PowerPC 64-le Details
slumber_python-5.3.0-pp311-pypy311_pp73-manylinux_2_28_i686.whl PyPy 3.11 PyPy 3.11 7.3 Linux glibc 2.28+ x86-32 Details
slumber_python-5.3.0-pp311-pypy311_pp73-manylinux_2_28_armv7l.whl PyPy 3.11 PyPy 3.11 7.3 Linux glibc 2.28+ ARMv7l Details
slumber_python-5.3.0-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl PyPy 3.11 PyPy 3.11 7.3 Linux glibc 2.28+ ARM64 Details
slumber_python-5.3.0-cp314-cp314t-musllinux_1_2_x86_64.whl CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-64 Details
slumber_python-5.3.0-cp314-cp314t-musllinux_1_2_i686.whl CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-32 Details
slumber_python-5.3.0-cp314-cp314t-musllinux_1_2_armv7l.whl CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ ARMv7l Details
slumber_python-5.3.0-cp314-cp314t-musllinux_1_2_aarch64.whl CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ ARM64 Details
slumber_python-5.3.0-cp314-cp314t-manylinux_2_28_s390x.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.28+ IBM System/390x Details
slumber_python-5.3.0-cp314-cp314t-manylinux_2_28_ppc64le.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.28+ PowerPC 64-le Details
slumber_python-5.3.0-cp314-cp314t-manylinux_2_28_armv7l.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.28+ ARMv7l Details
slumber_python-5.3.0-cp314-cp314t-manylinux_2_28_aarch64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.28+ ARM64 Details
slumber_python-5.3.0-cp314-cp314-win_amd64.whl CPython 3.14 CPython 3.14 Windows x86-64 Details
slumber_python-5.3.0-cp314-cp314-musllinux_1_2_x86_64.whl CPython 3.14 CPython 3.14 Linux musl 1.2+ x86-64 Details
slumber_python-5.3.0-cp314-cp314-musllinux_1_2_i686.whl CPython 3.14 CPython 3.14 Linux musl 1.2+ x86-32 Details
slumber_python-5.3.0-cp314-cp314-musllinux_1_2_armv7l.whl CPython 3.14 CPython 3.14 Linux musl 1.2+ ARMv7l Details
slumber_python-5.3.0-cp314-cp314-musllinux_1_2_aarch64.whl CPython 3.14 CPython 3.14 Linux musl 1.2+ ARM64 Details
slumber_python-5.3.0-cp314-cp314-manylinux_2_28_x86_64.whl CPython 3.14 CPython 3.14 Linux glibc 2.28+ x86-64 Details
slumber_python-5.3.0-cp314-cp314-manylinux_2_28_s390x.whl CPython 3.14 CPython 3.14 Linux glibc 2.28+ IBM System/390x Details
slumber_python-5.3.0-cp314-cp314-manylinux_2_28_ppc64le.whl CPython 3.14 CPython 3.14 Linux glibc 2.28+ PowerPC 64-le Details
slumber_python-5.3.0-cp314-cp314-manylinux_2_28_i686.whl CPython 3.14 CPython 3.14 Linux glibc 2.28+ x86-32 Details
slumber_python-5.3.0-cp314-cp314-manylinux_2_28_armv7l.whl CPython 3.14 CPython 3.14 Linux glibc 2.28+ ARMv7l Details
slumber_python-5.3.0-cp314-cp314-manylinux_2_28_aarch64.whl CPython 3.14 CPython 3.14 Linux glibc 2.28+ ARM64 Details
slumber_python-5.3.0-cp314-cp314-macosx_11_0_arm64.whl CPython 3.14 CPython 3.14 macOS 11.0+ ARM64 Details
slumber_python-5.3.0-cp314-cp314-macosx_10_12_x86_64.whl CPython 3.14 CPython 3.14 macOS 10.12+ x86-64 Details
slumber_python-5.3.0-cp313-cp313t-musllinux_1_2_x86_64.whl CPython 3.13 CPython 3.13 free-threading Linux musl 1.2+ x86-64 Details
slumber_python-5.3.0-cp313-cp313t-musllinux_1_2_i686.whl CPython 3.13 CPython 3.13 free-threading Linux musl 1.2+ x86-32 Details
slumber_python-5.3.0-cp313-cp313t-musllinux_1_2_armv7l.whl CPython 3.13 CPython 3.13 free-threading Linux musl 1.2+ ARMv7l Details
slumber_python-5.3.0-cp313-cp313t-musllinux_1_2_aarch64.whl CPython 3.13 CPython 3.13 free-threading Linux musl 1.2+ ARM64 Details
slumber_python-5.3.0-cp313-cp313t-manylinux_2_28_s390x.whl CPython 3.13 CPython 3.13 free-threading Linux glibc 2.28+ IBM System/390x Details
slumber_python-5.3.0-cp313-cp313t-manylinux_2_28_ppc64le.whl CPython 3.13 CPython 3.13 free-threading Linux glibc 2.28+ PowerPC 64-le Details
slumber_python-5.3.0-cp313-cp313t-manylinux_2_28_armv7l.whl CPython 3.13 CPython 3.13 free-threading Linux glibc 2.28+ ARMv7l Details
slumber_python-5.3.0-cp313-cp313t-manylinux_2_28_aarch64.whl CPython 3.13 CPython 3.13 free-threading Linux glibc 2.28+ ARM64 Details
slumber_python-5.3.0-cp313-cp313-win_amd64.whl CPython 3.13 CPython 3.13 Windows x86-64 Details
slumber_python-5.3.0-cp313-cp313-musllinux_1_2_x86_64.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ x86-64 Details
slumber_python-5.3.0-cp313-cp313-musllinux_1_2_i686.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ x86-32 Details
slumber_python-5.3.0-cp313-cp313-musllinux_1_2_armv7l.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ ARMv7l Details
slumber_python-5.3.0-cp313-cp313-musllinux_1_2_aarch64.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ ARM64 Details
slumber_python-5.3.0-cp313-cp313-manylinux_2_28_x86_64.whl CPython 3.13 CPython 3.13 Linux glibc 2.28+ x86-64 Details
slumber_python-5.3.0-cp313-cp313-manylinux_2_28_s390x.whl CPython 3.13 CPython 3.13 Linux glibc 2.28+ IBM System/390x Details
slumber_python-5.3.0-cp313-cp313-manylinux_2_28_ppc64le.whl CPython 3.13 CPython 3.13 Linux glibc 2.28+ PowerPC 64-le Details
slumber_python-5.3.0-cp313-cp313-manylinux_2_28_i686.whl CPython 3.13 CPython 3.13 Linux glibc 2.28+ x86-32 Details
slumber_python-5.3.0-cp313-cp313-manylinux_2_28_armv7l.whl CPython 3.13 CPython 3.13 Linux glibc 2.28+ ARMv7l Details
slumber_python-5.3.0-cp313-cp313-manylinux_2_28_aarch64.whl CPython 3.13 CPython 3.13 Linux glibc 2.28+ ARM64 Details
slumber_python-5.3.0-cp313-cp313-macosx_11_0_arm64.whl CPython 3.13 CPython 3.13 macOS 11.0+ ARM64 Details
slumber_python-5.3.0-cp313-cp313-macosx_10_12_x86_64.whl CPython 3.13 CPython 3.13 macOS 10.12+ x86-64 Details
slumber_python-5.3.0-cp312-cp312-win_amd64.whl CPython 3.12 CPython 3.12 Windows x86-64 Details
slumber_python-5.3.0-cp312-cp312-musllinux_1_2_x86_64.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ x86-64 Details
slumber_python-5.3.0-cp312-cp312-musllinux_1_2_i686.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ x86-32 Details
slumber_python-5.3.0-cp312-cp312-musllinux_1_2_armv7l.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ ARMv7l Details
slumber_python-5.3.0-cp312-cp312-musllinux_1_2_aarch64.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ ARM64 Details
slumber_python-5.3.0-cp312-cp312-manylinux_2_28_x86_64.whl CPython 3.12 CPython 3.12 Linux glibc 2.28+ x86-64 Details
slumber_python-5.3.0-cp312-cp312-manylinux_2_28_s390x.whl CPython 3.12 CPython 3.12 Linux glibc 2.28+ IBM System/390x Details
slumber_python-5.3.0-cp312-cp312-manylinux_2_28_ppc64le.whl CPython 3.12 CPython 3.12 Linux glibc 2.28+ PowerPC 64-le Details
slumber_python-5.3.0-cp312-cp312-manylinux_2_28_i686.whl CPython 3.12 CPython 3.12 Linux glibc 2.28+ x86-32 Details
slumber_python-5.3.0-cp312-cp312-manylinux_2_28_armv7l.whl CPython 3.12 CPython 3.12 Linux glibc 2.28+ ARMv7l Details
slumber_python-5.3.0-cp312-cp312-manylinux_2_28_aarch64.whl CPython 3.12 CPython 3.12 Linux glibc 2.28+ ARM64 Details
slumber_python-5.3.0-cp312-cp312-macosx_11_0_arm64.whl CPython 3.12 CPython 3.12 macOS 11.0+ ARM64 Details
slumber_python-5.3.0-cp312-cp312-macosx_10_12_x86_64.whl CPython 3.12 CPython 3.12 macOS 10.12+ x86-64 Details
slumber_python-5.3.0-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
slumber_python-5.3.0-cp311-cp311-musllinux_1_2_x86_64.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ x86-64 Details
slumber_python-5.3.0-cp311-cp311-musllinux_1_2_i686.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ x86-32 Details
slumber_python-5.3.0-cp311-cp311-musllinux_1_2_armv7l.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ ARMv7l Details
slumber_python-5.3.0-cp311-cp311-musllinux_1_2_aarch64.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ ARM64 Details
slumber_python-5.3.0-cp311-cp311-manylinux_2_28_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.28+ x86-64 Details
slumber_python-5.3.0-cp311-cp311-manylinux_2_28_s390x.whl CPython 3.11 CPython 3.11 Linux glibc 2.28+ IBM System/390x Details
slumber_python-5.3.0-cp311-cp311-manylinux_2_28_ppc64le.whl CPython 3.11 CPython 3.11 Linux glibc 2.28+ PowerPC 64-le Details
slumber_python-5.3.0-cp311-cp311-manylinux_2_28_i686.whl CPython 3.11 CPython 3.11 Linux glibc 2.28+ x86-32 Details
slumber_python-5.3.0-cp311-cp311-manylinux_2_28_armv7l.whl CPython 3.11 CPython 3.11 Linux glibc 2.28+ ARMv7l Details
slumber_python-5.3.0-cp311-cp311-manylinux_2_28_aarch64.whl CPython 3.11 CPython 3.11 Linux glibc 2.28+ ARM64 Details
slumber_python-5.3.0-cp311-cp311-macosx_11_0_arm64.whl CPython 3.11 CPython 3.11 macOS 11.0+ ARM64 Details
slumber_python-5.3.0-cp311-cp311-macosx_10_12_x86_64.whl CPython 3.11 CPython 3.11 macOS 10.12+ x86-64 Details
slumber_python-5.3.0-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
slumber_python-5.3.0-cp310-cp310-win32.whl CPython 3.10 CPython 3.10 Windows x86-32 Details
slumber_python-5.3.0-cp310-cp310-musllinux_1_2_x86_64.whl CPython 3.10 CPython 3.10 Linux musl 1.2+ x86-64 Details
slumber_python-5.3.0-cp310-cp310-musllinux_1_2_i686.whl CPython 3.10 CPython 3.10 Linux musl 1.2+ x86-32 Details
slumber_python-5.3.0-cp310-cp310-musllinux_1_2_armv7l.whl CPython 3.10 CPython 3.10 Linux musl 1.2+ ARMv7l Details
slumber_python-5.3.0-cp310-cp310-musllinux_1_2_aarch64.whl CPython 3.10 CPython 3.10 Linux musl 1.2+ ARM64 Details
slumber_python-5.3.0-cp310-cp310-manylinux_2_28_x86_64.whl CPython 3.10 CPython 3.10 Linux glibc 2.28+ x86-64 Details
slumber_python-5.3.0-cp310-cp310-manylinux_2_28_s390x.whl CPython 3.10 CPython 3.10 Linux glibc 2.28+ IBM System/390x Details
slumber_python-5.3.0-cp310-cp310-manylinux_2_28_ppc64le.whl CPython 3.10 CPython 3.10 Linux glibc 2.28+ PowerPC 64-le Details
slumber_python-5.3.0-cp310-cp310-manylinux_2_28_i686.whl CPython 3.10 CPython 3.10 Linux glibc 2.28+ x86-32 Details
slumber_python-5.3.0-cp310-cp310-manylinux_2_28_armv7l.whl CPython 3.10 CPython 3.10 Linux glibc 2.28+ ARMv7l Details
slumber_python-5.3.0-cp310-cp310-manylinux_2_28_aarch64.whl CPython 3.10 CPython 3.10 Linux glibc 2.28+ ARM64 Details
slumber_python-5.3.0-cp310-cp310-macosx_11_0_arm64.whl CPython 3.10 CPython 3.10 macOS 11.0+ ARM64 Details
slumber_python-5.3.0-cp310-cp310-macosx_10_12_x86_64.whl CPython 3.10 CPython 3.10 macOS 10.12+ x86-64 Details

Total release size: 602.1 MB

Release files / slumber_python-5.3.0.tar.gz

Download URL slumber_python-5.3.0.tar.gz
Size 240.9 kB
Tags Source
SHA-256 checksum
How to use checksums
9b342812b9458a528a15481fb8af2c86d3d762f4182388408cae377fa353e894
BLAKE2b-256 checksum
How to use checksums
67b0156d845bb262b07a498ea37f9021b790415b0af8a2bd076ac34c6517ab41
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.13.3

Release files / slumber_python-5.3.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl

Download URL slumber_python-5.3.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Size 7.1 MB
Tags Linux musl 1.2+ x86-64 PyPy 3.11 PyPy 3.11 7.3
SHA-256 checksum
How to use checksums
a36405ab39fb1474089a9a170ce053e1dadf06e9ed2a4f2ee66db6da4fa94c27
BLAKE2b-256 checksum
How to use checksums
a636c196f036529afe95a0610251343d13ed8a700b4a8983af80c9f9fb025965
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.13.3

Release files / slumber_python-5.3.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl

Download URL slumber_python-5.3.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Size 6.8 MB
Tags Linux musl 1.2+ x86-32 PyPy 3.11 PyPy 3.11 7.3
SHA-256 checksum
How to use checksums
3d3d6dd5987b4808b4c0f5725372113ef3a5b5366f09ebeca3953680fff1827c
BLAKE2b-256 checksum
How to use checksums
0830a1bd03a52551d8cf0f1060e145bbfcb6279f8141d60651a4abca21774994
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.13.3

Release files / slumber_python-5.3.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl

Download URL slumber_python-5.3.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Size 6.3 MB
Tags Linux musl 1.2+ ARMv7l PyPy 3.11 PyPy 3.11 7.3
SHA-256 checksum
How to use checksums
d9f1a8aef5a710c1185de00260d5a35f8717336cfd27da7f6b3b2729912f286c
BLAKE2b-256 checksum
How to use checksums
6f0583af0370d75822178d7d573af1c9f0cf13d258fb689bf16245bbd6578fb3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.13.3

Release files / slumber_python-5.3.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl

Download URL slumber_python-5.3.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Size 6.9 MB
Tags Linux musl 1.2+ ARM64 PyPy 3.11 PyPy 3.11 7.3
SHA-256 checksum
How to use checksums
0c23a06aeef421bc45ccd7db39483d51f8f78e7aa492c5c1df3881611f2d4322
BLAKE2b-256 checksum
How to use checksums
581a571b71c8987be3c0ad41fcdc863187bcc5cdfcf280f526798a1da8ca7b2b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.13.3

Release files / slumber_python-5.3.0-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl

Download URL slumber_python-5.3.0-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl
Size 6.9 MB
Tags Linux glibc 2.28+ x86-64 PyPy 3.11 PyPy 3.11 7.3
SHA-256 checksum
How to use checksums
10bfeee10a23d0d1ed61f85f2bfedb8f22158a0ab89a5ad2895179fe2f1b8566
BLAKE2b-256 checksum
How to use checksums
bc4291f57489b5af403fb4984900e2b9645a72b216c745a7daaf93b02fe39037
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.13.3

Release files / slumber_python-5.3.0-pp311-pypy311_pp73-manylinux_2_28_s390x.whl

Download URL slumber_python-5.3.0-pp311-pypy311_pp73-manylinux_2_28_s390x.whl
Size 6.3 MB
Tags Linux glibc 2.28+ IBM System/390x PyPy 3.11 PyPy 3.11 7.3
SHA-256 checksum
How to use checksums
c5b342558cb733647b6bc46be1105ab3bd019993afa3b660fcdcf745ab7ff69a
BLAKE2b-256 checksum
How to use checksums
c57dfaa00e9772b4a4a33af3ef1fd187d21f095c63ba2ef1d1a2d2edd066680e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.13.3

Release files / slumber_python-5.3.0-pp311-pypy311_pp73-manylinux_2_28_ppc64le.whl

Download URL slumber_python-5.3.0-pp311-pypy311_pp73-manylinux_2_28_ppc64le.whl
Size 7.2 MB
Tags Linux glibc 2.28+ PowerPC 64-le PyPy 3.11 PyPy 3.11 7.3
SHA-256 checksum
How to use checksums
ff11bc0af3174592ba6b734cb8e4aaa20e835d29275df8db98a68a75036d266d
BLAKE2b-256 checksum
How to use checksums
1d0539d2d5619512afa34b0b15705222bba54bf7e0bd8b9af2fa610b37a013a9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.13.3

Release files / slumber_python-5.3.0-pp311-pypy311_pp73-manylinux_2_28_i686.whl

Download URL slumber_python-5.3.0-pp311-pypy311_pp73-manylinux_2_28_i686.whl
Size 6.9 MB
Tags Linux glibc 2.28+ x86-32 PyPy 3.11 PyPy 3.11 7.3
SHA-256 checksum
How to use checksums
e23b8f205f1fd08f3bbbc72f43402fb50a6ad1d6296ac061de8b86043c6ff8e3
BLAKE2b-256 checksum
How to use checksums
c0773ef06ba9308a02e05d462cab4c8c68705ba8f909260e874e98a1d561557e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.13.3

Release files / slumber_python-5.3.0-pp311-pypy311_pp73-manylinux_2_28_armv7l.whl

Download URL slumber_python-5.3.0-pp311-pypy311_pp73-manylinux_2_28_armv7l.whl
Size 5.9 MB
Tags Linux glibc 2.28+ ARMv7l PyPy 3.11 PyPy 3.11 7.3
SHA-256 checksum
How to use checksums
23206914d8d380deaef5a36d16061c55a27a8dd60cb7943cf3aae1035d5d1f3c
BLAKE2b-256 checksum
How to use checksums
040092e20e94f65313198c3df94c6359b35cf2ed39cd0752755e29c2fb52c363
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.13.3

Release files / slumber_python-5.3.0-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl

Download URL slumber_python-5.3.0-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl
Size 6.5 MB
Tags Linux glibc 2.28+ ARM64 PyPy 3.11 PyPy 3.11 7.3
SHA-256 checksum
How to use checksums
b1765cc0a0a16b39ab1750790fe1cb58441d81c7136f2fb3d54039f97392b4d1
BLAKE2b-256 checksum
How to use checksums
af4f2b5167a29a96e8a6a7f74a3b07d23fbb29490f62457dc5b32369dc043bee
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.13.3

Release files / slumber_python-5.3.0-cp314-cp314t-musllinux_1_2_x86_64.whl

Download URL slumber_python-5.3.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Size 7.1 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
97b2f914d5be7c21173e639796e69c0fa9c4520e519112f77380566605351276
BLAKE2b-256 checksum
How to use checksums
a16d3d3a6e442fd3416dd37fa7b50424ecf4b184888e4c115aab5340cbac29e2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.13.3

Release files / slumber_python-5.3.0-cp314-cp314t-musllinux_1_2_i686.whl

Download URL slumber_python-5.3.0-cp314-cp314t-musllinux_1_2_i686.whl
Size 6.8 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-32
SHA-256 checksum
How to use checksums
e9da9dc05a72fdc121b2b86d8c23313426289d774947c410bc4c1e3ffe1ad140
BLAKE2b-256 checksum
How to use checksums
eae323ccd1cea9ed560ce6649374e17fed1fafe27169a2d7593dff9fef45f1d4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.13.3

Release files / slumber_python-5.3.0-cp314-cp314t-musllinux_1_2_armv7l.whl

Download URL slumber_python-5.3.0-cp314-cp314t-musllinux_1_2_armv7l.whl
Size 6.3 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ ARMv7l
SHA-256 checksum
How to use checksums
1d45b97a0f8c9751dd3f77361cf03800cd0b62e5941172d48a335c26b7501371
BLAKE2b-256 checksum
How to use checksums
104bbeaf7f6e9af0946dde7dd2b8554ea1a79c9605470461afeef2b3b2032147
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.13.3

Release files / slumber_python-5.3.0-cp314-cp314t-musllinux_1_2_aarch64.whl

Download URL slumber_python-5.3.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Size 6.9 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
d8418d4f21b3ecf238aa0abde9f19c88d61750eb1865ac8895a6a74f4b23bbd6
BLAKE2b-256 checksum
How to use checksums
669fcf9f0d5901a04c51214a5f95bd67bbc87c5c0f8d2ddca76e094cf941359e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.13.3

Release files / slumber_python-5.3.0-cp314-cp314t-manylinux_2_28_s390x.whl

Download URL slumber_python-5.3.0-cp314-cp314t-manylinux_2_28_s390x.whl
Size 6.3 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.28+ IBM System/390x
SHA-256 checksum
How to use checksums
887a0fc23b8ce19555d3334378258e278dbf27cc1b09626ad1403d119cf0aa1e
BLAKE2b-256 checksum
How to use checksums
bafc2534737dc985e0eb7d763b80081e8937ef4a4f9508df33017d2651bde29d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.13.3

Release files / slumber_python-5.3.0-cp314-cp314t-manylinux_2_28_ppc64le.whl

Download URL slumber_python-5.3.0-cp314-cp314t-manylinux_2_28_ppc64le.whl
Size 7.1 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.28+ PowerPC 64-le
SHA-256 checksum
How to use checksums
5ffe83b13c631b1735d0c8f251efe0214aba3391c5e686fb105b7e441179314c
BLAKE2b-256 checksum
How to use checksums
9c89383ce1d9e9ce7e406c1f59d87acffa741569684453fea74652d5139a681d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.13.3

Release files / slumber_python-5.3.0-cp314-cp314t-manylinux_2_28_armv7l.whl

Download URL slumber_python-5.3.0-cp314-cp314t-manylinux_2_28_armv7l.whl
Size 5.9 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.28+ ARMv7l
SHA-256 checksum
How to use checksums
9ffa01ca1c30a009b4bf17a99cb6a2a2bd2ebb5ddd0611e44a10d78ffa2e9660
BLAKE2b-256 checksum
How to use checksums
2c39833fa425979143a022bb919233fb75609b438e65afca71be2f64c0039450
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.13.3

Release files / slumber_python-5.3.0-cp314-cp314t-manylinux_2_28_aarch64.whl

Download URL slumber_python-5.3.0-cp314-cp314t-manylinux_2_28_aarch64.whl
Size 6.5 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
0946b64effee1a57b25e9bb0ce8c5823accb769de16068ce48187dae244bc9ed
BLAKE2b-256 checksum
How to use checksums
94b3797cbbed3632ca26a5b4a1cd32f8f2d0578c4df547b659a01014369a3984
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.13.3

Release files / slumber_python-5.3.0-cp314-cp314-win_amd64.whl

Download URL slumber_python-5.3.0-cp314-cp314-win_amd64.whl
Size 5.6 MB
Tags CPython 3.14 Windows x86-64
SHA-256 checksum
How to use checksums
7d9f183a4d2578a0e0e4d3355021ca28148c013c3374502cf2d6a16b358d3554
BLAKE2b-256 checksum
How to use checksums
a0a05e7378e3e73805977b787e13d23c019a864df4816c534af040b4dac28a84
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.13.3

Release files / slumber_python-5.3.0-cp314-cp314-musllinux_1_2_x86_64.whl

Download URL slumber_python-5.3.0-cp314-cp314-musllinux_1_2_x86_64.whl
Size 7.1 MB
Tags CPython 3.14 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
b166c08b150c70c800025989787bb529c3553249dfe56989e02ae3661afc2e60
BLAKE2b-256 checksum
How to use checksums
4495e61b8821a10472e96934fbf3e217483ef6c7c751385ec8c8db2b8dd0f4bb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.13.3

Release files / slumber_python-5.3.0-cp314-cp314-musllinux_1_2_i686.whl

Download URL slumber_python-5.3.0-cp314-cp314-musllinux_1_2_i686.whl
Size 6.8 MB
Tags CPython 3.14 Linux musl 1.2+ x86-32
SHA-256 checksum
How to use checksums
5878aaeb09b9d4c013119f3c60c1e7a83b08081d159a5a8bb41c43963d1b0bfd
BLAKE2b-256 checksum
How to use checksums
31567306099aa4aaf2740dbcc643083457e8f713dec7fd1ee36db5d20d90472d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.13.3

Release files / slumber_python-5.3.0-cp314-cp314-musllinux_1_2_armv7l.whl

Download URL slumber_python-5.3.0-cp314-cp314-musllinux_1_2_armv7l.whl
Size 6.3 MB
Tags CPython 3.14 Linux musl 1.2+ ARMv7l
SHA-256 checksum
How to use checksums
08a891f02bd1bc15252fa278fdc0cb5ead5b423fbea7bebd61b706384424e46f
BLAKE2b-256 checksum
How to use checksums
e7ecd48d1db9e95fcc1eb012474d90cbd41671045cc14e30c3d8f2eda48bc200
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.13.3

Release files / slumber_python-5.3.0-cp314-cp314-musllinux_1_2_aarch64.whl

Download URL slumber_python-5.3.0-cp314-cp314-musllinux_1_2_aarch64.whl
Size 6.9 MB
Tags CPython 3.14 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
3c1746fbee996359b4d43c20fae0a6d9bca63e9ac7be13b654fc7bee2362ec23
BLAKE2b-256 checksum
How to use checksums
abd568146f01b3c0f873af7633705b9dc85f360d93647bbeb6d479f04ddf84a9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.13.3

Release files / slumber_python-5.3.0-cp314-cp314-manylinux_2_28_x86_64.whl

Download URL slumber_python-5.3.0-cp314-cp314-manylinux_2_28_x86_64.whl
Size 6.8 MB
Tags CPython 3.14 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
5dea762449fe96d7cebaef3e013472fd4d005dea10f7e46c29ca80a0539d8cce
BLAKE2b-256 checksum
How to use checksums
c098b7326bbc4283b6744026eebd3e021fff66f1c64f57f8f5e99d39cdf9ecc3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.13.3

Release files / slumber_python-5.3.0-cp314-cp314-manylinux_2_28_s390x.whl

Download URL slumber_python-5.3.0-cp314-cp314-manylinux_2_28_s390x.whl
Size 6.3 MB
Tags CPython 3.14 Linux glibc 2.28+ IBM System/390x
SHA-256 checksum
How to use checksums
a0708b7e60667e50d166f0098b32fea0858261f2cf5174460bc9212780aced6e
BLAKE2b-256 checksum
How to use checksums
c9add31796cdce005b83c7e92dafa1a85bb4391b140e5312d08dbf85ebd74e8b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.13.3

Release files / slumber_python-5.3.0-cp314-cp314-manylinux_2_28_ppc64le.whl

Download URL slumber_python-5.3.0-cp314-cp314-manylinux_2_28_ppc64le.whl
Size 7.1 MB
Tags CPython 3.14 Linux glibc 2.28+ PowerPC 64-le
SHA-256 checksum
How to use checksums
6d1b61a82c7557ef2fe85926cb16b9528ed0138a43292decb16fb68f285c709c
BLAKE2b-256 checksum
How to use checksums
d63a15440c3e8f4b0d19919e7014063cbfc27a6213fe1b8e735186e3ff4083b7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.13.3

Release files / slumber_python-5.3.0-cp314-cp314-manylinux_2_28_i686.whl

Download URL slumber_python-5.3.0-cp314-cp314-manylinux_2_28_i686.whl
Size 6.9 MB
Tags CPython 3.14 Linux glibc 2.28+ x86-32
SHA-256 checksum
How to use checksums
6a5333f0f5a40cd54d15522892523a91c27a30591218c17785b8252cbab22eb7
BLAKE2b-256 checksum
How to use checksums
406d8180295d69f6635c20c85444ee73f12e924b0f18363c5f6d1bd39243c8e4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.13.3

Release files / slumber_python-5.3.0-cp314-cp314-manylinux_2_28_armv7l.whl

Download URL slumber_python-5.3.0-cp314-cp314-manylinux_2_28_armv7l.whl
Size 5.9 MB
Tags CPython 3.14 Linux glibc 2.28+ ARMv7l
SHA-256 checksum
How to use checksums
8351b2c773fecc96ea54ac1a2fa929511136dc7fbf171540e17535408185ab2d
BLAKE2b-256 checksum
How to use checksums
7cbce7346dd09628a82f200534af14b170afe3720538fb4fefb425a680fe9b85
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.13.3

Release files / slumber_python-5.3.0-cp314-cp314-manylinux_2_28_aarch64.whl

Download URL slumber_python-5.3.0-cp314-cp314-manylinux_2_28_aarch64.whl
Size 6.5 MB
Tags CPython 3.14 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
122c5d910f5f9e6e9f776ff81f657126d60d9a412f3dcce38af635cfb467e931
BLAKE2b-256 checksum
How to use checksums
5066f917f269e181d1de205efe28197762d5e01ddf3f58a3b24f82ec9c8daa50
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.13.3

Release files / slumber_python-5.3.0-cp314-cp314-macosx_11_0_arm64.whl

Download URL slumber_python-5.3.0-cp314-cp314-macosx_11_0_arm64.whl
Size 6.2 MB
Tags CPython 3.14 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
deeaaaeed3f050d4b76b0098b866d4d90784029d20e23f5ccea0012ff1897e6f
BLAKE2b-256 checksum
How to use checksums
1f82c06d9691c2007f0101de339be06951b6e27bd3f0c1583c469446e2ab7c9c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.13.3

Release files / slumber_python-5.3.0-cp314-cp314-macosx_10_12_x86_64.whl

Download URL slumber_python-5.3.0-cp314-cp314-macosx_10_12_x86_64.whl
Size 6.4 MB
Tags CPython 3.14 macOS 10.12+ x86-64
SHA-256 checksum
How to use checksums
61796aa8a55873bc9b3f9dc30cace022e808117cfafd25710d6eea799d085e28
BLAKE2b-256 checksum
How to use checksums
0430c937c48c1cde2bd2ed39c9edd5954cb99599270ef2cfe06282a973fa0450
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.13.3

Release files / slumber_python-5.3.0-cp313-cp313t-musllinux_1_2_x86_64.whl

Download URL slumber_python-5.3.0-cp313-cp313t-musllinux_1_2_x86_64.whl
Size 7.1 MB
Tags CPython 3.13 CPython 3.13 free-threading Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
29b926ca0b8f741b413eacb3c31d711b2234767c23f7c2a905287d953c678797
BLAKE2b-256 checksum
How to use checksums
4ca4628a1e0008747c66c061b0c5089645efd2a292c4ca5152b8d6b9e5f133b9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.13.3

Release files / slumber_python-5.3.0-cp313-cp313t-musllinux_1_2_i686.whl

Download URL slumber_python-5.3.0-cp313-cp313t-musllinux_1_2_i686.whl
Size 6.8 MB
Tags CPython 3.13 CPython 3.13 free-threading Linux musl 1.2+ x86-32
SHA-256 checksum
How to use checksums
492840eff33ec5666e9033a6e5a2e95e5f9fe646228a469394a91ef0673bab41
BLAKE2b-256 checksum
How to use checksums
72f1b670d328bcda115c2d31b166e17043d62199a709066dbd2dcbc071bdc167
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.13.3

Release files / slumber_python-5.3.0-cp313-cp313t-musllinux_1_2_armv7l.whl

Download URL slumber_python-5.3.0-cp313-cp313t-musllinux_1_2_armv7l.whl
Size 6.3 MB
Tags CPython 3.13 CPython 3.13 free-threading Linux musl 1.2+ ARMv7l
SHA-256 checksum
How to use checksums
509439d31f9ba5133fc75b55ca3c1826c65bc53780f206178a09b065727b4647
BLAKE2b-256 checksum
How to use checksums
de0d5795eff93fc3f78e0340dac046f2d55613ca8144133a40a6c0f33b43d950
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.13.3

Release files / slumber_python-5.3.0-cp313-cp313t-musllinux_1_2_aarch64.whl

Download URL slumber_python-5.3.0-cp313-cp313t-musllinux_1_2_aarch64.whl
Size 6.9 MB
Tags CPython 3.13 CPython 3.13 free-threading Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
e8e25988162fade477ce461091705b661aef43684800d510aa1a9c3ad3164f3f
BLAKE2b-256 checksum
How to use checksums
a2f792f2fec2ce3477dad17fec7140442c6af572a6c321f12c625cf667adf0fb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.13.3

Release files / slumber_python-5.3.0-cp313-cp313t-manylinux_2_28_s390x.whl

Download URL slumber_python-5.3.0-cp313-cp313t-manylinux_2_28_s390x.whl
Size 6.3 MB
Tags CPython 3.13 CPython 3.13 free-threading Linux glibc 2.28+ IBM System/390x
SHA-256 checksum
How to use checksums
d01f3bd8e3bb19d6d4809bbba646d1808e0a1ce7eed3637f507f6ed4159b13f4
BLAKE2b-256 checksum
How to use checksums
9672861fcef0780f8edf20118191f8a74653cd393e4439202a8109c0d1883fe9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.13.3

Release files / slumber_python-5.3.0-cp313-cp313t-manylinux_2_28_ppc64le.whl

Download URL slumber_python-5.3.0-cp313-cp313t-manylinux_2_28_ppc64le.whl
Size 7.1 MB
Tags CPython 3.13 CPython 3.13 free-threading Linux glibc 2.28+ PowerPC 64-le
SHA-256 checksum
How to use checksums
ba265a208b5afdd67fffb8f5f8dea2d16c74e1b25cb3f3dbbc5660d3ea341f84
BLAKE2b-256 checksum
How to use checksums
fda30b81a92e05d874a540c5a28542d390dbf47ba46ed74a91304bbf093be5c7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.13.3

Release files / slumber_python-5.3.0-cp313-cp313t-manylinux_2_28_armv7l.whl

Download URL slumber_python-5.3.0-cp313-cp313t-manylinux_2_28_armv7l.whl
Size 5.9 MB
Tags CPython 3.13 CPython 3.13 free-threading Linux glibc 2.28+ ARMv7l
SHA-256 checksum
How to use checksums
8a1fd00c748be83c84675895fee7ff8de9166e58f6709547cefcfdee6ca7c8c3
BLAKE2b-256 checksum
How to use checksums
c1e403cc3300abd13cb823bf970cef02f4daf82fb04157e9a884033344a3ec47
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.13.3

Release files / slumber_python-5.3.0-cp313-cp313t-manylinux_2_28_aarch64.whl

Download URL slumber_python-5.3.0-cp313-cp313t-manylinux_2_28_aarch64.whl
Size 6.5 MB
Tags CPython 3.13 CPython 3.13 free-threading Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
d65f3f5af65d7d2087b621e02ffbae1af30648be4cad795f3da13b562a2f120b
BLAKE2b-256 checksum
How to use checksums
6aa501616f1fd94ecf29d121eb76e7bee10b7cd354861460212bda85e4b27162
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.13.3

Release files / slumber_python-5.3.0-cp313-cp313-win_amd64.whl

Download URL slumber_python-5.3.0-cp313-cp313-win_amd64.whl
Size 5.6 MB
Tags CPython 3.13 Windows x86-64
SHA-256 checksum
How to use checksums
b310284aa9182bc9516e4f80689003fbd25d31e133c065ea7d8c6712c2435d9b
BLAKE2b-256 checksum
How to use checksums
153704b85aa0bc13097ba983f372082a3357046bc3bf10b3b3ed89d4b38ae98c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.13.3

Release files / slumber_python-5.3.0-cp313-cp313-musllinux_1_2_x86_64.whl

Download URL slumber_python-5.3.0-cp313-cp313-musllinux_1_2_x86_64.whl
Size 7.1 MB
Tags CPython 3.13 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
dbaae6a3eb0fa879ea4d8b6b18f771ec9b94764a337197b36ea09f94185eee70
BLAKE2b-256 checksum
How to use checksums
642cdceb77f2e2c95520098cb47582421c098e0aa23516c10e29e8973e3a55db
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.13.3

Release files / slumber_python-5.3.0-cp313-cp313-musllinux_1_2_i686.whl

Download URL slumber_python-5.3.0-cp313-cp313-musllinux_1_2_i686.whl
Size 6.8 MB
Tags CPython 3.13 Linux musl 1.2+ x86-32
SHA-256 checksum
How to use checksums
a0498b5ac57b27142a9da88f8d82521a87c9befdc41f5230b9096d5c5c7176b1
BLAKE2b-256 checksum
How to use checksums
b236a377bbec33648f4da444f6dff2d5bd66b3f73538cdc8a80e593e95270291
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.13.3

Release files / slumber_python-5.3.0-cp313-cp313-musllinux_1_2_armv7l.whl

Download URL slumber_python-5.3.0-cp313-cp313-musllinux_1_2_armv7l.whl
Size 6.3 MB
Tags CPython 3.13 Linux musl 1.2+ ARMv7l
SHA-256 checksum
How to use checksums
cb49898d14165330732d60607ce8b99189e7cd38cb44cf58e23a38dec11be2f7
BLAKE2b-256 checksum
How to use checksums
f14bbc9ece3e825d873f140ac9c75e1122db13bddb5a9edfcd2b3c881b3a5797
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.13.3

Release files / slumber_python-5.3.0-cp313-cp313-musllinux_1_2_aarch64.whl

Download URL slumber_python-5.3.0-cp313-cp313-musllinux_1_2_aarch64.whl
Size 6.9 MB
Tags CPython 3.13 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
2f9af5cb61afc1a5a0967d08eb11aa33ea2b7a2b4e034bcb23ae5d43b6d8e7d5
BLAKE2b-256 checksum
How to use checksums
91028e5a2b2798d2879b6210d70055b9b325508e62a9c2d1986001d5d16e54df
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.13.3

Release files / slumber_python-5.3.0-cp313-cp313-manylinux_2_28_x86_64.whl

Download URL slumber_python-5.3.0-cp313-cp313-manylinux_2_28_x86_64.whl
Size 6.8 MB
Tags CPython 3.13 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
b201e71944860a51b9a6f2faa11440ad17c17b3350277745c958f2b738a4ba51
BLAKE2b-256 checksum
How to use checksums
4458b7d7484f2dfc463021223ed1191930b78519e25d97343f43657b58a71e42
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.13.3

Release files / slumber_python-5.3.0-cp313-cp313-manylinux_2_28_s390x.whl

Download URL slumber_python-5.3.0-cp313-cp313-manylinux_2_28_s390x.whl
Size 6.3 MB
Tags CPython 3.13 Linux glibc 2.28+ IBM System/390x
SHA-256 checksum
How to use checksums
cec95e0139bbbca511b641951b02f0d30c9245e5f319e59e134111b57cb1a575
BLAKE2b-256 checksum
How to use checksums
e981a2d2500cfd8b34b800a0cc339338ad0a45d22b090f27901caf522117af7b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.13.3

Release files / slumber_python-5.3.0-cp313-cp313-manylinux_2_28_ppc64le.whl

Download URL slumber_python-5.3.0-cp313-cp313-manylinux_2_28_ppc64le.whl
Size 7.1 MB
Tags CPython 3.13 Linux glibc 2.28+ PowerPC 64-le
SHA-256 checksum
How to use checksums
6819c4fb1e3a0efb5af8220db46259162abe008263e87df0074f334d11bccdd5
BLAKE2b-256 checksum
How to use checksums
08e41611b1bd00c7757704e11478b6856a9a56becab014e349435b3cec364e0d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.13.3

Release files / slumber_python-5.3.0-cp313-cp313-manylinux_2_28_i686.whl

Download URL slumber_python-5.3.0-cp313-cp313-manylinux_2_28_i686.whl
Size 6.9 MB
Tags CPython 3.13 Linux glibc 2.28+ x86-32
SHA-256 checksum
How to use checksums
b242c309fdb5f74579b84c4ab8e2f5ae8e64ad38fe8710f5ae2557753b1a5b11
BLAKE2b-256 checksum
How to use checksums
b6651c365fb02653d6d67bcdd027593f266b23a973d03954c9ebf5449af74ec4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.13.3

Release files / slumber_python-5.3.0-cp313-cp313-manylinux_2_28_armv7l.whl

Download URL slumber_python-5.3.0-cp313-cp313-manylinux_2_28_armv7l.whl
Size 5.9 MB
Tags CPython 3.13 Linux glibc 2.28+ ARMv7l
SHA-256 checksum
How to use checksums
d9f78e9ea6949f27cf2ea56c1e0ac1472462af7abc2fa60b4e4404f074794a92
BLAKE2b-256 checksum
How to use checksums
a2e70a89a52908f04b4a2441ae59de4146bd7bebc3d2262b04edec54ee735b01
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.13.3

Release files / slumber_python-5.3.0-cp313-cp313-manylinux_2_28_aarch64.whl

Download URL slumber_python-5.3.0-cp313-cp313-manylinux_2_28_aarch64.whl
Size 6.5 MB
Tags CPython 3.13 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
aa5e6a7d00c5ab78cfb9c7db1038b013bc6a7731525225230ca32d72ad26a0d4
BLAKE2b-256 checksum
How to use checksums
b5d0d4e5a1171979967fbb069d4c085b99ed5c354a8e29ba7241c20865e4df87
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.13.3

Release files / slumber_python-5.3.0-cp313-cp313-macosx_11_0_arm64.whl

Download URL slumber_python-5.3.0-cp313-cp313-macosx_11_0_arm64.whl
Size 6.2 MB
Tags CPython 3.13 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
13ff7c3b8f6bfe16db8d3db03f8e969e7dcbdaf0bc78528ac8e9d335e6b7ace9
BLAKE2b-256 checksum
How to use checksums
711364584d82a801ea923779d305e7c960a86abee05bd6ecb5e62d4a92b71816
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.13.3

Release files / slumber_python-5.3.0-cp313-cp313-macosx_10_12_x86_64.whl

Download URL slumber_python-5.3.0-cp313-cp313-macosx_10_12_x86_64.whl
Size 6.4 MB
Tags CPython 3.13 macOS 10.12+ x86-64
SHA-256 checksum
How to use checksums
cec14bc207bd15bd149fdeca0d2b581cf6762e9274d39928b43a9af34e934432
BLAKE2b-256 checksum
How to use checksums
a3c478c1975dc0b61d7ba63d2fc380fe37d65abd062939a4a6c6f6c2ae5abbd8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.13.3

Release files / slumber_python-5.3.0-cp312-cp312-win_amd64.whl

Download URL slumber_python-5.3.0-cp312-cp312-win_amd64.whl
Size 5.6 MB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
9ce5325b95b6dca92b3fda92b3a0568f9d91bf14d6d58f630a2a812b0016dc37
BLAKE2b-256 checksum
How to use checksums
53f5704da3d5e253098a566de4f102c1eaa2e6627e39d48e5042ad2f3e6f6875
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.13.3

Release files / slumber_python-5.3.0-cp312-cp312-musllinux_1_2_x86_64.whl

Download URL slumber_python-5.3.0-cp312-cp312-musllinux_1_2_x86_64.whl
Size 7.1 MB
Tags CPython 3.12 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
ffd87e8ebb1c8b6dae91e3bacb4f65dd8f1804ee758fa41353bbe8e140f77476
BLAKE2b-256 checksum
How to use checksums
3c7ad115af86a91cf6ed7d4a629d85d4cb17f371406a1af0ab20ffddf0a9ebd2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.13.3

Release files / slumber_python-5.3.0-cp312-cp312-musllinux_1_2_i686.whl

Download URL slumber_python-5.3.0-cp312-cp312-musllinux_1_2_i686.whl
Size 6.8 MB
Tags CPython 3.12 Linux musl 1.2+ x86-32
SHA-256 checksum
How to use checksums
8911b7ee79cb55daee4c3dbbe8f1cf0c751aa8b3f8e5ac063cd974775c8987f5
BLAKE2b-256 checksum
How to use checksums
8d1aaeda58aea25651926e374bc420508dd5a457770471c0cddbe1ac70f2d174
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.13.3

Release files / slumber_python-5.3.0-cp312-cp312-musllinux_1_2_armv7l.whl

Download URL slumber_python-5.3.0-cp312-cp312-musllinux_1_2_armv7l.whl
Size 6.3 MB
Tags CPython 3.12 Linux musl 1.2+ ARMv7l
SHA-256 checksum
How to use checksums
2b9a0a36510cbbe9efe86301c5ba85de6b56f24107064607b74ccc42c9730fc5
BLAKE2b-256 checksum
How to use checksums
09b6caf7dab03a36db2cc5f1a3e11ed6f4a907daa028ac2ffc74223e11357715
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.13.3

Release files / slumber_python-5.3.0-cp312-cp312-musllinux_1_2_aarch64.whl

Download URL slumber_python-5.3.0-cp312-cp312-musllinux_1_2_aarch64.whl
Size 6.9 MB
Tags CPython 3.12 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
031a815479c64a8fb0cee824dd555e78a1995c7c39666d5beedd768ecea1e289
BLAKE2b-256 checksum
How to use checksums
c033593e534590805826b97c176e9ac245d972ba27178d9624f62074b1b4ec46
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.13.3

Release files / slumber_python-5.3.0-cp312-cp312-manylinux_2_28_x86_64.whl

Download URL slumber_python-5.3.0-cp312-cp312-manylinux_2_28_x86_64.whl
Size 6.8 MB
Tags CPython 3.12 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
0115cdbb30d38aaf44f40aefe2b6c392734c55a683746aff727ee82921625bb0
BLAKE2b-256 checksum
How to use checksums
0148710c73ec6e0f01b4a948c0ec095e1c5849a5068422962083fb5a19448851
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.13.3

Release files / slumber_python-5.3.0-cp312-cp312-manylinux_2_28_s390x.whl

Download URL slumber_python-5.3.0-cp312-cp312-manylinux_2_28_s390x.whl
Size 6.3 MB
Tags CPython 3.12 Linux glibc 2.28+ IBM System/390x
SHA-256 checksum
How to use checksums
855b9e1157b7c4b12296c3be258c722bdebcdebd5e2a6d3743490102210c32f3
BLAKE2b-256 checksum
How to use checksums
bbfc84de01942ad116a017a2f8f1a0059c22c670e6b27fc74ed2459e32b24af8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.13.3

Release files / slumber_python-5.3.0-cp312-cp312-manylinux_2_28_ppc64le.whl

Download URL slumber_python-5.3.0-cp312-cp312-manylinux_2_28_ppc64le.whl
Size 7.1 MB
Tags CPython 3.12 Linux glibc 2.28+ PowerPC 64-le
SHA-256 checksum
How to use checksums
3b934752552b20cca35b5a8c71148f6a1b8afcbb441dc7807eb4d584eb2059a1
BLAKE2b-256 checksum
How to use checksums
b804693013d8acf5dea65d978e559d73e5701e0d6832f9baba317a4e8518f155
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.13.3

Release files / slumber_python-5.3.0-cp312-cp312-manylinux_2_28_i686.whl

Download URL slumber_python-5.3.0-cp312-cp312-manylinux_2_28_i686.whl
Size 6.9 MB
Tags CPython 3.12 Linux glibc 2.28+ x86-32
SHA-256 checksum
How to use checksums
c7fd68af04d71292d52097c4116d31a42a090ca97b8a84d8a57f0add632d716d
BLAKE2b-256 checksum
How to use checksums
9826ed639bd350ebcb751d961b38efd95ecbf2536ff959f82e61e2fb6e34f934
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.13.3

Release files / slumber_python-5.3.0-cp312-cp312-manylinux_2_28_armv7l.whl

Download URL slumber_python-5.3.0-cp312-cp312-manylinux_2_28_armv7l.whl
Size 5.9 MB
Tags CPython 3.12 Linux glibc 2.28+ ARMv7l
SHA-256 checksum
How to use checksums
179f165478940752ba35b3e95b4ad6522ff793a658b3aea701270f19c3b718c6
BLAKE2b-256 checksum
How to use checksums
74a880406981f1b4da021484a462dd3b318600f061df12d242d5ce5ad978fc48
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.13.3

Release files / slumber_python-5.3.0-cp312-cp312-manylinux_2_28_aarch64.whl

Download URL slumber_python-5.3.0-cp312-cp312-manylinux_2_28_aarch64.whl
Size 6.5 MB
Tags CPython 3.12 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
ea5e7eab2f687e0a340d06967d4e577af34b78fd6e6d6caec73f8fb5feb90b04
BLAKE2b-256 checksum
How to use checksums
5970793fb618a0afd1d6e52671b8dafe8fa2c1fbfe503dea1917be12f810fe95
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.13.3

Release files / slumber_python-5.3.0-cp312-cp312-macosx_11_0_arm64.whl

Download URL slumber_python-5.3.0-cp312-cp312-macosx_11_0_arm64.whl
Size 6.2 MB
Tags CPython 3.12 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
e47c51fd312d8929505ea10890e8b72aaf2065ca94a1545b6321aa1047ff08e9
BLAKE2b-256 checksum
How to use checksums
a9b49a5c489bbc505903cf716a0000d4ecf4ab297d6465b89ce9c5a2e1461604
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.13.3

Release files / slumber_python-5.3.0-cp312-cp312-macosx_10_12_x86_64.whl

Download URL slumber_python-5.3.0-cp312-cp312-macosx_10_12_x86_64.whl
Size 6.4 MB
Tags CPython 3.12 macOS 10.12+ x86-64
SHA-256 checksum
How to use checksums
b2679a9493234dd9ee246454b0f0b8513c894ac375411a460e251d411c5d7c56
BLAKE2b-256 checksum
How to use checksums
cdda326f55ecf79ab65d721d7e64ae36d83ac079446a083be80f3c90ccc29a15
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.13.3

Release files / slumber_python-5.3.0-cp311-cp311-win_amd64.whl

Download URL slumber_python-5.3.0-cp311-cp311-win_amd64.whl
Size 5.6 MB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
ff0913f94d11d274207047ff1264e58277f33c5b84c49e185ac9ead0cf3c6e00
BLAKE2b-256 checksum
How to use checksums
aa435fb00f2ef4b98f57c38f291159d98da7e53c7fa5dbf047aa3256c3c96b4d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.13.3

Release files / slumber_python-5.3.0-cp311-cp311-musllinux_1_2_x86_64.whl

Download URL slumber_python-5.3.0-cp311-cp311-musllinux_1_2_x86_64.whl
Size 7.1 MB
Tags CPython 3.11 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
5b2dd9fd1ade1ed1e01ce86aa39972a8c8cc1b0b64c2b583d6a137bac94033d1
BLAKE2b-256 checksum
How to use checksums
cf943769e27c6f092706abd92b0592c5cb09ee799b58cad2e55891504f3ad634
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.13.3

Release files / slumber_python-5.3.0-cp311-cp311-musllinux_1_2_i686.whl

Download URL slumber_python-5.3.0-cp311-cp311-musllinux_1_2_i686.whl
Size 6.8 MB
Tags CPython 3.11 Linux musl 1.2+ x86-32
SHA-256 checksum
How to use checksums
c56c7c8682c23a8a0b0a7e9e0f853eaaf7fff45be7831d445b7f95fb4e675823
BLAKE2b-256 checksum
How to use checksums
0d841d9c7ac8c3e841f8dd8aae7c6654d10a6efcdeacfac4da2b98cf3908dd9f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.13.3

Release files / slumber_python-5.3.0-cp311-cp311-musllinux_1_2_armv7l.whl

Download URL slumber_python-5.3.0-cp311-cp311-musllinux_1_2_armv7l.whl
Size 6.3 MB
Tags CPython 3.11 Linux musl 1.2+ ARMv7l
SHA-256 checksum
How to use checksums
fb19549b1c096898d82a07a57f68ce24b634aaf7e4f3d6c1b150a149100bcabe
BLAKE2b-256 checksum
How to use checksums
e4a245679425ff17124f65ae506beb30cb16d3d5c6eaaa67a5ae97cc4b75ca4b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.13.3

Release files / slumber_python-5.3.0-cp311-cp311-musllinux_1_2_aarch64.whl

Download URL slumber_python-5.3.0-cp311-cp311-musllinux_1_2_aarch64.whl
Size 6.9 MB
Tags CPython 3.11 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
2119afd7fbcbf96daccbf976646bf812e613ab6d27f687c959cd1191f2591841
BLAKE2b-256 checksum
How to use checksums
6f22dbf48a6b6a11759f14ff7cd7b4bb30b888dc0b5e9746b23a6dea23c8f70d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.13.3

Release files / slumber_python-5.3.0-cp311-cp311-manylinux_2_28_x86_64.whl

Download URL slumber_python-5.3.0-cp311-cp311-manylinux_2_28_x86_64.whl
Size 6.9 MB
Tags CPython 3.11 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
6d5e82eea425cc47f71bbcb64bddd69611065d3ce897fa36815c6aa86327f63c
BLAKE2b-256 checksum
How to use checksums
ebdffc31bcd8f3f7cb4629e204edcbda7122edb366e2bc60e2af664c5c220273
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.13.3

Release files / slumber_python-5.3.0-cp311-cp311-manylinux_2_28_s390x.whl

Download URL slumber_python-5.3.0-cp311-cp311-manylinux_2_28_s390x.whl
Size 6.3 MB
Tags CPython 3.11 Linux glibc 2.28+ IBM System/390x
SHA-256 checksum
How to use checksums
3fca760d51c754355485ba1dd5b88ef1c11fd1ed1f349bf504807212b4e57c67
BLAKE2b-256 checksum
How to use checksums
d2cea764ee717e78139d60e1e0f27361f79eba41d518504128002e9e76a8f289
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.13.3

Release files / slumber_python-5.3.0-cp311-cp311-manylinux_2_28_ppc64le.whl

Download URL slumber_python-5.3.0-cp311-cp311-manylinux_2_28_ppc64le.whl
Size 7.1 MB
Tags CPython 3.11 Linux glibc 2.28+ PowerPC 64-le
SHA-256 checksum
How to use checksums
808234677f92e7f56cf75e1ebbe48d4342011459c0522ac01dbf342157a283de
BLAKE2b-256 checksum
How to use checksums
9ba111756285aac4624f6f87de1f72e2c0b5e3ed9e018866677d962ff3719602
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.13.3

Release files / slumber_python-5.3.0-cp311-cp311-manylinux_2_28_i686.whl

Download URL slumber_python-5.3.0-cp311-cp311-manylinux_2_28_i686.whl
Size 6.9 MB
Tags CPython 3.11 Linux glibc 2.28+ x86-32
SHA-256 checksum
How to use checksums
50dd8294115fc44b8e9898c7a6245c33ac178c06503484e86994ef391e488bf3
BLAKE2b-256 checksum
How to use checksums
97b07914a689dfd9f76716fc484a50417d4d09a9249690b9bdf587434128cefb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.13.3

Release files / slumber_python-5.3.0-cp311-cp311-manylinux_2_28_armv7l.whl

Download URL slumber_python-5.3.0-cp311-cp311-manylinux_2_28_armv7l.whl
Size 5.9 MB
Tags CPython 3.11 Linux glibc 2.28+ ARMv7l
SHA-256 checksum
How to use checksums
b867f7935484cae8739f401b7a5ec0e4ecf2c7c491318981a40868675de2922d
BLAKE2b-256 checksum
How to use checksums
681db0adba7ae83377e8807971dbab371452040d055b7caf5f363c0562683aed
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.13.3

Release files / slumber_python-5.3.0-cp311-cp311-manylinux_2_28_aarch64.whl

Download URL slumber_python-5.3.0-cp311-cp311-manylinux_2_28_aarch64.whl
Size 6.5 MB
Tags CPython 3.11 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
6204afc72a955530bf37687a3d230adef3ae270909bc4fc29eb49ba42ce28976
BLAKE2b-256 checksum
How to use checksums
9e6f7c1c92316310c8382e127ab1b2936170d99488f0999419ed4e8233981187
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.13.3

Release files / slumber_python-5.3.0-cp311-cp311-macosx_11_0_arm64.whl

Download URL slumber_python-5.3.0-cp311-cp311-macosx_11_0_arm64.whl
Size 6.2 MB
Tags CPython 3.11 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
3f3f5a42c0fb2fa6bfd245c6dcac4b5081b2c3e2628d3114705afe4116ddd988
BLAKE2b-256 checksum
How to use checksums
6a524bd3a5d731f9d692da04399477f45a62d710adac6431af6efb1fc51c2754
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.13.3

Release files / slumber_python-5.3.0-cp311-cp311-macosx_10_12_x86_64.whl

Download URL slumber_python-5.3.0-cp311-cp311-macosx_10_12_x86_64.whl
Size 6.4 MB
Tags CPython 3.11 macOS 10.12+ x86-64
SHA-256 checksum
How to use checksums
ed85d009c5c2239aa63a16aeb5a0b9347738d0355b695e419cdf015488b1cd9a
BLAKE2b-256 checksum
How to use checksums
9340bb341277bd35193762cd3e911f372d75aadcbc765322f0afdbade5838024
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.13.3

Release files / slumber_python-5.3.0-cp310-cp310-win_amd64.whl

Download URL slumber_python-5.3.0-cp310-cp310-win_amd64.whl
Size 5.6 MB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
f32f230880ebe759f7d8d67b07e21d083af441b6a919a4eaa94d2e34d87f60a6
BLAKE2b-256 checksum
How to use checksums
2124763d025f104c27ffe65fc72f84bb9ee5d10a94709d8b44b6999404270ac4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.13.3

Release files / slumber_python-5.3.0-cp310-cp310-win32.whl

Download URL slumber_python-5.3.0-cp310-cp310-win32.whl
Size 4.7 MB
Tags CPython 3.10 Windows x86-32
SHA-256 checksum
How to use checksums
63133741b3b98f40e5be072c77b63f6ff9d3aea734bba1c17eb2e08c74f652de
BLAKE2b-256 checksum
How to use checksums
1cee3cd716a210d14146a34ba35e3a08ad3f1d5e6f9e28d5c4dfff99c02526d1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.13.3

Release files / slumber_python-5.3.0-cp310-cp310-musllinux_1_2_x86_64.whl

Download URL slumber_python-5.3.0-cp310-cp310-musllinux_1_2_x86_64.whl
Size 7.1 MB
Tags CPython 3.10 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
b1254a9ed86e2fb485853c73e89ff0195ea052052cc843d53099db275167edb8
BLAKE2b-256 checksum
How to use checksums
3cf45921ec60de9190fea59db1f55c98ab72c048bd8eb65abc78f610bb4f600a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.13.3

Release files / slumber_python-5.3.0-cp310-cp310-musllinux_1_2_i686.whl

Download URL slumber_python-5.3.0-cp310-cp310-musllinux_1_2_i686.whl
Size 6.8 MB
Tags CPython 3.10 Linux musl 1.2+ x86-32
SHA-256 checksum
How to use checksums
8bc861d7fadcdca50e80aa08185613024942561ed60ef8456bf3343514664c51
BLAKE2b-256 checksum
How to use checksums
3b65701c78971757fbd5fc598501ba01e199fae5150fce9038df0caee2197aa7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.13.3

Release files / slumber_python-5.3.0-cp310-cp310-musllinux_1_2_armv7l.whl

Download URL slumber_python-5.3.0-cp310-cp310-musllinux_1_2_armv7l.whl
Size 6.3 MB
Tags CPython 3.10 Linux musl 1.2+ ARMv7l
SHA-256 checksum
How to use checksums
496b0166017be4bc27b49f38bbe8fa2edcb9c6a956cf5824b249ac448e80a333
BLAKE2b-256 checksum
How to use checksums
fd2a9106b7ed210de391f312e54198e98775ec5dc71a00cbee37dd2265570473
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.13.3

Release files / slumber_python-5.3.0-cp310-cp310-musllinux_1_2_aarch64.whl

Download URL slumber_python-5.3.0-cp310-cp310-musllinux_1_2_aarch64.whl
Size 6.9 MB
Tags CPython 3.10 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
bebed1165d3af782b87096371469e267de27292cde8b2eb1d29fc332afd32073
BLAKE2b-256 checksum
How to use checksums
b81f7aca16560077a6c4355752723c9c6fc58b62a75a68c9d68d99e44f03030a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.13.3

Release files / slumber_python-5.3.0-cp310-cp310-manylinux_2_28_x86_64.whl

Download URL slumber_python-5.3.0-cp310-cp310-manylinux_2_28_x86_64.whl
Size 6.9 MB
Tags CPython 3.10 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
395281b98a62a882f042b3f784125cd3c45e18bc877d91e4f5a5a825547e8dde
BLAKE2b-256 checksum
How to use checksums
262226a43911aa7f0628ef78d806f08525fb353a6c1569029558e10f43b98dc8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.13.3

Release files / slumber_python-5.3.0-cp310-cp310-manylinux_2_28_s390x.whl

Download URL slumber_python-5.3.0-cp310-cp310-manylinux_2_28_s390x.whl
Size 6.3 MB
Tags CPython 3.10 Linux glibc 2.28+ IBM System/390x
SHA-256 checksum
How to use checksums
4182ebe5960ffc64a50e9d4994738e1d9436bc15bc3a0133755b83e11864a358
BLAKE2b-256 checksum
How to use checksums
285d66545a141ed2e7466a844de5670e4cc0ca2e36416d763694548c88a8d052
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.13.3

Release files / slumber_python-5.3.0-cp310-cp310-manylinux_2_28_ppc64le.whl

Download URL slumber_python-5.3.0-cp310-cp310-manylinux_2_28_ppc64le.whl
Size 7.1 MB
Tags CPython 3.10 Linux glibc 2.28+ PowerPC 64-le
SHA-256 checksum
How to use checksums
9d2fa526af0c6ebb92de21f57da557977f7de2a1ad57ff74d4dae609d8d1dd4a
BLAKE2b-256 checksum
How to use checksums
2c66d7890248083ee4c58e02aa167c0764d88501545be34f68c3c69e1266aacf
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.13.3

Release files / slumber_python-5.3.0-cp310-cp310-manylinux_2_28_i686.whl

Download URL slumber_python-5.3.0-cp310-cp310-manylinux_2_28_i686.whl
Size 6.9 MB
Tags CPython 3.10 Linux glibc 2.28+ x86-32
SHA-256 checksum
How to use checksums
e18ad85a35e76c96d3e22e90abecd7385420a6019583d6c14ef3c9ecd894e52e
BLAKE2b-256 checksum
How to use checksums
0c272b85d97b001adbff76b47d84c9de05f70a02c1feabf46ceb4a4653ba5c39
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.13.3

Release files / slumber_python-5.3.0-cp310-cp310-manylinux_2_28_armv7l.whl

Download URL slumber_python-5.3.0-cp310-cp310-manylinux_2_28_armv7l.whl
Size 5.9 MB
Tags CPython 3.10 Linux glibc 2.28+ ARMv7l
SHA-256 checksum
How to use checksums
c51d53d3b1140cf36c4ad7307a9ecbb1f88ebd8cf83bea56419b416c35359aeb
BLAKE2b-256 checksum
How to use checksums
7bddcf991598f60db68199333ed4274a72d100eef975e70027361434854f16ea
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.13.3

Release files / slumber_python-5.3.0-cp310-cp310-manylinux_2_28_aarch64.whl

Download URL slumber_python-5.3.0-cp310-cp310-manylinux_2_28_aarch64.whl
Size 6.5 MB
Tags CPython 3.10 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
b9bde4178428341e3ff92ee541d08b745bb0b78c2f7cc4c88f09c0e8c420c37a
BLAKE2b-256 checksum
How to use checksums
3a8a94ba8a4a392da2f4d50ded5b405529175404ad656caa2893c1ca8a8e90b2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.13.3

Release files / slumber_python-5.3.0-cp310-cp310-macosx_11_0_arm64.whl

Download URL slumber_python-5.3.0-cp310-cp310-macosx_11_0_arm64.whl
Size 6.2 MB
Tags CPython 3.10 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
9239c4bc095526952a065c6eacb04e85760d7697e2d6a6c37cd105550755122b
BLAKE2b-256 checksum
How to use checksums
e9f970c20995d3b78ab0cdabd023b1256fac74e6ac2c8966ed39b9e0a8a14845
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.13.3

Release files / slumber_python-5.3.0-cp310-cp310-macosx_10_12_x86_64.whl

Download URL slumber_python-5.3.0-cp310-cp310-macosx_10_12_x86_64.whl
Size 6.4 MB
Tags CPython 3.10 macOS 10.12+ x86-64
SHA-256 checksum
How to use checksums
1e0b84342ad3b01241824290947213b5a9a143feb7fd82985f5395f525935c4d
BLAKE2b-256 checksum
How to use checksums
aca0b8b22ad6a4d40a6976465fc51b2b002624ddd22264aa04df34fa4852832c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.13.3

Release history Release notifications | RSS feed

This release

5.3.0 This release

93 release files

5.2.5

93 release files

5.2.4

93 release files

5.2.3

93 release files

5.2.0

93 release files

5.1.1

93 release files

5.1.0

93 release files

5.0.0

93 release files

4.2.0

82 release files

0.0.3

2 release files

0.0.2

2 release files

0.0.1

2 release 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