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()
uuid_obj = fastuuidv7.uuid7()

same_text = fastuuidv7.format_uuid(raw)
same_text_from_obj = fastuuidv7.format_uuid(uuid_obj)

Convenience aliases:

fastuuidv7.uuid7()      # fastuuidv7.UUID object
fastuuidv7.uuid7_str()  # str
fastuuidv7.uuid7_hex()  # str without dashes
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
c-uuid-v7 c_uuid_v7.uuid7 59.4 ns
fastuuidv7 fastuuidv7.uuid7_str 24.5 ns

The linux x86 GH runner shows similar times for fastuuidv7 as for c-uuid-v7.

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.6.tar.gz (48.3 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.6-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (225.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

fastuuidv7-0.1.6-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (224.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

fastuuidv7-0.1.6-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (216.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

fastuuidv7-0.1.6-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (223.7 kB view details)

Uploaded CPython 3.15tmanylinux: glibc 2.17+ x86-64

fastuuidv7-0.1.6-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (224.4 kB view details)

Uploaded CPython 3.15manylinux: glibc 2.17+ x86-64

fastuuidv7-0.1.6-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (223.7 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

fastuuidv7-0.1.6-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (222.8 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARMv7l

fastuuidv7-0.1.6-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (215.2 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

fastuuidv7-0.1.6-cp314-cp314-win_amd64.whl (130.4 kB view details)

Uploaded CPython 3.14Windows x86-64

fastuuidv7-0.1.6-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (224.4 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

fastuuidv7-0.1.6-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (224.0 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARMv7l

fastuuidv7-0.1.6-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (216.6 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

fastuuidv7-0.1.6-cp314-cp314-macosx_11_0_arm64.whl (202.7 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

fastuuidv7-0.1.6-cp314-cp314-macosx_10_12_x86_64.whl (211.2 kB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

fastuuidv7-0.1.6-cp313-cp313-win_amd64.whl (130.5 kB view details)

Uploaded CPython 3.13Windows x86-64

fastuuidv7-0.1.6-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (224.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

fastuuidv7-0.1.6-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (224.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

fastuuidv7-0.1.6-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (216.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

fastuuidv7-0.1.6-cp313-cp313-macosx_11_0_arm64.whl (202.8 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

fastuuidv7-0.1.6-cp313-cp313-macosx_10_12_x86_64.whl (211.1 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

fastuuidv7-0.1.6-cp312-cp312-win_amd64.whl (130.1 kB view details)

Uploaded CPython 3.12Windows x86-64

fastuuidv7-0.1.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (224.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

fastuuidv7-0.1.6-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (223.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

fastuuidv7-0.1.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (216.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

fastuuidv7-0.1.6-cp312-cp312-macosx_11_0_arm64.whl (202.3 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

fastuuidv7-0.1.6-cp312-cp312-macosx_10_12_x86_64.whl (210.7 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

fastuuidv7-0.1.6-cp311-cp311-win_amd64.whl (131.5 kB view details)

Uploaded CPython 3.11Windows x86-64

fastuuidv7-0.1.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (224.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

fastuuidv7-0.1.6-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (223.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

fastuuidv7-0.1.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (216.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

fastuuidv7-0.1.6-cp311-cp311-macosx_11_0_arm64.whl (202.4 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

fastuuidv7-0.1.6-cp311-cp311-macosx_10_12_x86_64.whl (211.4 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

fastuuidv7-0.1.6-cp310-cp310-win_amd64.whl (131.8 kB view details)

Uploaded CPython 3.10Windows x86-64

fastuuidv7-0.1.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (224.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

fastuuidv7-0.1.6-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (223.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

fastuuidv7-0.1.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (216.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

fastuuidv7-0.1.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (226.5 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

fastuuidv7-0.1.6-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (225.3 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

fastuuidv7-0.1.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (218.2 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

fastuuidv7-0.1.6-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (225.6 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

fastuuidv7-0.1.6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (218.5 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

File details

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

File metadata

  • Download URL: fastuuidv7-0.1.6.tar.gz
  • Upload date:
  • Size: 48.3 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.6.tar.gz
Algorithm Hash digest
SHA256 21a40883b42f4ec8c249ce057c72c5749f24c651090b7c38af7ff0702357c9ad
MD5 71ed834d8eea35a328ab2cb26f75f6d4
BLAKE2b-256 1e778b64aa69c1cb1bae71d19874144f9ab1f0cbf70c3dda73521a22e8611470

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastuuidv7-0.1.6.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.6-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fastuuidv7-0.1.6-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 39bf49c979324d366408c5a4b557b32f954a756bc30a48b672ecb5b6751a185a
MD5 93a2085784a101dfda22c47885fb16e0
BLAKE2b-256 1d43e54c193b6aa0c531db5c4a4186cde4a16a2e64813e61ef6f4723a80e35cc

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastuuidv7-0.1.6-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.6-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for fastuuidv7-0.1.6-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 a503ad717af801db33b78c178ab13864bafa02a49057f7141ce47df5748d984b
MD5 02a011d1e1d7bcfd69ead084f52e098f
BLAKE2b-256 ac050b355e6901d564017979171690e6518cb296529af2b16a63f40d8a18582e

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastuuidv7-0.1.6-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.6-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fastuuidv7-0.1.6-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 54796dc6889543c23bf66ce6f3141a77809ce06fa905116cc3699d54a1fe0653
MD5 28b330f616198eebaeca3fd23d36d3f7
BLAKE2b-256 9b44f8edf75b6ca2763dd7db3750959797eaeebf8fa47b5e3f2a7c9ce0317547

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastuuidv7-0.1.6-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.6-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fastuuidv7-0.1.6-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dd66e6a60b13b3bc2b35443dec4f8d1ff289ac9f91f203caf15c85c9d84833d8
MD5 2fefa89a3f2528411951d9ca466c18f6
BLAKE2b-256 a6ea75f4194f9cd9e5e18946e3c6537e779e4a9da24511cea179d6ac918c587e

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastuuidv7-0.1.6-cp315-cp315t-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.6-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fastuuidv7-0.1.6-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5c8c17ff218ad919f1662ae277c2f657b5fcc06d6472027c1da2d20efb36588d
MD5 792320e2e56e7ac1570fb2976a45b32d
BLAKE2b-256 2cdd1267f46047f98ee07d5e7c22c47a55f3d43e0ca6294209cf67dbced83b46

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastuuidv7-0.1.6-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.6-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fastuuidv7-0.1.6-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5bd48f3b2ffc6078b07006901a7976ec8fb8dc3654404d1ba9506c75e3a9edb6
MD5 e969e6d9b243c68f2fb6d2c5ab4e4d63
BLAKE2b-256 c447ccc568b91024e032b5d6710151328860a869f1a43ba421bad0910ac4a949

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastuuidv7-0.1.6-cp314-cp314t-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.6-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for fastuuidv7-0.1.6-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ef8537c0bc4de3cd8927fa9c553ebf6d015f180e4c3384975b9dce0a711af7a6
MD5 78ed6bbeeace2450e10b34c6020cb5dc
BLAKE2b-256 cc849eef1c06de0339c023a4d6aeb6db1ef8d600713df0f1165bd3b8de131150

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastuuidv7-0.1.6-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.6-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fastuuidv7-0.1.6-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 52db685ab17fbbcd73674fd22891c0ec367c9cf7c2a568ad05b98073dc1c09ac
MD5 cc4b722decc260435a76f2a257b0d155
BLAKE2b-256 b76cbfc52bb8943800426019df53d143ba034441f8d739b4c380e310a0aaf54f

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastuuidv7-0.1.6-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.6-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: fastuuidv7-0.1.6-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 130.4 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.6-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 b3d4b274dd7f6e6860a12aa5d446cff0c925ba364ff0aea64e5512c5e8258a4f
MD5 5f1f752fdb26dc3fb02f13351b3f9233
BLAKE2b-256 5bcfa7a24b8b9b6c36ccdf39db5a920d10f04ff04db56bad013cb715b5022d44

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastuuidv7-0.1.6-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.6-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fastuuidv7-0.1.6-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5921b7cd25a8a7a73e289a83bafc2416bc11c066cdb21ca12600f2ade1209d2a
MD5 9e324e8d9fe87f49feaeb808faaa979d
BLAKE2b-256 127f00f2832dd7c063e76d7d40325abd2eb46eb82147993d58614bf81285972a

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastuuidv7-0.1.6-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.6-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for fastuuidv7-0.1.6-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b70d0b4e37d53342e410c452d8ef11ee5245e8e6564d6732b311cf8ed4c6b534
MD5 1176af27d831d15ce30dc1c9811741e9
BLAKE2b-256 c114c82ec9ba9e1b23a93d5e65a1e0030aa92db2efccdd6b6eb4782888dff9f6

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastuuidv7-0.1.6-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.6-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fastuuidv7-0.1.6-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 92e5b09bb052d35fe661d8fa3cb52aeaeb461adc83280709a604c4c10a1f2e83
MD5 bac5d1ab930f294b5989555be65a1977
BLAKE2b-256 d32751751316544e586cc558f6eeea8b2a201a2bec30ae0ff2138d9ceb4ca5a9

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastuuidv7-0.1.6-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.6-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fastuuidv7-0.1.6-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 55872a7dab9191c32eee5347646fd3fb3ae518bbfaa2308af5bdbfba7465a616
MD5 ffdbd5bd899c7891f1a1444621d9964e
BLAKE2b-256 cd7d414754b7a6f21b5bb69ea752f1084188780bcf3ca791f55472abc0254177

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastuuidv7-0.1.6-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.6-cp314-cp314-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for fastuuidv7-0.1.6-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 1b9eee9360b173859dc08bc493669dbda8972bb99ad92946790c2b05637142d9
MD5 8529ce30fe5d4476a93926e3f8564b62
BLAKE2b-256 a3439631e41d496d7429910e576ffd021751e7669f20c2efea69fee365271279

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastuuidv7-0.1.6-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.6-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: fastuuidv7-0.1.6-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 130.5 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.6-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 bbb1f8b52bda27d46f006c1f9165962503348615cf128de9fc3481ad6dfee1d8
MD5 d4f7806b12a3c3d1f042b5da4fa3b1dd
BLAKE2b-256 43aa5ce6418c6e43692661b322013e5cc4a8f33bb52302d61cd35343a5b2d534

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastuuidv7-0.1.6-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.6-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fastuuidv7-0.1.6-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d16c38d80d9dee771cd3a4f1ff01a0e8c22b7aa89b40dc1303629dd48a40b3c5
MD5 f25be82d9314ea9178b19fabbd25e91c
BLAKE2b-256 ec436f4da69c96c367d1f5281f8c49ec16b43ad5ec783752908f6a7df14243a5

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastuuidv7-0.1.6-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.6-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for fastuuidv7-0.1.6-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f623a2604b315fe7260639e206b0abe1b5a62908c2be4b684305c679f44a5e75
MD5 6590349be77dcbf83d1aadcfc8179049
BLAKE2b-256 a45c017ac67d5c879d39bb5d93932b4a085c5c74117dfadeccc9cf5a547da67b

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastuuidv7-0.1.6-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.6-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fastuuidv7-0.1.6-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 05548fa9c902578a47b445076cb3209c121fa186080db879d3a3d4968ca74bfc
MD5 2cf9be34012e109bb9d3938179608e02
BLAKE2b-256 018099fea6b46c4c7a555ae1d0300e23808413744644c15028f47b9eebe6a3f1

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastuuidv7-0.1.6-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.6-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fastuuidv7-0.1.6-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b207704551ddb3fd080a3491202e11a4962a67c09ded23bd6f1dd84d09ffaae6
MD5 16997a207f0a9e0ddcdea69f95d82357
BLAKE2b-256 5228668714e5b5902dd6ad434437f70b787c6d45326393770f59e68615bea85d

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastuuidv7-0.1.6-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.6-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for fastuuidv7-0.1.6-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 3ccd70badc6664b4bb3c7a321125960673d3dfcf6737207a9a53f583e51d48a0
MD5 4758a57891f672c9ea5bf2dff087cd93
BLAKE2b-256 c6180f7f84ce38bcc0106bf5c0d4170c52dbb83ea97494144ac52e748d8862d2

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastuuidv7-0.1.6-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.6-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: fastuuidv7-0.1.6-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 130.1 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.6-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 b52389adba6dbb01edd2d98aa3c23eb6e1fa299be0352fe91b92785a48ba7395
MD5 04830b6ef37db28d1f6c1f62a092cec9
BLAKE2b-256 2cb9a843476a79ccff904ffaf2dc8a15e6f74b170f8fc00af0414188a9d2f88d

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastuuidv7-0.1.6-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.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fastuuidv7-0.1.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 623fbd6bdf61e88ea798baa156627410a327851829b78d2d070e6453c0ee2904
MD5 f6a3694c17393f4c9ef86732dcaf8b84
BLAKE2b-256 b657314d43ec1bc6a2adbccd658389fab5f89394aa128975137f64fb3727f3bb

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastuuidv7-0.1.6-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.6-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for fastuuidv7-0.1.6-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 2a46727c734cd9099b69e66ce4802078ea96a42ea6c387236bf822934fc4986c
MD5 bc7ef5d5ffeadaee6574aca64a20aa98
BLAKE2b-256 a8c29c83a527434c6219a2344861b8d9719591ba16cf6aecfb93e458ecc01d09

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastuuidv7-0.1.6-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.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fastuuidv7-0.1.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d318ce7eed769d9e2431995a4e3b1b30b57e432d60a2545d8a9df7ba69aea6bc
MD5 8eb23e30e95fd6c825f7a1bd64dcc27e
BLAKE2b-256 347c3a86f11897aa329331b4d7baa0868362133ed4cc122ba508ed9cf06b638d

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastuuidv7-0.1.6-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.6-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fastuuidv7-0.1.6-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9cfdb8ed2342e44ee0566c3a46b4e8932f27ef8afafdc4353443cb0d0f37faeb
MD5 1a5c95482343af26be1b68f863f3d533
BLAKE2b-256 f7a5b5f4458d8efe85660cf7fe13174a7b81980cc7b185254630255d33057e8a

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastuuidv7-0.1.6-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.6-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for fastuuidv7-0.1.6-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 ef3576f30e7d18d6768842b5edc1808224f02128b38dec2e8721ce29b1d06e1d
MD5 0ebb5d2971482e80863eed7fc894fa3a
BLAKE2b-256 44626d5b5649af9600c750bd3de289edfd49e54881d5d3c12d286ae19cdbeb8b

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastuuidv7-0.1.6-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.6-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: fastuuidv7-0.1.6-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 131.5 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.6-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 f071924e2bc27477056201e5dd413664d67b2a8daa76be96269e3408c73ac4dd
MD5 4460806b91d36dab015b32250b7bab30
BLAKE2b-256 84e76ac1a7635e4d9d08716cc8f7c1d69d007ba91cc352695e851ab03b1294af

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastuuidv7-0.1.6-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.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fastuuidv7-0.1.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 19cd628f1544bf676ab4fb79833f57d53cecec6a4d62ffa3e28e62dc427430a2
MD5 9b0bffbb2353af99309081e649762600
BLAKE2b-256 aa094dc6246e8a20f0d97f07b91fd3a326827ba682173267a9cb04cb495cab1e

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastuuidv7-0.1.6-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.6-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for fastuuidv7-0.1.6-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 2aa86f54a13c910943526a2684484e02a5ba27ecb0b47a6999b0804071c6f3af
MD5 64e4a48c5addb2da09430589d735c4f7
BLAKE2b-256 16754ef2513a761f7272f4c4452a67a2f14996903179804339684d1d92e3e71e

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastuuidv7-0.1.6-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.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fastuuidv7-0.1.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 345deb10bcd11cea6f5d12023c1d1bcb1dde2b99ee584fae218148633837a53c
MD5 2139ea18ba6ec1efa56e85d4448a4bac
BLAKE2b-256 a42774c374e10887aab2cefd8303835b4f58626095de28832c7da21ed7fb50e9

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastuuidv7-0.1.6-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.6-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fastuuidv7-0.1.6-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 09d9c43db7c558b867b72de68211019e28e2b217e0508d6834a1a17560dc9d46
MD5 e23b96d76573621d970fc5d5a5ba3cd8
BLAKE2b-256 daa80f87816ff63e831ca493d8ea77dbc35d42e63f6b169d9356d5c2827fadac

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastuuidv7-0.1.6-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.6-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for fastuuidv7-0.1.6-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 fddd3a816847bc51fc3f409f9d9af42926bd8aacd50be8476b9376d54f364cba
MD5 cb87c1e96f305e277e1ed19f003d2cc9
BLAKE2b-256 73740970e727f75b7e90154f4cc78b8580f924ffb243a470b7838a0c8037fb52

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastuuidv7-0.1.6-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.6-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: fastuuidv7-0.1.6-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 131.8 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.6-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 7d09cc2ccc1ffe445bff1c23abe847188859b7d4ec03746e4c0ee77c8b2a8d10
MD5 a0f750cd144515893ccc775f3a5f40e0
BLAKE2b-256 aeb789c0c0178dd63510dc1762f0eda6d9e21eb3c07db7330211de97baafa00a

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastuuidv7-0.1.6-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.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fastuuidv7-0.1.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c0be7ce06426d4b7d2ba629f0b273ee3b92309a66ceb7860b4b2bdb927c6153d
MD5 72e6485f13e777dfb5d5a32b605b5b2a
BLAKE2b-256 e2b75dca620e4a6c898b35a52ac74bda95039b26a8565a4bc0a49729db5458d0

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastuuidv7-0.1.6-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.6-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for fastuuidv7-0.1.6-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 3a1bcdf5f231159eac7689af478aafce9ee1194c18456185d55e4186da5fe1d5
MD5 242880f681bba903ab85c2e0d7d9b105
BLAKE2b-256 4dd24849f0c74ad53e20754877fd749f5e6bbb92dd65a68786850b729fa51fc1

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastuuidv7-0.1.6-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.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fastuuidv7-0.1.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8d7c7a8b10bbd23ea4e1252016abdfa8bca61f9d4a5374c52d8d309a5f617f82
MD5 011bccb1386f52b5b3e6fca9c4180711
BLAKE2b-256 e962ad9927224ed2e15a9f9ebf4d704a784e3f10e28a27b4c1e12c25b61a7ca1

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastuuidv7-0.1.6-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.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fastuuidv7-0.1.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4e56df32044ddf4cd73e7c84b582f2fca90b8ea5f53b1aa87aa467086cfc66fc
MD5 0aafb49ad541e3b303e83710a47f88cd
BLAKE2b-256 ff55fcaa5ea08a34d608160b9e5bc7ce9ba15f38c8684b4b9e20f7e8690398bd

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastuuidv7-0.1.6-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.6-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for fastuuidv7-0.1.6-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 2c6fd0449b55c30dd94cf774efee5c20ca748ba2b37d345be16ac5332c939393
MD5 58c1dc8bea037b49421bde7947269be3
BLAKE2b-256 efb715b88e483004fbf2d84b85bd8168cd8c9601b718264423849b0d62167665

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastuuidv7-0.1.6-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.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fastuuidv7-0.1.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 386c45a8751aec72828865e59a4e360cad458b04277221aa3ee39f097fd9c7be
MD5 e3e4b65716d14fe1c16ef504abe66d20
BLAKE2b-256 2916b03fb0fa8e43772e943e6fd9326e8020abc92a1cd0b1ff501199f4c26d1f

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastuuidv7-0.1.6-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.6-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for fastuuidv7-0.1.6-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 51a0ef00cf25bd487b57ad9ce8dc015f62d39dfe33a5f6594a7f754046c2b707
MD5 2fe7f8d29cac16296769283194cb380a
BLAKE2b-256 9833c2194212f95583ee5425bf8a7b1f19c2754b7fa8b1d2905ddb3e12ed92de

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastuuidv7-0.1.6-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.6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fastuuidv7-0.1.6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 777cc868ca62bbb30b076e6f0d09e7c1fadce5b97f66e982293be55e9107e70e
MD5 b87a802fcb9690e117ed6df1824d20c4
BLAKE2b-256 f6e72c3cfd0c8d7f2d042cabd2f7aa149f9fdae5f3f36717dd37849f9702a3a4

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastuuidv7-0.1.6-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