Skip to main content

uuid7-rs

Fast UUID v7 generator written in Rust🦅

PyPI version PyPI downloads PyPI requires python

CI Last Commit License

Features

  • High-performance UUID v7 generator (see benchmarks)

Installation

Python Using pip:

pip install uuid7-rs

uv Using uv:

uv pip install uuid7-rs

Poetry Using poetry:

poetry add uuid7-rs

Example

import uuid7_rs

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

Compatibility with Python uuid.UUID

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

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

import uuid7_rs.compat as uuid

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

Contributors

lava-sh/uuid7-rs contributors

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.1.0.tar.gz (36.6 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.1.0-pp311-pypy311_pp73-win_amd64.whl (291.0 kB view details)

Uploaded PyPyWindows x86-64

uuid7_rs-0.1.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (598.0 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

uuid7_rs-0.1.0-pp311-pypy311_pp73-musllinux_1_2_riscv64.whl (548.1 kB view details)

Uploaded PyPymusllinux: musl 1.2+ riscv64

uuid7_rs-0.1.0-pp311-pypy311_pp73-musllinux_1_2_ppc64le.whl (555.7 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ppc64le

uuid7_rs-0.1.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl (632.8 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

uuid7_rs-0.1.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl (654.2 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

uuid7_rs-0.1.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl (560.7 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

uuid7_rs-0.1.0-pp311-pypy311_pp73-manylinux_2_31_riscv64.whl (371.5 kB view details)

Uploaded PyPymanylinux: glibc 2.31+ riscv64

uuid7_rs-0.1.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (384.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

uuid7_rs-0.1.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (358.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

uuid7_rs-0.1.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (347.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

uuid7_rs-0.1.0-pp311-pypy311_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl (348.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64

uuid7_rs-0.1.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (328.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

uuid7_rs-0.1.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (381.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

uuid7_rs-0.1.0-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl (407.6 kB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

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

Uploaded PyPymacOS 11.0+ ARM64

uuid7_rs-0.1.0-pp311-pypy311_pp73-macosx_10_12_x86_64.whl (371.9 kB view details)

Uploaded PyPymacOS 10.12+ x86-64

uuid7_rs-0.1.0-pp311-pypy311_pp73-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl (723.4 kB view details)

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

uuid7_rs-0.1.0-cp315-cp315-win_arm64.whl (286.2 kB view details)

Uploaded CPython 3.15Windows ARM64

uuid7_rs-0.1.0-cp315-cp315-win_amd64.whl (292.1 kB view details)

Uploaded CPython 3.15Windows x86-64

uuid7_rs-0.1.0-cp315-cp315-win32.whl (275.2 kB view details)

Uploaded CPython 3.15Windows x86

uuid7_rs-0.1.0-cp315-cp315-musllinux_1_2_x86_64.whl (599.5 kB view details)

Uploaded CPython 3.15musllinux: musl 1.2+ x86-64

uuid7_rs-0.1.0-cp315-cp315-musllinux_1_2_riscv64.whl (548.7 kB view details)

Uploaded CPython 3.15musllinux: musl 1.2+ riscv64

uuid7_rs-0.1.0-cp315-cp315-musllinux_1_2_ppc64le.whl (556.6 kB view details)

Uploaded CPython 3.15musllinux: musl 1.2+ ppc64le

uuid7_rs-0.1.0-cp315-cp315-musllinux_1_2_i686.whl (631.8 kB view details)

Uploaded CPython 3.15musllinux: musl 1.2+ i686

uuid7_rs-0.1.0-cp315-cp315-musllinux_1_2_armv7l.whl (653.6 kB view details)

Uploaded CPython 3.15musllinux: musl 1.2+ ARMv7l

uuid7_rs-0.1.0-cp315-cp315-musllinux_1_2_aarch64.whl (561.5 kB view details)

Uploaded CPython 3.15musllinux: musl 1.2+ ARM64

uuid7_rs-0.1.0-cp315-cp315-manylinux_2_31_riscv64.whl (372.0 kB view details)

Uploaded CPython 3.15manylinux: glibc 2.31+ riscv64

uuid7_rs-0.1.0-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (386.2 kB view details)

Uploaded CPython 3.15manylinux: glibc 2.17+ x86-64

uuid7_rs-0.1.0-cp315-cp315-manylinux_2_17_s390x.manylinux2014_s390x.whl (360.1 kB view details)

Uploaded CPython 3.15manylinux: glibc 2.17+ s390x

uuid7_rs-0.1.0-cp315-cp315-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (347.9 kB view details)

Uploaded CPython 3.15manylinux: glibc 2.17+ ppc64le

uuid7_rs-0.1.0-cp315-cp315-manylinux_2_17_ppc64.manylinux2014_ppc64.whl (349.3 kB view details)

Uploaded CPython 3.15manylinux: glibc 2.17+ ppc64

uuid7_rs-0.1.0-cp315-cp315-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (328.0 kB view details)

Uploaded CPython 3.15manylinux: glibc 2.17+ ARMv7l

uuid7_rs-0.1.0-cp315-cp315-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (381.6 kB view details)

Uploaded CPython 3.15manylinux: glibc 2.17+ ARM64

uuid7_rs-0.1.0-cp315-cp315-manylinux_2_5_i686.manylinux1_i686.whl (406.2 kB view details)

Uploaded CPython 3.15manylinux: glibc 2.5+ i686

uuid7_rs-0.1.0-cp315-cp315-macosx_11_0_arm64.whl (360.3 kB view details)

Uploaded CPython 3.15macOS 11.0+ ARM64

uuid7_rs-0.1.0-cp315-cp315-macosx_10_12_x86_64.whl (371.3 kB view details)

Uploaded CPython 3.15macOS 10.12+ x86-64

uuid7_rs-0.1.0-cp315-cp315-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl (720.9 kB view details)

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

uuid7_rs-0.1.0-cp314-cp314-win_arm64.whl (286.1 kB view details)

Uploaded CPython 3.14Windows ARM64

uuid7_rs-0.1.0-cp314-cp314-win_amd64.whl (292.0 kB view details)

Uploaded CPython 3.14Windows x86-64

uuid7_rs-0.1.0-cp314-cp314-win32.whl (275.1 kB view details)

Uploaded CPython 3.14Windows x86

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

Uploaded CPython 3.14PyEmscripten 2026.0 wasm32

uuid7_rs-0.1.0-cp314-cp314-musllinux_1_2_x86_64.whl (599.4 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

uuid7_rs-0.1.0-cp314-cp314-musllinux_1_2_riscv64.whl (548.6 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ riscv64

uuid7_rs-0.1.0-cp314-cp314-musllinux_1_2_ppc64le.whl (556.5 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ppc64le

uuid7_rs-0.1.0-cp314-cp314-musllinux_1_2_i686.whl (631.6 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ i686

uuid7_rs-0.1.0-cp314-cp314-musllinux_1_2_armv7l.whl (653.5 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARMv7l

uuid7_rs-0.1.0-cp314-cp314-musllinux_1_2_aarch64.whl (561.4 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

uuid7_rs-0.1.0-cp314-cp314-manylinux_2_31_riscv64.whl (372.0 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.31+ riscv64

uuid7_rs-0.1.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (386.1 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

uuid7_rs-0.1.0-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl (360.0 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ s390x

uuid7_rs-0.1.0-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (347.8 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ppc64le

uuid7_rs-0.1.0-cp314-cp314-manylinux_2_17_ppc64.manylinux2014_ppc64.whl (349.2 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ppc64

uuid7_rs-0.1.0-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (327.9 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARMv7l

uuid7_rs-0.1.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (381.5 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

uuid7_rs-0.1.0-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl (406.1 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.5+ i686

uuid7_rs-0.1.0-cp314-cp314-macosx_11_0_arm64.whl (360.1 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

uuid7_rs-0.1.0-cp314-cp314-macosx_10_12_x86_64.whl (371.3 kB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

uuid7_rs-0.1.0-cp314-cp314-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl (720.8 kB view details)

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

uuid7_rs-0.1.0-cp313-cp313-win_arm64.whl (286.2 kB view details)

Uploaded CPython 3.13Windows ARM64

uuid7_rs-0.1.0-cp313-cp313-win_amd64.whl (292.1 kB view details)

Uploaded CPython 3.13Windows x86-64

uuid7_rs-0.1.0-cp313-cp313-win32.whl (275.0 kB view details)

Uploaded CPython 3.13Windows x86

uuid7_rs-0.1.0-cp313-cp313-pyemscripten_2025_0_wasm32.whl (186.1 kB view details)

Uploaded CPython 3.13PyEmscripten 2025.0 wasm32

uuid7_rs-0.1.0-cp313-cp313-musllinux_1_2_x86_64.whl (599.2 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

uuid7_rs-0.1.0-cp313-cp313-musllinux_1_2_riscv64.whl (548.4 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ riscv64

uuid7_rs-0.1.0-cp313-cp313-musllinux_1_2_ppc64le.whl (555.9 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ppc64le

uuid7_rs-0.1.0-cp313-cp313-musllinux_1_2_i686.whl (631.4 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

uuid7_rs-0.1.0-cp313-cp313-musllinux_1_2_armv7l.whl (653.2 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

uuid7_rs-0.1.0-cp313-cp313-musllinux_1_2_aarch64.whl (561.1 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

uuid7_rs-0.1.0-cp313-cp313-manylinux_2_31_riscv64.whl (371.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.31+ riscv64

uuid7_rs-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (385.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

uuid7_rs-0.1.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (359.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

uuid7_rs-0.1.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (347.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

uuid7_rs-0.1.0-cp313-cp313-manylinux_2_17_ppc64.manylinux2014_ppc64.whl (348.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64

uuid7_rs-0.1.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (327.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

uuid7_rs-0.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (381.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

uuid7_rs-0.1.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl (405.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.5+ i686

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

Uploaded CPython 3.13macOS 11.0+ ARM64

uuid7_rs-0.1.0-cp313-cp313-macosx_10_12_x86_64.whl (371.0 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

uuid7_rs-0.1.0-cp313-cp313-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl (720.7 kB view details)

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

uuid7_rs-0.1.0-cp312-cp312-win_arm64.whl (286.0 kB view details)

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

uuid7_rs-0.1.0-cp312-cp312-win32.whl (274.9 kB view details)

Uploaded CPython 3.12Windows x86

uuid7_rs-0.1.0-cp312-cp312-musllinux_1_2_x86_64.whl (599.0 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

uuid7_rs-0.1.0-cp312-cp312-musllinux_1_2_riscv64.whl (548.3 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ riscv64

uuid7_rs-0.1.0-cp312-cp312-musllinux_1_2_ppc64le.whl (555.7 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ppc64le

uuid7_rs-0.1.0-cp312-cp312-musllinux_1_2_i686.whl (631.3 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

uuid7_rs-0.1.0-cp312-cp312-musllinux_1_2_armv7l.whl (653.2 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

uuid7_rs-0.1.0-cp312-cp312-musllinux_1_2_aarch64.whl (561.0 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

uuid7_rs-0.1.0-cp312-cp312-manylinux_2_31_riscv64.whl (371.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.31+ riscv64

uuid7_rs-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (385.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

uuid7_rs-0.1.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (359.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

uuid7_rs-0.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (347.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

uuid7_rs-0.1.0-cp312-cp312-manylinux_2_17_ppc64.manylinux2014_ppc64.whl (348.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64

uuid7_rs-0.1.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (327.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

uuid7_rs-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (381.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

uuid7_rs-0.1.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (405.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

uuid7_rs-0.1.0-cp312-cp312-macosx_11_0_arm64.whl (359.7 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

uuid7_rs-0.1.0-cp312-cp312-macosx_10_12_x86_64.whl (370.9 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

uuid7_rs-0.1.0-cp312-cp312-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl (720.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.1.0-cp311-cp311-win_arm64.whl (284.9 kB view details)

Uploaded CPython 3.11Windows ARM64

uuid7_rs-0.1.0-cp311-cp311-win_amd64.whl (290.0 kB view details)

Uploaded CPython 3.11Windows x86-64

uuid7_rs-0.1.0-cp311-cp311-win32.whl (275.7 kB view details)

Uploaded CPython 3.11Windows x86

uuid7_rs-0.1.0-cp311-cp311-musllinux_1_2_x86_64.whl (597.1 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

uuid7_rs-0.1.0-cp311-cp311-musllinux_1_2_riscv64.whl (547.3 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ riscv64

uuid7_rs-0.1.0-cp311-cp311-musllinux_1_2_ppc64le.whl (554.4 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ppc64le

uuid7_rs-0.1.0-cp311-cp311-musllinux_1_2_i686.whl (632.0 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

uuid7_rs-0.1.0-cp311-cp311-musllinux_1_2_armv7l.whl (653.5 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

uuid7_rs-0.1.0-cp311-cp311-musllinux_1_2_aarch64.whl (560.0 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

uuid7_rs-0.1.0-cp311-cp311-manylinux_2_31_riscv64.whl (370.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.31+ riscv64

uuid7_rs-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (383.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

uuid7_rs-0.1.0-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.1.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (346.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

uuid7_rs-0.1.0-cp311-cp311-manylinux_2_17_ppc64.manylinux2014_ppc64.whl (347.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64

uuid7_rs-0.1.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (327.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

uuid7_rs-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (380.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

uuid7_rs-0.1.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (406.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

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

Uploaded CPython 3.11macOS 11.0+ ARM64

uuid7_rs-0.1.0-cp311-cp311-macosx_10_12_x86_64.whl (370.9 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

uuid7_rs-0.1.0-cp311-cp311-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl (721.1 kB view details)

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

File details

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0.tar.gz
Algorithm Hash digest
SHA256 be2ff15b7668f64eabf9e3c4cac9bd4d7a1c2db55b35bc30995c08b09c71e38c
MD5 0c55c3b62b219537ad4b2a63f543bb99
BLAKE2b-256 943cc729ace7022eacb1356c00c86ded98f34373e9e0f240e8ce11d5d726bbb4

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-pp311-pypy311_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 7fdc961d44a620d60b5e347ba59c688b8ca3978a8d34c86bcf7070310d7d1316
MD5 c2d570820a0308007a31a5ed76001b3d
BLAKE2b-256 d19baadf7844082171c8a50318ce8e615eced4cdcb61e544286f9b3cbc74cbcf

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ec85cfd997ce166dda668bb39c9adf500ccdc05f41bfc4357338e67168d289bd
MD5 784fa621dc25095094ac79c7c4782692
BLAKE2b-256 f21b155a8be3713070c003fa532b7ad1ee85710b777546e7583b174eec68b767

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-pp311-pypy311_pp73-musllinux_1_2_riscv64.whl
Algorithm Hash digest
SHA256 49914e177c26c8aeb1701ab92624e0987abebfaed7f0f29fdcce7feba77713a7
MD5 a0d897e9b845fa415238fef549e005a8
BLAKE2b-256 80fb5940f3378d6acbdda674ed0a398c2c12e30eedf8faabce3c479a0ba6ad47

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-pp311-pypy311_pp73-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 a2f8c5fd95a078afccd34395157afe118df43dd8d5bb3ce2c727e6a1143b79ab
MD5 ee463a5f6c64e3c61b6fcc9d840c8105
BLAKE2b-256 faa9f5cc51f0992d9e3add8eccd74362988f7744c4d64c7a3092dd045740773f

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 634542085af89ce9fbb8b0e6eaf5dddf027a19d85018bac7634dfacfd67d16d8
MD5 eb051fb676f9e0821d1b977926896802
BLAKE2b-256 3cf97eaf1f9ca174ba683507b3f61a50f8865854187d11f5e49ac707ddc0bf54

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 acc2c202273e6fd5a3c6039bae31ecd43a3701851fd32a2e2e7a32e2bda77086
MD5 baef25406706c4d62db937064173f44e
BLAKE2b-256 f842eac175f0c529f06d69b6b3bea8449911d6b19ec3b9cd1c0482ced2b696dc

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e6538292af2e1ef034fa24719c17e572a063a2e457b029dc50d820a3d98b9581
MD5 05a24524e54cff6b65a30fc265c408d6
BLAKE2b-256 f17ece2f7eade7169cb00a2cf1a22e01c8817c1553b98fae186c2d80c451a6df

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-pp311-pypy311_pp73-manylinux_2_31_riscv64.whl
Algorithm Hash digest
SHA256 649f8bfe1c5260785213745b86dd2f865c9242bb620fd6f100460ca395cc34c4
MD5 afb09592931a2a4992ddea9eddd8e626
BLAKE2b-256 30058b4eff6213b4daa8687065e15cddf9cbea6061eb8d431a3cdbcdfba04720

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5ed45b96a15b7fbce3686f1eecc1e1dd7dee7452d9b046f433301e1cc0c841c3
MD5 8c48b88316d04354984e6b1ba8f57a58
BLAKE2b-256 420444c64600742a212f672059ed3d2e4d6eb23c56cf5b8e6f91ea49f619adad

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f78372ae7fdd6896d0c33ec735265b20367ad976be2cd194ff00ed511e984ed4
MD5 9dac415a42ed8697e98399ab12b7d807
BLAKE2b-256 e5692b61a6b798e0c624d2e63e77e2b981a2c3ae9f3826fe5623a91ef5fcbdd6

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b96feb32e96fdbc78424113b85736816b955afd78ad4f981c4378f536bfff92d
MD5 6b4f2bb1bebc19f09047e43a0f61dc0c
BLAKE2b-256 108590f64e71a6c1a1465485073dc5739497c3c23edc3181d1e585cc2eb00a67

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-pp311-pypy311_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 9bf12eabfc0edecfa14322edac00bfaccb5031141f0933441988b04f4087c309
MD5 e0784e73640feaccb3b20c9e759ba89e
BLAKE2b-256 386e96acaa21deb94acc76e4b51aeb0ad0b18471812e3b78efa4959780a68c83

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 bbe6a29af79957de1c88c9ac5c9197d27f9d537306190c82a89d74fcdee4d486
MD5 5c238f3a1231f8ba462d79edd87f5152
BLAKE2b-256 3bba1c9d2e0957fa3baf3046d213bcbd46876522586fc49e604f4f42e2e53a78

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9a79f72d59d1cf4de16c929118a97a06dc48ce141bc42a1498cc51e53fd7c1e8
MD5 2a6f87ac21c76c8a04568eac6176d93f
BLAKE2b-256 76d0b289a0a573d00f0ea97a00b14f3f2c1cdd914219ef8cd9e938ea80a7a082

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 2d1749c4f3027149150d1dd054f5ff1a846b57a94e58fe40bcf7f3db9d276dfa
MD5 1777b87743846d2b2dcb612abae7536b
BLAKE2b-256 b33757d001682fe2b3b1d7b46306fef998d506d3fb2b343adaba7cdc890ef888

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 959c8f1c1576d50316f87be1a824f747244ba7b1f20112932c1c401bf137ad38
MD5 106ab4717af546f85c560477c16b3e1d
BLAKE2b-256 a54138963fec9a0f5314ba8a907a8e24cdcbcc02dffa15c88fc6b11355f51047

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-pp311-pypy311_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 8e574518cb24556f626784718813a1e77d5647f85985332cf5467006c11a3137
MD5 3bccc0c841a2ee4982d17047d0c9eb0d
BLAKE2b-256 75993668ce6ce881aeb426e6add432f36b34f051a5ef98d18208d11a2e8a1490

See more details on using hashes here.

Provenance

The following attestation bundles were made for uuid7_rs-0.1.0-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.1.0-pp311-pypy311_pp73-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl.

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-pp311-pypy311_pp73-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 a41c0bd2cdaed644c7cd04e6d64664c353051fec0552a0952b1ca531b427d84f
MD5 3480b712da8e189f44afc82b09a28853
BLAKE2b-256 55d94e8ff8055867a438aada346cca2e8d9048d1244ef3fb4209339a7adf4501

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-cp315-cp315-win_arm64.whl
Algorithm Hash digest
SHA256 da3833b468ccd02ff3de4661535e70cb8f5937dadf2eabe3f3d9caed687ecddc
MD5 c5c97e293f89122da3b70f0118988620
BLAKE2b-256 fddc1b3907918ed13403f669584c0ee730b025cfdc8324486a0c977d8d797af2

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-cp315-cp315-win_amd64.whl
Algorithm Hash digest
SHA256 57ad56bce0d3ef8b6d7982a90b748d39846c5127ee42bb11eca5be5adc8a88af
MD5 a34ae45eaeb564886377258a69100857
BLAKE2b-256 0ce47e388a2acaadbe59b7cdfe5272acc81ecc575679e1cf34c6bf23e1272098

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-cp315-cp315-win32.whl
Algorithm Hash digest
SHA256 b8d8cf203dd801e718bd3b0a9682eb40f120801527ce90fac0abd79030784cf2
MD5 101ccedd18cb8e98ac1b6273f0fef717
BLAKE2b-256 4efbd29b9db600d7fea6ce97f1f202f9aed17dfd559055f73df461f7bbf92407

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-cp315-cp315-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 64bc4fc027cd85ad68be3e97c4d6f3442e1274e203ba974ed956b75d2d1b4db1
MD5 6a76304b8537d8363ffef057cedb33a4
BLAKE2b-256 d16a1154fa037fb58fff484bc66efb153eaf98c9c4a0ee7d56b7d936b62758da

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-cp315-cp315-musllinux_1_2_riscv64.whl
Algorithm Hash digest
SHA256 e05996f45def898a746de0db301d074d5c311d959ccbadf15d4e62bba6652ce8
MD5 cf3fc1ca5151320b924df4a4a7d47947
BLAKE2b-256 8d772daf0e72a5c1b49da97254cbf80ce6b393377038e2a663f141897f925d98

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-cp315-cp315-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 49725a437a2689591a6316dfd2f9a7d73a8e3cedf00d8b90ac127ad3c46d29e3
MD5 5c9352bff0b38148a627a798697a1af4
BLAKE2b-256 c5d1e450cf0221554f02786ae4a8a953023af053d6e9909ede6869a2c0b18ccf

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-cp315-cp315-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9f6d0cf1e5d9f4916c4360b9c64518cd9ada79d350c2c6edd64e0c7c4b7edcd9
MD5 f866264589755937ab98d4769c3ab8b9
BLAKE2b-256 80b2ba7fda4521a56b2f547d9157bec56bf2bd645d426338c3d09270ef784877

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-cp315-cp315-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 3f31d95d10a2898be101e4f20b7d922f6cae5c7c67523e1573837dda7b86d970
MD5 857d67e09fdaae3a2f67ef851579008b
BLAKE2b-256 6f7497c0f6cbc974aae9b49011d658f449d79359beb267af37fb6951021e19d2

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-cp315-cp315-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2e34edfe3fe9df9259a71e42455fff3115dff442a45c85e576dcd9043c0fb3d5
MD5 7ec04908af8291abaed0ac757b5fb0fb
BLAKE2b-256 f6783920bc4d7c1ee8299319ae51f16ee8240c3cdd859539544dc58495e84ebb

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-cp315-cp315-manylinux_2_31_riscv64.whl
Algorithm Hash digest
SHA256 2363acbe03bac7918af8f7c8390ff90434f3dd63b10d160523395359239aae73
MD5 66de90e039a997d04e582f495bba0732
BLAKE2b-256 3787119b669238c3575850cd4136626e13ab73d03500979e510fc9a00a8e93d1

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1a6a9361c0efdbbbb535ab94094e2f8a0840efbbb9440dedf35b36e8407bda79
MD5 27e2a63ad4124568133ddb90a8c6f924
BLAKE2b-256 eabedb805e0b78d28fa5d7f0011f47d845f5fbbd63c1982f8e6d4de0718b0102

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-cp315-cp315-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 1a6d27b33e3df6b9052d8e26ca7b3d8a8bd3547a440f2d793b2f135c72035b96
MD5 cfe75b018e4ff1c762d26269a43054a0
BLAKE2b-256 d653e38ff74353f5f98cc219547f518971691e60877b6958475db904507bc8b1

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-cp315-cp315-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 fbe776709735a83886aba11f795375dcf43bef853c7345d25b476f72918274bb
MD5 649b63a10c5938615a3e9ee216a5768d
BLAKE2b-256 bd2dfb0489ff15fb5d9462ae2359f55ac932d228de72cf94daa052fd0d42b9dd

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-cp315-cp315-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 c2964d90d71131f6afc4477e692e14c42f93addd84ed6e3e1695ccd231d8d0c0
MD5 a15876230faf0770dcdcc226c50663bc
BLAKE2b-256 eaf1b4950bed5691e5faf3a25b2452df24508a65694bbbaa63ecaf65704c3d26

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-cp315-cp315-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 5b1d90ae89dbcac06a3fd6e66cdfbf2691e7e47edd14811c351709f6991d2547
MD5 990f149f6da21783b4ec3732a13f21c8
BLAKE2b-256 1c2d072b996f88f00eea1a58ca8508830f62ba59693f1d572020d712d26a24dd

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-cp315-cp315-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c831fa1ebb2f6808d136e95ad57c77d52656bcc109fee0fe626c936a1b73c575
MD5 9d59b4f24a38f0cb27ba7696e4502caf
BLAKE2b-256 e9abdf63f9f3ea99037def9b61adf5af33cda4f8cd2e275ac7e5c1383f36351f

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-cp315-cp315-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 9e69b83d27c4a86953c4c0a374f737aece7bc1e7fe929440e0ad3686db5c9e44
MD5 070b0b8c3a900f3459ce1d5b896345b3
BLAKE2b-256 f40d4694aaa82e1fadfb47a249e99437f66a8b57d909245ddef3f915f453df85

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-cp315-cp315-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dadb9deeb0d028fc5b87359ac4803a62216f87754948efb5ae54059df0239c4b
MD5 3fabb606d3719d5d5ecc37a9d0c2a0fe
BLAKE2b-256 4679b8db20cc337907e419468822cb6e22b082bc8d7a81713001aae2bab67d87

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-cp315-cp315-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 1f6808da739320719a8f5059e49e499ca699f1417b1679b35a2eceb65500d8ae
MD5 7ec2512df2e0572328646e9f0c200a17
BLAKE2b-256 558b5e0449bca5dd195689efa92e7e1397f40bbf04966514bede75dc2da7bc2f

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-cp315-cp315-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 7c875d23155bb3053a1447b57e726e74127b0aefeb99ec970080f407dfd4e87d
MD5 8c9dff01f5f367437a595fbb52a0ea17
BLAKE2b-256 8d50acd5660174287423bd0c8c7c9f24720e650f89a02b10d39456bb430c99e3

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 3e4b9a02e2e05ff35f9dd41448dc8f75920dbb2f73ecfe1ecc19220618d41e46
MD5 d98a56c70155dfe918756f0ebfd7effd
BLAKE2b-256 006458ad0c1b4419cfeabd6461cb0f256093248cc6cc54d9a3a4a79de36f6661

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 3368036811b6dd4e28f218f4aff350426e5a8ec6a1d366fcaecdb11b5884d7e8
MD5 c127483eea47300ad618213af19fac2a
BLAKE2b-256 ce0ae46ab9c94d58531b44fab4b144c1fde325ed21252d1c8a3a893229688af1

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 7f202f5121c849b391fb300ad8bd3a197e5316bd5fcaae337e93fa2ceb0a0b03
MD5 8a66941a70d10d0e49d5959c24aae0cd
BLAKE2b-256 0d3989f13033f247818445b92101ce2b64df18497fcfd74b6aa74f7fba7a42b1

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-cp314-cp314-pyemscripten_2026_0_wasm32.whl
Algorithm Hash digest
SHA256 74106647462978ad1b07ee67aede2fb61579161b53c2068fd2e71610db1701c7
MD5 6bb9d6b3028c862b33d81d305429b97e
BLAKE2b-256 5f96a5adb95b12c16d53747deccdb7fbdf8c8feb7204dc8a12ec531fa572b4a1

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a8b0657214519a3c43d243afc790f9c880a47d56c0126178ab80f7eaaf32f3fa
MD5 465b0c666c063f85b1fee4d39903736c
BLAKE2b-256 114bcabdb6fffd3cb392fb55dc583c4b57fa2c54d629f697c3d094b61a50cdf0

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-cp314-cp314-musllinux_1_2_riscv64.whl
Algorithm Hash digest
SHA256 ce92388fc19917c1410d7ef148ef9292d30957d0fc246e11631ae0f55c8ac7bb
MD5 1f96630e71352f519eb9b95c4d1e8641
BLAKE2b-256 5479d08630f39d43ef273c95d535a61a4085ac3f891b088b9522ca77bdacd7d2

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-cp314-cp314-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 377fa5bcee6727dce751d89f8a4c0d1c978b800c31166bafe6438fa2988ba437
MD5 720a32bced012510839f643690f3b5c8
BLAKE2b-256 33a896596dfcdfb48ab684f390625b51f33ceec85f1f334fdcd4417e01f74384

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-cp314-cp314-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d7adeb0f2ffcce49f2a6230685d8ffcf5933fe5079644fe6f77c28e59d1e0f67
MD5 5546ef77b8fbce0307872864dd0c8882
BLAKE2b-256 2f0b0357d14033168d7ac1cfc86f046873dbc2651d4c2d43d0bb988a745dc021

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-cp314-cp314-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 abaf7539a13b522c22c1da07016ed17f917f48638ab591ae0dcb10a9d0584ba0
MD5 077cc0f985032ee758479f59d253f975
BLAKE2b-256 d5d710c5e717e98b8a9cb816e6b165dd12f92dcc3117359dff5c9dd1c298e4d4

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 760e9d274858b1c9bd6a985e9b175a4dbbcb7365e0f634e2b086eef4051f65ad
MD5 91cabc767fdb4d72988080086a9dca2a
BLAKE2b-256 ca973b545b76db826eb47cdb2df7f201b844ff8214b78650a79656aa6eef755e

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-cp314-cp314-manylinux_2_31_riscv64.whl
Algorithm Hash digest
SHA256 8fc67b1b234cb9db29217cfb2840c453909a990f9b32e50cde10b1151b0e5221
MD5 8a4a4da7e0088018483a160d3604ca6f
BLAKE2b-256 f10091a22ca2c5a7e9ed4082beb1cd42882a22e898c738ed6bb3185431bb925f

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 930accb63c99626d90cc65cde0a6639545f5c0b1e5e7c266d32ead8053c28e0b
MD5 520cb9d239b3f0b5eaec7927218d8378
BLAKE2b-256 6b870e2b1a2a33740807959e905a60cb7bad78be8cc71d822d508d774bb03e2e

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 339e15b85e9e569d1aa230587284cc6130a2ed2587984839bba78cff2d123564
MD5 72bc2f42ae5c9e4e63efda87a38e4c70
BLAKE2b-256 138cd102042fccd57409fece4fa7ad4c2bfbe57490b9d98e987a51e514c851e5

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 0a6fc7bff675af76797a3eb5406dbafcb31bfc1b212d97ef3023cd4d950f9a86
MD5 0dee9afe273efbb2ee186367bdb49560
BLAKE2b-256 72b8f6e063322f8dc6c1f8505035ec11331bc82b4ac1e98448b4b154610c96ed

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-cp314-cp314-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 1f9e5b88f07333bf234e551ec1bccb8d2e3ad2aa697ffdbfe87f0d2773395d58
MD5 51970ca39f5725dc1b75799bbb6f3434
BLAKE2b-256 e5b59611c7c3faea67a989624c330e8ed9a952f94ab667509715b5ae31046cee

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 935a81a552098a0b43c6411b25cb8e75a04d08479d3f75ac559b5d34a2fe722b
MD5 2c2fef2e09561f59d738968ee1390b77
BLAKE2b-256 f584c127a84e0f6ddead38c1aef8b3dab292cca4ff17ad2b20f59281f7f1996f

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f870c891804ef5510778e9216eebcd870389c3be24fa406f09e48c3b39991628
MD5 886b29f04e51f1b115ba8a230b2f81c1
BLAKE2b-256 c3e24d8d586306f6bbecfcfe8c209172e90b0277235c294e294ad9729bd6f338

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 efa7af0e9886be7c987ccc5dba96828a125a1893eea71c9c81b503db94897732
MD5 26120153fad84a67a1013cf4ceb4a69a
BLAKE2b-256 79f654ba12bd42bc74e22bac5a3e745bf388758ef56b816e1f26873d1b0d17ed

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b3a840070f35fa2a54e352108ac355c4ccab3c6b10c1592732f3dc620e43cf92
MD5 cfbc07fbe573e42f307c834cc8dfdccd
BLAKE2b-256 5b59181042f41e60b464d16fbdb2390b53026b450820868881badeb04df13a81

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 f3e8e039b385f97589a7f33c3e37d061232ff63e55043f559455df4de4452797
MD5 bcc75ff9f813b0bc50c56fded275e362
BLAKE2b-256 6d89daa7c1f5c4e84e5e2b1154073c102234719226101c580c89c79b662fc417

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-cp314-cp314-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 a3da8954dc5ca46d0c8919f333daf2fd56e2b0603351bea0aba2cf5578c35049
MD5 ce01166d6b0aa213c3558243b2584f0e
BLAKE2b-256 2c09317075b8ee91d83a5ca66aa633c2edd2becf2999fe1d383b5d7887bac7f9

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 d35b8f7c113e3b2e134ecc77e68f428d713ea32eb1676250f1026ab66aace07a
MD5 ff16e7a8803e93d8c6f7c48b18117995
BLAKE2b-256 bd9f29b75fe9165f307cb8c18828529459eb2609ee623da99a6703afd40266c6

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 8035093efca2478d837fe2f4e57d59ad602179090b97ba1583eb2a3506ee2df8
MD5 dca414f42574886970cc984a5d22c9fc
BLAKE2b-256 76c414f4fcfd20776b76230f4e229c50ca8472dfe67e9f01ca9dd95a30cd5b24

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 720ecce820913add6c5d21f9ac1682851910b958e03f15605cc7a10ae6e68888
MD5 b39639ed89847f7fb50046935209ddb8
BLAKE2b-256 346fabac3434efecd61b15350d94326f7ddb38d9770b3f4d552307a99f7f67b6

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-cp313-cp313-pyemscripten_2025_0_wasm32.whl
Algorithm Hash digest
SHA256 452eb74ac1d4ad64a082e04cd862097784f2972dfd4a781a06094c1fd3a1da7d
MD5 490c7ee86e8320a9fde338b936dcb30c
BLAKE2b-256 160c3c855de69cbd4bc0e6344d06bb98a36146071ae5fcae42b6436dc24d9389

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 40c88e6fdc80d8b81c9f5648fe097762a62d464b326820caa8879c1107721a4e
MD5 46fa8c581fb248f4e18e4c3a310ca322
BLAKE2b-256 baf4eef96dc6380ffb14ad273f749912c5b40578a0e4627334448242dcac0c68

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-cp313-cp313-musllinux_1_2_riscv64.whl
Algorithm Hash digest
SHA256 1d2a5577d32db030b71ca12d4fc38edfbf981a17516449a8f2ad615049221e02
MD5 6ba7af4ab700627e26453a11e0b34e88
BLAKE2b-256 bc7779e5a9b63ea11bc3c3562164c9cd2cdfc2cb3b877fb4f9e76e79a1541d98

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-cp313-cp313-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 7ba642a67bfd7c6af7b86e8319326ad1b99dc85ea0638351a4db527be4abb1b0
MD5 d484a2f75a93702344e35882995d3680
BLAKE2b-256 3b72de7e80977e854c56265535e29719729f4c4f028802b418f8e1796e6a0b7e

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 308577dc0682f2acfe699a25bd30383b6698d02324ecd80eca5a52a8a15d28d1
MD5 b5aaf276a793867b7e8ac07c96511c0a
BLAKE2b-256 796440f679c5823442fb8958507ef518a7ae3ad494c19b4799fe9bc64925c63a

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 051c5d579c5d454d83fa6f436df576ac64ccdcab2f1c28bdc13e75837cd21223
MD5 a350c0948afc03628011b42f56aced37
BLAKE2b-256 7059379c5815d48a9f68bafe25e3fca4b8ecac42b6863dc70171e5ad22d44db8

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0746868fd8e1618ad0c7a25be9b361534f03002c63b991da54060e16463c8d31
MD5 1ff199345d81e8881430f68234d13177
BLAKE2b-256 6767824cde16d8bf492d37b08f4fe013fccb097f24ef67ffb6e65c3af77e392b

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-cp313-cp313-manylinux_2_31_riscv64.whl
Algorithm Hash digest
SHA256 40949331279593fce119aa4cf39074fdc8b636c851ebc4a890704868e6873f02
MD5 6be27b84fe0f3f52610c5a2335101765
BLAKE2b-256 71dbd40ef6555f5bd96750805a3d3e92539cb2559d6aaa9f42910c9638f62643

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 76537cc42e4d83d07b7041ff369089a190c929b226ea9a58b4020c54506b1b44
MD5 0aba01d6d219176e963c12503295b3a6
BLAKE2b-256 3a3663b00a14d017256cdd05361ed4d19681348f96371b0873c38238da5cd294

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 3e178360fd0db1dc90c04a18c74eb7f333a77fc8aa2dc2a2c183f3f3442a6cfa
MD5 0b6f017d5a42228f909dd4e4ba6a0569
BLAKE2b-256 ec4cb5f7dd569b0d811f409ccd83643a918a3bee7ea5cfa3eb2a7c32a9d26c0d

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c06c909b55012021ab87c1be2dcda77c78d69b0071125d8fc52e94220b0b80d3
MD5 317f51ae5b147925c60cc3c5ca0906b6
BLAKE2b-256 42f111c84768096edfc8f79e9855d1d09f1dc4bdf0b2297a98fa19daca93a35d

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-cp313-cp313-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 7d7542f2a7f7ee81bc7a433a5f12a9e4e117c383797088eabaa330db633b08d2
MD5 4b85ed8545c30779e1973a830f8abd06
BLAKE2b-256 c729bc67ab1eb93a951354b5729b94352dc9264af493c808675e5e04b4f957b4

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 5ad7150659dbcb95518690601d290829d7a059fa9dcf7dd6b592d72c2bbd2bd4
MD5 c7d7beda950985cea5cc98c31abdbb21
BLAKE2b-256 61a32f539046676f697390dcb765433d1fc71fe945739176e9913a5c931bbbd6

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b3bd70a6f1087594207ad9341bc1b9c5d105599b74c212c28230817e9ad57337
MD5 a7034ea5e63e1dc4649310c5a3fea9d2
BLAKE2b-256 18bf73e7aecd7f7725ca13008011c19a667cda6669a081cd372212217072d500

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 7cc40d29bf80ff4f3b201b61c7f9d01982a9cc26dc90b3ba0df63fdb1e1dc60c
MD5 c3c7454eb30a1f3a6451713cb6f26eb3
BLAKE2b-256 5b641e7a7c9e23c80b235e93d36be678e2de8340dc0b3af92636f6849f385a80

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0ed07031af9b2ee30c4c40e58341374fcbedebd9dc17d9aeea781ab44e806d41
MD5 99b959f86bb0cb73ddced0e8968e2d48
BLAKE2b-256 be4299f3736f3039a4c209af5e4d3ec9958193f62c64e033eb23ca2b08dafec2

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 92e5c473e13f33357f1f02f18b021b4a1319205384ce390b0d47dfed092f4912
MD5 27ec039ec9661cae771c71768989248b
BLAKE2b-256 99f19947bd305ea3b64024b2aed952bf37b0cae3f6672e6e7b48d8cc041e3dd2

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-cp313-cp313-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 428de85c9b48bb9987704047b4ac045630c817e4e31605f4adf13cc661b040f9
MD5 7bff7f5b9b74b29f60e44acaa18022ba
BLAKE2b-256 13ddbc17e606c809f75456d376e5ef4082927264fbc2a8954aca923eb2e8ca2b

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 2758a3c1b7bbf2457d2772726da66344d78e2632cdcb2319c8c996e569456538
MD5 b69ea85d0994308d4f4f597ed0afa745
BLAKE2b-256 604a8a52f764ee5de1796b3523018d0ef3c5d5f5ebd7a7cf653458270dff2a48

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 3f578288cc37e89a0c7920024e646ebe88a3b57a3ac66f353a4efebf4621c01f
MD5 af678c630a74d9e87e98e57f2df1c5a3
BLAKE2b-256 9d06126438d1678f15fd5cbd11842007e1eae26a6faa4a29214c812a94d6d980

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 7a824a129cf428b2409d23bfe23c6476b236068e9b37942f95827c52149621d5
MD5 9c1171085b129abe3fc0932db68ceb33
BLAKE2b-256 3013eb3b8c3d8e4e1c71f53c179870f67b1e82c34a11cc173d4880686068a53b

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 42b30340ae06db89f1afbc31a4324642ccd1fd05d1de0088009cb12901f22437
MD5 d4c541ff3a2cfd5a5ba088ec2bc2ea76
BLAKE2b-256 181ca834f7fd90b3491913cb1dae4408d96171bf0fda7f84413296e03e110e59

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-cp312-cp312-musllinux_1_2_riscv64.whl
Algorithm Hash digest
SHA256 8d108a5cea99ef67ff68b74f1bc64e1a2b53bafd0a1446939f893dbb55e0dd38
MD5 808813c441b56b6c904aeeee9e6e2c01
BLAKE2b-256 e5f2d31e772a5061572404f81fe36f155e3d3f792d703d3c1bc187c051973709

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-cp312-cp312-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 6ece3605a42a1082f9d1f3bff5281ec30c6b28c9c21bb20c4d69b846828da438
MD5 128e60e38f1a4ad14e3275257b2791df
BLAKE2b-256 4f9454d8cb582dde1ff9b84d71b1d8343de502cd7a1860b9167493c6ad594011

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 991e1a3b8f943d7092f1fcc47e2140d06650db98fdbca792f86d621e10a4d20d
MD5 e0ec35f328ee19d8fafda794d7bb3e31
BLAKE2b-256 917196a6c279f02a2db6974069fdb28763ea06a50160381bfd7b2fb060c49bd1

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 a64c62edbdc8196661f0986c27b76d89040ed8dc9dd3047d5d26345facd70b17
MD5 47229a51f99424e1e00aa9140a34909d
BLAKE2b-256 84efd9dca912f75ba6be867a3a876890ddf0b0d306df89e2a017695cc3d8aabd

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 29d1fe51224f828d9fa15857c8701cd924e1272fc3ec6578569a8d32639b38b8
MD5 b69276aa6a099c8f0f2e901886e51a63
BLAKE2b-256 477ca153a3e7d482f329b49e0cfc089c970a17f87bfe3fca49424db9142a475f

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-cp312-cp312-manylinux_2_31_riscv64.whl
Algorithm Hash digest
SHA256 05c80009b6c35cad4b8d1748720e28f084cb3006a76405242cc7ac96dc2d6ca9
MD5 8cc3abc23392812aa67343e422fd9b18
BLAKE2b-256 e14b0539896e9edb1b6278ad7985199493182fc1dede023caf341a9b8d79d223

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 03b8ca94c78c439ccf4cab9ba297b82c6f3554bf40cced455fb374b8048bd17e
MD5 c7bb642652e7a75ae7cfb725e0846511
BLAKE2b-256 f29532b1cd60f02a28a972cffe6d15aaa763a9ed7a176e6b4b425873e6e57d0a

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a350d8109537834c4b7b42fdc7059403ee4d9d5bc04bd47507a1bc4d122f339d
MD5 86b0990bbf4843b69b71014ff41d3a3b
BLAKE2b-256 6c840b6c73c57e600d955012c3661c42243fe89bb8079d1b10a495036db12e70

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 64042e6daab03816c0c66415510f0d53ba080275aaa25c7e14ac42918607b2d0
MD5 72375e55692f2c48eaee32b7eb7003ed
BLAKE2b-256 ad1a69884fb088b722924f14c8d0d263d4538e3e52937344eb7d66e0c6a3e864

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-cp312-cp312-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 cf805630850a89d8cfd124d2a3e944735e2ba6eebc4230e99e4c563f8f84d414
MD5 ee6518c08b6e26ecca51af6b5c73fa97
BLAKE2b-256 d2efb9ea19b1ed25e00dc2f30a1cc56a9253f57f441a93d408d78a595c521091

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 9f738e5ef69fce06d203c98976e9c8cfd1ba377d4f14a30c7b5f747a21b1dbe8
MD5 37484954950dcbd45aa2a8b0fd2074eb
BLAKE2b-256 97329d3f7f6a6c38bec12b203696e73e7f52adb3963f3221f027f4c54d25743d

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 86feb1be7d352adbc29290c7d97e2fa0634b53f3085ad8b5fb8e6bb588c84f06
MD5 2cfc3f8a2dd58b8964df1eae61bb73a8
BLAKE2b-256 fc1e05e21ad7956fe821ac868a6347d8907104f043c5966b615d0cf53f54a9ae

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 c64a03fde804f2bed117246e6de7a97696440adf9e131dd174082be974b63bff
MD5 4aed06de5afbbc99c0f74bfd5e5cb56f
BLAKE2b-256 1982cb3a49b6a9b9a75e7ac9241854ec89e239f1d63b60d0d94b5f5943fd6efa

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fd538cc57d720241b3bccb84525034a5a13a166e7c6f18b94a11aa9a97db7fc5
MD5 45b86fde12b2cca89712594fdb439c99
BLAKE2b-256 54aa6f56324de4e123f0b103efb3c98baca2da4a13181379f98c1a10d9f22ffa

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 901e8f00ddc22489cfba473ab1c81dceeb133cba37071c23438a8f978a274734
MD5 a99f4129006ae42aacffd2a082002369
BLAKE2b-256 72111963ebb9da186197c6cb9c232fb2efeed34be884d8831a32a398b6fa9e7c

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-cp312-cp312-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 b5d202e2825f05cf9de2be7b4eda13a23e4ddb4372be66481e9ebf5633e561f2
MD5 68c6de158d7e2da129e8f80103295991
BLAKE2b-256 b5fb93adaa703d8a0954fa0f0d3b3b5bf15cc95243d77d55894264234755e6ba

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 8e4c2481867c95f150e7d1a610faef45f828799b7822a2c64edd33abaa57f381
MD5 153e6c1cde25e51f733b533a91e63efe
BLAKE2b-256 57a016d975ce047f43202db392c761ab58155b551e30ddf267a0b79dcdc2b788

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 df766e80ade0f649a9a03ed7b8927a31784c42c8ee0f0531fbfd0a0b25b3eaee
MD5 8283d2abd4393f776954398200cd7a15
BLAKE2b-256 a7db0d4f5186c63e48ac6512da4b59cb2840471262f4438e1b5639b4e9839c07

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 5fd07a244972a7e911763ddb0bbe5e5d18621f49c3ae6c1d0ebfcc56e403a947
MD5 d951d210b9005e97f9a4ff5a108e81bd
BLAKE2b-256 0eca97bfa3c053c264a76572388976dcf29a43cd9f6d39fc89db8b8c37960b56

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d864509ec81f26269c70d318bc9994baaf015babbe984babcfabfc5c6e15b82c
MD5 4517ae4cd6ec9407d05962d04efb6373
BLAKE2b-256 fa3e66b718c25062449cf730b32004ae7c735c5d81e4bdc9c91fb9377ddda7bb

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-cp311-cp311-musllinux_1_2_riscv64.whl
Algorithm Hash digest
SHA256 44dfe746da3a6a34fec41de88a7da40983ce7138b0520d531f44db4308bb018a
MD5 5c7b2b0a5cc0c89c3084ba7a26487305
BLAKE2b-256 2d16c791a3176e1283c9a1147b6c6bc3a1c0e38453ec8e1d2e1ad85a0df1c0f9

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-cp311-cp311-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 3243ba1b0c6046d7817b4ec1131f8c11a1ebda06650bec7c1c9e3de5c79ee9a4
MD5 49c8486349e3e9b95bd0a8e7e96e5105
BLAKE2b-256 b87f62a401978b9020abcd739eb9b037cef741537aa75a8e23b57ccea261b39c

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 69de48ced46be93fac5bc55dd29eee0e83fffdbc3b49d736339c19f0dca589ad
MD5 57a17dc565b80cf54e1ab82cbce1cdbe
BLAKE2b-256 6a2efb426ad09203efedd61a54ab4d722e40fe13160e38c1fda67808205083a7

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 125420be36d481c174c1b720f60e34dae25df004c30792861554394639f2a045
MD5 b27f7f6952fbd9ae85214f16ef39d685
BLAKE2b-256 54d16c8c2a436176029faae3c62a3426bf9965cf20aea4bf1b2a6fa6fc6f6a91

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a7c2d6ece6eaf1144b832ae2e2f93b6b8926962b8cf211d853ffc7162032ca25
MD5 4444779642aeeadc2bb70dc6b02378f6
BLAKE2b-256 d80784aa71b4cf72b4f1b9d1dd359238b9e68caa32faec7b4008dba097021308

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-cp311-cp311-manylinux_2_31_riscv64.whl
Algorithm Hash digest
SHA256 54542f624d54dc4a99e3a94990628d647e7f2a2c8f01a10676795e22ed5c6667
MD5 54efe24561502ccda2d20ba2032e1553
BLAKE2b-256 a628842f72b5cac556bebb104f9b870dfb1fa01f584ad9fe5c251415f3c41960

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c33e1b443edee9a87d798db1c933498e3c1ef64ab6dd32c5e188dff31ba939b2
MD5 f2e1b41c2bbbafb61742fce5c97edca5
BLAKE2b-256 b2560a48c2e8b0a49a3546bb24d8fa4319b2cead2a4fa911c993f993d46491cf

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 0786600469c22701c785b7df969d231eba56ec750c807a80b46d064bb66e7b0e
MD5 4ef968d62a9987fcf64d50653943885b
BLAKE2b-256 d0e0f3bcd78b7294349419855c6336a163a9f8a43c479d320bdba19f4653d96d

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 9ae21e2e47db0eacba03b9ea4dfe56160db8e14647af0397e936fcb89a48793f
MD5 14913a350e7fe958cbd9d6e253910f72
BLAKE2b-256 135598567924fa6cf8829c103d4d0f4a7108bb9fb2ed5ddbff74e8292dc6a785

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-cp311-cp311-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 80eb86963c616a5bbe5b91e6a017ef388081aa9841c252544480a088dfe737ed
MD5 9f7edd0f12cf75da21f8bf5fb255b8e2
BLAKE2b-256 f77901d2aa142dda5dd013a0be7c0f44f7707eaf30ae71bd55aa2c8078990abc

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 8760f80dc52a995e4a81f7f382fa7ae2f03f95dfbb4f65e6c47b657e61778b7c
MD5 45dd0fdfed6703d6601be5e856c6206a
BLAKE2b-256 e22b5564f4fc2a0580b3e2e380a8fa5879167c808bc6810dbd1a761bdfed69e2

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9cdf5b3e8c404bcd2dc073d632e7f5103542ff0c81d89bf3643b64879e4e646d
MD5 9cae020e5a0c71394284de828c8cdc9e
BLAKE2b-256 8d3699ddd6ac1813fba0e0cf332ed4b20f653896531282ce010c316e1780772e

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 bd91689a677e9ef5ca516538ea907bc8255d1ecaa1917aab81fba37f9bef06bb
MD5 4ffb515b6ceccf1c4211f4c1ddbdc36e
BLAKE2b-256 344ed7a07806bf82fd01e4ab0f8612d49c638d695e2d630bece17f63cba190b8

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2019b2bca17d1a7b465c5f0ff6219d74352239314916b68f07975d98d79fa4cf
MD5 3d3913ad6e946471dcabbe817b7e9182
BLAKE2b-256 ff247b0314d18185be2efb8d2ce79c45498a666efd0c213e845a03cbbcdcddde

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 04e6f64860f5fe7d7eeb16a38ab5b34ead6d1b1004aa8468778f0d19e9b06714
MD5 c266d77e1c755b3ce507558b7dd3842f
BLAKE2b-256 711e7708b14cd0be97d7efd9afef0b0faea5ae7c1e84fdef79770d10d944f822

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for uuid7_rs-0.1.0-cp311-cp311-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 2c2491620aa3b8d0ea0679a952dda60774f0fb97496550fa2077d4401d25c405
MD5 9eb4c3c0adbc5f37ba8cfc4d245e2bfc
BLAKE2b-256 4d4f50b3e97f48beb013ea5b9b5a1bb4fc20812be7698c08ee64a3f167bb1063

See more details on using hashes here.

Provenance

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

Release history Release notifications | RSS feed

This release

0.1.0 This release

121 files

0.0.11

141 files

0.0.10

141 files

0.0.9

115 files

0.0.8

115 files

0.0.7

113 files

0.0.6

113 files

0.0.5

113 files

0.0.4

113 files

0.0.3

113 files

0.0.2

113 files

0.0.1

113 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page