Skip to main content

Python bindings for fast-uuid-v7.

Project description

fastuuidv7

Python bindings for the Rust fast-uuid-v7 generator.

Python >=3.8 Linux x86_64/aarch64/armv7 macOS x86_64/aarch64 Windows x86_64

This package is intentionally small. It exposes the fast Rust UUIDv7 generator to Python with a module name of fastuuidv7 and keeps the API close to the Rust crate.

Supported platforms

Prebuilt wheels are currently published for:

  • Linux: x86_64, aarch64, armv7
  • macOS: x86_64, aarch64
  • Windows: x86_64

Windows ARM64 is not part of the current wheel build matrix yet, but source builds remain possible with a local Rust toolchain and Python development environment.

Install locally

cd python
maturin develop

Usage

import fastuuidv7

raw = fastuuidv7.gen_id()
raw_sub_ms_4 = fastuuidv7.gen_id_with_sub_ms_4()
raw_sub_ms_8 = fastuuidv7.gen_id_with_sub_ms_8()
raw_sub_ms_12 = fastuuidv7.gen_id_with_sub_ms_12()
text = fastuuidv7.gen_id_str()
data = fastuuidv7.gen_id_bytes()

same_text = fastuuidv7.format_uuid(raw)

Convenience aliases:

fastuuidv7.uuid7()
fastuuidv7.uuid7_bytes()

Benchmarks

cd python
python3 bench/bench.py

The benchmark measures repeated single calls, so the numbers include Python/native boundary overhead.

Current results on macOS arm64 with Python 3.14.4:

Package Callable Time per call
uuid6 uuid6.uuid7 1999.5 ns
uuid-v7 uuid_v7.base.uuid7 2582.4 ns
uuid7 uuid_extensions.uuid7 1969.2 ns
uuid uuid.uuid7 1579.9 ns
fastuuid7 uuidv7.uuid7 298.6 ns
uuid-utils uuid_utils.uuid7 96.8 ns
fastuuidv7 fastuuidv7.uuid7 51.0 ns

The linux x86 GH runner has similar times. It is running always in this repo.

Notes:

  • These are single-call throughput measurements, so they include Python/native boundary overhead.
  • Install comparison packages such as uuid-utils before running; missing packages are skipped.

Notes

  • Python 3.14 includes uuid.uuid7() in the standard library.
  • The main use case here is speed experiments and using a fast Rust-backed generator on older Python versions.

Project details


Download files

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

Source Distribution

fastuuidv7-0.1.5.tar.gz (34.6 kB view details)

Uploaded Source

Built Distributions

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

fastuuidv7-0.1.5-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (195.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

fastuuidv7-0.1.5-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (194.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

fastuuidv7-0.1.5-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (189.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

fastuuidv7-0.1.5-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (194.6 kB view details)

Uploaded CPython 3.15manylinux: glibc 2.17+ x86-64

fastuuidv7-0.1.5-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (192.4 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARMv7l

fastuuidv7-0.1.5-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (187.4 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

fastuuidv7-0.1.5-cp314-cp314-win_amd64.whl (98.6 kB view details)

Uploaded CPython 3.14Windows x86-64

fastuuidv7-0.1.5-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (194.6 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

fastuuidv7-0.1.5-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (193.4 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARMv7l

fastuuidv7-0.1.5-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (188.2 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

fastuuidv7-0.1.5-cp314-cp314-macosx_11_0_arm64.whl (175.7 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

fastuuidv7-0.1.5-cp314-cp314-macosx_10_12_x86_64.whl (184.2 kB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

fastuuidv7-0.1.5-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (192.5 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

fastuuidv7-0.1.5-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (187.6 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

fastuuidv7-0.1.5-cp313-cp313-win_amd64.whl (98.8 kB view details)

Uploaded CPython 3.13Windows x86-64

fastuuidv7-0.1.5-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (194.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

fastuuidv7-0.1.5-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (193.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

fastuuidv7-0.1.5-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (188.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

fastuuidv7-0.1.5-cp313-cp313-macosx_11_0_arm64.whl (175.9 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

fastuuidv7-0.1.5-cp313-cp313-macosx_10_12_x86_64.whl (184.2 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

fastuuidv7-0.1.5-cp312-cp312-win_amd64.whl (98.3 kB view details)

Uploaded CPython 3.12Windows x86-64

fastuuidv7-0.1.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (194.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

fastuuidv7-0.1.5-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (193.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

fastuuidv7-0.1.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (187.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

fastuuidv7-0.1.5-cp312-cp312-macosx_11_0_arm64.whl (175.5 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

fastuuidv7-0.1.5-cp312-cp312-macosx_10_12_x86_64.whl (183.9 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

fastuuidv7-0.1.5-cp311-cp311-win_amd64.whl (99.8 kB view details)

Uploaded CPython 3.11Windows x86-64

fastuuidv7-0.1.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (194.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

fastuuidv7-0.1.5-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (193.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

fastuuidv7-0.1.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (188.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

fastuuidv7-0.1.5-cp311-cp311-macosx_11_0_arm64.whl (176.1 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

fastuuidv7-0.1.5-cp311-cp311-macosx_10_12_x86_64.whl (184.8 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

fastuuidv7-0.1.5-cp310-cp310-win_amd64.whl (99.9 kB view details)

Uploaded CPython 3.10Windows x86-64

fastuuidv7-0.1.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (194.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

fastuuidv7-0.1.5-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (193.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

fastuuidv7-0.1.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (188.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

fastuuidv7-0.1.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (194.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

fastuuidv7-0.1.5-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (193.3 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

fastuuidv7-0.1.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (188.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

fastuuidv7-0.1.5-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (193.2 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

fastuuidv7-0.1.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (188.5 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

File details

Details for the file fastuuidv7-0.1.5.tar.gz.

File metadata

  • Download URL: fastuuidv7-0.1.5.tar.gz
  • Upload date:
  • Size: 34.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for fastuuidv7-0.1.5.tar.gz
Algorithm Hash digest
SHA256 0b46f4956f06e61b5664da8f7cefccadd38cdb186a288504e16db1434d385462
MD5 ecc6e0b33f2b338bfc2f348bc4d83209
BLAKE2b-256 011cf51940126ddbdb8d56443573778b819307e226c5b547205b556153aa607e

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastuuidv7-0.1.5.tar.gz:

Publisher: publish-python.yml on marcomq/fast-uuid-v7

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

File details

Details for the file fastuuidv7-0.1.5-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fastuuidv7-0.1.5-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7cce3507eda3b8653e3112aeaaa2d05209ceee793ed01a85ba4c731cf3489698
MD5 fce5d4a9718ef9209185a509c120e24d
BLAKE2b-256 dda0021bd738699f7b1496b0c1efe735c15d6dec4d111b5140c2c09d4fa7a231

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastuuidv7-0.1.5-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish-python.yml on marcomq/fast-uuid-v7

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

File details

Details for the file fastuuidv7-0.1.5-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for fastuuidv7-0.1.5-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d123575ab84586ff1d1d340d5954c0c6bdf41f39495edb6dfd24976e76b88ad6
MD5 86cdae509d1aa3540f37f2dca4658e9b
BLAKE2b-256 93bbdc7b76048e2e6c24b309f5b1c83c87f0740eb178c8deb1fad45f693ff2a0

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastuuidv7-0.1.5-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: publish-python.yml on marcomq/fast-uuid-v7

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

File details

Details for the file fastuuidv7-0.1.5-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fastuuidv7-0.1.5-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6cfe8c63f3b162ef770010a9e209b326d5846f282f26efa7fcdb00e154a0348a
MD5 8def1973c200aedfc2dcb93d87aa07fa
BLAKE2b-256 576cc84afa4940cbde55658667e1236ca8e52d30c610fc9d6e6d6ce18fb8335d

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastuuidv7-0.1.5-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish-python.yml on marcomq/fast-uuid-v7

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

File details

Details for the file fastuuidv7-0.1.5-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fastuuidv7-0.1.5-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e08c20952a389a4b50129aef5db7ad7c279c2503fc8cce5cec0b70b2537c597f
MD5 c00f68edd42b89a6896d534ad4277782
BLAKE2b-256 0ffa9414e57a135f1011aedc97f05a42554a0c1a47b411126a90c0f2e8e3fb63

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastuuidv7-0.1.5-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish-python.yml on marcomq/fast-uuid-v7

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

File details

Details for the file fastuuidv7-0.1.5-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for fastuuidv7-0.1.5-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 0cb8ff49f764447e0e3d59f9e3294f3619944bb98663761c85cfcc3bfb3d9dab
MD5 9048349b6a65d3ec17cbb672bd2848bd
BLAKE2b-256 b804b272a56922a23abaac9c62d590bb9bee4073de32d1e31029f1cf321a5adb

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastuuidv7-0.1.5-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: publish-python.yml on marcomq/fast-uuid-v7

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

File details

Details for the file fastuuidv7-0.1.5-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fastuuidv7-0.1.5-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 462ca131022dd30180256153ad426d705a4558b9bf89110a1fa930954e95ecfe
MD5 204897426d14a5283a15e50e9332d095
BLAKE2b-256 a2e5fb1aab1954b8198177cdeb741b7580edb1a0623c64ef126c44cfcfd0c07f

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastuuidv7-0.1.5-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish-python.yml on marcomq/fast-uuid-v7

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

File details

Details for the file fastuuidv7-0.1.5-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: fastuuidv7-0.1.5-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 98.6 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for fastuuidv7-0.1.5-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 6df8801be4f7ef744f3d17cf63628e3988779534ef3c8d0d11563c0acc36018c
MD5 7bb110328b78822deefae17aba2c9b11
BLAKE2b-256 64d9259920ddf488e6fb1d2e63e4874b1a4f814ac9913b33911e0246b7169286

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastuuidv7-0.1.5-cp314-cp314-win_amd64.whl:

Publisher: publish-python.yml on marcomq/fast-uuid-v7

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

File details

Details for the file fastuuidv7-0.1.5-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fastuuidv7-0.1.5-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3db5468402d9ed15fc4ebf76f44b5826264fc591df2eaf1a9937eef52f1953d8
MD5 a24a84c3469305e3fd206737a93932d8
BLAKE2b-256 fe3c2a74919e65cb58554459d4e4c8946075a4016a612a08c21102c35c17d40e

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastuuidv7-0.1.5-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish-python.yml on marcomq/fast-uuid-v7

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

File details

Details for the file fastuuidv7-0.1.5-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for fastuuidv7-0.1.5-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e8710b79390569b35b66773899656a7c7bdd2e4a82b7e82437049124fb618399
MD5 569ff4e3034bae0d9c25f65c8f41b374
BLAKE2b-256 c9d0aa4abd6b371ba32c3ab7d1da6874a24a3b5a15e3c12c16dcd5101fbe4084

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastuuidv7-0.1.5-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: publish-python.yml on marcomq/fast-uuid-v7

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

File details

Details for the file fastuuidv7-0.1.5-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fastuuidv7-0.1.5-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 30ec8877328b586a89b6e225f81ae869257497163e1f56a8a46b651f72622047
MD5 450ebe7bd5eab9b39c82399830ba0e91
BLAKE2b-256 4046106f8452ef01b5eb3503a232198c37ab858f2ddb2af70e1fd98de6f1cd99

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastuuidv7-0.1.5-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish-python.yml on marcomq/fast-uuid-v7

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

File details

Details for the file fastuuidv7-0.1.5-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fastuuidv7-0.1.5-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4368e587168a825c361d4aaf8eeb4281e23bdce6379d5f4917432e3009fe9fd0
MD5 918c67a708b3c3f0a179553f70bc8d6f
BLAKE2b-256 b20553801759627e3587a56879642ccc9b7fe3585d03bb70ed09034c67f8312b

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastuuidv7-0.1.5-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: publish-python.yml on marcomq/fast-uuid-v7

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

File details

Details for the file fastuuidv7-0.1.5-cp314-cp314-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for fastuuidv7-0.1.5-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 8b8f108f9618e09e48b5d2a3d8723abbe527d940c89dbb1c135a0ad766ee0cca
MD5 4c4abecfd1ab637d9533b61a278b5e8d
BLAKE2b-256 c6e1144b34d17b65062f69c6385fba7782458cd26f5f7d620bef6cb1060eb1b7

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastuuidv7-0.1.5-cp314-cp314-macosx_10_12_x86_64.whl:

Publisher: publish-python.yml on marcomq/fast-uuid-v7

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

File details

Details for the file fastuuidv7-0.1.5-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for fastuuidv7-0.1.5-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 24344e30f98ba08028e9ba825389582a5534826921abba378cf05a96e2433e36
MD5 5d42c984c765fc161d0b6457ee1e0273
BLAKE2b-256 2b6ecfdd2b212094b3adfc904d1d0530ad9aa5ac10be8200e2d6ffc9614aba06

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastuuidv7-0.1.5-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: publish-python.yml on marcomq/fast-uuid-v7

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

File details

Details for the file fastuuidv7-0.1.5-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fastuuidv7-0.1.5-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2ec3f13a878e77b60510d65a8f7f6e5bf2dac62f3220d01231b3a57cbcef6610
MD5 765cca07fd5212579e9091a2dc32c9e2
BLAKE2b-256 43841efa8bfbec2e9ce4a63c34e5728f6730da8ea569f6461a6e8531afde0a8d

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastuuidv7-0.1.5-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish-python.yml on marcomq/fast-uuid-v7

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

File details

Details for the file fastuuidv7-0.1.5-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: fastuuidv7-0.1.5-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 98.8 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for fastuuidv7-0.1.5-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 962053e857856965f6d016089d4de002c44b12492094c68741bb2032131ab19f
MD5 45892df69186b23b10157c797d6a2aad
BLAKE2b-256 b77633ae6b356889691237af6ed9b077d67359ccc51ce4f8f138f50d0e84c4c3

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastuuidv7-0.1.5-cp313-cp313-win_amd64.whl:

Publisher: publish-python.yml on marcomq/fast-uuid-v7

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

File details

Details for the file fastuuidv7-0.1.5-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fastuuidv7-0.1.5-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fbad150112dc16d996fd383ca677e6368a0560760790c2e2c542440ba04f90e9
MD5 86428e9fddccc2738a773e5c5ce96f15
BLAKE2b-256 bd8bbcc7135dc1cefb05bf19a2d33435f472c9630fec8125a6b926653c709b74

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastuuidv7-0.1.5-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish-python.yml on marcomq/fast-uuid-v7

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

File details

Details for the file fastuuidv7-0.1.5-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for fastuuidv7-0.1.5-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 8ff4d833f8616f222477d612cc8fa5bdd20e1779cba087e1331dbfc051266535
MD5 df374c54188883b6b139faca076486c1
BLAKE2b-256 a150f0df9a0b9d197fb332abc6ba9cdce4e891326ae878d2c9ad75256c0e1c62

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastuuidv7-0.1.5-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: publish-python.yml on marcomq/fast-uuid-v7

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

File details

Details for the file fastuuidv7-0.1.5-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fastuuidv7-0.1.5-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 955359cb8ffa73e55cb7f1fb13ecd51ea5ac1b12c0100253602c21b9e960ec64
MD5 0522af2a9a5313c582549e20e295ebcc
BLAKE2b-256 e690c8e8a82f085d054f84bf63ad75d4efa155052c203d555d40f9728677f0c2

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastuuidv7-0.1.5-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish-python.yml on marcomq/fast-uuid-v7

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

File details

Details for the file fastuuidv7-0.1.5-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fastuuidv7-0.1.5-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f8801c217c8ed2a1b2b60539066ab46c77a93d7ad418d7d0afcc9ee1d1b0fabc
MD5 89c8dcd17733b4a2dc0efde21c09309d
BLAKE2b-256 2a0ab842b8fb0bfd9adc827bea43d1424aa53b0e692a92882669f6b9ed42a9b8

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastuuidv7-0.1.5-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: publish-python.yml on marcomq/fast-uuid-v7

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

File details

Details for the file fastuuidv7-0.1.5-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for fastuuidv7-0.1.5-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 23adfedd1336b4f65579bea311871d7a67cdc94a49d0e1cc3f06b85c507ded44
MD5 26d0daeb5f0f0bd8a1a9aa8781806165
BLAKE2b-256 ef6135041fb1d0ab36f2408712fe1d451d658fc62d2ff7a7e378d70ea2faa2eb

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastuuidv7-0.1.5-cp313-cp313-macosx_10_12_x86_64.whl:

Publisher: publish-python.yml on marcomq/fast-uuid-v7

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

File details

Details for the file fastuuidv7-0.1.5-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: fastuuidv7-0.1.5-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 98.3 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for fastuuidv7-0.1.5-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 878fe143e7e541bd97a73d89a9d638a566bc4ab78985d27772d7927a5cb09c21
MD5 a56649e6ee5bf300b6cd28c8c24d221b
BLAKE2b-256 7de61d92add5af8f95ec239c40e51f21f9f9bee7aefd5f2f0337b960f25a7010

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastuuidv7-0.1.5-cp312-cp312-win_amd64.whl:

Publisher: publish-python.yml on marcomq/fast-uuid-v7

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

File details

Details for the file fastuuidv7-0.1.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fastuuidv7-0.1.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 78d114229b7adcd5b05b7711587adf31c51009405e4bf3a8d4de7ea4abaeefc2
MD5 3f8427ce01a9b693f44d7dc5092ab6b6
BLAKE2b-256 d401301cfe84aebb7d995fd7a0b915fd43803b820951753665abb481a429c78b

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastuuidv7-0.1.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish-python.yml on marcomq/fast-uuid-v7

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

File details

Details for the file fastuuidv7-0.1.5-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for fastuuidv7-0.1.5-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 95f8d1955923ca027e294dddc58979db571cbfa32d7e157fdbf736998fada103
MD5 2759ea56159667a5348be114390e9514
BLAKE2b-256 90449d37405103e122b0fb357dcab5b957ebe74cc9a8e8cc4548acee58ddecfd

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastuuidv7-0.1.5-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: publish-python.yml on marcomq/fast-uuid-v7

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

File details

Details for the file fastuuidv7-0.1.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fastuuidv7-0.1.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c605625a7205b3b40f620090bf015718fab68dad094ef1fd6ebc6c0fc2eee529
MD5 191a5176c9880885c4c58efa22d784ac
BLAKE2b-256 bf7f89ae30e5297ed77e27f32573717e24732da7ce80ab10c98b2bcdf8ccb4d2

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastuuidv7-0.1.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish-python.yml on marcomq/fast-uuid-v7

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

File details

Details for the file fastuuidv7-0.1.5-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fastuuidv7-0.1.5-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 acae3a54043a52343c7b74180d85d25b9375bacf6b8e3fe9c7bacc51b6520c1d
MD5 b33ab7b9956da3be2c43156decd77d73
BLAKE2b-256 2b7af35817f7dd0170f8dd09f0bbdb358a7778d0b041f7217210ebfd00d18a8c

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastuuidv7-0.1.5-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: publish-python.yml on marcomq/fast-uuid-v7

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

File details

Details for the file fastuuidv7-0.1.5-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for fastuuidv7-0.1.5-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 77c374b25890e4e57a44b8b98349459aee39a91bdc885879b070dfe8313c5741
MD5 27e262995eb41d22c156a1fb6cd9f4fd
BLAKE2b-256 1680019e051a2355b8f7606de90a11eaa05132daf2602af299c6a04f315edf38

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastuuidv7-0.1.5-cp312-cp312-macosx_10_12_x86_64.whl:

Publisher: publish-python.yml on marcomq/fast-uuid-v7

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

File details

Details for the file fastuuidv7-0.1.5-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: fastuuidv7-0.1.5-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 99.8 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for fastuuidv7-0.1.5-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 dfdf1be75db5e0010a44839063aef4a3be786738e467fb7ca1211fdef33e37ff
MD5 a7104db979052e89c1d47d64c65baba2
BLAKE2b-256 7698ec4634c18cb0aa795bbf696095344aa08a0705216b4772e5a2a8d94a8c75

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastuuidv7-0.1.5-cp311-cp311-win_amd64.whl:

Publisher: publish-python.yml on marcomq/fast-uuid-v7

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

File details

Details for the file fastuuidv7-0.1.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fastuuidv7-0.1.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 661a1c30f9ad17421dda2487ee9a98872c1bb84bd251a7f575c160c9d1cbf0e8
MD5 a00f8f413cb4dbb3a1552bcbd2b59af1
BLAKE2b-256 1a3d69958876c645aaa10f60e2be1778bf6c184b111ec7f375711eb7af8dcfd7

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastuuidv7-0.1.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish-python.yml on marcomq/fast-uuid-v7

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

File details

Details for the file fastuuidv7-0.1.5-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for fastuuidv7-0.1.5-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 25deec0ae25e6fbeeee1e554af04ee51c1bc237d5c799c8bd9a85ec45858acd0
MD5 dc6f81027da8e087e73cc8b591369b63
BLAKE2b-256 6fb0cae71b431809237e0c7e97920ae72f19f8d773e801d7f464f6018c56acd2

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastuuidv7-0.1.5-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: publish-python.yml on marcomq/fast-uuid-v7

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

File details

Details for the file fastuuidv7-0.1.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fastuuidv7-0.1.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7b9d6a8b04d344a5258fba05bc36e12d9ccf28afd616726e18e800ad6c79080e
MD5 6e3a86a88cf0f8f3419c3b800d6b63b3
BLAKE2b-256 85c918b16729eb7cf44d28ae73cb91f174c26fa7a83dd2d69ac630d4e12c3697

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastuuidv7-0.1.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish-python.yml on marcomq/fast-uuid-v7

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

File details

Details for the file fastuuidv7-0.1.5-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fastuuidv7-0.1.5-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 589648f0ddbc34ce0870de146752d384dbbc673a380bccdbcf2ebd6a7d7fb52a
MD5 074394fd84da53c41c7689c7d321807a
BLAKE2b-256 d33eabe784ba56db3dc893f560acbf986b0e9b0e893ee383343a5874234c995e

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastuuidv7-0.1.5-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: publish-python.yml on marcomq/fast-uuid-v7

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

File details

Details for the file fastuuidv7-0.1.5-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for fastuuidv7-0.1.5-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 b79f0c9e63ba138fced2f04bb85d1aa1ad4d91463bd0621d8dccff574b8cc5fb
MD5 da04782ac9be3e50a22209e314b82329
BLAKE2b-256 b2586a17a1ed91828d989ef3162df2daaf5f57b93d5c98a162181a2b15e4179d

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastuuidv7-0.1.5-cp311-cp311-macosx_10_12_x86_64.whl:

Publisher: publish-python.yml on marcomq/fast-uuid-v7

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

File details

Details for the file fastuuidv7-0.1.5-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: fastuuidv7-0.1.5-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 99.9 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for fastuuidv7-0.1.5-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 f68a1a90bdc0b4fa9aa0fe37935e540a645f32bd656c41d438d78916221a146d
MD5 caad75e7e62a670b6188bfd356a55beb
BLAKE2b-256 c18b6101eac0a3a58784f60988701e4162facf1f5e4c0d5b3cdc751a749cda79

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastuuidv7-0.1.5-cp310-cp310-win_amd64.whl:

Publisher: publish-python.yml on marcomq/fast-uuid-v7

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

File details

Details for the file fastuuidv7-0.1.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fastuuidv7-0.1.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 37927fd49ba416a0bf7903d602d759125f3df114c2058bdbf4379914dd0f628b
MD5 94104c0261f614ef27529678b7af633b
BLAKE2b-256 36ca069b3323031c408bbd050832c4ac480b72567605153ed23350984df8d17d

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastuuidv7-0.1.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish-python.yml on marcomq/fast-uuid-v7

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

File details

Details for the file fastuuidv7-0.1.5-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for fastuuidv7-0.1.5-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 99e2877381697e9f038651a444fdb65629dc42e2c6eb5bb461f3c2ff302bda84
MD5 87a83160c495c15623669c950b18ab08
BLAKE2b-256 1778ead7710f6f852a42bad5861c9f1454a84105afefaacf9796fe475da5e8a9

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastuuidv7-0.1.5-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: publish-python.yml on marcomq/fast-uuid-v7

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

File details

Details for the file fastuuidv7-0.1.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fastuuidv7-0.1.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 28c992fb98c98af284a5956455bea51ae5cdf5ace105b89cc80797ba9ef1e277
MD5 b85e51b922dd0e019cd7b6b6bb030ab8
BLAKE2b-256 8796001392d04373fd6868bd938da26414aaaf5ddf638a1042e61200cdc7d794

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastuuidv7-0.1.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish-python.yml on marcomq/fast-uuid-v7

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

File details

Details for the file fastuuidv7-0.1.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fastuuidv7-0.1.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0ef7e514bdf5f3a75ba57e7130527ad1a74f4fcc0e75a284d638f0390f8d5538
MD5 ed4c11624d1fec0f10012820ff35599a
BLAKE2b-256 e68600e6714797bab9cc1962c6dd19306b56e8349ee7fe107599bf62b8b0c059

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastuuidv7-0.1.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish-python.yml on marcomq/fast-uuid-v7

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

File details

Details for the file fastuuidv7-0.1.5-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for fastuuidv7-0.1.5-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d258b79a767ba39d6400cdb37f13be8c471692e8a139128e22102f20080af882
MD5 203a0b74b82db33e7db6721f0a85ec69
BLAKE2b-256 80547bc779b8709ffe7eae942971d203d4c452391648aaa040243ab7afcc9dfb

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastuuidv7-0.1.5-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: publish-python.yml on marcomq/fast-uuid-v7

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

File details

Details for the file fastuuidv7-0.1.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fastuuidv7-0.1.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cacb266a2bd7ac9078d5f9cfb2aca5468fe6a309769685efbac224bbe188dfe8
MD5 30a3aba45932e1652fad487bce315151
BLAKE2b-256 5f561635bca388b430e7801ea3fe4b77c161317a4f39895fb736579c8a14c6ec

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastuuidv7-0.1.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish-python.yml on marcomq/fast-uuid-v7

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

File details

Details for the file fastuuidv7-0.1.5-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for fastuuidv7-0.1.5-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 baa06c93e80634742571ace6263a49fa5058f4495e1594e653af466fb48b9078
MD5 993f860ecddb24e3def629e79c9e1e1d
BLAKE2b-256 e307999bba2be4ad50afbc6350e0060fedf901da3e5bf2f56f87c7bfeab2d561

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastuuidv7-0.1.5-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: publish-python.yml on marcomq/fast-uuid-v7

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

File details

Details for the file fastuuidv7-0.1.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fastuuidv7-0.1.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cf0588847463096cd03f7cdbf1988c9b43e3c6f1f8e60b6cb0be7d852cb2d3b0
MD5 b47af55ed3e74d89f38a7a15a3de59f4
BLAKE2b-256 38482fb32912ce7e3650ede44b934b2637bc9ac7f24712c0d38aa8d197226f3d

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastuuidv7-0.1.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish-python.yml on marcomq/fast-uuid-v7

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

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page