Skip to main content

Fast UUID v7 generator written in Rust

Project description

uuid7-rs

Fast UUID v7 generator written in Rust🦅

PyPI Version Monthly Downloads Python Version

CI Last Commit License

Features

Installation

Python Using pip:

pip install uuid7-rs

uv Using uv:

uv pip install uuid7-rs

Poetry Using poetry:

poetry add uuid7-rs

Example

import uuid7_rs

print(uuid7_rs.uuid7())         # 019ea835-f42a-7dd5-8fc3-9f91aab5a95e 
# or
print(uuid7_rs.compat.uuid7())  # 019ea835-f42b-7dbd-a198-1b6d65ef5eb4

Compatibility with Python uuid.UUID

In some cases, for example if you are using Django, you might need uuid.UUID instances to be returned from the standard-library uuid, not a custom UUID class.

In that case you can use the uuid7-rs.compat which comes with a performance penalty in comparison with the uuid7-rs default behaviour, but is still faster than the standard-library.

import uuid7_rs.compat as uuid

# make a random UUID
print(repr(uuid.uuid7()))
# UUID('019d1ab3-f95a-79df-b868-56fe41c33af3')

Project details


Download files

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

Source Distribution

uuid7_rs-0.0.10.tar.gz (38.3 kB view details)

Uploaded Source

Built Distributions

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

uuid7_rs-0.0.10-pp311-pypy311_pp73-win_amd64.whl (290.7 kB view details)

Uploaded PyPyWindows x86-64

uuid7_rs-0.0.10-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (601.9 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

uuid7_rs-0.0.10-pp311-pypy311_pp73-musllinux_1_2_riscv64.whl (553.8 kB view details)

Uploaded PyPymusllinux: musl 1.2+ riscv64

uuid7_rs-0.0.10-pp311-pypy311_pp73-musllinux_1_2_ppc64le.whl (561.4 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ppc64le

uuid7_rs-0.0.10-pp311-pypy311_pp73-musllinux_1_2_i686.whl (635.1 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

uuid7_rs-0.0.10-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl (657.0 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

uuid7_rs-0.0.10-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl (562.1 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

uuid7_rs-0.0.10-pp311-pypy311_pp73-manylinux_2_31_riscv64.whl (378.2 kB view details)

Uploaded PyPymanylinux: glibc 2.31+ riscv64

uuid7_rs-0.0.10-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (389.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

uuid7_rs-0.0.10-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (358.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

uuid7_rs-0.0.10-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (350.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

uuid7_rs-0.0.10-pp311-pypy311_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl (350.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64

uuid7_rs-0.0.10-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (331.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

uuid7_rs-0.0.10-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (384.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

uuid7_rs-0.0.10-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl (410.5 kB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

uuid7_rs-0.0.10-pp311-pypy311_pp73-macosx_11_0_arm64.whl (365.4 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

uuid7_rs-0.0.10-pp311-pypy311_pp73-macosx_10_12_x86_64.whl (375.2 kB view details)

Uploaded PyPymacOS 10.12+ x86-64

uuid7_rs-0.0.10-pp311-pypy311_pp73-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl (729.8 kB view details)

Uploaded PyPymacOS 10.12+ universal2 (ARM64, x86-64)macOS 10.12+ x86-64macOS 11.0+ ARM64

uuid7_rs-0.0.10-cp315-cp315-win_arm64.whl (284.3 kB view details)

Uploaded CPython 3.15Windows ARM64

uuid7_rs-0.0.10-cp315-cp315-win_amd64.whl (289.5 kB view details)

Uploaded CPython 3.15Windows x86-64

uuid7_rs-0.0.10-cp315-cp315-win32.whl (274.0 kB view details)

Uploaded CPython 3.15Windows x86

uuid7_rs-0.0.10-cp315-cp315-musllinux_1_2_x86_64.whl (601.6 kB view details)

Uploaded CPython 3.15musllinux: musl 1.2+ x86-64

uuid7_rs-0.0.10-cp315-cp315-musllinux_1_2_riscv64.whl (553.6 kB view details)

Uploaded CPython 3.15musllinux: musl 1.2+ riscv64

uuid7_rs-0.0.10-cp315-cp315-musllinux_1_2_ppc64le.whl (560.7 kB view details)

Uploaded CPython 3.15musllinux: musl 1.2+ ppc64le

uuid7_rs-0.0.10-cp315-cp315-musllinux_1_2_i686.whl (634.2 kB view details)

Uploaded CPython 3.15musllinux: musl 1.2+ i686

uuid7_rs-0.0.10-cp315-cp315-musllinux_1_2_armv7l.whl (655.8 kB view details)

Uploaded CPython 3.15musllinux: musl 1.2+ ARMv7l

uuid7_rs-0.0.10-cp315-cp315-musllinux_1_2_aarch64.whl (561.7 kB view details)

Uploaded CPython 3.15musllinux: musl 1.2+ ARM64

uuid7_rs-0.0.10-cp315-cp315-manylinux_2_31_riscv64.whl (377.9 kB view details)

Uploaded CPython 3.15manylinux: glibc 2.31+ riscv64

uuid7_rs-0.0.10-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (389.0 kB view details)

Uploaded CPython 3.15manylinux: glibc 2.17+ x86-64

uuid7_rs-0.0.10-cp315-cp315-manylinux_2_17_s390x.manylinux2014_s390x.whl (358.5 kB view details)

Uploaded CPython 3.15manylinux: glibc 2.17+ s390x

uuid7_rs-0.0.10-cp315-cp315-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (350.5 kB view details)

Uploaded CPython 3.15manylinux: glibc 2.17+ ppc64le

uuid7_rs-0.0.10-cp315-cp315-manylinux_2_17_ppc64.manylinux2014_ppc64.whl (350.1 kB view details)

Uploaded CPython 3.15manylinux: glibc 2.17+ ppc64

uuid7_rs-0.0.10-cp315-cp315-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (330.4 kB view details)

Uploaded CPython 3.15manylinux: glibc 2.17+ ARMv7l

uuid7_rs-0.0.10-cp315-cp315-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (383.5 kB view details)

Uploaded CPython 3.15manylinux: glibc 2.17+ ARM64

uuid7_rs-0.0.10-cp315-cp315-manylinux_2_5_i686.manylinux1_i686.whl (408.8 kB view details)

Uploaded CPython 3.15manylinux: glibc 2.5+ i686

uuid7_rs-0.0.10-cp315-cp315-macosx_11_0_arm64.whl (362.8 kB view details)

Uploaded CPython 3.15macOS 11.0+ ARM64

uuid7_rs-0.0.10-cp315-cp315-macosx_10_12_x86_64.whl (374.7 kB view details)

Uploaded CPython 3.15macOS 10.12+ x86-64

uuid7_rs-0.0.10-cp315-cp315-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl (726.6 kB view details)

Uploaded CPython 3.15macOS 10.12+ universal2 (ARM64, x86-64)macOS 10.12+ x86-64macOS 11.0+ ARM64

uuid7_rs-0.0.10-cp314-cp314-win_arm64.whl (284.2 kB view details)

Uploaded CPython 3.14Windows ARM64

uuid7_rs-0.0.10-cp314-cp314-win_amd64.whl (289.4 kB view details)

Uploaded CPython 3.14Windows x86-64

uuid7_rs-0.0.10-cp314-cp314-win32.whl (274.0 kB view details)

Uploaded CPython 3.14Windows x86

uuid7_rs-0.0.10-cp314-cp314-pyemscripten_2026_0_wasm32.whl (186.6 kB view details)

Uploaded CPython 3.14PyEmscripten 2026.0 wasm32

uuid7_rs-0.0.10-cp314-cp314-musllinux_1_2_x86_64.whl (601.5 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

uuid7_rs-0.0.10-cp314-cp314-musllinux_1_2_riscv64.whl (553.4 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ riscv64

uuid7_rs-0.0.10-cp314-cp314-musllinux_1_2_ppc64le.whl (560.5 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ppc64le

uuid7_rs-0.0.10-cp314-cp314-musllinux_1_2_i686.whl (634.1 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ i686

uuid7_rs-0.0.10-cp314-cp314-musllinux_1_2_armv7l.whl (655.7 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARMv7l

uuid7_rs-0.0.10-cp314-cp314-musllinux_1_2_aarch64.whl (561.6 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

uuid7_rs-0.0.10-cp314-cp314-manylinux_2_31_riscv64.whl (377.8 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.31+ riscv64

uuid7_rs-0.0.10-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (388.9 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

uuid7_rs-0.0.10-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl (358.4 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ s390x

uuid7_rs-0.0.10-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (350.4 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ppc64le

uuid7_rs-0.0.10-cp314-cp314-manylinux_2_17_ppc64.manylinux2014_ppc64.whl (350.0 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ppc64

uuid7_rs-0.0.10-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (330.3 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARMv7l

uuid7_rs-0.0.10-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (383.3 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

uuid7_rs-0.0.10-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl (408.7 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.5+ i686

uuid7_rs-0.0.10-cp314-cp314-macosx_11_0_arm64.whl (362.7 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

uuid7_rs-0.0.10-cp314-cp314-macosx_10_12_x86_64.whl (374.6 kB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

uuid7_rs-0.0.10-cp314-cp314-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl (726.3 kB view details)

Uploaded CPython 3.14macOS 10.12+ universal2 (ARM64, x86-64)macOS 10.12+ x86-64macOS 11.0+ ARM64

uuid7_rs-0.0.10-cp313-cp313-win_arm64.whl (286.0 kB view details)

Uploaded CPython 3.13Windows ARM64

uuid7_rs-0.0.10-cp313-cp313-win_amd64.whl (292.0 kB view details)

Uploaded CPython 3.13Windows x86-64

uuid7_rs-0.0.10-cp313-cp313-win32.whl (273.6 kB view details)

Uploaded CPython 3.13Windows x86

uuid7_rs-0.0.10-cp313-cp313-pyemscripten_2025_0_wasm32.whl (186.7 kB view details)

Uploaded CPython 3.13PyEmscripten 2025.0 wasm32

uuid7_rs-0.0.10-cp313-cp313-musllinux_1_2_x86_64.whl (602.9 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

uuid7_rs-0.0.10-cp313-cp313-musllinux_1_2_riscv64.whl (555.3 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ riscv64

uuid7_rs-0.0.10-cp313-cp313-musllinux_1_2_ppc64le.whl (561.7 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ppc64le

uuid7_rs-0.0.10-cp313-cp313-musllinux_1_2_i686.whl (633.7 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

uuid7_rs-0.0.10-cp313-cp313-musllinux_1_2_armv7l.whl (655.2 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

uuid7_rs-0.0.10-cp313-cp313-musllinux_1_2_aarch64.whl (562.5 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

uuid7_rs-0.0.10-cp313-cp313-manylinux_2_31_riscv64.whl (379.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.31+ riscv64

uuid7_rs-0.0.10-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (390.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

uuid7_rs-0.0.10-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (359.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

uuid7_rs-0.0.10-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (351.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

uuid7_rs-0.0.10-cp313-cp313-manylinux_2_17_ppc64.manylinux2014_ppc64.whl (351.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64

uuid7_rs-0.0.10-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (329.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

uuid7_rs-0.0.10-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (384.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

uuid7_rs-0.0.10-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl (408.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.5+ i686

uuid7_rs-0.0.10-cp313-cp313-macosx_11_0_arm64.whl (362.5 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

uuid7_rs-0.0.10-cp313-cp313-macosx_10_12_x86_64.whl (374.4 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

uuid7_rs-0.0.10-cp313-cp313-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl (725.9 kB view details)

Uploaded CPython 3.13macOS 10.12+ universal2 (ARM64, x86-64)macOS 10.12+ x86-64macOS 11.0+ ARM64

uuid7_rs-0.0.10-cp312-cp312-win_arm64.whl (285.9 kB view details)

Uploaded CPython 3.12Windows ARM64

uuid7_rs-0.0.10-cp312-cp312-win_amd64.whl (291.8 kB view details)

Uploaded CPython 3.12Windows x86-64

uuid7_rs-0.0.10-cp312-cp312-win32.whl (273.6 kB view details)

Uploaded CPython 3.12Windows x86

uuid7_rs-0.0.10-cp312-cp312-musllinux_1_2_x86_64.whl (602.8 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

uuid7_rs-0.0.10-cp312-cp312-musllinux_1_2_riscv64.whl (555.1 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ riscv64

uuid7_rs-0.0.10-cp312-cp312-musllinux_1_2_ppc64le.whl (561.5 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ppc64le

uuid7_rs-0.0.10-cp312-cp312-musllinux_1_2_i686.whl (633.6 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

uuid7_rs-0.0.10-cp312-cp312-musllinux_1_2_armv7l.whl (655.1 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

uuid7_rs-0.0.10-cp312-cp312-musllinux_1_2_aarch64.whl (562.4 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

uuid7_rs-0.0.10-cp312-cp312-manylinux_2_31_riscv64.whl (379.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.31+ riscv64

uuid7_rs-0.0.10-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (390.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

uuid7_rs-0.0.10-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (359.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

uuid7_rs-0.0.10-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (350.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

uuid7_rs-0.0.10-cp312-cp312-manylinux_2_17_ppc64.manylinux2014_ppc64.whl (350.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64

uuid7_rs-0.0.10-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (329.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

uuid7_rs-0.0.10-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (384.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

uuid7_rs-0.0.10-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (408.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

uuid7_rs-0.0.10-cp312-cp312-macosx_11_0_arm64.whl (362.3 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

uuid7_rs-0.0.10-cp312-cp312-macosx_10_12_x86_64.whl (374.3 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

uuid7_rs-0.0.10-cp312-cp312-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl (725.6 kB view details)

Uploaded CPython 3.12macOS 10.12+ universal2 (ARM64, x86-64)macOS 10.12+ x86-64macOS 11.0+ ARM64

uuid7_rs-0.0.10-cp311-cp311-win_arm64.whl (284.7 kB view details)

Uploaded CPython 3.11Windows ARM64

uuid7_rs-0.0.10-cp311-cp311-win_amd64.whl (289.7 kB view details)

Uploaded CPython 3.11Windows x86-64

uuid7_rs-0.0.10-cp311-cp311-win32.whl (274.3 kB view details)

Uploaded CPython 3.11Windows x86

uuid7_rs-0.0.10-cp311-cp311-musllinux_1_2_x86_64.whl (601.3 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

uuid7_rs-0.0.10-cp311-cp311-musllinux_1_2_riscv64.whl (553.1 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ riscv64

uuid7_rs-0.0.10-cp311-cp311-musllinux_1_2_ppc64le.whl (560.5 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ppc64le

uuid7_rs-0.0.10-cp311-cp311-musllinux_1_2_i686.whl (634.3 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

uuid7_rs-0.0.10-cp311-cp311-musllinux_1_2_armv7l.whl (655.7 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

uuid7_rs-0.0.10-cp311-cp311-musllinux_1_2_aarch64.whl (561.4 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

uuid7_rs-0.0.10-cp311-cp311-manylinux_2_31_riscv64.whl (377.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.31+ riscv64

uuid7_rs-0.0.10-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (388.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

uuid7_rs-0.0.10-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (357.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

uuid7_rs-0.0.10-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (350.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

uuid7_rs-0.0.10-cp311-cp311-manylinux_2_17_ppc64.manylinux2014_ppc64.whl (349.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64

uuid7_rs-0.0.10-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (330.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

uuid7_rs-0.0.10-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (383.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

uuid7_rs-0.0.10-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (409.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

uuid7_rs-0.0.10-cp311-cp311-macosx_11_0_arm64.whl (363.8 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

uuid7_rs-0.0.10-cp311-cp311-macosx_10_12_x86_64.whl (374.4 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

uuid7_rs-0.0.10-cp311-cp311-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl (727.0 kB view details)

Uploaded CPython 3.11macOS 10.12+ universal2 (ARM64, x86-64)macOS 10.12+ x86-64macOS 11.0+ ARM64

uuid7_rs-0.0.10-cp310-cp310-win_arm64.whl (285.1 kB view details)

Uploaded CPython 3.10Windows ARM64

uuid7_rs-0.0.10-cp310-cp310-win_amd64.whl (290.1 kB view details)

Uploaded CPython 3.10Windows x86-64

uuid7_rs-0.0.10-cp310-cp310-win32.whl (274.7 kB view details)

Uploaded CPython 3.10Windows x86

uuid7_rs-0.0.10-cp310-cp310-musllinux_1_2_x86_64.whl (601.5 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

uuid7_rs-0.0.10-cp310-cp310-musllinux_1_2_riscv64.whl (553.5 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ riscv64

uuid7_rs-0.0.10-cp310-cp310-musllinux_1_2_ppc64le.whl (560.9 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ppc64le

uuid7_rs-0.0.10-cp310-cp310-musllinux_1_2_i686.whl (634.5 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

uuid7_rs-0.0.10-cp310-cp310-musllinux_1_2_armv7l.whl (656.4 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

uuid7_rs-0.0.10-cp310-cp310-musllinux_1_2_aarch64.whl (561.7 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

uuid7_rs-0.0.10-cp310-cp310-manylinux_2_31_riscv64.whl (377.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.31+ riscv64

uuid7_rs-0.0.10-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (388.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

uuid7_rs-0.0.10-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (358.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

uuid7_rs-0.0.10-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (350.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

uuid7_rs-0.0.10-cp310-cp310-manylinux_2_17_ppc64.manylinux2014_ppc64.whl (350.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64

uuid7_rs-0.0.10-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (330.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

uuid7_rs-0.0.10-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (383.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

uuid7_rs-0.0.10-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (409.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

uuid7_rs-0.0.10-cp310-cp310-macosx_11_0_arm64.whl (364.2 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

uuid7_rs-0.0.10-cp310-cp310-macosx_10_12_x86_64.whl (374.6 kB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

uuid7_rs-0.0.10-cp310-cp310-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl (727.7 kB view details)

Uploaded CPython 3.10macOS 10.12+ universal2 (ARM64, x86-64)macOS 10.12+ x86-64macOS 11.0+ ARM64

File details

Details for the file uuid7_rs-0.0.10.tar.gz.

File metadata

  • Download URL: uuid7_rs-0.0.10.tar.gz
  • Upload date:
  • Size: 38.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10.tar.gz
Algorithm Hash digest
SHA256 0247e12e616cce5dcc0bbd3d106c7efadc00beacd476f7541ed202973dac9444
MD5 0acd51b81859d439be1b09f65b73cdb0
BLAKE2b-256 39735e13d249e5e98090d4ca68d3562297d5ac450b235bd33cc37f40892894ad

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10.tar.gz:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-pp311-pypy311_pp73-win_amd64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-pp311-pypy311_pp73-win_amd64.whl
  • Upload date:
  • Size: 290.7 kB
  • Tags: PyPy, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-pp311-pypy311_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 dff6fee8e0647d68b51acbacae395fb5a242d7a790a5d6dac7f022921ff976b6
MD5 7d475659e9f7f0756850a8ad4fab7a25
BLAKE2b-256 4604f8ae05637dc523ee7628c8bf869b881f33160c95566b0434e47dc4f1e267

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-pp311-pypy311_pp73-win_amd64.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 601.9 kB
  • Tags: PyPy, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f583fcb85a1073cd34a1c5e5c7dbf4bad58ec77410ffa0cf6d9ac699c46fdc73
MD5 44004155468820e07e99c5b34403a3cc
BLAKE2b-256 ae0c7dccc547da338ea7512b4e75ca39a57473579008a112c5b83c34167a2f2b

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-pp311-pypy311_pp73-musllinux_1_2_riscv64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-pp311-pypy311_pp73-musllinux_1_2_riscv64.whl
  • Upload date:
  • Size: 553.8 kB
  • Tags: PyPy, musllinux: musl 1.2+ riscv64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-pp311-pypy311_pp73-musllinux_1_2_riscv64.whl
Algorithm Hash digest
SHA256 14db356b157ab690dae0ff9e8cbeb600f82ff6eff6a522a6ed6434eb8cb97426
MD5 85921043b5728315419792b16c5a4f4c
BLAKE2b-256 5b1740997d71591ea4c1072b0e2cd80ba4d23c3bb0d44f43a2a14ab4c5e9cb12

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-pp311-pypy311_pp73-musllinux_1_2_riscv64.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-pp311-pypy311_pp73-musllinux_1_2_ppc64le.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-pp311-pypy311_pp73-musllinux_1_2_ppc64le.whl
  • Upload date:
  • Size: 561.4 kB
  • Tags: PyPy, musllinux: musl 1.2+ ppc64le
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-pp311-pypy311_pp73-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 84b9134244a82ce0e0663562d7ae49187aff8d1f0f9cc05a3949208a6ccd6653
MD5 6f9ef863dd091738b2b35933250acafc
BLAKE2b-256 afb54b07ea6bc4647dab31812d83b961c882b2df9de75ea3f9c139f8898e3a8d

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-pp311-pypy311_pp73-musllinux_1_2_ppc64le.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-pp311-pypy311_pp73-musllinux_1_2_i686.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-pp311-pypy311_pp73-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 635.1 kB
  • Tags: PyPy, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 24101082889265b80590ff3316ac4382cabf1262db77ec18a5090de21709ac06
MD5 c29444067d727a81606996a7ecd44ca8
BLAKE2b-256 f2752ae5c3c83baf34942b81a29056583dff56a3d91ac78ab228e848b005c7dd

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-pp311-pypy311_pp73-musllinux_1_2_i686.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
  • Upload date:
  • Size: 657.0 kB
  • Tags: PyPy, musllinux: musl 1.2+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 0c735009a207b89c9043c4c18aca23e5762f07d7599e4a35dbfd69c71d7fba2a
MD5 a21f10da442549addebf9dd8a9753479
BLAKE2b-256 aceea1406fdb562fe6655ba23734bd0eb046e95f58ef336d1342e9aa2b6e546c

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 562.1 kB
  • Tags: PyPy, musllinux: musl 1.2+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 42f6f3cfc258e1316484d423d18fbf25a7cb63de9d51bc310981c12f9284ca27
MD5 ea17438aa3b51ce7aa04f01cf550d154
BLAKE2b-256 19d3541f6951f9ec6db9dbca54ca491f857fa48de7be4c1ee0cbb287c9ffe8ce

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-pp311-pypy311_pp73-manylinux_2_31_riscv64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-pp311-pypy311_pp73-manylinux_2_31_riscv64.whl
  • Upload date:
  • Size: 378.2 kB
  • Tags: PyPy, manylinux: glibc 2.31+ riscv64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-pp311-pypy311_pp73-manylinux_2_31_riscv64.whl
Algorithm Hash digest
SHA256 019e88037dc0a05f86e85f928ab99695c476ce4054f01c0226b599d7f504eaaa
MD5 f26ec806c25d39ae8b11f82a4b076fb4
BLAKE2b-256 8cd25a0f8578198fbc9db374b692f51aed645d53183b8d57fcc555e5021149f7

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-pp311-pypy311_pp73-manylinux_2_31_riscv64.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 389.3 kB
  • Tags: PyPy, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2a0616311871f346f2ebf1d9fba5eb9b74a025ca2c94807b842fcb1a997b3e8f
MD5 a7214e8606f6d52126c8d530a3d22d8e
BLAKE2b-256 abc101a46c006a5b5585e6d2eabcd894e8552ad2589fa2bb4720b6a5bedd6659

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
  • Upload date:
  • Size: 358.5 kB
  • Tags: PyPy, manylinux: glibc 2.17+ s390x
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 05dccfe4c2e25b4e0b453462c87f89ae5ca781a573445dc7153c1b61ddb0cef9
MD5 a118ed4cda58d03d0427048b31b7de1c
BLAKE2b-256 b7fe49c3e137fe8938fe63c746d8ad638a39e27a90cffaf510ff13977242dfd8

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
  • Upload date:
  • Size: 350.8 kB
  • Tags: PyPy, manylinux: glibc 2.17+ ppc64le
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ce6db888ffc440ed5e45d263f5f2b46f473f1bd448ba9354b3e9c4b55a9935df
MD5 511072b0d7ac1169014115bfbc3a814f
BLAKE2b-256 9629925aa3a2c1a3ff699d556b46a376391c620ff62b19aa4a198705c3d08597

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-pp311-pypy311_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-pp311-pypy311_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
  • Upload date:
  • Size: 350.7 kB
  • Tags: PyPy, manylinux: glibc 2.17+ ppc64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-pp311-pypy311_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 a249f2912d97467aa5bf0593d437871cab831a8ff0186466dd8ec9fb7453a537
MD5 bb5e82646acab7fd38c2d3d61b225e98
BLAKE2b-256 36d6f13bba16dea9e4a246531fc02d5cb91352f23894045907332dc291e79558

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-pp311-pypy311_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
  • Upload date:
  • Size: 331.5 kB
  • Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 573c2ab24a8752a0e0a25857f987dcf034655546199c686f3c0fd1610f3ff70e
MD5 b4e11b3a6fb30f5c80859de297089582
BLAKE2b-256 c232a18134fbbee061b2ed870af3a80318df0b0dd169a5eb8e9085938f58fdd8

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 384.0 kB
  • Tags: PyPy, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 093b9b67772089586233da9e61c23dc897bb6f08a9795c4911ef00b43c0376ed
MD5 09a6f4bdb97ec2b5b0b2488db5d483ac
BLAKE2b-256 fe4234613045db7b7886848384d44981504610b6f989255d8e0c0b19fb4d5f51

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 410.5 kB
  • Tags: PyPy, manylinux: glibc 2.5+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 dfde2c663559597bd887ee9a43d171013b5b2385a5ae763b5e6ab8d944da2366
MD5 8840a6560fb8d9a9b65d9d651c4d9327
BLAKE2b-256 ec9fffdeb4af7e57be559aad659811723e33f2154854c4967d43d8404fe5a9fe

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-pp311-pypy311_pp73-macosx_11_0_arm64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-pp311-pypy311_pp73-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 365.4 kB
  • Tags: PyPy, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-pp311-pypy311_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bd2cdbac6383c5e9ea22c9263232664a512c0739249c6f0f312663b5fb0a2168
MD5 ec81acdfe238f389575c36c57880d879
BLAKE2b-256 e27e8c892a2c258013d1b29b2c570bcd6a1fab0c0143835ea92806644591d637

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-pp311-pypy311_pp73-macosx_11_0_arm64.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-pp311-pypy311_pp73-macosx_10_12_x86_64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-pp311-pypy311_pp73-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 375.2 kB
  • Tags: PyPy, macOS 10.12+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-pp311-pypy311_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 fb1e99f1bbd2d20581555140992be9e8c92ad270a0c4618b66cd0825437286a2
MD5 ef6979c29f41c98f096287f2871ab0fe
BLAKE2b-256 870fd80208458aae0047971800df1281cba1703f798e83ddaf0528e5c59aa372

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-pp311-pypy311_pp73-macosx_10_12_x86_64.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-pp311-pypy311_pp73-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-pp311-pypy311_pp73-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
  • Upload date:
  • Size: 729.8 kB
  • Tags: PyPy, macOS 10.12+ universal2 (ARM64, x86-64), macOS 10.12+ x86-64, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-pp311-pypy311_pp73-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 ce8d70c17e4077540b0db430c6a0a7c80a2f30979d1a03c06573317981b77a5f
MD5 b97eadf14b83f9a33dd61d97e9ecbd7e
BLAKE2b-256 89d0bd0a40c65a810f5e87eef4833a955d19da30d77440e001d9ea515d29d7fc

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-pp311-pypy311_pp73-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp315-cp315-win_arm64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp315-cp315-win_arm64.whl
  • Upload date:
  • Size: 284.3 kB
  • Tags: CPython 3.15, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp315-cp315-win_arm64.whl
Algorithm Hash digest
SHA256 b679c22ff96e9f5dbc5d21e3782469579ae07bedc838cfa6f24d993c200929dc
MD5 13372016bb139bb71a62ffb60e4f3575
BLAKE2b-256 c81d2bb28fe520e2464c5331ee9e78234425423eb4c2f6b6e8470172a46a2cca

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp315-cp315-win_arm64.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp315-cp315-win_amd64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp315-cp315-win_amd64.whl
  • Upload date:
  • Size: 289.5 kB
  • Tags: CPython 3.15, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp315-cp315-win_amd64.whl
Algorithm Hash digest
SHA256 3003ed71dc0209660ea7b5676d88f822315235c2ca3f7cc9e60a85691d0bc727
MD5 9899166469dbddf8befb92f15fc0fce0
BLAKE2b-256 08709740e673622a599e883a8b1b1342617e5ab654318d2eaf71c3c300f6bbc3

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp315-cp315-win_amd64.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp315-cp315-win32.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp315-cp315-win32.whl
  • Upload date:
  • Size: 274.0 kB
  • Tags: CPython 3.15, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp315-cp315-win32.whl
Algorithm Hash digest
SHA256 76cd41af8eea12affe90f7486d3ba7e164f66b00bef569019f2d4a9ab3c1b5dc
MD5 ab83f9813f58448845e31e5d30c456da
BLAKE2b-256 bf3b69a85c41bcc8f5b4e406a83f59f6dac4f7962d8a46f0b979f1ecc5848b2e

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp315-cp315-win32.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp315-cp315-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp315-cp315-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 601.6 kB
  • Tags: CPython 3.15, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp315-cp315-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 59249ce2f5a53603f7f06c170b85275b1345ce910a8b3d0d4309ee972b99915c
MD5 5b14edb76826a26eff282eb85522f26f
BLAKE2b-256 7b0f9d4378d7f0993d6f2fbff0b215d06c850411fc7ca9f8e2903fd458a41c84

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp315-cp315-musllinux_1_2_x86_64.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp315-cp315-musllinux_1_2_riscv64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp315-cp315-musllinux_1_2_riscv64.whl
  • Upload date:
  • Size: 553.6 kB
  • Tags: CPython 3.15, musllinux: musl 1.2+ riscv64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp315-cp315-musllinux_1_2_riscv64.whl
Algorithm Hash digest
SHA256 e423df31fbb9d7972f4873e98976fa44c99d1e63982e4c933ac8e8975d6cbe57
MD5 10ef8acde728ac6b5f65d789b7ef70dd
BLAKE2b-256 07d6c0c4b4bb2311e3c9ebea159af4b1b406d2546e445a109b6663da2bd27cf4

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp315-cp315-musllinux_1_2_riscv64.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp315-cp315-musllinux_1_2_ppc64le.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp315-cp315-musllinux_1_2_ppc64le.whl
  • Upload date:
  • Size: 560.7 kB
  • Tags: CPython 3.15, musllinux: musl 1.2+ ppc64le
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp315-cp315-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 ac4be013432d7fa70330b1fdf67ab4b0b217f5732f49bfa9c4c1a804beac9af2
MD5 347d81cc791557cea60fb344de851924
BLAKE2b-256 6495e677d4c754e787bc5eeaeecb5501f240f608c9ee93592c349f4c98603fb3

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp315-cp315-musllinux_1_2_ppc64le.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp315-cp315-musllinux_1_2_i686.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp315-cp315-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 634.2 kB
  • Tags: CPython 3.15, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp315-cp315-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 cf9203c73d7053fcd4251514f03dfb170c7dac0a3bda51f83eed0168cd562ec6
MD5 b0bb1703d726823807f9e2eb120e6913
BLAKE2b-256 f354f8fca0dac475fdac9895db1ddf33783c1557360222af05a772c9ef62c2b9

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp315-cp315-musllinux_1_2_i686.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp315-cp315-musllinux_1_2_armv7l.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp315-cp315-musllinux_1_2_armv7l.whl
  • Upload date:
  • Size: 655.8 kB
  • Tags: CPython 3.15, musllinux: musl 1.2+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp315-cp315-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 13a39f00945b3b1c18735a95d44b24c056bb0f475799b193ec5d707cbd243255
MD5 a979bcd326cce1a3169aede7544ad406
BLAKE2b-256 4e86aab48d1fe5063efecc0f9c8c5e9c410486453addc4b32bff75a7b7515830

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp315-cp315-musllinux_1_2_armv7l.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp315-cp315-musllinux_1_2_aarch64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp315-cp315-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 561.7 kB
  • Tags: CPython 3.15, musllinux: musl 1.2+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp315-cp315-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4dfd5d1771718ced3dbf509a2be47e908ffdede1b60806bac1702280d57b1562
MD5 c1e444d307cb4aa02d14757ab9981304
BLAKE2b-256 def503df1a32cbd16e6d6a674e3a7fa0116f728302a6cbb0d04b1e05f05cc02c

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp315-cp315-musllinux_1_2_aarch64.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp315-cp315-manylinux_2_31_riscv64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp315-cp315-manylinux_2_31_riscv64.whl
  • Upload date:
  • Size: 377.9 kB
  • Tags: CPython 3.15, manylinux: glibc 2.31+ riscv64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp315-cp315-manylinux_2_31_riscv64.whl
Algorithm Hash digest
SHA256 d2dc08470a791f3686dbc98f2b7e8349c083f197a001b521c60c4963c5895579
MD5 951d7d43cff10867d17b993c2213a4d2
BLAKE2b-256 e9e79ea1b816e6c9ce98798f2add833abc10f5f0996becd059da0269bbfbcf66

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp315-cp315-manylinux_2_31_riscv64.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 389.0 kB
  • Tags: CPython 3.15, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 050ff3e9b257ae25c8bb1e909948ffe97766af4eb66506b88841c0b58dc86eb6
MD5 fca2057fb92ea9208491be0e30b412f6
BLAKE2b-256 8876b3ef86fcbff0253a79d5ac2c338480d0d00e5dd4c3bf91d6de63445d45b2

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp315-cp315-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp315-cp315-manylinux_2_17_s390x.manylinux2014_s390x.whl
  • Upload date:
  • Size: 358.5 kB
  • Tags: CPython 3.15, manylinux: glibc 2.17+ s390x
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp315-cp315-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 710dcaf6a15b8335f66eb08ee24b0e26c7b1d0753fc941a8f2a0c300e15e5f3b
MD5 7aa5d3094e97bc1e0909b070a30bed32
BLAKE2b-256 3b1e61428cfaa8169d00c44a60ef5162c56be56d160b867d1890202155c87380

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp315-cp315-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp315-cp315-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp315-cp315-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
  • Upload date:
  • Size: 350.5 kB
  • Tags: CPython 3.15, manylinux: glibc 2.17+ ppc64le
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp315-cp315-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 5f3a947c6bcc6853f3fa700e75e5c05daf211b70683ded42dd4ada9c6684e87b
MD5 6e065a13bc7c1e8d43b454355420ef61
BLAKE2b-256 709a12576e0dc64a144fee5ce64021d77fcea2e678db1905ad636ab270acb3eb

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp315-cp315-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp315-cp315-manylinux_2_17_ppc64.manylinux2014_ppc64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp315-cp315-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
  • Upload date:
  • Size: 350.1 kB
  • Tags: CPython 3.15, manylinux: glibc 2.17+ ppc64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp315-cp315-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 b8f237700c94a56ed970b7baefc8e8a591f9dabcbf4229d1704ca5a076be25a1
MD5 bc65546afda229adecc3aaa52e11d73b
BLAKE2b-256 431702963191641fab0510e8219e8b50551a5c400988074c8dc3ab134f889dfd

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp315-cp315-manylinux_2_17_ppc64.manylinux2014_ppc64.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp315-cp315-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp315-cp315-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
  • Upload date:
  • Size: 330.4 kB
  • Tags: CPython 3.15, manylinux: glibc 2.17+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp315-cp315-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f5de78efd70f2c23d9c2734223d4fec0f4137796be7670d533912dc578da3ac0
MD5 680047278a527b2edeb05115fd80f8b7
BLAKE2b-256 b652b7737ddd91168c529990fb2092120612909cdbcc9e7c0345a7f4c57762ac

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp315-cp315-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp315-cp315-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp315-cp315-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 383.5 kB
  • Tags: CPython 3.15, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp315-cp315-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5b0a4aad809c1cb92f044b5f2b5d90e599fd0572f025d1b7b2a01c02c6c57a38
MD5 c3ed33315835781599de7423b5049701
BLAKE2b-256 669930ff0306eaca2e201cba6576622b5d3edce7e71ab9c976fc519beb5a83ef

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp315-cp315-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp315-cp315-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp315-cp315-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 408.8 kB
  • Tags: CPython 3.15, manylinux: glibc 2.5+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp315-cp315-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 35b733cdf81fa89fbedc300b0360167d6a54a5b90ab1ad25cb07ec3d708e81fe
MD5 0efbbe2770803484e27bcc8527814d7d
BLAKE2b-256 949bcaf1603822cc8b2a42cb2a5827c7ee59f5d50fb973b3494825dd0cbbf1c0

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp315-cp315-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp315-cp315-macosx_11_0_arm64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp315-cp315-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 362.8 kB
  • Tags: CPython 3.15, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp315-cp315-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 705cfc015b6a93977d579a19d05ec1c0cd5ccb1910a2aa7c0f148f484ffb5baa
MD5 1763e216b40deb344f9e06273849e03c
BLAKE2b-256 e2d35e14559e902b85d96405d693f94782a2bb02e44106fdb5ad792c42a8dcbb

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp315-cp315-macosx_11_0_arm64.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp315-cp315-macosx_10_12_x86_64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp315-cp315-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 374.7 kB
  • Tags: CPython 3.15, macOS 10.12+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp315-cp315-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 9200846f180af59fd75093e1cdff7dff1fe152353d6ade9a4f4ddaff08f74e51
MD5 71a0b4e0030454ac55d299aac440ea12
BLAKE2b-256 c2ff73bb6825688e83f3798d224594cb746c40be7a366150c20eccc255802f0f

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp315-cp315-macosx_10_12_x86_64.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp315-cp315-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp315-cp315-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
  • Upload date:
  • Size: 726.6 kB
  • Tags: CPython 3.15, macOS 10.12+ universal2 (ARM64, x86-64), macOS 10.12+ x86-64, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp315-cp315-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 3f0ec647251d02dd26f4f3aa85c4f763b8d4e7437fc5db2ffc11b146c08c5e88
MD5 37f1fd160a5fd4aa2fa96c0828cbb0c3
BLAKE2b-256 6d4e32d4656803abc9f794a497ec6dc8f998e88d0db41d23c7e68ae1dc3ea823

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp315-cp315-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp314-cp314-win_arm64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 284.2 kB
  • Tags: CPython 3.14, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 fad103539d17ab52b5aa96827770379de642d23a08e95db483cbe2ac851f45de
MD5 448c68a29c83f370d6a521bb6fc0d443
BLAKE2b-256 92726dc9ee9134b8596d778c8bbd19c8f7d129ee644a3a05aaaebf346260fd64

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp314-cp314-win_arm64.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 289.4 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 593acd253828fc623a84a3c0700f67385a90c1ef9fba88a6332d39122b305305
MD5 f7c252cb8fea8289785b78872ed4751c
BLAKE2b-256 d20f19cfe8c25f787273f9bb4d898b1f3cb359ba85efe4aaba18a8896f2e8184

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp314-cp314-win_amd64.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp314-cp314-win32.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp314-cp314-win32.whl
  • Upload date:
  • Size: 274.0 kB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 ac4b43fb7ef10c81601db398ab042faf53450d5afb583dd9f6c447c360b9bdd8
MD5 78fd644518b903e3f4e070cd0353c02a
BLAKE2b-256 b485b284babf3b3c3e9c647f6e90b4656065cfbf62297fa1535bd51270d15d41

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp314-cp314-win32.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp314-cp314-pyemscripten_2026_0_wasm32.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp314-cp314-pyemscripten_2026_0_wasm32.whl
  • Upload date:
  • Size: 186.6 kB
  • Tags: CPython 3.14, PyEmscripten 2026.0 wasm32
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp314-cp314-pyemscripten_2026_0_wasm32.whl
Algorithm Hash digest
SHA256 738fbe99fa6833ce53e50df8e381b540b59372665c46c658722fa520b5a462a5
MD5 e3f5e833e04d230079bb89e24bd7134b
BLAKE2b-256 6b4ba59b34feef33a062a5b68d8331df4ab7c67ae580b1b39be76ef377b6419d

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp314-cp314-pyemscripten_2026_0_wasm32.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp314-cp314-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 601.5 kB
  • Tags: CPython 3.14, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f184d8f1806533f2913922adccb14b111c5071c7eaca3b19847928d946597c2d
MD5 17fef447b8cc73d1786c530ddc44526d
BLAKE2b-256 b1a7f47955f028704e558b7397e3edfec1a20e5e8f484c6241eb606282b5d7d3

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp314-cp314-musllinux_1_2_riscv64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp314-cp314-musllinux_1_2_riscv64.whl
  • Upload date:
  • Size: 553.4 kB
  • Tags: CPython 3.14, musllinux: musl 1.2+ riscv64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp314-cp314-musllinux_1_2_riscv64.whl
Algorithm Hash digest
SHA256 9b7debba0c26d22c21b5e4f873aa653ebc70d251c6e4ad90641336e87a1c6d9c
MD5 809af185440673a5fb3ce25cd6af2885
BLAKE2b-256 bbda8236d1e27a8217cd593dfcab03facdfca4a60e5e2a378c25fb67d31605fe

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp314-cp314-musllinux_1_2_riscv64.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp314-cp314-musllinux_1_2_ppc64le.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp314-cp314-musllinux_1_2_ppc64le.whl
  • Upload date:
  • Size: 560.5 kB
  • Tags: CPython 3.14, musllinux: musl 1.2+ ppc64le
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp314-cp314-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 d2ae3a83cf497317a478e48270c967aa1001ac397693c5f7e61ddc8be3342ed6
MD5 12f00d43b3b6d5c52c291e76dc91754e
BLAKE2b-256 3662b8f24632462081f7cafe8dbf47fbb7667c0be52b2fe92bce37949a72bf5b

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp314-cp314-musllinux_1_2_ppc64le.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp314-cp314-musllinux_1_2_i686.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp314-cp314-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 634.1 kB
  • Tags: CPython 3.14, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp314-cp314-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 30987df424b8a745fb77b04498349b9bcfcddee4dff3bcb1a0fb76784659c860
MD5 ceb3e5b54858d3a4e12a22dc2a62327e
BLAKE2b-256 c339bf6ac257d44a8571783b24e96e81a7e8443c2332af98ba53765cc9b3e3bc

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp314-cp314-musllinux_1_2_i686.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp314-cp314-musllinux_1_2_armv7l.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp314-cp314-musllinux_1_2_armv7l.whl
  • Upload date:
  • Size: 655.7 kB
  • Tags: CPython 3.14, musllinux: musl 1.2+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp314-cp314-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 791ea145af5ed70fbf617194833dabdc58f08740222fb013d3a082bf21a2c530
MD5 38a5b722cfa5136a40987a97be03d826
BLAKE2b-256 5e7f32aef8ddfbda2d0264a3ad5d2acfce14c0615380b983a10d248a2d166693

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp314-cp314-musllinux_1_2_armv7l.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp314-cp314-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 561.6 kB
  • Tags: CPython 3.14, musllinux: musl 1.2+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 68e26c4a38cae3bff7d18b7a7558c0fefe8fbd442b36b1f6c67392b0c181c17c
MD5 d15338ca1d8bb2b3d0ec90d4a75a1add
BLAKE2b-256 aff391430edfcfec3fc23b6dc20e48a38de66d627a665113377279ac72754985

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp314-cp314-musllinux_1_2_aarch64.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp314-cp314-manylinux_2_31_riscv64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp314-cp314-manylinux_2_31_riscv64.whl
  • Upload date:
  • Size: 377.8 kB
  • Tags: CPython 3.14, manylinux: glibc 2.31+ riscv64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp314-cp314-manylinux_2_31_riscv64.whl
Algorithm Hash digest
SHA256 ddd899f062930112e843b3a64f2852897d2132a9d6d569a22588c1abcb6a47ef
MD5 92555949db70e35d1cee3734297abf5c
BLAKE2b-256 8233709a3b5ced07bdfc51cbc2f2c24bc1590048cc4955d22b74204398a9be46

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp314-cp314-manylinux_2_31_riscv64.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 388.9 kB
  • Tags: CPython 3.14, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 89b35f3786d831feceb81941e072dc61a08f377f697490636c74ca512273171b
MD5 96b0b52800d2e831552360e78b279286
BLAKE2b-256 88d455c27e073585636436792bc2e8272f3db46d25d612d3d5fb38034b1de5b0

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl
  • Upload date:
  • Size: 358.4 kB
  • Tags: CPython 3.14, manylinux: glibc 2.17+ s390x
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 d24755f695a6e307b9c55751ce30391d35aea9a73c89273a63b2e3d3b2a3e16a
MD5 1f747dcd7b6cd2f10265702802bc67e3
BLAKE2b-256 31bdfa788425a4af0a1e2e34a1b3d1bf355276a3573a45c933a591d00cb49b76

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
  • Upload date:
  • Size: 350.4 kB
  • Tags: CPython 3.14, manylinux: glibc 2.17+ ppc64le
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 8546384eac63c07957605aa7c208cfd9927fdd24346f74d335f5d42fda9d6e39
MD5 a13226ce84f966b18390c7fa8156dc50
BLAKE2b-256 89207e84dac60079e3f8ffb5c164aba353068b3b494ec75e8648684666703235

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp314-cp314-manylinux_2_17_ppc64.manylinux2014_ppc64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp314-cp314-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
  • Upload date:
  • Size: 350.0 kB
  • Tags: CPython 3.14, manylinux: glibc 2.17+ ppc64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp314-cp314-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 396e8734ec1621277d0a4e42b3ba576c6b93257d7ec757eb993e0e4f3c237ce2
MD5 439f335ac6762fb333b8a077dacb5092
BLAKE2b-256 09ae41f92d0eb74eba231cbb778775410aaa7afc402284558086be6a636e5796

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp314-cp314-manylinux_2_17_ppc64.manylinux2014_ppc64.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
  • Upload date:
  • Size: 330.3 kB
  • Tags: CPython 3.14, manylinux: glibc 2.17+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 3b0f44391a2adb5e6590e2197d16d254d71db122b1c9f77e6476cea9103e9cad
MD5 3fe44a927c36e180c7cdea26031916ac
BLAKE2b-256 c539a5e1f484b64fa75f14d59a37cb7ba18a86daecf066a9bcdeca72ba0575f4

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 383.3 kB
  • Tags: CPython 3.14, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 03f8b82cdc1ace8f5950eee6acc98d180c5592ddd257e582c329e5d31d347dde
MD5 011732f7f753353ffa6b8eb93180a78c
BLAKE2b-256 a8147d5a4ef2da9f3a549d35a58fa2a0e77bca71b1c3bf6b4c1dc2a02ea7912d

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 408.7 kB
  • Tags: CPython 3.14, manylinux: glibc 2.5+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 9cd4e926e6baf1eb8991a29f6e1ce6c304b0742f1c0654647e12fa40659bf403
MD5 00536a618aa9a04ceff832e2ddccdcb1
BLAKE2b-256 9e07a1811cb8b639de558718b64260c9116226b0b2044802e809acb213af86ad

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp314-cp314-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 362.7 kB
  • Tags: CPython 3.14, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9564a061767872161c21777a638dee396af1cd076dbdf01850c6d533803a6b0e
MD5 f56fdb478d69b1e643d16b6410cfca36
BLAKE2b-256 a0d95cd21c7da7eb9f07c1d6ca2d9085c5bb2adef11f008642c0cfa5423d5e6b

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp314-cp314-macosx_10_12_x86_64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp314-cp314-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 374.6 kB
  • Tags: CPython 3.14, macOS 10.12+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 06b25f23d4c3d06e819a0db47b7657e0cfee6932ff4db5fc8324eab7b3efb007
MD5 bf20b3c5f52d84ad0ae09d3ad50bac5a
BLAKE2b-256 58a498d319e02189e814b0a4e76b1395834b8b1c8ac45d4e03ddc78b7078111e

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp314-cp314-macosx_10_12_x86_64.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp314-cp314-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp314-cp314-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
  • Upload date:
  • Size: 726.3 kB
  • Tags: CPython 3.14, macOS 10.12+ universal2 (ARM64, x86-64), macOS 10.12+ x86-64, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp314-cp314-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 b1e8ad2b6d1c4c280ea2e5b45013d0d4a022c8b1e383414d8f7576d43ad02b2b
MD5 f220ad1f6c9ccffb6830be4186f07f05
BLAKE2b-256 f13c7af8cf43f7ed72d23a6ce078d0f3d209bb6c50cd178312ea6becbef99200

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp314-cp314-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp313-cp313-win_arm64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 286.0 kB
  • Tags: CPython 3.13, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 09cff43b97402da9ba37592953f0004de1b5d1ce9139e1e361c40b194e2ab9be
MD5 0cef0e6688e0358ef0868841f3f69d56
BLAKE2b-256 82ec0a584fb7abc42d6334100afeb12a6850a9fa0fc7d2eb279062f104960c43

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp313-cp313-win_arm64.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 292.0 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 b0e9460f23794a379122b29822b360cae00b5dca668c1a512a141c2d77336b04
MD5 af84c47609698286a0b828aacc660b05
BLAKE2b-256 7729189cd80a805de1c0e8ce5126f1fd1493ea8a971464c5118eda2edaa507fb

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp313-cp313-win_amd64.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp313-cp313-win32.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp313-cp313-win32.whl
  • Upload date:
  • Size: 273.6 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 8041e65f11b76fdef2648ec3f467a285a05c49eb644839ffc83875ff55eeb105
MD5 fb030d081ef0ccd1613dceb80f7e61b2
BLAKE2b-256 2a3ad874ec92929dfb5c4045c72d441e3cc0ca72a083248b477462bc180d1771

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp313-cp313-win32.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp313-cp313-pyemscripten_2025_0_wasm32.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp313-cp313-pyemscripten_2025_0_wasm32.whl
  • Upload date:
  • Size: 186.7 kB
  • Tags: CPython 3.13, PyEmscripten 2025.0 wasm32
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp313-cp313-pyemscripten_2025_0_wasm32.whl
Algorithm Hash digest
SHA256 4b2babcfc4aeedc5dc6708a754a303031610cdf6ce63c425784000a75072c5d6
MD5 fb0161e4bcbc38d61a776bbcd20b9494
BLAKE2b-256 1d3d9780c9a3b210ca0be438ea56f378821d250262811d4157e608b797905c38

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp313-cp313-pyemscripten_2025_0_wasm32.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp313-cp313-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 602.9 kB
  • Tags: CPython 3.13, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ef92fb9f75a58165269f5177d3640ab8c5661b128fe94de710f6e04284c45e78
MD5 0aec950bd8e1f61d8b3cb99073e2d478
BLAKE2b-256 92b6a3434c1bc20e725f8213ddaa6a7f06ee705ab7253cb46c4877187638d962

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp313-cp313-musllinux_1_2_riscv64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp313-cp313-musllinux_1_2_riscv64.whl
  • Upload date:
  • Size: 555.3 kB
  • Tags: CPython 3.13, musllinux: musl 1.2+ riscv64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp313-cp313-musllinux_1_2_riscv64.whl
Algorithm Hash digest
SHA256 3077f4e0148665b5872e1cc2dd5f2a2a14d6526be3d8727078024529ba5dc4af
MD5 80d9a8f8087ccd16dbe4650c234958fb
BLAKE2b-256 7d7297ff2adac9bd555998091816b0b99d48ed20d8472bf351a33089d4e5e624

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp313-cp313-musllinux_1_2_riscv64.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp313-cp313-musllinux_1_2_ppc64le.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp313-cp313-musllinux_1_2_ppc64le.whl
  • Upload date:
  • Size: 561.7 kB
  • Tags: CPython 3.13, musllinux: musl 1.2+ ppc64le
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp313-cp313-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 b2c92b50977c8f337e0dc5d864171a018aa27dafff412db67e56d15cea21deff
MD5 dfa40a382ecd22e5899c79987ac74a50
BLAKE2b-256 04e769eef87e2dd476b150318e6c16dcaa5428eed3452772c009ccfe5195fe0c

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp313-cp313-musllinux_1_2_ppc64le.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp313-cp313-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 633.7 kB
  • Tags: CPython 3.13, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 aec5d928fa82afb3213849aeaea355673804e1fe2290903d3cea9fbd22360d1f
MD5 bd9537e9cb635e95ebe7dc277fa30206
BLAKE2b-256 258e2f5f59151f6d145f2fcc288a8251e81a50672ce98072960457a62b27fce2

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp313-cp313-musllinux_1_2_i686.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp313-cp313-musllinux_1_2_armv7l.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp313-cp313-musllinux_1_2_armv7l.whl
  • Upload date:
  • Size: 655.2 kB
  • Tags: CPython 3.13, musllinux: musl 1.2+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 925bdab79cd55b7f65b599e64dcab4586f56baf1c8ee6ee491f4fd9954dcf2e9
MD5 859bed1048a2e929e703cc4afaf9696e
BLAKE2b-256 88e3d1d1287e1adbc5793ab0253b34fca7cb9228fa8764964de4413439ca64ea

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp313-cp313-musllinux_1_2_armv7l.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp313-cp313-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 562.5 kB
  • Tags: CPython 3.13, musllinux: musl 1.2+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8fcf311be155b24b7bd8f6e835fe3a59ee4b877d2f0760ea96b87e0763ac6b1a
MD5 6b2142ff952c8942c9e3ef14f293027a
BLAKE2b-256 a3c25bd4a45950f3e1a08239870ff09dbb624dbbad52b539802895b36bcc4cd3

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp313-cp313-manylinux_2_31_riscv64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp313-cp313-manylinux_2_31_riscv64.whl
  • Upload date:
  • Size: 379.6 kB
  • Tags: CPython 3.13, manylinux: glibc 2.31+ riscv64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp313-cp313-manylinux_2_31_riscv64.whl
Algorithm Hash digest
SHA256 0bc886a69b44f3b25b70e8185b5807df0e9154a53014d556410014ae6eba8875
MD5 3d131d3880fc90b8a42a4dbb357124a7
BLAKE2b-256 c1f73d64889c67d0ab47f98255cf70cf41f3a97f72a262105baf15333a0e95d5

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp313-cp313-manylinux_2_31_riscv64.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 390.8 kB
  • Tags: CPython 3.13, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4047b34e581f54abe7270d0ecee4eb6e4c6aee765b8825611ec6b2ad2de52386
MD5 ba99b655940f27644f278cbbf351755a
BLAKE2b-256 9f703a67386a888a45ea475ea8ca0b046aafaec9caa01f0fc8d9d9ea0b3177fa

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
  • Upload date:
  • Size: 359.3 kB
  • Tags: CPython 3.13, manylinux: glibc 2.17+ s390x
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 c85e15aa362ef0c788897e085b04c8ccf4bd5d1a33bde0f50f18286caa6e1755
MD5 83b9acd5846b42b9787822cf9a2dca46
BLAKE2b-256 fe249ad7d411439a3fa8c92f574fb856033c0f72aec2bc82df91d93742eca664

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
  • Upload date:
  • Size: 351.1 kB
  • Tags: CPython 3.13, manylinux: glibc 2.17+ ppc64le
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 74b3a846fdfab643ba487c84888c3753881a586c56667560a07f0c07e4c94625
MD5 65fd3c8a6d0c4ea8b5e163f4fb6e9a3a
BLAKE2b-256 0148d94deef5f18f82b25555667f0dccbf99d2127574a68d11169283d8828a51

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp313-cp313-manylinux_2_17_ppc64.manylinux2014_ppc64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp313-cp313-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
  • Upload date:
  • Size: 351.1 kB
  • Tags: CPython 3.13, manylinux: glibc 2.17+ ppc64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp313-cp313-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 3549d8ed3aa29dc8ff3d683f32290dabd0f8398a1da75e260773f6b801a94449
MD5 e129d835018deaaa36d6c3e027e81483
BLAKE2b-256 2453eb4ba9b2cd64e687d082fbeb5bd0ef14673172e82f180e1c725ded488107

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp313-cp313-manylinux_2_17_ppc64.manylinux2014_ppc64.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
  • Upload date:
  • Size: 329.5 kB
  • Tags: CPython 3.13, manylinux: glibc 2.17+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 9cc65de93d060a5feb41e3ec43eeb9b9a635f1067046291ee965eccb37358d5f
MD5 03062e0996ad7477e06ed5d80ae0c2f5
BLAKE2b-256 6c65995baa4cb992842236f8be2f1f736662f6ea2e144116db2dd2bdbb25532b

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 384.6 kB
  • Tags: CPython 3.13, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 dd07306d81e1ab8bb5cb7b2ce5676af54d003da893327efb1d72362363f1b036
MD5 9ca19e8c3c9260cbeb2b48e31d5fcaee
BLAKE2b-256 619baf255c671b8c2a8eed9ff4d5ee8dff33954a10d9c380e932ba6c4ba723f8

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 408.2 kB
  • Tags: CPython 3.13, manylinux: glibc 2.5+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 ec723e5843fb0d40cfe12889a8d30cc3de049ab7150ff98709294b2b6b783cf4
MD5 17bac36f1a28840038541e2c62e66178
BLAKE2b-256 558bcae06956849f3e2d94cfb0dcd94e5b95233496e6c4028a83acb8fbacea0a

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp313-cp313-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 362.5 kB
  • Tags: CPython 3.13, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 de88906e4b536745f72bc8102dd2b9abf29fdfb05e1554b1ec9536e4989c016d
MD5 84869475a1991c83ddaef2d8dd7dd644
BLAKE2b-256 1ec07b80d4fc34204f1d7f9b20b07d7fdac405c6aa7f7e68661a587c4144ac66

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp313-cp313-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 374.4 kB
  • Tags: CPython 3.13, macOS 10.12+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 6768bd774f620501661b9b7e07fc93db2d8bd296920b1385fd701301d713b827
MD5 aec756e3877e96a6c04415ab055f6558
BLAKE2b-256 ab5e7139704b3d70dba5df155231c865cd07c5035304e2a97d7b8dc24fc4bb5e

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp313-cp313-macosx_10_12_x86_64.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp313-cp313-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp313-cp313-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
  • Upload date:
  • Size: 725.9 kB
  • Tags: CPython 3.13, macOS 10.12+ universal2 (ARM64, x86-64), macOS 10.12+ x86-64, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp313-cp313-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 9f39e5097a7080f6361abe0485d25ae8cecaad6058dbeba5d26f8cbb80f246a5
MD5 68adfe33e1bc9bb4386eda38bc7dad98
BLAKE2b-256 b55f585fa9410ba58ea4ef01ebcef337c6c2a136361a9d6e4cecdb8a1eb759e6

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp313-cp313-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 285.9 kB
  • Tags: CPython 3.12, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 50673bb8c40b48c8247c6af5ee4f087580fbf095227d4e5386db0727725a0142
MD5 c12e175be34629c4263a3c66d53b2b2e
BLAKE2b-256 4be1098897db84f1fd794989ced9fe94d2ba50d21934a2434caedacad507323a

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp312-cp312-win_arm64.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 291.8 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 296fcf3e51e1370d2350d49dd986cb4325a31879fb48180c2431a25a1b54a156
MD5 0035607378e3797dabe730e4c4cd4b6d
BLAKE2b-256 ca8013c8ff99ae4e428ef2bd2f57e69f1d0d9f32602a0da7db841fdad84114a4

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp312-cp312-win_amd64.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp312-cp312-win32.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp312-cp312-win32.whl
  • Upload date:
  • Size: 273.6 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 6833803189dd8ff4e8a01cf6b14e275b6a16584eb587e540e2837db06bb741d9
MD5 9b85aecae11026e7c21681512f32cc44
BLAKE2b-256 eccbb34c06246fd4deaf2f97886a824467ed0d2e6b3c2d29652c2bb2bd298eaa

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp312-cp312-win32.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp312-cp312-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 602.8 kB
  • Tags: CPython 3.12, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0fda2bb548112a192086be878c2c4eee36dbbd77440b6bbd37a111d50bc6c7ab
MD5 1ff615113b9362feec000289d76373ce
BLAKE2b-256 10912669efd7ed07c06f48884718d88ac387a2968f8df2eb98890edb02c0d709

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp312-cp312-musllinux_1_2_riscv64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp312-cp312-musllinux_1_2_riscv64.whl
  • Upload date:
  • Size: 555.1 kB
  • Tags: CPython 3.12, musllinux: musl 1.2+ riscv64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp312-cp312-musllinux_1_2_riscv64.whl
Algorithm Hash digest
SHA256 85469dc972283aca04a0a37e02f97468f4a3b6b7ac7b4ceeb49958fa81101856
MD5 149fe1f392135cf8b89ab3d14ef85cb5
BLAKE2b-256 53209b3d368003e0ccfcb0012612c798aed7a2ced48872bdc5a7ffe32870f188

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp312-cp312-musllinux_1_2_riscv64.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp312-cp312-musllinux_1_2_ppc64le.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp312-cp312-musllinux_1_2_ppc64le.whl
  • Upload date:
  • Size: 561.5 kB
  • Tags: CPython 3.12, musllinux: musl 1.2+ ppc64le
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp312-cp312-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 0d0acef9a75e286f8b2ca3a0ed6bfdf46a0f79737d22d5cb8e390004986982bc
MD5 31e04df312510d0b05c4df0c89fa717a
BLAKE2b-256 08a4f7fc5ff878f93f3145695f4a6ef91e518ff143a42e6bcf2280ec89d1d22f

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp312-cp312-musllinux_1_2_ppc64le.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp312-cp312-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 633.6 kB
  • Tags: CPython 3.12, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a99601e9d6756d2a538236aaa9f5eba27b6befab940643a02733d184d0074ae6
MD5 abe2659de3819aefc5ecfe0a51be5b6f
BLAKE2b-256 9156a6a5c0afc670a63f4911d23e6c42f3efdb69420fa7fb226db0c1eafc825d

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp312-cp312-musllinux_1_2_i686.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp312-cp312-musllinux_1_2_armv7l.whl
  • Upload date:
  • Size: 655.1 kB
  • Tags: CPython 3.12, musllinux: musl 1.2+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 147ceec0b2048651e7f0e0693c574522565c7c2ffbecc404aaddbf5f50ed6825
MD5 01aed14371685583df8c825470950029
BLAKE2b-256 841e82b93b7e13630cd656f94e1bd7df17f40504d1ff07790e6750adec42fcb3

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp312-cp312-musllinux_1_2_armv7l.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp312-cp312-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 562.4 kB
  • Tags: CPython 3.12, musllinux: musl 1.2+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8c5c672f994a55930c1fb55d15c9660ebd962bfd11d2e0d406dc4307d60febe9
MD5 82fb0562fe16709a0c6d260ddb2a64a8
BLAKE2b-256 af053c0a8dfca465a1e8ad4d98408f470938120d291a31afe6d23c7f77d2b52b

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp312-cp312-manylinux_2_31_riscv64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp312-cp312-manylinux_2_31_riscv64.whl
  • Upload date:
  • Size: 379.3 kB
  • Tags: CPython 3.12, manylinux: glibc 2.31+ riscv64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp312-cp312-manylinux_2_31_riscv64.whl
Algorithm Hash digest
SHA256 bf8039fb57c6be33d79a92033ca487469a3322ac85337544fa4f4c075e382ad6
MD5 94cabe465cd8ecb63554fb504e0a17f5
BLAKE2b-256 1bf9fc807f5fcf05f96a3cdabceeb899f496f8f188536da294f74d05b698a527

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp312-cp312-manylinux_2_31_riscv64.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 390.6 kB
  • Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 edd71a35ed0b5730c5fdc239d91b06340b636676132bc3d961cd5a9f81026f60
MD5 1fc8695f42ccfa94ae15fa17fdbb37df
BLAKE2b-256 11d37c0df7a538e912d603df467cc036254a956fd8ac39336a7aa80ebe9008d4

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
  • Upload date:
  • Size: 359.1 kB
  • Tags: CPython 3.12, manylinux: glibc 2.17+ s390x
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 80ece2a837f2d34dc1697fbb5c11ffdf433c2cd6af6d70f386af80205c6c6344
MD5 25aa9f254904d55fa354725f5c0a1a95
BLAKE2b-256 2e296ab31cbb14407e77553b3658d935663961416a90c8be991b7d0ac169d9c2

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
  • Upload date:
  • Size: 350.9 kB
  • Tags: CPython 3.12, manylinux: glibc 2.17+ ppc64le
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 aab4ba61f6dcdab843c610899a0c4aad59ac9786308962b5b7d745f61e6e4a35
MD5 fc0b8ba42a98d1dc7601a17b6db20947
BLAKE2b-256 b9da78bfa719c0eddf39091d99d1945d10622bd62f22463108037e9d5808c343

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp312-cp312-manylinux_2_17_ppc64.manylinux2014_ppc64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp312-cp312-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
  • Upload date:
  • Size: 350.9 kB
  • Tags: CPython 3.12, manylinux: glibc 2.17+ ppc64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp312-cp312-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 af923ad0878c0fbe19b03f68e7d10d1bd4844ed456b6b9ae1ef93b74121e5704
MD5 86186df93994daad7a3308abc7e1a4dc
BLAKE2b-256 ec208d0be47aacd90c80f2e467c1c3179d540aa16e29ae8134a0c0dd2630c6db

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp312-cp312-manylinux_2_17_ppc64.manylinux2014_ppc64.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
  • Upload date:
  • Size: 329.5 kB
  • Tags: CPython 3.12, manylinux: glibc 2.17+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 74fa60ef5aafbdbd94162bae9145c59e1ce6838f62aeca1fb0e5ff6023773151
MD5 fbd8297ec5c330cee59e571d00f798d8
BLAKE2b-256 a54c1b351926ade64b40529d756a3c1cc03370d0121e149a5d48d6dc42c53c8a

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 384.5 kB
  • Tags: CPython 3.12, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 36110a09d53259807d537172c1ca3484d4c805cc2b906dd14bcb59c91bfdd634
MD5 1ed4b587b37af9bff32692232d7ce376
BLAKE2b-256 511b01ae6f33c33a565a53772dc07b7ffac709a42cfc5cedd665e26b2686f834

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 408.1 kB
  • Tags: CPython 3.12, manylinux: glibc 2.5+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 2a8f810908e57e57982175a45a623b31380fe96973e0a5b28671f7ee6a00e674
MD5 ac5c53911f550b98e604e3791c3c5a0c
BLAKE2b-256 1445477d180cd810ac9078372dbb418f3f76193b069c611c29023204a10ead55

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp312-cp312-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 362.3 kB
  • Tags: CPython 3.12, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a432ddc7efc75f6898a0deb5758ecaf0c93e37393273499560f8faf748cfba4b
MD5 166923e156518d08124e96f70e7bf022
BLAKE2b-256 c94d8625bd6c9a1d3d2bbcd975050ae7a413b5ce2e5c586c890028e981520b75

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp312-cp312-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 374.3 kB
  • Tags: CPython 3.12, macOS 10.12+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 5d21ad4707eb3714db15e694137e21fff53e9d48595a503cdd19a707433f8481
MD5 06b241eaf740759eee9a4e7ced22038f
BLAKE2b-256 efe690d2bd6ac6cb35258d3d2b0fcb1f5592b87fedcb482161aaff8e7ea51fe6

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp312-cp312-macosx_10_12_x86_64.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp312-cp312-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp312-cp312-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
  • Upload date:
  • Size: 725.6 kB
  • Tags: CPython 3.12, macOS 10.12+ universal2 (ARM64, x86-64), macOS 10.12+ x86-64, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp312-cp312-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 24df5f02ec9a2f33da1d46f70adb5104b21d443c1a7df256a42137c633e31498
MD5 3ed5aeffb7bc3eb1b837e6f899e00fe8
BLAKE2b-256 2635726d3f57bd2c641662bd1c89107f22a493fabf8013426359138d5de398fc

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp312-cp312-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 284.7 kB
  • Tags: CPython 3.11, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 6adc694ab4964cd939151a08194fc495bfdd4744c4f527e21e40197e7a17b1ae
MD5 8646cce138a35c753058f094e0b2cb74
BLAKE2b-256 943c1dd835f06fe79537119df7dfa7ebb31e5dbff25efff93b81b0cbcb1ae2b2

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp311-cp311-win_arm64.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 289.7 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 9274681c82c22e6ddba7948f04866130a3f738880cb73f4a4261bf3f2e8de52e
MD5 9074511fb30a4df0a27295283253bba6
BLAKE2b-256 b993b55c3619f0c44098f35d2f5c9dd9fb2909798fc0c6158030a094c43310b6

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp311-cp311-win_amd64.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp311-cp311-win32.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp311-cp311-win32.whl
  • Upload date:
  • Size: 274.3 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 9e26a7df60afc99b208c3dd328b7018c9a02aa0112a57053d97dff734693a63c
MD5 e02d6514e2e91290f9f555cd8cc08eb4
BLAKE2b-256 657182f505444ff1d06e94df7f7f9a277f316e0b33578cafe2d26236915563da

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp311-cp311-win32.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp311-cp311-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 601.3 kB
  • Tags: CPython 3.11, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 af684d32786691295a2e20b3143b76532e71fd610470ab316494b7ffbd1c7d96
MD5 cb973b96c54c9d756652f6babe63b6c6
BLAKE2b-256 a3f62dd40645d68c446112d7be376ba89a0ade69bb60ddc68f1f96936c05cd65

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp311-cp311-musllinux_1_2_riscv64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp311-cp311-musllinux_1_2_riscv64.whl
  • Upload date:
  • Size: 553.1 kB
  • Tags: CPython 3.11, musllinux: musl 1.2+ riscv64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp311-cp311-musllinux_1_2_riscv64.whl
Algorithm Hash digest
SHA256 40bf01811a7154c6e9299bc4777d8b00472ece308c060a1337af7380add9f29c
MD5 bc1d56d9f6944c5435c6156f32e6ad5d
BLAKE2b-256 1962991d625e74034387589caeae78ba191609139f5f0ce5e3ac856c26220ecb

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp311-cp311-musllinux_1_2_riscv64.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp311-cp311-musllinux_1_2_ppc64le.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp311-cp311-musllinux_1_2_ppc64le.whl
  • Upload date:
  • Size: 560.5 kB
  • Tags: CPython 3.11, musllinux: musl 1.2+ ppc64le
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp311-cp311-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 e487ca9be7b9fb1ca3cfd455ec5a510e9514b102fd2278bc41dd3c2c2e49f3d4
MD5 09692bf8607bcf74c4a0b23ece8c6779
BLAKE2b-256 91b84aea5029ea659bd8ed8a9b48d1b2b00b862aa991eae3323ba81ea22fb5a3

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp311-cp311-musllinux_1_2_ppc64le.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp311-cp311-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 634.3 kB
  • Tags: CPython 3.11, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b69812ccd6e0c74c9ee5e41ab4cc1392451df7e410974e500cb772521565a542
MD5 ea12d0bce336b51514919f827f1c72ed
BLAKE2b-256 d7a5cefa0d5b07f5820672c54d2e1e381aae0cbf869ac79fcea099a42ef96cf1

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp311-cp311-musllinux_1_2_i686.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp311-cp311-musllinux_1_2_armv7l.whl
  • Upload date:
  • Size: 655.7 kB
  • Tags: CPython 3.11, musllinux: musl 1.2+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 0542aa5696541bc6721688ea6d0d5d9c81b4b1df133408e038b8743c7668088b
MD5 202b55a915cfbd926d876ab84fdd2ffb
BLAKE2b-256 5f9eca7576d6e3944ba9ffcc094300a845199471e5514a9b0e4666c16abfd331

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp311-cp311-musllinux_1_2_armv7l.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp311-cp311-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 561.4 kB
  • Tags: CPython 3.11, musllinux: musl 1.2+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c06ff2ab39704325d79677145835f5b7b076ba45bc15c0e069106e311dd664ec
MD5 31193db85dd50be028a324cbfafb1a51
BLAKE2b-256 09570f6f6630b7643d629d0ea2fe79ffeb285d6d7d902b24c2a3a2fc66ea2c5b

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp311-cp311-manylinux_2_31_riscv64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp311-cp311-manylinux_2_31_riscv64.whl
  • Upload date:
  • Size: 377.5 kB
  • Tags: CPython 3.11, manylinux: glibc 2.31+ riscv64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp311-cp311-manylinux_2_31_riscv64.whl
Algorithm Hash digest
SHA256 74633c2fcec716b0e52089170ef6a9556760a548afbfc81c73d31e5363396005
MD5 5f0ec94e8cb858a62037194245d1fbdf
BLAKE2b-256 26da931c9276db6df30368bc215d23b35918c1423606f7caa5ad29de6559fd90

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp311-cp311-manylinux_2_31_riscv64.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 388.6 kB
  • Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3b0d3a10a01d9ee2478f99b7823310af2bffb55d24830962745f95e3790183fe
MD5 db8d68a56f8563344c5b67cb872437a1
BLAKE2b-256 b00d545e32e1542e4631c8344fa53aa19555ab9984eac5eb14a5fe052988373a

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
  • Upload date:
  • Size: 357.9 kB
  • Tags: CPython 3.11, manylinux: glibc 2.17+ s390x
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 0938c3ce592080075f48585c5775e50ab54bf802886e779c4f300dd0d98547c0
MD5 4cb8f0b3936cd4872c1b97936092626f
BLAKE2b-256 d44046e3d45f810c2af2f320ba03a4621d0ed762743e603852f28889b0e28749

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
  • Upload date:
  • Size: 350.2 kB
  • Tags: CPython 3.11, manylinux: glibc 2.17+ ppc64le
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 9f84e235a5141045b8dafe02559d62ba4a58dbe278c4a1ffcff0e709857cb190
MD5 ea5e4aeccd98a8aa55bf5d3f1311cfa0
BLAKE2b-256 158fc62782313421b3870ccb5424ea090c5076707043e4608cea17667281877b

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp311-cp311-manylinux_2_17_ppc64.manylinux2014_ppc64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp311-cp311-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
  • Upload date:
  • Size: 349.8 kB
  • Tags: CPython 3.11, manylinux: glibc 2.17+ ppc64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp311-cp311-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 9bf3b984f6c3ca0875f63c7a64ad6bd2093c8d0ef8cbba5b5be4f4b471399d58
MD5 8a1aabb616bc8e394dd951e07b9c6da3
BLAKE2b-256 0ef75ebe7b54c43771e3496401414b428b7909b74f87d989878b7c4938fc5b61

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp311-cp311-manylinux_2_17_ppc64.manylinux2014_ppc64.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
  • Upload date:
  • Size: 330.3 kB
  • Tags: CPython 3.11, manylinux: glibc 2.17+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 02d40d7659f567db6efa5914cb93b684e815fd8ac44735fd5606aa73226d4070
MD5 b4f8aae312d85277991fe1197aab7d3c
BLAKE2b-256 85d8ea0c7c361d2b63bda1551943b7e0b510af96f8a37c785558bb38c000dc92

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 383.1 kB
  • Tags: CPython 3.11, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8e0ecfefdfd2396320f2d2d2f91932b038d0f00d94e3029d73ed401bec7d19d6
MD5 13bcc061a49fe511003089d456a55231
BLAKE2b-256 addf94e5c4fd718b53413e18c59c1b823134db73d631db747c7d8342c1446aad

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 409.2 kB
  • Tags: CPython 3.11, manylinux: glibc 2.5+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 1cd826f0a47f3ca6fd2d0e826c60038a9454775c5cf3f60bc8d14fef800e2106
MD5 d06955a3d554054ed7c16d17bb3be1bf
BLAKE2b-256 78f5dda6de3e0469c1575f1947233c237380c485cbaf147878b370a4e1cde60d

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp311-cp311-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 363.8 kB
  • Tags: CPython 3.11, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 adc6eda22f65dab88f877f91173f186158bd81fd3455b9da645508415a27e9cf
MD5 64f18c16d12a1ff167f282c97a882f8c
BLAKE2b-256 cfe1086859b7bfb29dc79961429e69e4c5fa9651d3fad9d18cb85a80247a5770

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp311-cp311-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 374.4 kB
  • Tags: CPython 3.11, macOS 10.12+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 9d052a69f6b12976c8655caf9f03c2045da606de80deafc53e84ecb986d7324c
MD5 d16673097c7aa7bc474ab062f5118ae6
BLAKE2b-256 33b12c20bf14cf25ed32281a1202ad4415246f42bdf5536b581a566e48bda097

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp311-cp311-macosx_10_12_x86_64.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp311-cp311-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp311-cp311-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
  • Upload date:
  • Size: 727.0 kB
  • Tags: CPython 3.11, macOS 10.12+ universal2 (ARM64, x86-64), macOS 10.12+ x86-64, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp311-cp311-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 7a57819478826cabbd3adf4eb6eff460051c2115f7eea578866045b9597b03a3
MD5 df487d7454cd21be3bdec5a40728020b
BLAKE2b-256 828895f3d56b565a2c65c92837673d58f418c5d3a882a381b9f46db0da22643d

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp311-cp311-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp310-cp310-win_arm64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp310-cp310-win_arm64.whl
  • Upload date:
  • Size: 285.1 kB
  • Tags: CPython 3.10, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 e8c5cc7bae76463d3e0b5d2e8bc1356be8d6e750c66b66a08df791151282c57c
MD5 4c38c43259a6909f1cc8411154bdada2
BLAKE2b-256 e924732308d556f232dd79845027bc74289a981774f98f4c4c045068b42bf00b

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp310-cp310-win_arm64.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 290.1 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 7b8be3380845456f226269021571f22459c29f3ba22af32fb56be6245f0c20ed
MD5 b2d93ac2153d7a69fb58925586c4b3b1
BLAKE2b-256 156fe8add25af526c2ec1ed3c7297a303543521a6637d6461a8e81edaf11ca6e

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp310-cp310-win_amd64.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp310-cp310-win32.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp310-cp310-win32.whl
  • Upload date:
  • Size: 274.7 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 6b980ada363e855345be259f31c0967bb1eeae6b34d093fded16c8b4ddeecd75
MD5 b4ea132e5f0cc23c07cb7acc40d665c5
BLAKE2b-256 7668cad62e16f1168245bd0afd48189547dbe8cc0c263221731f732c5e314953

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp310-cp310-win32.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp310-cp310-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 601.5 kB
  • Tags: CPython 3.10, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1831d7bb4d2e6bdc39f1a249aceff04cb292a746ef29fcb5f7b84bffd2f6e424
MD5 87a50023c807b44ec4bec5c58c74db9d
BLAKE2b-256 04e94c7ac6d9c2b4d0e67bc634169d03308cb9e5f5a152f3ee53c29b17231600

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp310-cp310-musllinux_1_2_riscv64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp310-cp310-musllinux_1_2_riscv64.whl
  • Upload date:
  • Size: 553.5 kB
  • Tags: CPython 3.10, musllinux: musl 1.2+ riscv64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp310-cp310-musllinux_1_2_riscv64.whl
Algorithm Hash digest
SHA256 33b31063fbf9a6d06b9fb869b457cd74b9b3447fbcde7a21e336205be1e4477b
MD5 d6078eb28bba35c8fc2535d063f61594
BLAKE2b-256 76ea002131fdeafab9a354fcb3053ec61a3b8e2d05a8f98a71560ebaf15810bf

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp310-cp310-musllinux_1_2_riscv64.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp310-cp310-musllinux_1_2_ppc64le.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp310-cp310-musllinux_1_2_ppc64le.whl
  • Upload date:
  • Size: 560.9 kB
  • Tags: CPython 3.10, musllinux: musl 1.2+ ppc64le
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp310-cp310-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 2290777eebf594dec4a3a7cfaeae1e66b7a5b291c865f6bae5e8760960330155
MD5 8741d98d5d254daa29b3bc2ebe4836b5
BLAKE2b-256 0f6a0924a6c94627b34378c634a6b349b095fb88a51110d9667a5e543a4432ca

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp310-cp310-musllinux_1_2_ppc64le.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp310-cp310-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 634.5 kB
  • Tags: CPython 3.10, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 dc5710422f7c6eebf69135daab8113dd739c9003a45273be343fdc796abe5e0e
MD5 c4bd70b96914a699ec2b2b700cc20852
BLAKE2b-256 a5603bf87951384badc6503ae7187ae5fec49268537c69550ba5612dfd45f823

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp310-cp310-musllinux_1_2_i686.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp310-cp310-musllinux_1_2_armv7l.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp310-cp310-musllinux_1_2_armv7l.whl
  • Upload date:
  • Size: 656.4 kB
  • Tags: CPython 3.10, musllinux: musl 1.2+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 700c476365cd5746cc0482591fb3215465dd24bdfbebffd52533b84cc5e8db44
MD5 0070888c44c7962a1859c4f1eaa06287
BLAKE2b-256 20a5dd25e233ba0189484a56e6dccacc5f73c9fdb40a115b2b5c5d56cb56a8ca

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp310-cp310-musllinux_1_2_armv7l.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp310-cp310-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 561.7 kB
  • Tags: CPython 3.10, musllinux: musl 1.2+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 81cd0e52226c05b35405cd759eadd02e061a73ec0bd2d3debf04be02cf4025c3
MD5 20f1b5e555b335cbe8a82425fb2c9b07
BLAKE2b-256 3f0f1779e34a9694febdd85b871a4d402aa36980c63fcec44bb7ff6de164283c

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp310-cp310-manylinux_2_31_riscv64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp310-cp310-manylinux_2_31_riscv64.whl
  • Upload date:
  • Size: 377.8 kB
  • Tags: CPython 3.10, manylinux: glibc 2.31+ riscv64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp310-cp310-manylinux_2_31_riscv64.whl
Algorithm Hash digest
SHA256 ff229bafb8be5cfd64248b7630d0a79a9d717e4ff18ab49a1eb33220ba718c7c
MD5 34547316bd815e8528ae7723b2d30e4b
BLAKE2b-256 a3f70b3618ba74fa1f19bdc99383aba1f4caa482f593c178b5501c64e14bd1f3

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp310-cp310-manylinux_2_31_riscv64.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 388.9 kB
  • Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 beda3590b8730f1e9d30c2d24626e97ed19a5adddb55f6d47757dd614f0cdfda
MD5 90a23a0b417051ec850b1f77f31a6736
BLAKE2b-256 1935320c9108ba00e7701806825c20da8cb7bb9aeb23c3427894c5c330f052c3

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
  • Upload date:
  • Size: 358.1 kB
  • Tags: CPython 3.10, manylinux: glibc 2.17+ s390x
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 49654c1ea8f20a6ff424fc7ff5f2e37ebde52a98a4e3c9e5bfebbd6d5db634ce
MD5 75842435036efaf09c38d385294ba6b1
BLAKE2b-256 ef506859588d25f8ff41c4c167da17b2ad44746b20dbec84cb61e3c1841b94d5

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
  • Upload date:
  • Size: 350.5 kB
  • Tags: CPython 3.10, manylinux: glibc 2.17+ ppc64le
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 5068ff51e3a3e66a35aa8e64490048384047866a2e2e2d43bf40ddbf52753356
MD5 c85be2238b25f9c96521b9f6a37049cd
BLAKE2b-256 0040aafe5b353ede472f55ac60de2a036455f06a8fa9abc1b26539e4630ae18b

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp310-cp310-manylinux_2_17_ppc64.manylinux2014_ppc64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp310-cp310-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
  • Upload date:
  • Size: 350.1 kB
  • Tags: CPython 3.10, manylinux: glibc 2.17+ ppc64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp310-cp310-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 7d3e6fb61a68cc647629d3d64a35de16a47bf4ab74021fe8a5215bd357c3b7c3
MD5 eaa65d0c9518b865f158bed4f51bfec5
BLAKE2b-256 a1a9259886f0f6b7ac99593451060f5aba167248a55948bba9d051ae3d3af805

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp310-cp310-manylinux_2_17_ppc64.manylinux2014_ppc64.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
  • Upload date:
  • Size: 330.9 kB
  • Tags: CPython 3.10, manylinux: glibc 2.17+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 7dad14900645d47eb0562e294c0e612ce188aa7a35d0bd0ae4430281fb178e53
MD5 52cdb5f3077aa0c64c53621f26e50534
BLAKE2b-256 ef016dadfa3cae8307ac0e93c3a00807cb3e4c89b8bc2e4d632f299cb7ce1515

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 383.5 kB
  • Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f826a6b544bdb31cddd1203dd24fcaed24dc5dafff8c075a5c534ec006ddcc83
MD5 8e274da133d9de14347368eca97c646f
BLAKE2b-256 e931579be604280424bcbb46561494d463d773617fcb79dd5e2b763851455edf

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 409.4 kB
  • Tags: CPython 3.10, manylinux: glibc 2.5+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 e8df8e39fb8458efa15d3b0b196a36195bfcc8a778e8d2b08d48e7c5510afefb
MD5 7340bc316dfec24ab7e4cf8411cd1390
BLAKE2b-256 ffafc00ea103aee26c12ca62fe84ab0212fcfd410353ef014f9c10e866809fa5

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp310-cp310-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 364.2 kB
  • Tags: CPython 3.10, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f457f5e00900f79ffb4f9b8f661211e65c76f877ee44772fedd9207c06f1b8cf
MD5 9185a8589ef9c514c04fa25c75e6e5ce
BLAKE2b-256 f2c2baeaa051d410d029e8a537b6cfca47748c97781b16e3a6cb74d8ff27bb57

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp310-cp310-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 374.6 kB
  • Tags: CPython 3.10, macOS 10.12+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d91a65f3cc86e8981e7bc2769c79f3b4a748948bdc72c88653a7a8a4019d9d95
MD5 0dd70fcd398bf2bc71e85701fc51f08d
BLAKE2b-256 e60ffc55b6ec5306c7b8a587e474485ca5557eecdf28d635ead7bf59fb6623b2

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp310-cp310-macosx_10_12_x86_64.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uuid7_rs-0.0.10-cp310-cp310-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl.

File metadata

  • Download URL: uuid7_rs-0.0.10-cp310-cp310-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
  • Upload date:
  • Size: 727.7 kB
  • Tags: CPython 3.10, macOS 10.12+ universal2 (ARM64, x86-64), macOS 10.12+ x86-64, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10-cp310-cp310-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 9d2f223e528f291d6734430b2aa51385b54baeb478b6d4f1456b26be427e337e
MD5 ba321b8178cec91bf6f9a104f858707d
BLAKE2b-256 c29070b6bc32fd1fb7a74c222dcb1ea5cf02b48e2cd99854b86ac11a50f7096d

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10-cp310-cp310-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl:

Publisher: ci.yaml on lava-sh/uuid7-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page