Skip to main content

Fast UUID v7 generator written in Rust

Project description

uuid7-rs

Fast UUID v7 generator written in Rust🦅

PyPI Version Monthly Downloads Python Version

CI Last Commit License

Features

Installation

Python Using pip:

pip install uuid7-rs

uv Using uv:

uv pip install uuid7-rs

Example

import uuid7_rs

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

Compatibility with Python uuid.UUID

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

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

import uuid7_rs.compat as uuid

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

Project details


Download files

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

Source Distribution

uuid7_rs-0.0.10a6.tar.gz (38.2 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.10a6-pp311-pypy311_pp73-win_amd64.whl (290.7 kB view details)

Uploaded PyPyWindows x86-64

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

Uploaded PyPymusllinux: musl 1.2+ x86-64

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

Uploaded PyPymusllinux: musl 1.2+ riscv64

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

Uploaded PyPymusllinux: musl 1.2+ ppc64le

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

Uploaded PyPymusllinux: musl 1.2+ i686

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

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.2+ ARM64

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

Uploaded PyPymanylinux: glibc 2.31+ riscv64

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

Uploaded PyPymanylinux: glibc 2.17+ x86-64

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

Uploaded PyPymanylinux: glibc 2.17+ s390x

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

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

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

Uploaded PyPymanylinux: glibc 2.17+ ppc64

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

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded PyPymanylinux: glibc 2.5+ i686

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

Uploaded PyPymacOS 11.0+ ARM64

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

Uploaded PyPymacOS 10.12+ x86-64

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

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

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

Uploaded CPython 3.15Windows ARM64

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

Uploaded CPython 3.15Windows x86-64

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

Uploaded CPython 3.15Windows x86

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

Uploaded CPython 3.15musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.15musllinux: musl 1.2+ riscv64

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

Uploaded CPython 3.15musllinux: musl 1.2+ ppc64le

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

Uploaded CPython 3.15musllinux: musl 1.2+ i686

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

Uploaded CPython 3.15musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.15musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.15manylinux: glibc 2.31+ riscv64

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

Uploaded CPython 3.15manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.15manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.15manylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.15manylinux: glibc 2.17+ ppc64

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

Uploaded CPython 3.15manylinux: glibc 2.17+ ARMv7l

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

Uploaded CPython 3.15manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.15manylinux: glibc 2.5+ i686

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

Uploaded CPython 3.15macOS 11.0+ ARM64

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

Uploaded CPython 3.15macOS 10.12+ x86-64

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

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

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

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14Windows x86

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

Uploaded CPython 3.14PyEmscripten 2026.0 wasm32

uuid7_rs-0.0.10a6-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.10a6-cp314-cp314-musllinux_1_2_riscv64.whl (553.4 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ riscv64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ppc64le

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

Uploaded CPython 3.14musllinux: musl 1.2+ i686

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14manylinux: glibc 2.31+ riscv64

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

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.14manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.14manylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.14manylinux: glibc 2.17+ ppc64

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

Uploaded CPython 3.14manylinux: glibc 2.17+ ARMv7l

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

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.14manylinux: glibc 2.5+ i686

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

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.14macOS 10.12+ x86-64

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

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

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

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

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

Uploaded CPython 3.13PyEmscripten 2025.0 wasm32

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

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ riscv64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ppc64le

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

Uploaded CPython 3.13musllinux: musl 1.2+ i686

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13manylinux: glibc 2.31+ riscv64

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

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64

uuid7_rs-0.0.10a6-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.10a6-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (384.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.13manylinux: glibc 2.5+ i686

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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.13macOS 10.12+ x86-64

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

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

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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

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

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ riscv64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ppc64le

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

Uploaded CPython 3.12musllinux: musl 1.2+ i686

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12manylinux: glibc 2.31+ riscv64

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

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

uuid7_rs-0.0.10a6-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.10a6-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.10a6-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (329.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

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

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.12+ x86-64

uuid7_rs-0.0.10a6-cp312-cp312-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl (725.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.10a6-cp311-cp311-win_arm64.whl (284.7 kB view details)

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

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

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ riscv64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ppc64le

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

Uploaded CPython 3.11musllinux: musl 1.2+ i686

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11manylinux: glibc 2.31+ riscv64

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

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64

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

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

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

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.12+ x86-64

uuid7_rs-0.0.10a6-cp311-cp311-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl (727.1 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.10a6-cp310-cp310-win_arm64.whl (285.1 kB view details)

Uploaded CPython 3.10Windows ARM64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

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

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.10musllinux: musl 1.2+ riscv64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ppc64le

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

Uploaded CPython 3.10musllinux: musl 1.2+ i686

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.10manylinux: glibc 2.31+ riscv64

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

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64

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

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

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

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

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

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.10macOS 10.12+ x86-64

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

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

File details

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6.tar.gz
Algorithm Hash digest
SHA256 e175a508e29f34f4fc1fa05851d85129d23aeba9624daacbc6864fb2cffc1e2c
MD5 0a7921e4e2145e4b60bb14458b7f683e
BLAKE2b-256 de768d7eab923bd493dd357af50eeed6b9bc5b0d38bb9fd8d5e5451e9acb3c46

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-pp311-pypy311_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 2c66204c3bd59baa72903a88619d60c2ec6e03d80c15c13d2892ef1a2cc0b52e
MD5 7aeccaf7ed892994f2563bccbac7d81c
BLAKE2b-256 d0f9b76f44ffb11f95e0bf858a1f745988415337b5e43cda6bf55570fea75378

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cd9daad10519f1533bbe5c95193cb443577a9daf4828cb1d0d861819d36a50ea
MD5 f3864ea48a78b47e3aab2d473eb2182c
BLAKE2b-256 d5866634c2e56738c695d11b06440f673d9234d7ca5710db2c0db8e4d75581c1

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-pp311-pypy311_pp73-musllinux_1_2_riscv64.whl
Algorithm Hash digest
SHA256 0265eed5c92b43606ee367bb3c35f29f19ad31de87935d5927216c3de40221e4
MD5 2c4fda9a9895ee79c4d77e260c9f204c
BLAKE2b-256 656e6d00e974281c9da44896436d282916daac2e599baa888aa9df288c6c195f

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-pp311-pypy311_pp73-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 f92cc3ecb7243763c512ebe426898927943ef7bee11abd03c7ade5f41e4a0157
MD5 0622e45853af6fa4c0e64d60dcfda322
BLAKE2b-256 be687fbe3891d5be5710c476515bb57b713746743d98cb3918d92c89b86a40fd

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a758cd03bbafbcef1c59ac4d34b39add7a65636c40039eda85cb3db37adebdbf
MD5 aa6f441847c8b469b6a96d12574c61eb
BLAKE2b-256 136c247ba7918b9ebd87c7deae9087c4a306e129d96e0a48931f0ea727d1ccab

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 39205c6a2b3b23fd8360141b11e57f880bb1ff4f3e048f9c65a0b36acc2c631c
MD5 b608ab58ff361502984c472cd5b7db85
BLAKE2b-256 6b6e992187591348bcffb9951db5fd5bf670238d63d78e16680b021f9c28fb4f

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fec19df8e748e3c5db5a6ca75e6c36bac73021d205cd84f5ff1094ad3e40ad8a
MD5 d17afc57bb05905c6f047240453b661b
BLAKE2b-256 393266376dce94c3a03eb8a48b0f20839ae57cd692204f5c9cdfd47410da9e28

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-pp311-pypy311_pp73-manylinux_2_31_riscv64.whl
Algorithm Hash digest
SHA256 b15a2ea4878eb790b7351c898e328d0e24ba77207365915fb8e1476ab2c2d25c
MD5 cb4caff81c8e9c5f65d0eb6f814ceb03
BLAKE2b-256 58a47d5f3bcf708b701a88f631d664f4a89cf88fca30a47ff2ad3f1f5f667be8

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5ad959ae02788f75d574537bc3913c0dd35db97f835da6991604bc774749a67d
MD5 0d839291eb9a0ae006df138e80d37c06
BLAKE2b-256 5296f69aaebe5f8c6bbe3203da5aca2b66fe0fdd82a3771c2ab818074f95605b

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 8bae7339ab5516e75d5ef2bfa55937481c94e85d593d6b1c0902ab6d27a7e3a0
MD5 9ec0f499f1536df16c9222bdbe5ec0ee
BLAKE2b-256 c80b9cdbfe6ccb12da220e619a532b5a96159d651fec4cdde1954acdfe3b80f0

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 58bf5d191730e14a3e6983d2f22dcb5ac1df5b795b964a98de81c39912c56994
MD5 8f620759a1c2c897aa1737e54152ce9d
BLAKE2b-256 e708d13b075fed7183a8a3612d75f32af5db0516f057adf8c390a94f4f142589

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-pp311-pypy311_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 32e6c3d3cb9dcade2a4f172767e166c06eaaa45ac547ff3398e4d9f2017c32ef
MD5 f5a85d78f179af31a07b75068752bdd4
BLAKE2b-256 dfa77c71dfba80106ae0eb332b3d2ddeb3a3cc4ccf5d4b36068f7101f06ba1ae

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 4003b6fe423de9b7957cffcf7ad387fe7fde4cd9eb08f2ee473da7645e4d1b5a
MD5 d45cc5249ec818208e7d15c530eb0828
BLAKE2b-256 bc9cb9d13ce397ff7bbd58642b1994173333a2c91b59fe96a3e44756cc6bcba0

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 dbe26a80a898069df7c541915cbe27da51ee0fbaa577d5b3be264798e57d1d5c
MD5 218379bd8a2ac67639cbaac851c9092c
BLAKE2b-256 cbf0a2976b85f9ebb9022de2404432da4078e52a2412bb12dbc7902d67083547

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 9e30bd786eca13d1fac9e82ba2930a982352944b30ee93bda6f2fd5997d52cb0
MD5 30cdc6a675836272b9b751f22b57ef8e
BLAKE2b-256 8ba467349c85b453cd27a8cf26e8e606bdefc8a3929bb384114a36d8acb94cac

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-pp311-pypy311_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e4594ba0ca40879f42a6b5e347417adbdf5e812cdf6a6c5fbfa6f219b2c738d4
MD5 73a8b62c219a8923892da7a027f6c8dc
BLAKE2b-256 dadaa0c27b67d84a08712760979cee6fe8f8defb3f68aac5a6f63a24ed54293a

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-pp311-pypy311_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 7cb9d14b187c5b74ba534791b4094ad4e708ec0c7679f648dd1a8e1578addcce
MD5 71bffc02b02ec094b821d90cdeaf3e6b
BLAKE2b-256 8ccec1b8966ad4acd4e7fd34e3dda841514de40c909238cef09895cf4681bc88

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.0.10a6-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.10a6-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.10a6-pp311-pypy311_pp73-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
  • Upload date:
  • Size: 729.9 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.21 {"installer":{"name":"uv","version":"0.11.21","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10a6-pp311-pypy311_pp73-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 2aa9e25aad14c7d4205f191b6bf878535cfab59b54f5d8823df791bb9e1ca2a2
MD5 87b5d55a34c79df513129348633f37c3
BLAKE2b-256 72cfbe0df4b6424c7b90376084c3ec965da3c1747bd0ec472cfe6e438fad04b9

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp315-cp315-win_arm64.whl
Algorithm Hash digest
SHA256 928094b7b0c0cd89ffbb9b079ff6d80895bc06315b717192f55f9ee39ec6718e
MD5 a195f15079250dd83384582af72a3dbd
BLAKE2b-256 0ea370c4d82a628e9b5cce66e705b6220b67bd8982e0ca3d90ef96a84e2a339f

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp315-cp315-win_amd64.whl
Algorithm Hash digest
SHA256 d008e598ca2c947683f08b165ffb69e4a773799efd2add0f06e3adc0fd05ca26
MD5 22f9a81b3d21ce8f154e5b31b741d8e4
BLAKE2b-256 578dd18fae44052a8756937259fe628fbe4fa950ec76a0a1c464f4acb301fb5d

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp315-cp315-win32.whl
Algorithm Hash digest
SHA256 fd27f3704a8b00a5f0ce58e261adc5b9b9d3fb2865ade82f4880f22ddaa98e8c
MD5 055fdfe45d49478ad0c8b4264c5c904e
BLAKE2b-256 c794968f63d20c2dc160c3149765d68ef7486347ad0f6bbb34bb6ce1b721f467

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp315-cp315-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2c555dc5258b96d428595d84590c0424bd74082231a6f277c6f65088c7013f83
MD5 6c34bf7d9b39d91d3016d950c77c4422
BLAKE2b-256 3d8da767164caf44460ada3ac71b5a1be339be552d89d9f78f14a72e89b8ad7d

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp315-cp315-musllinux_1_2_riscv64.whl
Algorithm Hash digest
SHA256 63b37de663a99ce357095c80e5e1e0d63a41c7bf715b6a0c06838e43078f154a
MD5 bde71a7efff7a90cfaa70ce3ffcb425e
BLAKE2b-256 bcbe3df920296742cdd7d07315c204fdd2d6ed63aaae2353ebc455bad7ddace7

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp315-cp315-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 5309ee182ebf3e40e1586e8d1ab09e1ffa95c27e00f4d9c8c062bc4c9e790adc
MD5 850efa14dede212f2ada9ca85d7b226c
BLAKE2b-256 90a29a5bc40c5677b23755af47bc5a3a323dc41994420a42c4b699d616aacf8f

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp315-cp315-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 05738f69aed6332ff48a722331f0b88a4551a062efb1e016c4ec835a05b36ccb
MD5 88238e4fe32e9c1c18d8b0d9d46ac4ad
BLAKE2b-256 7feb96846254e8e355323ce19fef0c78cbeed9dc808db1ceb3eab9380961a450

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp315-cp315-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 42ac42102dbc4b607fa961d0092f41b23697c0324127d9f6b7072ae679c510d2
MD5 2be369aef315383914360e430283df43
BLAKE2b-256 6f0c7a86d3b21bb531c1b677137ebbc4521e8f949a44fd92b7a67615b20cd63b

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp315-cp315-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 955e012e008e376dc010cbf45efb10ca0f174571c6fc9ef37d7c854872c7ceaf
MD5 9aee632d215657f1d2f13e0f597a8e8f
BLAKE2b-256 d3992dcfac944e70a099b76e0440223db2e713c7a1dbd6588695ea76a9ba2d28

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp315-cp315-manylinux_2_31_riscv64.whl
Algorithm Hash digest
SHA256 3ed117d3adbe7d262919b9c0224bc0eaa6d4053c3c20d9ea2e2e5e4ec6a11b66
MD5 bd12241b05b441df962a07114241b049
BLAKE2b-256 fc976023328347203e4c0d8f17f56faa8fdf75da243329f08231e820d87a2a84

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2cdc7054bad8b87ea5425aa8cc7ab71dd4921b3b9bc1277e3cbd792f9292ca89
MD5 aba830c23adb28e7b09d4e28db53168c
BLAKE2b-256 0f9b84a87cc4df9001f2d5806c463a598c53bff0d06024ed0e11718d55971f6e

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp315-cp315-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ac865d1ff925b75f2487ec3774b31fb65d70158bc3133864fc91c977cced0277
MD5 fb8cdd11c9f224b725d51e9e85f56328
BLAKE2b-256 852c30e1d8b8cbc0967ec63a7e3de427f74fec8ba3e037be3bde7aa289b842ba

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp315-cp315-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d34ee6bf2533b32e12323f08afdc6e1b8d4477db96f9ff05d001d5d45f37c739
MD5 634c657d5c3b2432fd87d4fe44b34aa1
BLAKE2b-256 d45bc606ff46dd0d90485d79c2202e911b055f2aa684e81c30a261383f971b37

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp315-cp315-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 054c14cfbf334788978a069de44854da99619af14f87f996100c8a0300e03a9f
MD5 2f2f95e56ca95caf00b724aaf25c5441
BLAKE2b-256 10f05971870c71f243dd02b4b2fddf6766201529cfced489761e5ee15c09ed2c

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp315-cp315-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 3d5ffb1a927b057aa0c4229720aba6f3e12b9cbee365d2aa9368d34c0aec64e5
MD5 a3257ec354bfadcf421885d594d1cbdf
BLAKE2b-256 ed95ebb5559d7f8ac1b859d81c27aee4b1b2d0bd7205927c093324cda45c954f

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp315-cp315-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7459b0282c033228aba240172f2c91c7667672234381e651d172bf041129ce67
MD5 ca36fbb7ae00ca1117bee4d4a39f1b0a
BLAKE2b-256 c21b93724eda0d075e73e2bc1c0552c1698160519849daeed939e20c5cb3c6f4

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp315-cp315-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 72a09d837ff653f8cc3cee574ac01f1249482c3729c1b3658794275a9ce87db2
MD5 2c7a0e9d5abadcfde5c9ad4ec5f9bd57
BLAKE2b-256 d2c1227be4e7127bfb28284a75c60d630a7ad172fb453bdb5d8638e47d14b9d1

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp315-cp315-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 60a47bb7a2acb48abd4fa86dc0bf882e51c8e22f38eea61056001d8629a8fe64
MD5 55d15ecf6957b79e67aef1dc1e67ee35
BLAKE2b-256 21b20c8a87db5a417f0bd5a7fa00e3426e90d95378aeb9dc5c9772843cce1400

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp315-cp315-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d95ea48711f2185615135902916ef035c9e485a70eaf72e6f42aa045f90040c0
MD5 f20ceb40dcf26df68c1cdc90584c94a1
BLAKE2b-256 736781ac46eba0058cd4504f3aa91de7157d83a072fe2a87993c153e80499c32

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp315-cp315-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 9868a26958f2a7629c343e2ecd71899ad8b0bf319f943bc1bcb90472922c8800
MD5 83f3a29af5fc2efbfc6d968b5f264c31
BLAKE2b-256 206215dfc58de9a55d86227c0d5fa6d04c76004bfb04854fba68cbd58250f1a1

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 d0c318278f811f4a6b0ab1abfb711b6435fdef573cbe96d4c78107e953ff7d35
MD5 7f6487967aae6bd93331e54951fddae4
BLAKE2b-256 1ce072ba56d03cfade49e5983cfd4ca5db891e38b1a381116d8fd81e50abad27

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 90ac21efb3409e1d2a37da8e02d358de33c1fad6ccb9fbb07551822189b0e2e1
MD5 189f1b741f3721020fef3c1300338368
BLAKE2b-256 8e86e470f1b7714eda31f052943d658090af97e0f58f40d346be7cbfff012e6a

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 e654e18a3543112616ed8cc2b18c05a00e51913152de9afca320ba7bec0c37e8
MD5 22f342f8ec86e2eada1b727858fa9f24
BLAKE2b-256 b2defa67fdb84ae475c5d5a1bccf9f29d77aede60e474e2069cdadafb70c0591

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp314-cp314-pyemscripten_2026_0_wasm32.whl
Algorithm Hash digest
SHA256 bb8c274b9b189db0180b88a0d10e29f31d7e5847e417f643b943e7636b7642d3
MD5 a358631650c397e233743caa6659db87
BLAKE2b-256 6adccb6e6aaac0d3db9324b1ef375fd8aaa60ead7923fe76632afd3d30244894

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: uuid7_rs-0.0.10a6-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.21 {"installer":{"name":"uv","version":"0.11.21","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10a6-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3fe593c7d5bdcef089f74a8fb1fe83d9c0e27e33286b89ed190ff42b210d8a73
MD5 cab7f841ce7abffacb9961f0361070bf
BLAKE2b-256 b864a2c6788f5e18e0dd5c75e5ea1c14dfb19e3b5997bcc2a82fdd0eb888d9bf

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp314-cp314-musllinux_1_2_riscv64.whl
Algorithm Hash digest
SHA256 f12704ebfc6796bf407977fac5ab2a03eb53d9975760e67d8460bd630c5b6383
MD5 0ca61357c2056a2ffa5ab9de43924e22
BLAKE2b-256 ba6a85390f7b26fd84c402c188e3b5250fe3d05bdcb2387b8fc0cbcc2f38089e

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp314-cp314-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 d6d67585f37d82485fced59f6177ceea574dd178298421277c88c737838d2d8c
MD5 27da06c956cbf5d6a5b0c26de3be9602
BLAKE2b-256 3a803d6a2c0c02af2f403ef0ed07e9a322e59c1a4014ede4495d03530bf37183

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp314-cp314-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c24c9ddd6e21575d95f10eac3d1e04f7ea30f575898811accfefbaa03fd0fc25
MD5 68cb6064bf9e496a2dfc13c1bf61844b
BLAKE2b-256 67db85216e80cce13e1f840dce5570a48b6d87a22d43d7103a08b4bde49932a5

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp314-cp314-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 31d2abca7beabad905766f92da09aa9b4c045f2d53ce95e9dbc076c94738c29d
MD5 59d5fd068edbc9f2eb24c4aa9af97b89
BLAKE2b-256 d1b86556a25ae0c078f6c3bb261b0a7a814e403f29155d98a1eb3f6586f42b24

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b7cf1d098238abe1c6ce8d9c0628f0684dfba5d7baf453ec240e27922dc282c0
MD5 43eb261f6262845520d168d435896a0a
BLAKE2b-256 448074d45044238b648eba24e4ad5c5b574fee49b5b4b30c1923e63ee4814f19

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp314-cp314-manylinux_2_31_riscv64.whl
Algorithm Hash digest
SHA256 27fdd9e69949bdaeeac63bed251be71b7819e245703ba41f46244fa75a7db7fa
MD5 f7f423248911c85c4bfb9213117f91b7
BLAKE2b-256 82f760d4309b336cb5827e2e270bbbe2342440333c3361c4b3eb29a760e0323a

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bf2f67ee42e906e61a0ed3b27602dd05b35fe6ab3aa6dafb7703f7fb4a02cab4
MD5 453c89d225866a52e8787a2bcddf67a2
BLAKE2b-256 825e5e403f03ba1c6b2415e2c4837eff97b81b01a5d255a596de0985f50624a7

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 b19b05609fae9c93874bd5af8e4d708d72c8054edfc3f3561c9a13948fd1c420
MD5 abd9cbddae1f0e59819de3afc43a1e98
BLAKE2b-256 957c4aeeacaba4acb23c50ffa4167b1f53d1bbc78fe150c80623b75d22dacc3f

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 de07c74551d5acd087c5a89ac25073e84435d89ba23e5c4b5dc74bbe034875d9
MD5 44c19396c8b385172156557bc9b0f7eb
BLAKE2b-256 d572eea08e1bba94e50a4841e20387af5495346fc7da3fca28f416b4ae2a6bca

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp314-cp314-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 af497d62fa9e4e9d04ba87a18618586659c66227e4ff933c0696315d53cd580a
MD5 3fb85402c95ecdc98d3442c6a0bfd241
BLAKE2b-256 6affb16dd2a75ff3d1f2b1a32679d6f4eb50c418530199e000d100308aa3231e

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 0514916ac076869a27092fe27fbfd46bc0e141fc13e8ac1b67a954e56bc5fe91
MD5 c2f58a828ee0f237cbb46b6a69fdba74
BLAKE2b-256 99e315b74e20431402cf54427c9d9d5ce42420623f309f34f7c223945ee37369

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2fa4365f916a14bf0910f009da9905ae4ccd179ef37f0a99835bc4f35b44d176
MD5 6a0cc4b30413699c265aea3418251dcb
BLAKE2b-256 4ed4c7f57635edc01130fe406f3418ecc8eea6e964bb1fa8e36fb0293167e80d

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 d79d5398937a9ecc565e36b8d6776643029c5949f180c5d5d02a8b436e30634e
MD5 282f963bc3b76c4957dbb79e123d5c6e
BLAKE2b-256 ae77ba9f94dc834ee0cd1d423f1ffa07e6ee03c57f09ecfee0271875b6fbc83c

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f6632f774f624806cbc1df19d60bc03d2f9596f401bb4c9e779a35f94567de48
MD5 a87b6b6a3bd1c2008c9685bdae9f91f9
BLAKE2b-256 38a61cdb2fcde410c3408be5020e7519a98b6d17c26eda53ff70d5050496610c

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 88ecc690f47a6a85e4d14a5285df5aca419abb1af74c428e077a2da9dd3df80a
MD5 343f2cfcc32c6c0c8ac2079a47d03723
BLAKE2b-256 1848c328a22b152fb2e52e4a350eba9bcdde02088932b2b66f3c8381a613e803

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp314-cp314-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 64e828de30e89814330f3ebdb1a85922de10745d224f145702c1bca1953a7ab9
MD5 8c98b7b446ea2ffcb21d74fe404c5a6c
BLAKE2b-256 23b7a40d34a5798aca037ea261ea1cdb6211ba9d3dd329f1b6dcde27aa866717

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 52cc5282a2d482e61b14ec54dc74695596e94fa3a4c7a7126c3958dc7c44a9b5
MD5 094e9b98f32e89bbd56d778783fab1b5
BLAKE2b-256 f30f80b2f02fcea61e4d32b6f05016f7071337c2739ba297d0a2766cb36d982c

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 9ffaa6deae61d1ad3d2c8a4071eea6f6c0afd244485b89413350f323d825028c
MD5 d59d55fe5c290887031c72d4eca941b7
BLAKE2b-256 85db9c731749170aa9be4f881dc2aa0cb7ad7cddae9c3befaa3b3d6955d4061a

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 19e4a6110c506b4de773adc9f1103619ebc81a5ccd4e3507ca01ad3c3bc031de
MD5 7a3d1f6670de8382c5fc2a307847de8b
BLAKE2b-256 529545db73cf398b79c13f7ce57203d72470adaead4cfa9e1c1548db47108a4f

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp313-cp313-pyemscripten_2025_0_wasm32.whl
Algorithm Hash digest
SHA256 75014b2b78f71b0d60e8b43bbf191161e033160254ec902f8b4f6159fa7c88a4
MD5 992a1175f1082087805f60dc0f22e0cc
BLAKE2b-256 aa9c397efd74873905ea22337d03b0fbe6efd59dc74c75b141cb4b1ad2ccab12

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 229a592a5fa37ca3727b0eb4e41ddee0a9dfbebe145cc35b0d2949082e2ff68c
MD5 fef7454df9f02d9468bfc0b19d1fe106
BLAKE2b-256 8eaf3551914a8c5f0a33170dd9aa2bcb78a8c9fecee7e2d7a6f5e7dd6c24189d

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp313-cp313-musllinux_1_2_riscv64.whl
Algorithm Hash digest
SHA256 9d8e1d3952434d5abb5ef2d98dcbf2de5f973c8c267920f4b5acedb04c2c4c0a
MD5 b4137b825894153e0030e34c233cb6fe
BLAKE2b-256 2d69f33c7c91691ca12440386f86a1d2b63b05f13a9968ddadc871e72527cf08

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp313-cp313-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 5089ef802315088847f059aeb294c6ac4662d4e833054b6ad26eca9782c9a738
MD5 cba0a0755fbc8953491f014f7b87bbfa
BLAKE2b-256 fa4b47cb31facc90b25229654d394d37ede84f0385a20ad4e4822391abb99463

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a4597af174c7abe1edb55d26079530378f76651556928d0356f4888e6e326d14
MD5 87c784459092849cd040dfab30d2fa32
BLAKE2b-256 4e93b2e61ba05862df5c5f889a2a44e44664fd11622d506fb5ec4ddb6fba2b07

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 35caa2bd4edb7caf93293ca5c828955edf96c3a8b8651282b383da8c0e14fbb8
MD5 7ff6292e9440d3cf2d4653b530a5113d
BLAKE2b-256 ab0e4d7a068634faa714de5345fb5468cf533ec26360021b65b876d80e0a0ed4

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4617de4b0c4dba6621aaf491aa13b9fcb6af3f7db1b05faa5ab83ef8a859c4fe
MD5 615df8907079280e65fc44b142281151
BLAKE2b-256 17edd867b778f4ba95d706b4273c9ec1115b3d94ec2a548ef842e36d84651559

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp313-cp313-manylinux_2_31_riscv64.whl
Algorithm Hash digest
SHA256 0f6630f0ad2d6a60316413d60740ccfc12b815c36c6a4055af0f7afc918dd6a3
MD5 1ac96f432a057aeaba3585dc75ff1a0d
BLAKE2b-256 7e11618614eda5bb63337f25cc0f6c0be542ddc658d3d46bc6930250b198b712

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 18f750182937a871fa7f81601aea29cd1e75818eda9a37319f8bfb746a16adb0
MD5 8d13ca1f78aa295beae1524189b91b56
BLAKE2b-256 7715541ea3b8cb8e21ef622e581d92066dce08cbb4e16f5e405842231400e7fd

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 074356997cd339706b4ad0e38240f56a101faa41dcf7fece3c9c3c45c1b8e6ca
MD5 8ebd952769da6f5cddbcd219ff72d3a7
BLAKE2b-256 9bd705c2154bd2176f3f416e1585c53dc3db49c5559b84499d154b6678ab03b5

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 09092ac15712dff55f5c9bdb5448881adaaf544b3a69a771615e913a23ff6e28
MD5 1c3b86eff8541cc2a078392be7afc64e
BLAKE2b-256 8da2797a80a53368f85cf4b7f6223bd8970ab7f21d1f1142e4f311b7c2b1829a

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp313-cp313-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 9e8ba7163d571cac3e4c9c13d565ac4598d7ba3a98c1ab15c1ea80fda8179be9
MD5 e96d00650f428e00ad908c8649d10e8e
BLAKE2b-256 0fc15873ea3a533098ec72f24196cdc1271a6cbb34ade1699738049977bfb916

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: uuid7_rs-0.0.10a6-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.21 {"installer":{"name":"uv","version":"0.11.21","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10a6-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 0bbbf57a08fd8213b225a3abdf97936ef74184f3fdf0fae7944c49d68afa5825
MD5 cc10561e97b19e3b3149af63779a643a
BLAKE2b-256 99d183cd2b9d27f9d451fa9a5702023dede40a245e06722e9e3fc937d9c644a1

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 33d59cca8016bb18cbe39a313282e4b1bff7566b59022696d3a93c858651dcec
MD5 ea73d9fb2ea453fbb09acd4959637f91
BLAKE2b-256 e84f8627f516dd259a51ca7160258ac422ef753fdf7ec49707976ea1c7310866

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 9a67f3b77c9f84d649d1bae9364c50d360a7f0404cba9e44590fbc332c73460f
MD5 2224d10cdb82f0025666f0516786bd9c
BLAKE2b-256 08489e89b3283a4bd13fd5fdae83ea43ac7cca37d1ac7ba915044f6ca5f3f741

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c1fb2694ede1257143b651011750d4942636643a0c6f138a7e772fba4ab2c477
MD5 ff0591a6cfe828396486ade08949d91d
BLAKE2b-256 d0207ad0b83d130ad8c1088cca937629a418c4139349d629ffe9a20fff0d6409

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 ed5e333717327e74a3b9bf594b6e87f56d457a43ee532e58c0019aa44bf355e4
MD5 1e57e239fee96e9fe79bd804456ef683
BLAKE2b-256 6ae75622093831565f112f5e97dfa2b5ec3020c3fe8e203d345b95368bf9eea5

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp313-cp313-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 8911e158cfa26ad7955d5cd9a0aebc030d6e82ecdbe7d5b4c9c4a626d1d08db8
MD5 9d411e796420205b27a082f86ecc33d5
BLAKE2b-256 a7e8136f6fe068a3ab3a74e0ad70db34d3c7640a159a185b6f062dc56c2d608a

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 5fb6f4556b122baf93baf44f4e1c874739a36d57d9bef8dc505d6c39ad6e52b5
MD5 ad89e7af1f4558103d0fcbbc1a485a3e
BLAKE2b-256 e5fe93bbaba85a021b7e3d41b1e86492f269344857df02e801d2281553e57962

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 82d8faa6d57101dea7a4a4fab0614e382e98717b99998c39ac2fe63e78cca2a7
MD5 c82a0dcb514870dfe21823dcf947685e
BLAKE2b-256 22feeabac95326ef6abd50af411e8199738c7fbf97ed8339a816011ae0110abd

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 6e4ed2c7cbd8a8e6e9de3404eaaa5c7bd2b6a794107caf7735316ecbfb5036b8
MD5 cc8aa96e4847df87776bdaa724cf9756
BLAKE2b-256 cbc64ca52dfab3827238ff6ff546a920f31e94b494d3409e46984980c0b085c4

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ad894961c64c4f056009c745b56e9b3dbc2dc2b2029a21de4e776decfd264447
MD5 695df9aac315ebbad658279a1ca879f8
BLAKE2b-256 ec4423a62ece8fa5e4932a5386a0af8c59a1ee0c65328033f2c2b0fb25bd877d

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp312-cp312-musllinux_1_2_riscv64.whl
Algorithm Hash digest
SHA256 e243e1bc9b8ea676db2657b5b7e9e75306c8fcfa745488a311cc98d6e26997de
MD5 949d77c39e842246156c94e5ebeead8a
BLAKE2b-256 179b9477e5587423b4136994a2d95ed11bc1cf3bc7e8183de56a6dafa3cf7dc5

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp312-cp312-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 4defef2c4587e3e8fb8a7fbe18cd16fe1cbecefeeabfac13ef4369b23f102233
MD5 3dfbbfc9645a581db60a0d761fc9c3c8
BLAKE2b-256 203f8f0ef31d5410a29ff3b2d1111e6d963594daa859b5429a1af60fbb21c87e

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 0291b19d13710853662a0196776ec6e659167fab85fbb688d044846ffc289b0f
MD5 059629e4a2cf85e8fda040d44944e68e
BLAKE2b-256 f8510b06f9ad879ff3aaaf4f07f96e6b2c21d18ee4528d8e3451b87a1d930e14

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 9e16554ca54031f136adce4964bf007f1607d481adc547f049e8908aff047355
MD5 f83752bea8dd179a3ce350fb0f31b06d
BLAKE2b-256 85b032d9593f20c7c84cfa62259c10636f0f57ca6a91853fbc9c89473e3ddb30

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 aa7bf24105a675b650fb8eef59c8c91c7a12c5d6d99324b764e588a7f223edd2
MD5 771edca671c91e604dafde67c8716fea
BLAKE2b-256 462b51fce3dc4343b4d6cee145386dd591180c5140059f985e7bc57454196043

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp312-cp312-manylinux_2_31_riscv64.whl
Algorithm Hash digest
SHA256 f1d18726be28f7b31b0cbc42779472e07a217df6125e4b195b442ac4010873ae
MD5 996bf06e33dda1b74d48e922265bf828
BLAKE2b-256 663cf8f7da8b45647699b40c0678683be0af1309542fb488465db9d578cce156

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 315b0a47c1e5d84b20701a0e0720baa6b6618790399e596b33cf412984532240
MD5 d4467310822b3dbcd40cc6753d941d95
BLAKE2b-256 b316afba78a289c1b16c177d0fa75b3d1614f7b3dc7065395c2d0cff70e3130e

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 111e7c316644ec881d58a03a78b4b21a9279ebbf823349d578c0c2789a34d3e5
MD5 8838f94b44bbe4b408966c870a67c803
BLAKE2b-256 88e093ee46361938c7eaee2d44cdb67a7be8e801033f3a166dd21a20102c502b

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: uuid7_rs-0.0.10a6-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.21 {"installer":{"name":"uv","version":"0.11.21","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10a6-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 6c104048ea37a13530c190f41a7c07a8b8d71b327bb4e2e1174f4f7c7e1edc23
MD5 79371549a525f47b4df698c39a8833ad
BLAKE2b-256 a6a81b5e8a551ca977583288ff4e9d057878c94e892c0343e707adabea2bc939

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: uuid7_rs-0.0.10a6-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.21 {"installer":{"name":"uv","version":"0.11.21","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10a6-cp312-cp312-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 9398b093f1ee6d169f3870b879a0e8a439e5f36a77a3d29dd91c1b7ba8e11bf6
MD5 009b8b5310328f11371c918a907d6e3c
BLAKE2b-256 b4b503a4c64a18e8f0fab591aaf0cb44cb10f06cd9177bd3afdc2d84b020ecdc

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ea889166099280fd69e688d3d4b7a93751e0b5af5a419b8b893612bbda0c19ad
MD5 81fc48f4975db77127a74e08799b2d41
BLAKE2b-256 530c4792660a224564fde7de4f9330e88f1d89ede043245efecd00fa98161584

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 eea0cf2b583e6f71f56a6c34f2d79a64fd2435e00049eb75b1a9f518ad118406
MD5 682c79ad1985f0fdca8083212b213ad6
BLAKE2b-256 29e6e875e48399f22f2432c7a0133953a5a003a52994279cc06d124cf1001e68

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 56d9c8d87adc8da11cb3e0c6354f544811762f251678dc2ff182156ad11b5917
MD5 dee5a6ff6d9b5037b68cb1d7baee3dfd
BLAKE2b-256 722c9a934847bdaca15247028c19bcf38cd1024a43f4505bd80127043bc85a16

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f877086cb63620335fc2cf65948efb712bd9c10f3a20a4959609e044ebbadbde
MD5 abbff9ad3ad962348943c85fb7c27125
BLAKE2b-256 00144aee61917fbf876cc23e4d989371267e808546eba1ac86de855f098ea2ef

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 5fb54f1581bcfd3933fd11bc22bf036866b48686a970a4b9ceed64bb3bf08220
MD5 0bb5358a9d76656a38de81b371d840a1
BLAKE2b-256 9612dd872f1f8779bb62211a382f702b6ced96c201760239d95d32ec19cde271

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: uuid7_rs-0.0.10a6-cp312-cp312-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
  • Upload date:
  • Size: 725.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.21 {"installer":{"name":"uv","version":"0.11.21","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10a6-cp312-cp312-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 fdc218352a29790748981879d8f1a8b7119d66724fb5efd61a47438c913120b3
MD5 0c955bb9a103682195c7ec660a9d3dba
BLAKE2b-256 bbccb14a4fa541272b95f1216128a60039b4c5017e6f3295551618abfcb8b157

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 dd599e8584a299a9997f31f8bf4a9ad116e463ec2ede7ea2f701500777477714
MD5 d7c43993707e47bb0bfcad282835b0a6
BLAKE2b-256 25af2d1b342d2f7482ba296ba12f8550fb7179f675bf050432f186ef46d39b0c

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 c653b224ce3b6938afa15da9907a905440c2da7790a9d8f37309d3f3d9ceeca7
MD5 fb97db507cc0ad2ef4134b4563a6795d
BLAKE2b-256 ac9477b6bacdb5f472106254c051e1edb856deafc1dd2aaee79560703263ea3b

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 c9fdc0e9b91fa97a1564349133150a62763264854a4d39cb770673519a0aad61
MD5 a1fb0c8e709195571e63264e2b8c98b2
BLAKE2b-256 211e50b2215ae4dca5cc6422c064a0f13e03f58bfa8ce2bb08aac529c373f4ff

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 743774afe990c654457f95c6add50c6cd7e809218553a52c19b51e94895bd990
MD5 e5e3d22c6e94991b3afcb2c49a0a0107
BLAKE2b-256 020c116a372277670542edb9e895c227bd4be8afbd4456a11fa7e59b20fe3ae0

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp311-cp311-musllinux_1_2_riscv64.whl
Algorithm Hash digest
SHA256 4df8b71dc18091474f59359a795da380922c2c6cab15ee91382144a453604817
MD5 f43d36dc09627ec02abefa58d12fb113
BLAKE2b-256 66ab4b0e59635dfaade7651ed06ae8a272a50dd1efc2893b8f8747efc973dde5

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp311-cp311-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 c463c104fdfb70b989cb7d522aaae63bb203eb05be3c80b9a63c6802504f34bb
MD5 02442d07cac5a40470d85e7bed0ac745
BLAKE2b-256 8e4306af745a29059e1869e1abd10ee493cbf859ca3c3d2fa6449e79940c5a1e

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ad25d994578f0a644627016ef9efd36ddb4293475fcf789f59736bc26a52595b
MD5 6b134e357c0632944efeda03583e20d8
BLAKE2b-256 8a65b15c83bfbd68fe2fff5761ae80889249829095ec156b10ddb88beece2896

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 bd105b1a28a4b3320382cb99fb46a501b5430f060974d841742d11dfbb8bcc6a
MD5 88f22622109c8b73bee7cb02cb38aaa7
BLAKE2b-256 14af56343b71d396eb6a2a622bdc66c6ec8f09f9dfbf725f48e52dd4709dd349

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 67289011b65e48b3ede9ed521e1a22c03095eb1c69f4e2dd9bf0d8ed3662e867
MD5 bf677bdc20a595ec9c24f544ee3a6e50
BLAKE2b-256 970025080f6f5d755a50ade62fa372d10a76f6e4f7cf2842a166473013c460ab

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp311-cp311-manylinux_2_31_riscv64.whl
Algorithm Hash digest
SHA256 a08eb8661a5671e0b705d6fbefc2d93d92655154a276d43a634403cd8c5f45f4
MD5 c2c77079a3807ec4afbc358d1127c8b9
BLAKE2b-256 aa1f7e300fa0dc35ef3adaaea9b7a07fca0237b36941d63da288e4dff143e465

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e9d4867d97241344597e3894ca2b43c2aac6315acefdb4c3e4620151e67628d5
MD5 a1558262f9272353a24f9a1af58e4989
BLAKE2b-256 8d7a6079943a7c061960ecaa909d19fedbd64055bc614be09be27b2f5b28049d

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 606e95b9fa4bbd574092a00e738c706859ab25f56a7a526915713823f27fe2f4
MD5 48c8a3a94310a9312e99c9c8c4eb0e92
BLAKE2b-256 2d482aa5bf87cbdfe3e1c3d714f7fa52e72e7d0726fbad202ca5ca9d164025fd

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a02a4edd6658862ed66f0a11a5c61070da8ada3594c8db14bcd1446575c01f9a
MD5 8fb044b981c493595d86bee96c7cf274
BLAKE2b-256 b2720dc497bed4e6fd6acfca9c75f3cffede62c2219ba51d228d1231e0a8345b

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp311-cp311-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 31719209bc003f4e2019f11831c3fbe0b27929e3c19716e78a0d4082208ec7b5
MD5 74f9e6c57f334f7f37bdc6c334c31ec0
BLAKE2b-256 70077f6abb5564ca072d913e6036a03272e105b24e032af05062f8566c26280f

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 051d3e9c6d41868a844bff32c61071de8802df5b349ca258a6f2640cf5bddb80
MD5 265c36e21de5ce46dbf669c9f7232b92
BLAKE2b-256 9c4cf3243c957165b8c24836e32a4bff66ff96e52d90d41478ac1c9691d99f36

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 456bd26be40675c29c6da89ff6e01ec90f01b5a49d52b219f2720f93928100b6
MD5 de0d954aa7a2dc99129f37b3f328906d
BLAKE2b-256 90664e51e68e1903f7e69e5da6a5a76b64dde52f29cc192b7808d7529a97d259

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 f1f151371c68482cf35a74a5c8fef0c5a7992a7c5f1c736148958fcec0b14e13
MD5 0a44a61f0abd8a56b1faf7433eb0d0f1
BLAKE2b-256 fe5a1403e97f0c97a964b2fe305b6123d68708ab770a7e660c12622230818f22

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2932bf398ff07952c0cbb14499aa196ad410ff3a49377b09819f4bf7a49fdc5e
MD5 baf478f21967701ea0e122adb03f61d7
BLAKE2b-256 1768921ca6c6bbe75e141cfe6ff718f520e4cd9b650a6f6aae59de66bc7edfa5

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d9a1b6e9bfa0207268937a8d42606ff0f79cfaec3ae9609e6e3465c4440c3183
MD5 e8012dd7701da72b297a0b6fc21b1859
BLAKE2b-256 c1bef2c3f89225f88b2d07dd9ac9a6eb9a986be540534ce51315b7427936b7f0

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: uuid7_rs-0.0.10a6-cp311-cp311-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
  • Upload date:
  • Size: 727.1 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.21 {"installer":{"name":"uv","version":"0.11.21","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for uuid7_rs-0.0.10a6-cp311-cp311-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 9ae41b520ab55f6e7da9fec3e3d12112d95433eeee7ea38e28e11f97c5069ff8
MD5 029835f42694898e84169a054216697e
BLAKE2b-256 86d6cd9aa9fed7fa57431ee940a36d1c3509ae8e63ce52bb6fa3466288476612

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 fe8885d7623d3bd3ebf721db089c59d0d9df3f4dab1b0aebaaeddb5683465360
MD5 fea3474b1d3039ea1e9241757148e650
BLAKE2b-256 9f77b7c6daf762a21fb531390ba9be31b3d8730205b5acc0dc185439938e4d6d

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 99e7753b0c0d6e8b54a110eb6750f8c3de1e4cce6cb00ab2d41a5db8209ebf6d
MD5 93b984959912fcb1ab491f21284316c4
BLAKE2b-256 ab2e3c27820cc089ec3ce3bd8311a313d828f8ebd644433c3bc5dd3be60f4deb

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 982422e2a1ee2c4552c706af448385daaba8bc653375e9b39f377bddcc2b382f
MD5 bc83067ee75797a2b85eb7b84094b961
BLAKE2b-256 7b70afd9d3135870e860d104f76e604cde2f9568d78e83482801e6f6a7e277aa

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a6f738678718578a3405fea9183a6eadb67a487a527c8689c0020a53a2b62ed0
MD5 233ef060888fdbab497191ffa119008a
BLAKE2b-256 2e2f484cd4f626aafd40bc9c9d521a84b1cab0fcb3a7a9ddf3f189b9cb9acf15

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp310-cp310-musllinux_1_2_riscv64.whl
Algorithm Hash digest
SHA256 e6d8c004aedf63c851dec5ab4e837330204d3edb2e7cd9a1cc62c8df1e1a69e3
MD5 ea25682de422c5ed8577014d520fc359
BLAKE2b-256 bbeec1db944ee902a1491a524b5fd69d97897e83bbb903fcab3679af182b9ce8

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp310-cp310-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 0a15a88e3bd62bba4f756824191d4a4627856950c607568d1b9e5401677a93e8
MD5 19eb7db38e603fd8f8a39397d2080809
BLAKE2b-256 8c960c95058e53ebf62d5118a736377a6f2613e4ccd3a2bf91c06b7f266a7f02

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 033a6f6aa89d16cf6757d1069dce403fdd7de3dd2626775125f3ec5860ec4fb0
MD5 6ee10a1edca4d92d62bae6478b324715
BLAKE2b-256 33f6e71663764ee0b2203de7ad06cfd21e1870a1ead9982acd52f6472df9ffcd

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 da2c8ccf808297d6523f4bb4db0e6718b667c52d3e896c1677e225b6254f39ab
MD5 89fb467d0d46f6822a08ac579c1f1fe6
BLAKE2b-256 8bee6a0303717b1902cbd20749f0544be686e976359458e49f05c32438c873a0

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8770026b2716849cc5376e838f6ca42d2ce4312831d1e92f8c8425751c7f3ff6
MD5 3e022930f4d5788f325d053d7f9ebfff
BLAKE2b-256 852a29a905f77c20f2f31925c0c73788493fa2adbbc7c6430291a9ac09e906f6

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp310-cp310-manylinux_2_31_riscv64.whl
Algorithm Hash digest
SHA256 27109256e8e80aa355b816cffa068209c3839cd81016c13316ce5cef7b196edb
MD5 3828e91eb4ab5839208fc92fc366c0fd
BLAKE2b-256 987a64fe3df4c4bb2b6b69c318b72afb90eb5f57dd2d2f7819f6e5487112bc05

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a6a52de6dfd518ebd98abf9c0d80573c4616fccda808aa84de93d722a7673ff8
MD5 4c9966ac455a25dc5c9b52e468417e0c
BLAKE2b-256 2063e6e36b4a28a0de89087371ef1be5c46a5fca3a4717e26ddec3566692d0f3

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 b22a4bf12076a4b882ef6b3e169907ffcf38e13257d480b5cbe5143ef675c1c3
MD5 262902f101f0853d1dbd82859b115a7f
BLAKE2b-256 7814c16018968c9a220dacf9882d7e48d6e0b8c74a73d761b19a3dc1903d533a

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 4474530b4ade2c5a2b1a03e0e79ea3e2728e22dfed41a16c6292bb6134a0985d
MD5 870107faf6087e882e35e44184dd4d07
BLAKE2b-256 545da9507543250aba7c4f5ed676086610bb54dba4bceab988322b01385f5288

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp310-cp310-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 71a7eb087b4be448a0f69d95b163427a150663d40afbff73b7de65d5ea15ba99
MD5 e5750a932873ed44f9d95f2f157311fa
BLAKE2b-256 e2444d308638070a4f92a33be903c473324f2dd837a6ff1eea8bc36bcbedc87d

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 269f1f57553abca573fecf88ac66ec1bc45be3589081541e933ffc669e53e6b1
MD5 eb35f2b021a7e864ee556a12c53c84fd
BLAKE2b-256 2b21f28e845bf19b93bdb86dce6cf23057ea60e0d3fd35efffe19b81b67927e9

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7233159ee43817ff1957ac4cb7b4c3ebbe492bf46111e70c48a981508e055325
MD5 4b48c3fddd522c63f5181f6093d7e091
BLAKE2b-256 3a790197ab3df942640af95ee6d3290d71cbb40622fd5619ccaa6a23c545bae2

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 2da3f3d458b6b4f3cb081bc062f25733cd8f666192548660546ca22cb7db5604
MD5 ca80f9e99e628680086bf7666973d21e
BLAKE2b-256 17fd283d63b866c0c162feb865953205909e563eb75fbd14ecfd142c326ce361

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e1964598752f9b25c6f4325ab23dd2bd7d334c90ea2839b5fff59d5234e571a8
MD5 aaec1ac329f8055dc21a87b81b5f7ea4
BLAKE2b-256 ccfd2b5263ad8a0015f47bdf7e24733b255353b0f324986d989b6f6bd02e737c

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 4f95b723af387f48b1f59279ddc78cf99619c300579a351836450c8e852cec24
MD5 baf3382095fb6b51e679a6a6fabd2591
BLAKE2b-256 785c1fe7d35ac8f4ede0a7eeee17f0401bba7169dc915f04130a35898e9349d6

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.0.10a6-cp310-cp310-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 70999edc69352998f2d2f6451b3ac89788de7c6061b5eb731fcd6e9b0030e4df
MD5 10ce420edfc20fcf11a51dc8cf8e119b
BLAKE2b-256 12968d33b7c322812b607469afdc77fd022f594be1b6eef39326fdfa53372a9e

See more details on using hashes here.

Provenance

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