Skip to main content

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')

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.11.tar.gz (34.0 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.11-pp311-pypy311_pp73-win_amd64.whl (289.9 kB view details)

Uploaded PyPyWindows x86-64

uuid7_rs-0.0.11-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (601.8 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

uuid7_rs-0.0.11-pp311-pypy311_pp73-musllinux_1_2_riscv64.whl (556.1 kB view details)

Uploaded PyPymusllinux: musl 1.2+ riscv64

uuid7_rs-0.0.11-pp311-pypy311_pp73-musllinux_1_2_ppc64le.whl (560.9 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ppc64le

uuid7_rs-0.0.11-pp311-pypy311_pp73-musllinux_1_2_i686.whl (634.4 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

uuid7_rs-0.0.11-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl (659.5 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

uuid7_rs-0.0.11-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl (562.4 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

uuid7_rs-0.0.11-pp311-pypy311_pp73-manylinux_2_31_riscv64.whl (379.5 kB view details)

Uploaded PyPymanylinux: glibc 2.31+ riscv64

uuid7_rs-0.0.11-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (389.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

uuid7_rs-0.0.11-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (359.1 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

uuid7_rs-0.0.11-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (350.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

uuid7_rs-0.0.11-pp311-pypy311_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl (350.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64

uuid7_rs-0.0.11-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (331.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

uuid7_rs-0.0.11-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (383.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

uuid7_rs-0.0.11-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl (409.6 kB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

uuid7_rs-0.0.11-pp311-pypy311_pp73-macosx_11_0_arm64.whl (362.9 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

uuid7_rs-0.0.11-pp311-pypy311_pp73-macosx_10_12_x86_64.whl (373.2 kB view details)

Uploaded PyPymacOS 10.12+ x86-64

uuid7_rs-0.0.11-pp311-pypy311_pp73-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl (724.7 kB view details)

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

uuid7_rs-0.0.11-cp315-cp315-win_arm64.whl (283.3 kB view details)

Uploaded CPython 3.15Windows ARM64

uuid7_rs-0.0.11-cp315-cp315-win_amd64.whl (288.8 kB view details)

Uploaded CPython 3.15Windows x86-64

uuid7_rs-0.0.11-cp315-cp315-win32.whl (273.9 kB view details)

Uploaded CPython 3.15Windows x86

uuid7_rs-0.0.11-cp315-cp315-musllinux_1_2_x86_64.whl (601.5 kB view details)

Uploaded CPython 3.15musllinux: musl 1.2+ x86-64

uuid7_rs-0.0.11-cp315-cp315-musllinux_1_2_riscv64.whl (555.8 kB view details)

Uploaded CPython 3.15musllinux: musl 1.2+ riscv64

uuid7_rs-0.0.11-cp315-cp315-musllinux_1_2_ppc64le.whl (560.3 kB view details)

Uploaded CPython 3.15musllinux: musl 1.2+ ppc64le

uuid7_rs-0.0.11-cp315-cp315-musllinux_1_2_i686.whl (633.5 kB view details)

Uploaded CPython 3.15musllinux: musl 1.2+ i686

uuid7_rs-0.0.11-cp315-cp315-musllinux_1_2_armv7l.whl (658.3 kB view details)

Uploaded CPython 3.15musllinux: musl 1.2+ ARMv7l

uuid7_rs-0.0.11-cp315-cp315-musllinux_1_2_aarch64.whl (562.0 kB view details)

Uploaded CPython 3.15musllinux: musl 1.2+ ARM64

uuid7_rs-0.0.11-cp315-cp315-manylinux_2_31_riscv64.whl (379.3 kB view details)

Uploaded CPython 3.15manylinux: glibc 2.31+ riscv64

uuid7_rs-0.0.11-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (388.8 kB view details)

Uploaded CPython 3.15manylinux: glibc 2.17+ x86-64

uuid7_rs-0.0.11-cp315-cp315-manylinux_2_17_s390x.manylinux2014_s390x.whl (359.2 kB view details)

Uploaded CPython 3.15manylinux: glibc 2.17+ s390x

uuid7_rs-0.0.11-cp315-cp315-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (350.3 kB view details)

Uploaded CPython 3.15manylinux: glibc 2.17+ ppc64le

uuid7_rs-0.0.11-cp315-cp315-manylinux_2_17_ppc64.manylinux2014_ppc64.whl (350.2 kB view details)

Uploaded CPython 3.15manylinux: glibc 2.17+ ppc64

uuid7_rs-0.0.11-cp315-cp315-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (330.2 kB view details)

Uploaded CPython 3.15manylinux: glibc 2.17+ ARMv7l

uuid7_rs-0.0.11-cp315-cp315-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (383.2 kB view details)

Uploaded CPython 3.15manylinux: glibc 2.17+ ARM64

uuid7_rs-0.0.11-cp315-cp315-manylinux_2_5_i686.manylinux1_i686.whl (407.9 kB view details)

Uploaded CPython 3.15manylinux: glibc 2.5+ i686

uuid7_rs-0.0.11-cp315-cp315-macosx_11_0_arm64.whl (360.4 kB view details)

Uploaded CPython 3.15macOS 11.0+ ARM64

uuid7_rs-0.0.11-cp315-cp315-macosx_10_12_x86_64.whl (372.6 kB view details)

Uploaded CPython 3.15macOS 10.12+ x86-64

uuid7_rs-0.0.11-cp315-cp315-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl (722.0 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.11-cp314-cp314-win_arm64.whl (283.3 kB view details)

Uploaded CPython 3.14Windows ARM64

uuid7_rs-0.0.11-cp314-cp314-win_amd64.whl (288.8 kB view details)

Uploaded CPython 3.14Windows x86-64

uuid7_rs-0.0.11-cp314-cp314-win32.whl (273.9 kB view details)

Uploaded CPython 3.14Windows x86

uuid7_rs-0.0.11-cp314-cp314-pyemscripten_2026_0_wasm32.whl (186.5 kB view details)

Uploaded CPython 3.14PyEmscripten 2026.0 wasm32

uuid7_rs-0.0.11-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.11-cp314-cp314-musllinux_1_2_riscv64.whl (555.7 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ riscv64

uuid7_rs-0.0.11-cp314-cp314-musllinux_1_2_ppc64le.whl (560.1 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ppc64le

uuid7_rs-0.0.11-cp314-cp314-musllinux_1_2_i686.whl (633.4 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ i686

uuid7_rs-0.0.11-cp314-cp314-musllinux_1_2_armv7l.whl (658.3 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARMv7l

uuid7_rs-0.0.11-cp314-cp314-musllinux_1_2_aarch64.whl (561.9 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

uuid7_rs-0.0.11-cp314-cp314-manylinux_2_31_riscv64.whl (379.2 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.31+ riscv64

uuid7_rs-0.0.11-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (388.7 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

uuid7_rs-0.0.11-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl (359.1 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ s390x

uuid7_rs-0.0.11-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (350.2 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ppc64le

uuid7_rs-0.0.11-cp314-cp314-manylinux_2_17_ppc64.manylinux2014_ppc64.whl (350.1 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ppc64

uuid7_rs-0.0.11-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (330.1 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARMv7l

uuid7_rs-0.0.11-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (383.0 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

uuid7_rs-0.0.11-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl (407.9 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.5+ i686

uuid7_rs-0.0.11-cp314-cp314-macosx_11_0_arm64.whl (360.3 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

uuid7_rs-0.0.11-cp314-cp314-macosx_10_12_x86_64.whl (372.5 kB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

uuid7_rs-0.0.11-cp314-cp314-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl (721.9 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.11-cp313-cp313-win_arm64.whl (285.2 kB view details)

Uploaded CPython 3.13Windows ARM64

uuid7_rs-0.0.11-cp313-cp313-win_amd64.whl (291.3 kB view details)

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

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

Uploaded CPython 3.13PyEmscripten 2025.0 wasm32

uuid7_rs-0.0.11-cp313-cp313-musllinux_1_2_x86_64.whl (602.8 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

uuid7_rs-0.0.11-cp313-cp313-musllinux_1_2_riscv64.whl (557.6 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ riscv64

uuid7_rs-0.0.11-cp313-cp313-musllinux_1_2_ppc64le.whl (561.3 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ppc64le

uuid7_rs-0.0.11-cp313-cp313-musllinux_1_2_i686.whl (632.9 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

uuid7_rs-0.0.11-cp313-cp313-musllinux_1_2_armv7l.whl (657.6 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

uuid7_rs-0.0.11-cp313-cp313-musllinux_1_2_aarch64.whl (562.7 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

uuid7_rs-0.0.11-cp313-cp313-manylinux_2_31_riscv64.whl (381.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.31+ riscv64

uuid7_rs-0.0.11-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (390.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

uuid7_rs-0.0.11-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (359.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

uuid7_rs-0.0.11-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (351.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

uuid7_rs-0.0.11-cp313-cp313-manylinux_2_17_ppc64.manylinux2014_ppc64.whl (351.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64

uuid7_rs-0.0.11-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.11-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (384.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

uuid7_rs-0.0.11-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl (407.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.5+ i686

uuid7_rs-0.0.11-cp313-cp313-macosx_11_0_arm64.whl (360.0 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

uuid7_rs-0.0.11-cp313-cp313-macosx_10_12_x86_64.whl (372.3 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

uuid7_rs-0.0.11-cp313-cp313-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl (721.7 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.11-cp312-cp312-win_arm64.whl (284.9 kB view details)

Uploaded CPython 3.12Windows ARM64

uuid7_rs-0.0.11-cp312-cp312-win_amd64.whl (291.2 kB view details)

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

uuid7_rs-0.0.11-cp312-cp312-musllinux_1_2_x86_64.whl (602.6 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

uuid7_rs-0.0.11-cp312-cp312-musllinux_1_2_riscv64.whl (557.3 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ riscv64

uuid7_rs-0.0.11-cp312-cp312-musllinux_1_2_ppc64le.whl (561.2 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ppc64le

uuid7_rs-0.0.11-cp312-cp312-musllinux_1_2_i686.whl (632.9 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

uuid7_rs-0.0.11-cp312-cp312-musllinux_1_2_armv7l.whl (657.6 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

uuid7_rs-0.0.11-cp312-cp312-musllinux_1_2_aarch64.whl (562.5 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

uuid7_rs-0.0.11-cp312-cp312-manylinux_2_31_riscv64.whl (380.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.31+ riscv64

uuid7_rs-0.0.11-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (390.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

uuid7_rs-0.0.11-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (359.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

uuid7_rs-0.0.11-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.11-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.11-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (329.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

uuid7_rs-0.0.11-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (384.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

uuid7_rs-0.0.11-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (407.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

uuid7_rs-0.0.11-cp312-cp312-macosx_11_0_arm64.whl (359.9 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

uuid7_rs-0.0.11-cp312-cp312-macosx_10_12_x86_64.whl (372.1 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

uuid7_rs-0.0.11-cp312-cp312-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl (721.5 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.11-cp311-cp311-win_arm64.whl (283.7 kB view details)

Uploaded CPython 3.11Windows ARM64

uuid7_rs-0.0.11-cp311-cp311-win_amd64.whl (289.0 kB view details)

Uploaded CPython 3.11Windows x86-64

uuid7_rs-0.0.11-cp311-cp311-win32.whl (274.2 kB view details)

Uploaded CPython 3.11Windows x86

uuid7_rs-0.0.11-cp311-cp311-musllinux_1_2_x86_64.whl (601.2 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

uuid7_rs-0.0.11-cp311-cp311-musllinux_1_2_riscv64.whl (555.6 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ riscv64

uuid7_rs-0.0.11-cp311-cp311-musllinux_1_2_ppc64le.whl (560.0 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ppc64le

uuid7_rs-0.0.11-cp311-cp311-musllinux_1_2_i686.whl (633.6 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

uuid7_rs-0.0.11-cp311-cp311-musllinux_1_2_armv7l.whl (658.3 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

uuid7_rs-0.0.11-cp311-cp311-musllinux_1_2_aarch64.whl (561.6 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

uuid7_rs-0.0.11-cp311-cp311-manylinux_2_31_riscv64.whl (378.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.31+ riscv64

uuid7_rs-0.0.11-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (388.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

uuid7_rs-0.0.11-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (358.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

uuid7_rs-0.0.11-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (350.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

uuid7_rs-0.0.11-cp311-cp311-manylinux_2_17_ppc64.manylinux2014_ppc64.whl (349.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64

uuid7_rs-0.0.11-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (330.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

uuid7_rs-0.0.11-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (382.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

uuid7_rs-0.0.11-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (408.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

uuid7_rs-0.0.11-cp311-cp311-macosx_11_0_arm64.whl (361.5 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

uuid7_rs-0.0.11-cp311-cp311-macosx_10_12_x86_64.whl (372.2 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

uuid7_rs-0.0.11-cp311-cp311-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl (722.4 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.11-cp310-cp310-win_arm64.whl (284.2 kB view details)

Uploaded CPython 3.10Windows ARM64

uuid7_rs-0.0.11-cp310-cp310-win_amd64.whl (289.4 kB view details)

Uploaded CPython 3.10Windows x86-64

uuid7_rs-0.0.11-cp310-cp310-win32.whl (274.6 kB view details)

Uploaded CPython 3.10Windows x86

uuid7_rs-0.0.11-cp310-cp310-musllinux_1_2_x86_64.whl (601.4 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

uuid7_rs-0.0.11-cp310-cp310-musllinux_1_2_riscv64.whl (555.8 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ riscv64

uuid7_rs-0.0.11-cp310-cp310-musllinux_1_2_ppc64le.whl (560.4 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ppc64le

uuid7_rs-0.0.11-cp310-cp310-musllinux_1_2_i686.whl (633.8 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

uuid7_rs-0.0.11-cp310-cp310-musllinux_1_2_armv7l.whl (659.0 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

uuid7_rs-0.0.11-cp310-cp310-musllinux_1_2_aarch64.whl (561.9 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

uuid7_rs-0.0.11-cp310-cp310-manylinux_2_31_riscv64.whl (379.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.31+ riscv64

uuid7_rs-0.0.11-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (388.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

uuid7_rs-0.0.11-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (358.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

uuid7_rs-0.0.11-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (350.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

uuid7_rs-0.0.11-cp310-cp310-manylinux_2_17_ppc64.manylinux2014_ppc64.whl (350.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64

uuid7_rs-0.0.11-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (331.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

uuid7_rs-0.0.11-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (383.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

uuid7_rs-0.0.11-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (408.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

uuid7_rs-0.0.11-cp310-cp310-macosx_11_0_arm64.whl (361.9 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

uuid7_rs-0.0.11-cp310-cp310-macosx_10_12_x86_64.whl (372.5 kB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

uuid7_rs-0.0.11-cp310-cp310-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl (723.0 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.11.tar.gz.

File metadata

  • Download URL: uuid7_rs-0.0.11.tar.gz
  • Upload date:
  • Size: 34.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11.tar.gz
Algorithm Hash digest
SHA256 6b7121ee8a7c165089bfd684848ec6658215b1ac4a57f5a0610775926f5c4828
MD5 a8ee198b79a1a794e6b50329421f8ed6
BLAKE2b-256 406798aa5cac911f6fdeff4a9f47eb59f1150f7aef5d1b7db8cca63b9ed0dbd1

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11.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.11-pp311-pypy311_pp73-win_amd64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-pp311-pypy311_pp73-win_amd64.whl
  • Upload date:
  • Size: 289.9 kB
  • Tags: PyPy, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-pp311-pypy311_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 5cbb52ebc202aaa00a08438fedbae66ac565438631c03fd54c46a4ec132c741a
MD5 9c53c02603f08b75d1d31127260f41b9
BLAKE2b-256 7aa10a8f6106079fb02ba85654ba8958e95a3d90f6cafe9b0d2c02cf4faeddbd

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 601.8 kB
  • Tags: PyPy, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 125e7b930d60a0fd01578f4de3406e72dae9d09aaf85673a2de4a9c7947826bd
MD5 2afc28b60007b43ffd1fb760db83841e
BLAKE2b-256 93c9f9fef6e88b22f52522742eaf9ff50cabca704408b4ad98aaf43a6b8621a3

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-pp311-pypy311_pp73-musllinux_1_2_riscv64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-pp311-pypy311_pp73-musllinux_1_2_riscv64.whl
  • Upload date:
  • Size: 556.1 kB
  • Tags: PyPy, musllinux: musl 1.2+ riscv64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-pp311-pypy311_pp73-musllinux_1_2_riscv64.whl
Algorithm Hash digest
SHA256 ce639e1209ab093a65448187d23809b0b383d39908ba1a6fc3f42b1febb31335
MD5 4389efed77dbf0e047aaa9c0dbd6ad07
BLAKE2b-256 9c48b6ba6544914cd6f2a2ba7307b03e372711209cddb131087e94f69d619540

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-pp311-pypy311_pp73-musllinux_1_2_ppc64le.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-pp311-pypy311_pp73-musllinux_1_2_ppc64le.whl
  • Upload date:
  • Size: 560.9 kB
  • Tags: PyPy, musllinux: musl 1.2+ ppc64le
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-pp311-pypy311_pp73-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 9e3a2e3ebb4654a7fe03e827b6a740bfdde75d74c0de36fab0226714c67c9437
MD5 e9d17e6e4f0c7aa6f34dcd297035867c
BLAKE2b-256 5b248370d4dd3c5f5fb6d430ae444a7e59e7054236e0a37e8eb840c8cb7e5f5f

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-pp311-pypy311_pp73-musllinux_1_2_i686.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-pp311-pypy311_pp73-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 634.4 kB
  • Tags: PyPy, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c1ec5c429795dd95227585c0d76913d2ef254e00cdc892f8b040ef35987aa20f
MD5 fa044df5a214dad730d3454e8c5bf127
BLAKE2b-256 007c7ac348c1e3d6ebb291fa9f4e66febd473296573d7755871c37f6b1d71414

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
  • Upload date:
  • Size: 659.5 kB
  • Tags: PyPy, musllinux: musl 1.2+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 c692a5c46122f8fed5d9421f2c1519cc9abb793a5b7f8280f20291bb92bac2b2
MD5 cc1f38ce9b6378792be1dd43ab7e32e5
BLAKE2b-256 6c272a47f930507ca35eedfc6193976f151f5c7c5d6601f964d45d8a7d130dbd

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 562.4 kB
  • Tags: PyPy, musllinux: musl 1.2+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c0f3788884c01d98c24e5cdc21f68ad68bc06d369674bc24c636107ff5644bc9
MD5 a2165eb1346a3fb1aed380760995c1b4
BLAKE2b-256 15b51dcbfde6e75bda86b97617585b73526b6bcddceb36ec8126eeae3eca5fff

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-pp311-pypy311_pp73-manylinux_2_31_riscv64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-pp311-pypy311_pp73-manylinux_2_31_riscv64.whl
  • Upload date:
  • Size: 379.5 kB
  • Tags: PyPy, manylinux: glibc 2.31+ riscv64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-pp311-pypy311_pp73-manylinux_2_31_riscv64.whl
Algorithm Hash digest
SHA256 53074ed4e59d010027c48c289ed00e5b9e84e35da1479ac3b81f46bd67600e2d
MD5 6f16b87cc0c21e6edbca6658379856a6
BLAKE2b-256 8879911a4b86b6a91892dfaec6f4c928b2f1bd498d3a6a195da7c757d81c4599

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 389.0 kB
  • Tags: PyPy, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 099bceecf08f8eba55921502c498ff29976c32dc2c05cab49432043219e5de03
MD5 4463582c6c5adf83c1273622d8ac21c3
BLAKE2b-256 4bda4d4da36fd7fe570de74870b51049d84ee7cb0ebe8bc24cbbf91c4799a39c

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
  • Upload date:
  • Size: 359.1 kB
  • Tags: PyPy, manylinux: glibc 2.17+ s390x
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 1c8d48694f3e82ac3aecac7836fc256e5d4477dba957ff6990f052dee1a08106
MD5 f91de78756c8f03cfc6c58981cac7b9a
BLAKE2b-256 41d814934fba00719840035e00de61f1a01e36bd47ff6b5ed771ee521cf132cb

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
  • Upload date:
  • Size: 350.7 kB
  • Tags: PyPy, manylinux: glibc 2.17+ ppc64le
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 3c2e8ca7c26a0963c4c05a92313b83de87be2a012c8ac15a1247b72ab24d6ba3
MD5 462bdd878286be2d24bfb98c12912dee
BLAKE2b-256 98de6518b46f60aa34a7793e2a5b0cbc77ea6055f69a5cd09775c8116069a15f

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-pp311-pypy311_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-pp311-pypy311_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
  • Upload date:
  • Size: 350.9 kB
  • Tags: PyPy, manylinux: glibc 2.17+ ppc64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-pp311-pypy311_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 d5af03c586a6370979ceed1d9c329f9e8fa56ea996c85e1c996f1e2d88b7200d
MD5 59bdecf59ba78a7ae1804f6386f275c5
BLAKE2b-256 8c91d1100a1ee4d5f9cde75de72a5a04fdc9409ec68cd97e6d6fd541dec2598f

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
  • Upload date:
  • Size: 331.3 kB
  • Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ff5e0f2282e343fd943859b801dd69779dd3a85cf9c3196539ca538dd7b5b941
MD5 f755ed9f02dc17fa6b311ff1261f8adb
BLAKE2b-256 c7cd6b10588c0f859363c9ffd2a94eeb18989319a86a534b90e70c847baf3c1f

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 383.8 kB
  • Tags: PyPy, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0f99c35c855894ebb4d65c6a9f629c4b46416437bfb6886c5adcc124a6d3ea93
MD5 e6de6f19e0fbdf61fb19bff6a12a50b7
BLAKE2b-256 3d1a00ba6923481b9824da0239916be552b1adf27abf9be93eddbcc130213b43

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 409.6 kB
  • Tags: PyPy, manylinux: glibc 2.5+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 3ab503ecc241d6222ad2d57fb78e36eb3d6b41211b289ff453205d57ec3b27ae
MD5 e57e94da52d96aa22cf7d2b28dbd2234
BLAKE2b-256 cd3dd726191254bcbbcbcca1b389cbc0145fd52d7fef3818f6f67c8dfba42bba

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-pp311-pypy311_pp73-macosx_11_0_arm64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-pp311-pypy311_pp73-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 362.9 kB
  • Tags: PyPy, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-pp311-pypy311_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3f8ac23422a280f586321bf7b00bb94c932e4e5ffb8b21878d443bc87037410c
MD5 7a962891ac9236e90b419696ee6191aa
BLAKE2b-256 89e84d14f8b361ec914079f035556bfb1cdf0990432d084716f49ecdfc3d9caa

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-pp311-pypy311_pp73-macosx_10_12_x86_64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-pp311-pypy311_pp73-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 373.2 kB
  • Tags: PyPy, macOS 10.12+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-pp311-pypy311_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 625a44cf3a060bbc9da1e723af92203768a7b585fbbc1b9d98c3a70330e9eee6
MD5 16262a71b574ed18e3eb11482144d549
BLAKE2b-256 e8bea436b73e6a1c7135e6a3199359faaae702a1a614a4a12755467926860323

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-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.11-pp311-pypy311_pp73-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
  • Upload date:
  • Size: 724.7 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.27 {"installer":{"name":"uv","version":"0.11.27","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.11-pp311-pypy311_pp73-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 501be196c5f982aab172cd4af298ee770b447a84b14534961604268fe420f179
MD5 c7ea903f88b8b5bbee7deb74ea89d874
BLAKE2b-256 e38b0ea598a6c370f354b022a8aac97dd50240ca69a0e13fc234e89430fbd4cf

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp315-cp315-win_arm64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp315-cp315-win_arm64.whl
  • Upload date:
  • Size: 283.3 kB
  • Tags: CPython 3.15, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp315-cp315-win_arm64.whl
Algorithm Hash digest
SHA256 c98c2a73dc13d26f24d5c1f4a1869e341aac823c05dd9000fd9c1c5df6c845d5
MD5 bf24bc9cceb22ccf265dcb73358af34a
BLAKE2b-256 b7d50351a61c42ac768ba46cd2dad86cd075ac33f72042336fa1731b83ac295e

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp315-cp315-win_amd64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp315-cp315-win_amd64.whl
  • Upload date:
  • Size: 288.8 kB
  • Tags: CPython 3.15, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp315-cp315-win_amd64.whl
Algorithm Hash digest
SHA256 cf9e56e7ae8876ebaabb1bd7049389c101125bc8798e136ae4d50f6bf0c8ed5a
MD5 5737f51bb073f6a615c5260bc41441fa
BLAKE2b-256 a2ddf08b5aa4085ee426896f4fe814f9bb9262efe878aed7736212c6e304113a

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp315-cp315-win32.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp315-cp315-win32.whl
  • Upload date:
  • Size: 273.9 kB
  • Tags: CPython 3.15, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp315-cp315-win32.whl
Algorithm Hash digest
SHA256 e63e6bbe0d230294952df0f418807579d9b2335c828c36b4a3ae41ae7e944e5b
MD5 e49fdd3edb1c61325180ade8355440eb
BLAKE2b-256 b43d24bdb5289d4d56802fa3476f6f4b0b499b5b4c0b4b4b55a98f5a46ad8c31

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp315-cp315-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp315-cp315-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 601.5 kB
  • Tags: CPython 3.15, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp315-cp315-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ed19ef2c135fec0e6549e192ac785950b3920c5d4f57b2be9be7c8118b125ec8
MD5 9168ccaaaed1763d6af5c0c0e61dade2
BLAKE2b-256 4c7ae5f2d0efc1ddeb2c50d713a45a8b005f2cca1eaa0faa615e62c4d57e5b8c

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp315-cp315-musllinux_1_2_riscv64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp315-cp315-musllinux_1_2_riscv64.whl
  • Upload date:
  • Size: 555.8 kB
  • Tags: CPython 3.15, musllinux: musl 1.2+ riscv64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp315-cp315-musllinux_1_2_riscv64.whl
Algorithm Hash digest
SHA256 9c6a3ecb94da4347fc6ff077b53979802f867a889bec9c6b000a0ef21b8b9c8d
MD5 07122656844b1830fcf7e5433f169535
BLAKE2b-256 b73ffee138ad28e965d580c395eb89c5a41a1baf79cdcf62551fe145694d5919

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp315-cp315-musllinux_1_2_ppc64le.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp315-cp315-musllinux_1_2_ppc64le.whl
  • Upload date:
  • Size: 560.3 kB
  • Tags: CPython 3.15, musllinux: musl 1.2+ ppc64le
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp315-cp315-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 1142e15a66c2dcad810b1f69ce5574f26fa2db4b97840e66b3d0f47dc992a91f
MD5 79e62ff76883e4a8cee75edb96988839
BLAKE2b-256 3dd43dd689689bd202ff2188f65ad031c42a881338309c956ce6c8f589ae69d8

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp315-cp315-musllinux_1_2_i686.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp315-cp315-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 633.5 kB
  • Tags: CPython 3.15, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp315-cp315-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 79abcae32b7c833c1cd1103e3857372fcf662b776e96ec8b31e3f2a620818c28
MD5 2ef88851ea4933df0c032a837dca5fd1
BLAKE2b-256 c889e4e6803c53083327430b4deaf7da87a86143ce244bc0facdc23563a573f7

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp315-cp315-musllinux_1_2_armv7l.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp315-cp315-musllinux_1_2_armv7l.whl
  • Upload date:
  • Size: 658.3 kB
  • Tags: CPython 3.15, musllinux: musl 1.2+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp315-cp315-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 70d209eae1d8119a26452091cb8ad2b08b15c9a759c768ebe3aacc2ff7c37ff4
MD5 f914d708e47528a1c7a7796d56836165
BLAKE2b-256 4b9d714c1fa5ba28725ae17f8d9c52f3da0a9a5acf8cbdf53b5ac9e939c5aa6c

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp315-cp315-musllinux_1_2_aarch64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp315-cp315-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 562.0 kB
  • Tags: CPython 3.15, musllinux: musl 1.2+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp315-cp315-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 58aa5a547d49e441299d2c48e3703568ec19dbbd6c48a1ecdf03a71d03d770e6
MD5 b0384f494ff3870780097513b09b55a8
BLAKE2b-256 efd2b7f1fecfa869bdc2712112aa473fdf63b553b5af9dca34267157e603362a

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp315-cp315-manylinux_2_31_riscv64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp315-cp315-manylinux_2_31_riscv64.whl
  • Upload date:
  • Size: 379.3 kB
  • Tags: CPython 3.15, manylinux: glibc 2.31+ riscv64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp315-cp315-manylinux_2_31_riscv64.whl
Algorithm Hash digest
SHA256 d5f822fb5c6711ac8bcb507b3d8fcbed406a8e5bf25ccd4ab0579f541fc543d2
MD5 894e8f992041a7e4f8d62c309eb710d3
BLAKE2b-256 60212578f9f0cd3b989e684fe67dbd2a140a1328c6f3a903c4509e5d34d9b21f

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 388.8 kB
  • Tags: CPython 3.15, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1c5233614dcb4eb1f34828d7178d0733e4955d5101018a629678ef139815b8cf
MD5 ea38e5181eddc12fc459a87593168dba
BLAKE2b-256 0165ace24ef0bc52b21390fd65d8c10c162a011ba0eebb700be127d45f90b35a

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp315-cp315-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp315-cp315-manylinux_2_17_s390x.manylinux2014_s390x.whl
  • Upload date:
  • Size: 359.2 kB
  • Tags: CPython 3.15, manylinux: glibc 2.17+ s390x
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp315-cp315-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 16a9e90a3c7a8b1cb0e0c347b0423b895e6372e4c7ec115a7624fef0f1590295
MD5 67cf703325ea3beacb4dd162058047a8
BLAKE2b-256 56d4fe49f46294d0ed38fb0c4b5e5a8f7e92fe0fe3b1db282bf9b0f115a44bc9

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp315-cp315-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp315-cp315-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
  • Upload date:
  • Size: 350.3 kB
  • Tags: CPython 3.15, manylinux: glibc 2.17+ ppc64le
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp315-cp315-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 204134a02c63b4ac9bd2b851a11bce54139ca46669dee00ce4559f85b6b5a6c6
MD5 b435f15f60f91d722bfd4b98df8e2981
BLAKE2b-256 d3323ba9efaf6fc1c3cbcf408f0a2f0728917625f57dccb29936cdf55d24a7a7

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp315-cp315-manylinux_2_17_ppc64.manylinux2014_ppc64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp315-cp315-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
  • Upload date:
  • Size: 350.2 kB
  • Tags: CPython 3.15, manylinux: glibc 2.17+ ppc64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp315-cp315-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 a86d27e7c0d0dec09fdcbf5908bc520e3d1cb3ac7cb5a218735c31a53aa02a4a
MD5 af01c965f44c157e547558c2bc081583
BLAKE2b-256 4b81f5d9e21da1c0e42cf87e8ce119735089d93c67c446cd94bbc186e17d66a0

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp315-cp315-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp315-cp315-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
  • Upload date:
  • Size: 330.2 kB
  • Tags: CPython 3.15, manylinux: glibc 2.17+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp315-cp315-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 4ca642edebc7d6bd02c385f6052b552d778eaa4f7028b72dfbdfb7f7a3d6beb4
MD5 8c3738b60c2d94f1b2538963487a3d13
BLAKE2b-256 9858d102d91d229556ef8d8af1f0ddf950bb08e54fdb02ec8ba966580fdbf945

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp315-cp315-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp315-cp315-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 383.2 kB
  • Tags: CPython 3.15, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp315-cp315-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 053013a9e6eedfe25fcc629fe737b31e6dbf311ea66b120223ef49ee7b4764e4
MD5 f21be429bb9c26413a90e71dd1993320
BLAKE2b-256 f37a54cad5a7c9e9f5c6ad04a2adc21376df0710a089b0755eef40c605629bce

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp315-cp315-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp315-cp315-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 407.9 kB
  • Tags: CPython 3.15, manylinux: glibc 2.5+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp315-cp315-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 46acce285922707fe9c487692a5b16a9e4cbc27d57a55da19ecd046c33ab4eeb
MD5 dce3ab4f2c5d5ee5d6473a5538ef1506
BLAKE2b-256 de09fdb44d7a14c281e63b46260d0d2b073d83c5b80fd415798b2a6c3696ffde

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp315-cp315-macosx_11_0_arm64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp315-cp315-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 360.4 kB
  • Tags: CPython 3.15, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp315-cp315-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5bbe6e0cd551036fe68ea5b016203a7c80a207180edc22cb53e2583a2e80cc45
MD5 464adc13d718548598e8de26c57ae54d
BLAKE2b-256 a54130b513397c3830da3cc4119964a80fd69d740fcd5c8483625496be5dc457

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp315-cp315-macosx_10_12_x86_64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp315-cp315-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 372.6 kB
  • Tags: CPython 3.15, macOS 10.12+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp315-cp315-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 e56d405dd00765e354daf8392601aab217782709fc6aabecd125075a410a4879
MD5 6641f567baf998e07b969a67e23adf93
BLAKE2b-256 03ec6eb02a2484c1794aa268aad4d90974bb4ff59655e7c480e71a9d935fa0b1

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp315-cp315-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp315-cp315-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
  • Upload date:
  • Size: 722.0 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.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp315-cp315-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 9188e07b481eb56c36ed0e6cb53c1f60a2eb8f852f328aab1078e25e44a8942e
MD5 0a1e5925c37cb3e998d0f1fd677f86e7
BLAKE2b-256 5adde712f60cb37fb07993b34808f72fe6f1d6ef9a893a73409e4c297ab5813f

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp314-cp314-win_arm64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 283.3 kB
  • Tags: CPython 3.14, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 9b4ecb8a86a0db47c5a637e89acb12dfd60eb99e1a931201043098dacf7fcbde
MD5 989ccef39824526e567e81f53163b108
BLAKE2b-256 7e900d0df039cd62a9ede12692d57c3813bd0e09f08fa3bb12ef36d1a1e15f1e

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 288.8 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 52889dbcca9aa16e42f03017b5ef97aaf40a65936ee44baf2a924bd780ea1ecf
MD5 80f357d1a59c6948d1dc1a1c9b8dd6a5
BLAKE2b-256 39151736a345fb6f64300c55a3d328797bd16b347afaf9a4c1339fcfc98216d5

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp314-cp314-win32.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp314-cp314-win32.whl
  • Upload date:
  • Size: 273.9 kB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 c4fc3d3d223c0db2c6a8451817c8d9ef0f7655633a5b9ca856043719b1fe286f
MD5 0d09a9d444ed6c98b335b86cdd271399
BLAKE2b-256 ac3c10891c8a2a313f60fcca83bd7b2ef8de188aefad41a973f12208fcb37806

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp314-cp314-pyemscripten_2026_0_wasm32.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp314-cp314-pyemscripten_2026_0_wasm32.whl
  • Upload date:
  • Size: 186.5 kB
  • Tags: CPython 3.14, PyEmscripten 2026.0 wasm32
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp314-cp314-pyemscripten_2026_0_wasm32.whl
Algorithm Hash digest
SHA256 8bd42ad51cf25924335028b2bb82e8550a53db912f6f540d93c836f0c88aa248
MD5 d39c61e5405128c806ada4bf160e662f
BLAKE2b-256 6e0efda6d30ad6484e6462c7fa9f6e451679f5f2cbc33d49c3780c8462e86140

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-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.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9602b475eb3ae96deb43ed0ab8ee71cdda242bcdef6fcf97cb50d808eb260959
MD5 b4b1b1dd7a5717caa7f6e1b17ce683a6
BLAKE2b-256 575071048b777ddd6cd1eae0e2da3780da369532caa65c0731d58f224f7f904e

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp314-cp314-musllinux_1_2_riscv64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp314-cp314-musllinux_1_2_riscv64.whl
  • Upload date:
  • Size: 555.7 kB
  • Tags: CPython 3.14, musllinux: musl 1.2+ riscv64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp314-cp314-musllinux_1_2_riscv64.whl
Algorithm Hash digest
SHA256 50318f83608ce547abf2075141881b76cc19c55c8d491343df183118ff1361b7
MD5 097d173c264e27f678b7d222e2214d5c
BLAKE2b-256 29adcc18a2b1e40678bce5844a8b03cfc1a59c9f4006fcbb5f40f45771d6c28e

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp314-cp314-musllinux_1_2_ppc64le.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp314-cp314-musllinux_1_2_ppc64le.whl
  • Upload date:
  • Size: 560.1 kB
  • Tags: CPython 3.14, musllinux: musl 1.2+ ppc64le
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp314-cp314-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 7f0b3a69be75f7bdcf77553b7974b892c45f72b35099cde3f2ec4705af3cf7bb
MD5 f3128f05e17c27902009b296786fa3bb
BLAKE2b-256 0dfbbbc0c044e3a53da8d42d5b62b7f0b1a5800eaa7bbf25f00637551078c006

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp314-cp314-musllinux_1_2_i686.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp314-cp314-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 633.4 kB
  • Tags: CPython 3.14, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp314-cp314-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2f3a873f47e1aed7c144d619c786b9f77af7d12efb5c91389b7891d438ed8fe6
MD5 037b3dfd8f7cb7160a8b83b3ae69de21
BLAKE2b-256 2e30cd371c853042c3839b8439bd661d57676a2dade25354422125737cf2e38e

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp314-cp314-musllinux_1_2_armv7l.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp314-cp314-musllinux_1_2_armv7l.whl
  • Upload date:
  • Size: 658.3 kB
  • Tags: CPython 3.14, musllinux: musl 1.2+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp314-cp314-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 5b11136307c0269311ba27d5affb9f0aad1c1069090c4a136c3c07ac50796d34
MD5 b04deaae816d16dfeff6afae762bc1ce
BLAKE2b-256 e18a241f3b2629203426000822e284bd29e5176a196f4c96972c1452722ac5e0

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp314-cp314-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 561.9 kB
  • Tags: CPython 3.14, musllinux: musl 1.2+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a23759cb04350f45cf38d77d012eae368d09cb5ecc5a2bc94d1be6de81d3e25c
MD5 fcd92cbc2782c0a371dcee57df010255
BLAKE2b-256 d6ee285a4897e89ded765c6301e9d125421ce64864cc24583a9203b39f16e6ff

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp314-cp314-manylinux_2_31_riscv64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp314-cp314-manylinux_2_31_riscv64.whl
  • Upload date:
  • Size: 379.2 kB
  • Tags: CPython 3.14, manylinux: glibc 2.31+ riscv64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp314-cp314-manylinux_2_31_riscv64.whl
Algorithm Hash digest
SHA256 41ca5dd1befe6bbcb2b59e6297770fc066d93f3a5f8b392e342bf2b2f2e41249
MD5 451edea266e48821345bf9e29ec77fa6
BLAKE2b-256 48e4bd55beaac3d0f54a3f65628d67a17c03c70c7e92f221bdc70da901864d5f

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 388.7 kB
  • Tags: CPython 3.14, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5c182680d2b71d6422a619e4f79452b966c35090f64a7ed5a11d67e8cd442446
MD5 7f32e98e8d6bd3e002adb21223a7e280
BLAKE2b-256 a0830846fee2cd57fb598e0ae349bc9357238b31dea9b174943d681d21dbf724

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl
  • Upload date:
  • Size: 359.1 kB
  • Tags: CPython 3.14, manylinux: glibc 2.17+ s390x
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a2242a00d3152a892a643661d499d25b61f9502ae139de8c1d97b1f005780341
MD5 6fa48a246c949ecec3bf39e6e0fd1c82
BLAKE2b-256 59c6f3a4f3ab6994e2f80b6025b73e37db991f673443c1891d7b04cad9045bb9

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
  • Upload date:
  • Size: 350.2 kB
  • Tags: CPython 3.14, manylinux: glibc 2.17+ ppc64le
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 9646f8a191630169499d863b64c71280ee98ce6a6a724a1a428ac9522eaed950
MD5 ffa93d5b1ac95f839bc9ded22ee64533
BLAKE2b-256 5f530295730829670d7d55a8c93cd9d7200fa20b21e32ba7a589541a56361e80

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp314-cp314-manylinux_2_17_ppc64.manylinux2014_ppc64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp314-cp314-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
  • Upload date:
  • Size: 350.1 kB
  • Tags: CPython 3.14, manylinux: glibc 2.17+ ppc64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp314-cp314-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 85f80ef6108cf9761d4e85a15b0ecf2215ee6ce68253000f8e7126368203d7a9
MD5 b72caab4de6dc8ca2affeea48fd52b87
BLAKE2b-256 bb761c89d8e9f193ad05d416fbbb96775dc8c53c89a6cd625f1b3278b9525809

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
  • Upload date:
  • Size: 330.1 kB
  • Tags: CPython 3.14, manylinux: glibc 2.17+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 adb78b0ae3ee367ade7ca61461900f5b482c19ff9894d064e36865a637da7813
MD5 211c65099c3c45b381a0dca30d977a21
BLAKE2b-256 06a4c0ab22f142a0406a80d824959865847534bf04e52b15094fcfb54e31e67b

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 383.0 kB
  • Tags: CPython 3.14, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6192f2110b66fef24f59219faebe14e17ada86ad92ac567789b1e4dcbb065a49
MD5 8bed66c3d6e6be85a33768a005334bc9
BLAKE2b-256 fe6472467b29b64f8bd83c5f68d166a8cb1f794cca79f46d734a10e4ab50f6a9

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 407.9 kB
  • Tags: CPython 3.14, manylinux: glibc 2.5+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 8239a33e8eaa89d5c22504872f6a696ff462bf008a252112fa7bc57eabd9ba9f
MD5 b15100a0bd744bf1154dd07c1d577f42
BLAKE2b-256 92f5fb9c79a4cba80797db4980b0552cfa28e8ed7a487dc54ec4afac71517ec5

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp314-cp314-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 360.3 kB
  • Tags: CPython 3.14, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 10f679fd41dbee4cf9b45330d3aefd2273743d9fde66df01438bc915cab1c62d
MD5 25056db9a541f9fe6adabc6ff7f17cf9
BLAKE2b-256 97cd85b82490fb333961fd695f278da3e02fedb06a4e4a0a4156bd6ceb8c53b3

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp314-cp314-macosx_10_12_x86_64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp314-cp314-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 372.5 kB
  • Tags: CPython 3.14, macOS 10.12+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 8fa6c9aa75023b647d10eb6af586cefd86d0e46167fb8fb442ec4a52a20f6865
MD5 dd4f100fd43a7a9c9bb557ccdfdf1f45
BLAKE2b-256 1e05beb5caf23a03a4fc3ab675c66c043509940236717731f76d236055d3d5b5

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp314-cp314-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp314-cp314-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
  • Upload date:
  • Size: 721.9 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.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp314-cp314-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 12468e6edf553a602d76edd6e40c9b3039f3b164615e7a46012eae402afbafc5
MD5 f737771b8b3070f4011eefe4495d7151
BLAKE2b-256 d64ea26b1def4eb733674aae2c81ce12e1ed22d8d7ca87eca29fd4ec2182e989

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp313-cp313-win_arm64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 285.2 kB
  • Tags: CPython 3.13, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 861f41dc2922ffa40eb29463f70d62dd630fa8f750400e9062376aa101de01aa
MD5 fd41041684276fce1266b99127b3714b
BLAKE2b-256 e74f7f2cdd109cd31972c28281486039b356adb653099bfca2d308e2f002042b

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 291.3 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 c3c068ee1127231c3029ec61d3712b20dbf5d8cc23f62f21a805ab9969357007
MD5 26a5a285fc3202c1d1e0be91949ceef2
BLAKE2b-256 8fe846440e049c3ce7db224a60be2eb8342f75ee51191b7b42b83bf1ea404907

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp313-cp313-win32.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-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.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 80956f63455674e42c0dfec228239adf400c69d7c20ffb2c06a8b7121f9180db
MD5 925fa46baee93e836651d3ad97ee71f6
BLAKE2b-256 170e6d9b66538037419d1fcede943ea936426e58ee23187f43c54c7dc339ff6f

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp313-cp313-pyemscripten_2025_0_wasm32.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-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.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp313-cp313-pyemscripten_2025_0_wasm32.whl
Algorithm Hash digest
SHA256 ff5dab315b7edccdbf6a6e8cbcae39bff95699b89ad2410d058de4abec6788cc
MD5 f91db7fc4d107b4b54b6b821c91932e6
BLAKE2b-256 a5f75f739eb79a283840e597f65ecabf0222af3852b2a935911e337c0ca0abbd

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp313-cp313-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 602.8 kB
  • Tags: CPython 3.13, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8dcb443802fbac061ff7791d7831903ad6007ab2c6e3def234a3bef371c45332
MD5 f1e9840c8591ad646268663807f239a6
BLAKE2b-256 c4d6d9e622b3641d84d27a9ef19c2b5929a4785a9be7e7daf7c35f2b0353330e

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp313-cp313-musllinux_1_2_riscv64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp313-cp313-musllinux_1_2_riscv64.whl
  • Upload date:
  • Size: 557.6 kB
  • Tags: CPython 3.13, musllinux: musl 1.2+ riscv64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp313-cp313-musllinux_1_2_riscv64.whl
Algorithm Hash digest
SHA256 9e6de3f22ad4891972d2fd5e4d65bff0ff4f3b5e262f6731fc9a9c302fc9c366
MD5 0979488ba22ec6fe4b5b1592f317193b
BLAKE2b-256 b3a63643ec1d37d2047dd9248882a40fa3168d0bb36fdb65a3422f6546c49672

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp313-cp313-musllinux_1_2_ppc64le.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp313-cp313-musllinux_1_2_ppc64le.whl
  • Upload date:
  • Size: 561.3 kB
  • Tags: CPython 3.13, musllinux: musl 1.2+ ppc64le
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp313-cp313-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 6c5f2cdf1869a5fb0de0b33bee015ccf9a3f04debd2a66851c52653b6f840832
MD5 e01dba2a99c7bf24032f1767010496b4
BLAKE2b-256 c7f7fd1f667ae7462f57e7539d90bfb8782deac61048ec3ed02460bf70de4055

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp313-cp313-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 632.9 kB
  • Tags: CPython 3.13, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d5545b0b88f6c6ac320b50b6b297170b11a88a006cb2aab40a952cedb15d7a96
MD5 aaba1b956d3405aa7da7ed710260869d
BLAKE2b-256 0d33e71b7f638a76da341e5c976a02fdf06d158b146db191cb8defe76c8f591c

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp313-cp313-musllinux_1_2_armv7l.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp313-cp313-musllinux_1_2_armv7l.whl
  • Upload date:
  • Size: 657.6 kB
  • Tags: CPython 3.13, musllinux: musl 1.2+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 f04ac533403224030e73c6967b9c55bc8b678ccca9102aaa4ab4a430df43e41d
MD5 cd13a48f48ed58004d628407082b7f1d
BLAKE2b-256 594e5d98e292cd3c27beee0f05e327731d3d4e63ae45b4bccfb5a59dfc248430

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp313-cp313-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 562.7 kB
  • Tags: CPython 3.13, musllinux: musl 1.2+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 075872bacd312780c5e5e7cf0db655489c1e89be221b41d6a3544da5f91498ed
MD5 411e51357432af51589989528a97c756
BLAKE2b-256 36c1af0f89b06e71bfb1bf6dc33d9971d4094cde57dfb35e89eb7854c93de483

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp313-cp313-manylinux_2_31_riscv64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp313-cp313-manylinux_2_31_riscv64.whl
  • Upload date:
  • Size: 381.0 kB
  • Tags: CPython 3.13, manylinux: glibc 2.31+ riscv64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp313-cp313-manylinux_2_31_riscv64.whl
Algorithm Hash digest
SHA256 657a99d2b3e4c8e65ccc749467ee57de0f6e82e0bf3967663e4a6564feb6a84b
MD5 5f9411759399c78a0b77804718c4eedb
BLAKE2b-256 308dabc7b61e375f9b605a771135d88445172576acb92674e89f3bedb2138a1a

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 390.5 kB
  • Tags: CPython 3.13, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7be1f53135af4cd6e00c38d8f6e0f5828df3eaf5c3b30a50c469924ff6cbbc24
MD5 76d076354e5fc97314b466ce84bf7d54
BLAKE2b-256 cb2fb1487776e7ea6744368038f6415bb3f50ef737d27c767e99fac012fce993

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
  • Upload date:
  • Size: 359.9 kB
  • Tags: CPython 3.13, manylinux: glibc 2.17+ s390x
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 2217a7ff9018ee8e3c1b321d720f7bafb1bb407b2360a289ccfd18d968e2651f
MD5 989d4778c2f6d43fb6756b339645d182
BLAKE2b-256 6310b04ad5b5ee709e8adf0bd74de2390736f57894470e0dd928194336d2dcb3

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
  • Upload date:
  • Size: 351.0 kB
  • Tags: CPython 3.13, manylinux: glibc 2.17+ ppc64le
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 54339ea40948012a1c4c4a5fc707209a4f57f9f480ef4e6109dd12990b50612c
MD5 3609c2876a035e1d47fbfdba8902134a
BLAKE2b-256 85a37bfafadad659f42c43ec9591368a0cd87b2205671833c18c49952c5f960a

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp313-cp313-manylinux_2_17_ppc64.manylinux2014_ppc64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp313-cp313-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
  • Upload date:
  • Size: 351.2 kB
  • Tags: CPython 3.13, manylinux: glibc 2.17+ ppc64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp313-cp313-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 c61a54737d3d03f0bd48fe9ecc648ef9cacf690ed78cf51ef1e39703266a9069
MD5 34448024e65a2a082a2272eb502614e5
BLAKE2b-256 16946d77b5b5ae41e0d9af5df1bb0ef16b3bdc15c4ee7baabf1b4c1ea8c7c754

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-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.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b4249af1d5d5ced8599446d8f99ed73f9c8db528dce6555e6e81dd5c6934013c
MD5 75f676a56388f383ecc71e2bdc461f26
BLAKE2b-256 b5ba0884dbca0b5f8795c41df451f7bd7ed37f3211a3ed5b7aa1f4f8f0a56af9

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 384.2 kB
  • Tags: CPython 3.13, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 19d75ed13b945f662f6aae8b83fe9653bfeb6a5e89af1e35ac47bdcac5a65c5c
MD5 e07313de0a3d45fadeede18e220fa5f1
BLAKE2b-256 4fc480c43b5e360b39e48ad44ce4a3971be9ff7af3239b6e76e2b51113625449

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 407.4 kB
  • Tags: CPython 3.13, manylinux: glibc 2.5+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 8c17a2d8c2e29b86e71bf8e571aa7f79790a6ca1f247f32e34a952166b29182a
MD5 53458608b09637a3c5e44754c143c41e
BLAKE2b-256 23fbd20d1e11caddf0eef8fedbcac29f5a0d412dc9bf5a9ac646734bfe75fe0e

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp313-cp313-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 360.0 kB
  • Tags: CPython 3.13, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a239de518d0a114486bf54c6d88f63d4278b6e3b7a448dc2dd24ea8efafdfd8f
MD5 c235c98199197552cd48bebc1042fa5a
BLAKE2b-256 8fde3b602aceabedaa9a9a94f8c24894e5cb39365a9b68d5f73d88532c561c2e

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp313-cp313-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 372.3 kB
  • Tags: CPython 3.13, macOS 10.12+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 7356f730d705b3af573ba77e1491e04b7eec071688b45ed10a0e53d469c22ad2
MD5 9233f61349d6fadf7fe2e051beac81b2
BLAKE2b-256 3db5c1cb1a3142818555104a44fd6f63373b9613a05cadef0c759311533eb9a4

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp313-cp313-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp313-cp313-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
  • Upload date:
  • Size: 721.7 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.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp313-cp313-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 2f7b061f69a577c32d2261c0da10207aca3372d835c6a5feb437361440011a9f
MD5 24d02d728aba8b318239d2f1be8cb337
BLAKE2b-256 ea1c61e12d4dd725f269e06e1c70631eb77e304e6a7ddf4a8148b81171745c28

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 284.9 kB
  • Tags: CPython 3.12, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 e9ce3eacf13879149369e4c5c413755195af99f27a184f189b8e2dc4bd86680e
MD5 fd7e3b4b6731a5908d451cbbee222ecb
BLAKE2b-256 6b370e14e33eaef41466221a83ad376b116de5ac898068849d4258a11ea1e908

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 291.2 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 edf96089dcb4eae82ff2b17826de9739f1f398ad7c1f6bcf8de62465411b584f
MD5 6694364562170d85ca9500df7fd8e861
BLAKE2b-256 2e6263d239614a19ad5781139352a8bc0bf8ec85e12c97cde46e3bb279116a53

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp312-cp312-win32.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-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.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 cf00d82fac146d0ab96bfee42f07af36e0d6d9278164f52d7feb5bd6060d1e51
MD5 c30c5d6c06826f8949180a3f9f060d9a
BLAKE2b-256 2161ca421b5e2d6921e91bae5682943e7c34674ddd220312931661e7c53cb683

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp312-cp312-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 602.6 kB
  • Tags: CPython 3.12, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 feba98904c631decf8eca4e41fcd3bdbf91b1f29471c034af21e3763e5ce494b
MD5 6de7cb6f749c204149df1b483c8427e3
BLAKE2b-256 2475039bbdeab2bfc6a21c5d732f23a809e5bbd62e4ca4bb75105729707b25ed

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp312-cp312-musllinux_1_2_riscv64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp312-cp312-musllinux_1_2_riscv64.whl
  • Upload date:
  • Size: 557.3 kB
  • Tags: CPython 3.12, musllinux: musl 1.2+ riscv64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp312-cp312-musllinux_1_2_riscv64.whl
Algorithm Hash digest
SHA256 278fb0c8bf767bad6a00b301b81e25c7cb700d921b3eeeac967d5209ed938fbd
MD5 5e5a1579c67405e7904919d0712cb2f8
BLAKE2b-256 25edb60e0b645cf0fca5a2515249c83076b2aeeb037eeab865df8c8f1da64a7d

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp312-cp312-musllinux_1_2_ppc64le.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp312-cp312-musllinux_1_2_ppc64le.whl
  • Upload date:
  • Size: 561.2 kB
  • Tags: CPython 3.12, musllinux: musl 1.2+ ppc64le
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp312-cp312-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 cda842e028f38b0b7a374750c3a5b3f7d74ae653136c198b812380a17197375b
MD5 a23920fdb677252fb651a3981934fe99
BLAKE2b-256 4678362f805e03ce5060116b54f6f349d0c03642b50015eb3a3098dd0da5fa99

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp312-cp312-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 632.9 kB
  • Tags: CPython 3.12, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f7ce85b7cdf4493fb13b4b3aab8f3cb335b8b6fd194714fc251fa9cd49fef043
MD5 1ba7cf13f7b3a54a27125db7882f140f
BLAKE2b-256 fe521b087218ff050f11896637f60e049d2f6a3aa41d4f42204eed0b72e5c15c

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp312-cp312-musllinux_1_2_armv7l.whl
  • Upload date:
  • Size: 657.6 kB
  • Tags: CPython 3.12, musllinux: musl 1.2+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 171c51e889b43875f6e53187cea1ddd3596a434ae99dfda1b7cc46ded0dc27ab
MD5 7ffe47063e27102346d270abfa5bbcad
BLAKE2b-256 f4f4dbb071edf22128c184996ea67b85a14c4ea9c6767bce045c0248ca2b1cf5

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp312-cp312-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 562.5 kB
  • Tags: CPython 3.12, musllinux: musl 1.2+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c628e08f1a0d954d606c6cfe37b4afd6ac19ced93c9821029902db7043084f51
MD5 08d1b8ca82abe3344eb10af1dcab65d7
BLAKE2b-256 09a374c4b51567fed01aa0a2e6ce8aaccbf88581bf4127171d4f7adc80bde8e7

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp312-cp312-manylinux_2_31_riscv64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp312-cp312-manylinux_2_31_riscv64.whl
  • Upload date:
  • Size: 380.8 kB
  • Tags: CPython 3.12, manylinux: glibc 2.31+ riscv64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp312-cp312-manylinux_2_31_riscv64.whl
Algorithm Hash digest
SHA256 5bf4beffbe4e2893b8d26e0c6ca46cd791a5ee154a92085c14f0f9a0862d1d83
MD5 0cfd30db195d889caf94930f94930752
BLAKE2b-256 1d91a63e6708419ff8c5fe6296cece80e5bcfb66e0cb6fae4cfa22cff019b32f

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 390.3 kB
  • Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bd7e4ea087a9f34dd3a197f14f3dadfc4c3cc3f56a91dc17fee75944f0fb6cfb
MD5 cc3fc7f2362f52b859e2b3550d1093da
BLAKE2b-256 8f02a4879588a26180051b2a9ba311d78ce9b5369c918b5f6e8d469f9d13736f

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
  • Upload date:
  • Size: 359.5 kB
  • Tags: CPython 3.12, manylinux: glibc 2.17+ s390x
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 8d90bda2db65aaed10e30bf5fbe0bc124825d12fda21a9a77935df5c38141284
MD5 36b662bbbaa192c4f9751cd4de130b2b
BLAKE2b-256 2f28ea04b81d709a51018c178963964d74e9c283bac3fb0ace6dd57feb0653b4

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-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.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d1a3c1834ea01eecadd08713bdcf7457507b036177c4c59a031886c23d7c1266
MD5 fa1da0b2388e1211e6247b4c4e54a478
BLAKE2b-256 269b8f707bb777a86cc945de9f990ba68f67e2c11e15f94c3881669c5a0da3a2

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp312-cp312-manylinux_2_17_ppc64.manylinux2014_ppc64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-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.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp312-cp312-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 a4ca6f351b95597d0f89700be8ee219a54da50b5dc99b7e97201fb079c2c7576
MD5 3eb9653bbe5c3631d0c453852243b794
BLAKE2b-256 29dcb2c39bb27a39abb5d3d7932ffcf2a030bb5b7fa82987e34accec56376bae

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
  • Upload date:
  • Size: 329.4 kB
  • Tags: CPython 3.12, manylinux: glibc 2.17+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 0fa604390a75fb6e27e0834d57140ef424591571c89dd8de2f84d08fe98d6c32
MD5 00b023fde6ca204a8e7f91e4e0bae599
BLAKE2b-256 32c43e0e4b6dab078c74623ce31e20b8e3f701709792152b8bcf7cde030b43f9

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 384.0 kB
  • Tags: CPython 3.12, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d7b6f1edafb024c224f47cec52ffc8e758e19981080c2fdc31140a7cc2a434dc
MD5 2a212f79a7a94a13d175c27b4a854caa
BLAKE2b-256 e73fba85b2105519ac79fc93aea5a1edc4b8b21378c144ed36c9f0ed0b54e142

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 407.4 kB
  • Tags: CPython 3.12, manylinux: glibc 2.5+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 d281dd74acb223236498bf8107d64b3c9363e83bfad441d9e6f51400685df929
MD5 3bb963cd5a8eda56c7df111853cb3eda
BLAKE2b-256 b783d975bd58449aec8a2649ff1a2a1c4b44af285d8ba3b54a6b9c8c0bfb2ee5

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp312-cp312-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 359.9 kB
  • Tags: CPython 3.12, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ec2a5ceafa28d798cbf3cbf5530a1770e2c93924806f856863f6739955981bbd
MD5 0568724c3074fcf1c99eadea9e7e1a52
BLAKE2b-256 ac4148014e4649d879bd8463fe084c9abb20d451bdfdcb2a8a4dc3c0da895944

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp312-cp312-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 372.1 kB
  • Tags: CPython 3.12, macOS 10.12+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 ab0a8be0500c561a8755852ec4d98319f4350bd35a3ef1a0d059e76709fcfb3c
MD5 39f88f4fbca74f4cbe072e3232275833
BLAKE2b-256 c44f22984febe899318e588bb8cac3f547309cfd95f82cf79f8f7fb7067c16a1

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp312-cp312-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp312-cp312-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
  • Upload date:
  • Size: 721.5 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.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp312-cp312-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 5498ca6da166e2054d3f10d994c6c0fde9646209777e689fe55a0f58a4680383
MD5 86ec19d28e939b594f7b65ac4c5dfd4e
BLAKE2b-256 d3ca3419019184f91548e5aa8d641e78b564ed6ded00f215657104ff3bcf91c1

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 283.7 kB
  • Tags: CPython 3.11, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 d5e00dc60dc52b26a7508d1471ae328681ddc3e2101c761c7c30e89f25a8a46b
MD5 2889a2ad820766b666b2a7d7dd3b0dcd
BLAKE2b-256 90fe9acb2673c0666c4163ed883a401d8a6d6fa8c2dfd3160a1bbc29391c7f2c

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 289.0 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 e04f38c72ef136bd3601f8a4f6f63843ab95eb7799b349dd5a8c8c8162e24996
MD5 617cfdd7366de1ac2e4e68da96de37b8
BLAKE2b-256 b9c991d4b3cdc4882ba5d15b57ed2233dbfb28055627031ba6c4a7c2d834af0a

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp311-cp311-win32.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp311-cp311-win32.whl
  • Upload date:
  • Size: 274.2 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 a17ba4453c0b07fc0f72ad1790e8aaa8e772546f0d1e1cbdfda39a2037d8a23a
MD5 7874019d28e822ec134dbc1ca97c9a3b
BLAKE2b-256 ebf77fb364450ec3c4e9c67dc09cc48d9f8c744911f98b4cda6c81b325013f58

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp311-cp311-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 601.2 kB
  • Tags: CPython 3.11, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7d6a219e3a28a6af35ab91f320a481f12637010c1ef43ed9b2577fe63c5d95cc
MD5 c2f1f82a7b0aa594a2d671ca2eb33ddd
BLAKE2b-256 319841be8a0188c28f467c83dbeb988b4f5eedeceba17780a26d785db1d08070

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp311-cp311-musllinux_1_2_riscv64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp311-cp311-musllinux_1_2_riscv64.whl
  • Upload date:
  • Size: 555.6 kB
  • Tags: CPython 3.11, musllinux: musl 1.2+ riscv64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp311-cp311-musllinux_1_2_riscv64.whl
Algorithm Hash digest
SHA256 2690961aa4f55f16a0707310d81b41d4dad8f48a36c7896d6c26aa2a28bae5d9
MD5 720059e7a593651c2d230c7f061a2c71
BLAKE2b-256 f68a1e298d8d9a062c1594b0c671b3ec289b3fe6b587475fdb8198a1c39886f4

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp311-cp311-musllinux_1_2_ppc64le.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp311-cp311-musllinux_1_2_ppc64le.whl
  • Upload date:
  • Size: 560.0 kB
  • Tags: CPython 3.11, musllinux: musl 1.2+ ppc64le
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp311-cp311-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 46f304e882ff0693ccc5a37a0900551cf9d01615ea8ddbe73a6a109cd7e37522
MD5 852c7af82d34929dee8851ca4ac6595b
BLAKE2b-256 897b6c8e708d4d8c6b7d8f511e762e035bfca187c7434e575d20ae545d98959e

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp311-cp311-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 633.6 kB
  • Tags: CPython 3.11, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2a93c31d0c327a3213d900a91f5f29da89d18c09570a0b902eae37bcc3d329e3
MD5 4481b4fb99f245783cb91d8fe6d29f86
BLAKE2b-256 5f5880b7ac503b4fd36e7b7db75637bd79eb77f0f8be8996f7d0b0a734ca7907

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp311-cp311-musllinux_1_2_armv7l.whl
  • Upload date:
  • Size: 658.3 kB
  • Tags: CPython 3.11, musllinux: musl 1.2+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 27e4933de840c9471d4cb68b38f4c418aa2bcaad6f962f5b906458106521be29
MD5 4be97fd91e859451fb753db707870930
BLAKE2b-256 64fac3c4de018386167409aace1a8457145484391474b14c57f1db4dd49abc3e

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp311-cp311-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 561.6 kB
  • Tags: CPython 3.11, musllinux: musl 1.2+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5041a13dbe3a11c2ffa0b4ae2a18aef5f7c7ce71d8f3b8e5223adc13314e24c5
MD5 085e7aeed782ca99c3c82e21d9139b65
BLAKE2b-256 e42911e21c779429574a9ad959c8d6b9221f8bebdb9e6e01332df152a6d6c5a6

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp311-cp311-manylinux_2_31_riscv64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp311-cp311-manylinux_2_31_riscv64.whl
  • Upload date:
  • Size: 378.9 kB
  • Tags: CPython 3.11, manylinux: glibc 2.31+ riscv64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp311-cp311-manylinux_2_31_riscv64.whl
Algorithm Hash digest
SHA256 d6ae87396add033ca7eea5e59c7c0b65a55a79a8fa8a2102776b6d144c7ef167
MD5 9509ca0eaa893b5b6adac23031c2b9f8
BLAKE2b-256 1475050a482f0f7016abff46acf045bdf1eb182f11581119ab717cac012d9954

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 388.3 kB
  • Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 62246dbe23c9857e2c745720f50340f28ad5126b306d6ace443f118284d3501c
MD5 fbc212c4595412e23ffa0e26f2daedd1
BLAKE2b-256 9dde4faf2c462f23e53ba0624746e4c4571b4debab9471415cd8276d65288751

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
  • Upload date:
  • Size: 358.1 kB
  • Tags: CPython 3.11, manylinux: glibc 2.17+ s390x
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 33a8179cff26cf041546fdb74611c3e1fd5764293a5ff76a35254853b9d42544
MD5 66ae6189ac2df627e8b50fc9bf02d4b0
BLAKE2b-256 bf6843d41ae11594aea3b830eff2207ef8d15d4ef78c0aa5443724614151540b

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
  • Upload date:
  • Size: 350.0 kB
  • Tags: CPython 3.11, manylinux: glibc 2.17+ ppc64le
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 187b0f18f08f27c31787120d61996d43dd72c815026b4cda2967e5f44588cb96
MD5 87daa8a22296433a0854fe8e4f43712b
BLAKE2b-256 9efb9ee3396e03d82e44b77f77d5417b40874c8c2f09dbdcb85379e97735489c

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp311-cp311-manylinux_2_17_ppc64.manylinux2014_ppc64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp311-cp311-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
  • Upload date:
  • Size: 349.9 kB
  • Tags: CPython 3.11, manylinux: glibc 2.17+ ppc64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp311-cp311-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 031a702f972f3bf0a2b7ea7b82332c2fe72d81260870ebe937884b0ec2f902bd
MD5 c3708c8f3ff1a0a5fcd73fa2de7874cf
BLAKE2b-256 54eb15641f4b2257d7780cc720dd4094cae905e9a6ebe92d0c30cb06150f340c

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
  • Upload date:
  • Size: 330.2 kB
  • Tags: CPython 3.11, manylinux: glibc 2.17+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 a4552b66e93d50802647eb9443e88e1574414434b21b69f86e3f43719ae183f3
MD5 afe342ceb4710e9024c78764c7f1a336
BLAKE2b-256 1143c437886970a4c3efaf7aad4e867e084a53c935a5ce7c509ac0fb997cdc0f

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 382.5 kB
  • Tags: CPython 3.11, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bbc0a54941fea70c8ca27611d415630950d9497b9b65bf500028b770768a7b62
MD5 595a36598af9ce8ebc847488c3919195
BLAKE2b-256 0ea5a4464644bb002b4064daa964dc1448027296a5bada88aa3ea80f13bd8c87

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 408.4 kB
  • Tags: CPython 3.11, manylinux: glibc 2.5+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 424c28986039b11f39208af81019f90fac7b8edaa58f8a78fc3a319ed0a40146
MD5 d0506cf6b0196ddfc51b80ddfcad862b
BLAKE2b-256 0bd076c3a3911b5228c4d1ac7043795b3f77cec6a5b408f5a875fc51d003c01d

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp311-cp311-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 361.5 kB
  • Tags: CPython 3.11, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b9d8a87cc09655c6dec54085c7f7e15a3a82adaf07d366b67c8278704ec4bfef
MD5 7d4c35c281b2073d575bbe6e6310391d
BLAKE2b-256 88cb814c5b35a818e2df87b55428a37e2f283187631c6ea9a78669b45a9d85a1

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp311-cp311-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 372.2 kB
  • Tags: CPython 3.11, macOS 10.12+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 26fe272a8c6bc6d0b2c90acfa542d1361e3cf283e8406f5bb512d4134a045921
MD5 fa7b1f01f056f46cb85a9832f8934c54
BLAKE2b-256 7b3ace86d98894b31af94eafb45993e47ce8f4c3f91000d139de955ad566bd54

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp311-cp311-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp311-cp311-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
  • Upload date:
  • Size: 722.4 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.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp311-cp311-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 648c43a3a3b2bc585200b769430929d708cb8ae27532523e9f513da8914416a9
MD5 36ca446e3e94e864b3342057bc2350eb
BLAKE2b-256 8f4db3c4151602e7325bcc3a786d5e5a68f095ab8eb650416e34d249779b399b

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp310-cp310-win_arm64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp310-cp310-win_arm64.whl
  • Upload date:
  • Size: 284.2 kB
  • Tags: CPython 3.10, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 c09dfa99178c00f45e223d2bde344fb1d4ca70853494bfa3df193e2235cad36f
MD5 ede7f0cb0c9f8106c062b49954205892
BLAKE2b-256 e502b9e32c88997db46b95948392083c8ca2baac16ea934d3ea4a2316b2fd7db

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 289.4 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 bedcc5748297afe5bd3e50d5abcd80360c5b2b8a131b532e0f4fd2666b513dea
MD5 f85d404cc33cfbe8ee6cd57554f3838a
BLAKE2b-256 6c34d01659cdaea65bbb7cc7b65e301845caa69240eeab74c563c8dcaf270326

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp310-cp310-win32.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp310-cp310-win32.whl
  • Upload date:
  • Size: 274.6 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 07ff63619ea14589528b615a3954c98387b81f65da291e2b5ddea83bcd2934d3
MD5 e42fae39c9fb5f80e7f096c67b98c440
BLAKE2b-256 3c386ad04c4d4c5b7ea4fc9d2faed7e0d7c05be875955085345b392945ac44f7

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp310-cp310-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 601.4 kB
  • Tags: CPython 3.10, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5219228693c54ad88b91c00c3e15f379da743fdf75d2249772ac2d73b4c217d0
MD5 f687dcdc9e209915b9fb4a08db0a14d4
BLAKE2b-256 ac29e56a8e1b45b6192e8adfcd0ae59987177ad0d5bf3936aa673089ef30f267

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp310-cp310-musllinux_1_2_riscv64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp310-cp310-musllinux_1_2_riscv64.whl
  • Upload date:
  • Size: 555.8 kB
  • Tags: CPython 3.10, musllinux: musl 1.2+ riscv64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp310-cp310-musllinux_1_2_riscv64.whl
Algorithm Hash digest
SHA256 9a55595ce2684f3e801c9e675018735cbf242ed95286ef350e0359841dea6cbe
MD5 5edf016e341cff1cbcd02d3241bf96f8
BLAKE2b-256 afd9d3bb702ffaa578b915cf6705a8d83bd759246e5349641b00f91e23a28137

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp310-cp310-musllinux_1_2_ppc64le.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp310-cp310-musllinux_1_2_ppc64le.whl
  • Upload date:
  • Size: 560.4 kB
  • Tags: CPython 3.10, musllinux: musl 1.2+ ppc64le
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp310-cp310-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 1189d46483e927ac82f138be830ece18039b7c10865abeaa1897b6a56a3c49fc
MD5 df370c79f1291995baf89bec0c042f71
BLAKE2b-256 25c71e4bdd96931a36d490ee77d07e4c42ce178adb4fb6db3735db7e2252a85b

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp310-cp310-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 633.8 kB
  • Tags: CPython 3.10, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 3eaa4dca4e3da1dfd44114f376fa2c524237a68fac8c5685c8ff5cd51d9ea7fa
MD5 4013cd7d90ade604367ec65760f80ed8
BLAKE2b-256 980ca56cc7e6cd37482e1dc1d2d07c2928dc6e22f0b9c84988682df93524af36

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp310-cp310-musllinux_1_2_armv7l.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp310-cp310-musllinux_1_2_armv7l.whl
  • Upload date:
  • Size: 659.0 kB
  • Tags: CPython 3.10, musllinux: musl 1.2+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 997c0ba5e6700eb6ddd6d8bf05e78620595231945ca5812271185c60bd9d3798
MD5 082d07500b1cb998f709bb8f91acea29
BLAKE2b-256 65ee537d880d043c6d728bde6fe828fc227220bb4feab4d437c62ef5cf12340d

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp310-cp310-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 561.9 kB
  • Tags: CPython 3.10, musllinux: musl 1.2+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 86228fd16efd750809caf794ba9c320ab3642a337b2985a04780cc126ff15d6c
MD5 01bd08d736bb85fd9dadb8c61bfc09ac
BLAKE2b-256 b0e33a8742eafbce3a007ba592851be3d771e247620e7033530940e195701206

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp310-cp310-manylinux_2_31_riscv64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp310-cp310-manylinux_2_31_riscv64.whl
  • Upload date:
  • Size: 379.2 kB
  • Tags: CPython 3.10, manylinux: glibc 2.31+ riscv64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp310-cp310-manylinux_2_31_riscv64.whl
Algorithm Hash digest
SHA256 6d6ce9695be5796c4a3445dba480ee8aabdb551139d1154e2ef978107c3f3b43
MD5 8c6d04c9258274d5e721ad5f9977331a
BLAKE2b-256 c2c11eb09cd5800cf38af01ad0a6e6e7680097eeb480abdadbd5b882518f635b

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 388.6 kB
  • Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 34894df1d93205a0ab7f239e0d2e46f18799d8d2b2c037e45ff0f4da2afc06ca
MD5 306bcb2755d40cfd0a53188644b9e464
BLAKE2b-256 05bf629ba6265a11b5560948f073367ec71210c33a0b340cb1c43dcbc408e987

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
  • Upload date:
  • Size: 358.3 kB
  • Tags: CPython 3.10, manylinux: glibc 2.17+ s390x
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 4ff52bb83ba929727dd2565392ca66d75643743531b1ba67ff30be61a57da6ee
MD5 46ab6df9faf9a5f63c6ec1b3a0009baf
BLAKE2b-256 5ddca0a3caffe73c36f894644cf382bb031d8d812cb6480836de04bd0f86aa29

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
  • Upload date:
  • Size: 350.3 kB
  • Tags: CPython 3.10, manylinux: glibc 2.17+ ppc64le
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 297dd224c0d9ac34e4a47a4dfd2b52e6cd483dafdb385f289d4b35ebca372521
MD5 4b60781d6397764913be8e8701456617
BLAKE2b-256 ea72aaae9e9e8abdb72752cdf97e587f14c65531c0d52376437f48022aa0855a

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp310-cp310-manylinux_2_17_ppc64.manylinux2014_ppc64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp310-cp310-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
  • Upload date:
  • Size: 350.3 kB
  • Tags: CPython 3.10, manylinux: glibc 2.17+ ppc64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp310-cp310-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 34d95327753d010716ce132b382aa1c679625c495f8f135861e20d48eeb1bc91
MD5 0bfd33b872e9b87e96ffef4d289d7650
BLAKE2b-256 c540d2c7a20ade77618e8eb9b9196c6310475a34933286d48552b464ab107ef4

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
  • Upload date:
  • Size: 331.0 kB
  • Tags: CPython 3.10, manylinux: glibc 2.17+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 35e55261886ca3caae8012a79e1f3f69bf1a674e41355ca314fb872e7df3849e
MD5 180ad2be3d9fe440decb8c272f9dfafd
BLAKE2b-256 35e558ac4b8a40cde52355ca2923b06a058bc3c9a8729bfb1451dac94332b46b

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 383.2 kB
  • Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2cc249952b258f895617e2fa5d5637eb5960647f4f9729dd10a4bf6a92355e43
MD5 b706401f1f8ebf433ccd486988495023
BLAKE2b-256 93af803d01181afe51c146487a10568cb50147a8e93a8a307b081734b9a1ae53

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 408.9 kB
  • Tags: CPython 3.10, manylinux: glibc 2.5+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 19660f6e014bad98e64739b7f37ba77df9e48e4231c9f142c89ff946285881b5
MD5 4028ea2fcfde2c4cdba50fc1d4758b17
BLAKE2b-256 6dd114c3d7b21c2c0fc1bbbb68dd84eec53dc65748deadb59e604d412c31b05b

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp310-cp310-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 361.9 kB
  • Tags: CPython 3.10, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0148573418a5ffe5169930588234d9ebb5970f7516b865c047cce5a7153e69dc
MD5 488a083bad726990d628280fdc7ab7c7
BLAKE2b-256 5420887264b2584a028f83dab0a87f5148872f66b2f478fb7e68f77d44d7f061

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp310-cp310-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 372.5 kB
  • Tags: CPython 3.10, macOS 10.12+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 2561fb637a84c9fe9457928fafb68642d23646d3350e8c7c7f952b80f153676e
MD5 e5056d8aa8e82f8e55c239a1bc883c99
BLAKE2b-256 340e01db4caaa5bca44a5311409353ce12464c55d568e8f141a1f6ff52af402b

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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.11-cp310-cp310-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl.

File metadata

  • Download URL: uuid7_rs-0.0.11-cp310-cp310-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
  • Upload date:
  • Size: 723.0 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.27 {"installer":{"name":"uv","version":"0.11.27","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.11-cp310-cp310-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 9f4ee64a68a7283dd224d05a502058d8eba8e2adbd9bcb0e5bdaf73117b0db21
MD5 1289d1d99ebec6a6abab4109cbfa4aac
BLAKE2b-256 7bb4f6598e4e5d58b6768cc744bdec1698e8253c5fce3d4968f98302c1dfceec

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.11-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