Skip to main content

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

Strictly increasing ids

SequentialGenerator guarantees that every id is greater than the previous one from the same instance, numerically and lexicographically. Use one instance per input file when ingesting CSV / JSONL rows, so the input order survives sorting by key.

gen = fastuuidv7.SequentialGenerator()

for row in reader:
    row["id"] = gen.next_id_str()   # also: next_id(), next_id_bytes(), next_uuid()

The guarantee is per instance — it is not shared across instances or processes. An instance may be handed from one thread to another and keeps its ordering guarantee, but it is not built for concurrent use from several threads at once; give each thread its own instance.

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
uuid-v7 uuid_v7.base.uuid7 2574.2 ns
uuid7 uuid_extensions.uuid7 1969.0 ns
uuid6 uuid6.uuid7 1946.2 ns
uuid uuid.uuid7 1588.9 ns
fastuuid7 fastuuid7.uuid7 126.3 ns
uuid-utils uuid_utils.uuid7 100.8 ns
c-uuid-v7 c_uuid_v7.uuid7 40.7 ns
fastuuidv7 fastuuidv7.uuid7 22.2 ns

On linux x86 GH c-uuid-v7 can still be about 5-10% faster than fastuuidv7 - 40 ns vs 44ns. There are bench results that run for each fastuuidv7 release.

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.

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.9.tar.gz (57.8 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.9-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (286.1 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

fastuuidv7-0.1.9-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (227.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

fastuuidv7-0.1.9-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (219.1 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

fastuuidv7-0.1.9-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (284.4 kB view details)

Uploaded CPython 3.15tmanylinux: glibc 2.17+ x86-64

fastuuidv7-0.1.9-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (285.6 kB view details)

Uploaded CPython 3.15manylinux: glibc 2.17+ x86-64

fastuuidv7-0.1.9-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (284.5 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

fastuuidv7-0.1.9-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (224.7 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARMv7l

fastuuidv7-0.1.9-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (216.7 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

fastuuidv7-0.1.9-cp314-cp314-win_amd64.whl (194.4 kB view details)

Uploaded CPython 3.14Windows x86-64

fastuuidv7-0.1.9-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (285.8 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

fastuuidv7-0.1.9-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (226.1 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARMv7l

fastuuidv7-0.1.9-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (218.3 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

fastuuidv7-0.1.9-cp314-cp314-macosx_11_0_arm64.whl (254.1 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

fastuuidv7-0.1.9-cp314-cp314-macosx_10_12_x86_64.whl (266.4 kB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

fastuuidv7-0.1.9-cp313-cp313-win_amd64.whl (193.5 kB view details)

Uploaded CPython 3.13Windows x86-64

fastuuidv7-0.1.9-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (284.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

fastuuidv7-0.1.9-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (225.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

fastuuidv7-0.1.9-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (217.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

fastuuidv7-0.1.9-cp313-cp313-macosx_11_0_arm64.whl (252.9 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

fastuuidv7-0.1.9-cp313-cp313-macosx_10_12_x86_64.whl (265.1 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

fastuuidv7-0.1.9-cp312-cp312-win_amd64.whl (193.0 kB view details)

Uploaded CPython 3.12Windows x86-64

fastuuidv7-0.1.9-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (284.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

fastuuidv7-0.1.9-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (224.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

fastuuidv7-0.1.9-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (216.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

fastuuidv7-0.1.9-cp312-cp312-macosx_11_0_arm64.whl (252.3 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

fastuuidv7-0.1.9-cp312-cp312-macosx_10_12_x86_64.whl (264.7 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

fastuuidv7-0.1.9-cp311-cp311-win_amd64.whl (193.7 kB view details)

Uploaded CPython 3.11Windows x86-64

fastuuidv7-0.1.9-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (284.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

fastuuidv7-0.1.9-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (225.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

fastuuidv7-0.1.9-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (217.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

fastuuidv7-0.1.9-cp311-cp311-macosx_11_0_arm64.whl (254.4 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

fastuuidv7-0.1.9-cp311-cp311-macosx_10_12_x86_64.whl (263.9 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

fastuuidv7-0.1.9-cp310-cp310-win_amd64.whl (193.9 kB view details)

Uploaded CPython 3.10Windows x86-64

fastuuidv7-0.1.9-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (285.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

fastuuidv7-0.1.9-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (225.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

fastuuidv7-0.1.9-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (217.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

fastuuidv7-0.1.9-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (286.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

fastuuidv7-0.1.9-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (227.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

fastuuidv7-0.1.9-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (219.5 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

fastuuidv7-0.1.9-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (227.4 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

fastuuidv7-0.1.9-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (219.9 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

File details

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

File metadata

  • Download URL: fastuuidv7-0.1.9.tar.gz
  • Upload date:
  • Size: 57.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for fastuuidv7-0.1.9.tar.gz
Algorithm Hash digest
SHA256 4f3fdfb078dbb966e95af43ee1c8ffe2b09ac5274f3e1ab1575978e05fc90698
MD5 d2027cfef4b5527ddda019ff86cfa65e
BLAKE2b-256 c81a242fb5372d56555d37c1ef1a8ada5b937ae39dd94091b284548f675b50ce

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastuuidv7-0.1.9-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8220a85d3c64d8b35c0b55785eec337117a01e24c3ab28104d42141587e9bc00
MD5 14dce98c326ecfc97c1409361b3cfdbd
BLAKE2b-256 b87348019f8eff0540b23a779623d5dd36d3d4719eeace13c32e39b71eab6dbf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastuuidv7-0.1.9-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 2a6397dc1bf3fae1e743054d95164adc4be4324e5b1d842a5657be97207dc894
MD5 ffd4151103e53a2fe540d95d8af0ed16
BLAKE2b-256 90a5e8e04a89b147d654a1ff3950e4edbc0cd180417519ac91b07ae67402bafb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastuuidv7-0.1.9-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a018f085a2a945265f6f4bc8d34c02849f75f4a846dc95c6bcbf83bf132e4191
MD5 f11e9f8aa347a163ecdfaa7890754d96
BLAKE2b-256 a2bfe4634d56cc1d4a2f88f74f886d3f2581288247336e2daf491f3bfa6bbd46

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastuuidv7-0.1.9-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 436faf03b956f771e6e0336c058bb2ac1ba3478c300526d418ed3a4f6a1425be
MD5 188f8c4301af20b1c60dfe2f7df50c64
BLAKE2b-256 30bdcbbb729419e40f3dac96c48851eab12e31ed57c97e010e48dffe4ad5bc64

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastuuidv7-0.1.9-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3c7cd3aed3db3dedbe994e47ecaf20a9b0e6d17413b71ff3b04dd84f18a682d9
MD5 09b95aa01499052523b924f00cbb0870
BLAKE2b-256 64f92e17c041f90cca7e177023d8374bcf8f004ff954d137271449922a090ab3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastuuidv7-0.1.9-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a20a99fab85e4f1bfcbeeaf7c0dd2876c4bf30edb1c7d498d76e3daca1636585
MD5 3376c07aace4dd76e1358faa445472d7
BLAKE2b-256 67fb0b904b05dd8d6399a1057d6451805a1c9e8ea4d2ebc80f7ba37727421f7c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastuuidv7-0.1.9-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d0c9f32cdd3457257e0a3aa4757be587296a16617484a032dde0d4591509ca60
MD5 c8613b57bb4e83be9a40be355b07725c
BLAKE2b-256 760c59f8acfab19de0f1870be201839201472ae70c5cd152595c9c79f22c7bcf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastuuidv7-0.1.9-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0b3b1b172d4e44a2adcea3e9998641f868c3169ae4c4cf58b47172ae68d301ce
MD5 1ab1bc4c2dd4c3aae9c2ad6d586f2087
BLAKE2b-256 b8d0f01d8df2a4401bd56d59c476c373f832bc36251b8cfa9ec9505eaa409060

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: fastuuidv7-0.1.9-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 194.4 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for fastuuidv7-0.1.9-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 24d200d55a6f75673e3407568492f76c93d2a18a22db59fc42a1648a317c25bc
MD5 f35524d98ecb26917746185a8b8ad99f
BLAKE2b-256 16cba5a6f54ff131e9e209a7864173906438770669bff6ff47b9f4492747d15f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastuuidv7-0.1.9-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1009e7633bcc686b5b7024237b2fb64ee5656a311a9fec26437ec916f999d423
MD5 1034c35e584394432fb23c1cbd882de5
BLAKE2b-256 1001367cd48dd8f2d7cb90cb8d1bacf484113e0a2a5c1c1f78d5c7ffae516d87

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastuuidv7-0.1.9-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f0c1d35d4a51e7b4af01dcad8f21057661fffa6a2d2a1ebce68119d820763a08
MD5 8a4621ace3fbd7c9d004e4bb08afb5bb
BLAKE2b-256 d37b86efd1e66c40ffd9ccdc3ebb6ac792cf2a47962bfb6da27af94197012fc0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastuuidv7-0.1.9-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6f6cdcf456b22476cd513a3adb23d2bdc412b70c25a84f717911d0c24768cbf1
MD5 1df58e9aeb67cadc686b8fada0175c1e
BLAKE2b-256 9edcb9fc4cb2fced91db17df960381863880b6cee74d9a0e13788ca1d942a052

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastuuidv7-0.1.9-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b44929363a0d9f03c4e2350b0bac34f44ba312d7bcfe6be82dd781ad4c400d83
MD5 eea81f139fde712cd85442de7dbc3ca6
BLAKE2b-256 42384e82c9aa7cbcded24a096b9bf48ee2f370bf02066e760dfad240e6e14852

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastuuidv7-0.1.9-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 f00cb89033378a1a4141ea0230408954cc75cf44cc9a82b81012f99c1f2c2bee
MD5 a92281b67f770335cd32644e85a74a1b
BLAKE2b-256 6220a896c8f519c2d9507b5924705c3a583d462a942722ca83a8c7ec8085c4cd

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: fastuuidv7-0.1.9-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 193.5 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for fastuuidv7-0.1.9-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 c29e026707f5305e49bb522bd32825ce813d7425e492abe6d9ecbdc03fe382ed
MD5 704f8bacf05bd571724ad2a4688cecd0
BLAKE2b-256 ac5c35a91bc98153c65b9bedcac5e917400462b5161b8d260d815aecca5a53d2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastuuidv7-0.1.9-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6bbb8ed913cd8aff43c6a89004e69c72fe44684dee908f8ccf91835131991382
MD5 0c771fd8844f16269e71a9a643685c15
BLAKE2b-256 8d9399585ba1d558f28b54ebfa95a1212380d189317b52eff277fb2641de2fde

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastuuidv7-0.1.9-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 767fcfec79fdeaec5439cf0ede92f34a7285490f10a9598ffdff8d5940a93f09
MD5 1193e71db2d77b4af7a18bcd40ad4c8d
BLAKE2b-256 0c1c50559f5c86cdf5c4ef22380ce6398ce8bcbf42d2bd4b226dba9ebc1d7ac4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastuuidv7-0.1.9-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 61d32631db1cca90c601ee2668da1b2e090f1673b3b2b78d7126cb100386f982
MD5 e59836cfbddd35b9eaba085ac2e0da6e
BLAKE2b-256 ef24067c202d433db0b3f479f00d2dbdfc98102da58e4d8111473ee1614e4a2a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastuuidv7-0.1.9-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a23de8299aa0a139b63d056fb1b979d35e96b79d1ca80fb22925adcb673a5267
MD5 92781c4bed5176e8c90ce3d187eab077
BLAKE2b-256 2437c5a2aa187a078e20235626a730a73a1aef7a8b2b3a2797ef5d37d643ec78

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastuuidv7-0.1.9-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 1be9bffc1a5ed3821b943b7b9de474cbe30e7c08a730ddaecbe4f9e571c13b60
MD5 2cfe9c8211a2c2790cb8de1bf92c9ac2
BLAKE2b-256 20564d37d21ff13212824feb88b9d881ccdde42b0146ee5af18e7862ef23cbe6

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: fastuuidv7-0.1.9-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 193.0 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for fastuuidv7-0.1.9-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 b056b6b5403bf79a0e8aa8eebae397a33ebf7cfa307703dd8ccf9b1cc7a2d8fd
MD5 13b56b06f3d47805a4eea2a2bd320195
BLAKE2b-256 6bf35858204d5ace99d7351787911e5bad64a6d9445e0409d7fb2ce1c24e1727

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastuuidv7-0.1.9-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4d8be340e147dfd4655e8ec7e9f34aea21124542be61c280383a267db890c5be
MD5 c76320ed0377c4950697be96799a6d1f
BLAKE2b-256 0afab56b2fa3a60cb89f7eb7764a07cb1e53159bb924782b16ea81acd744327e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastuuidv7-0.1.9-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 67450e2ebbf81d805d69e43ca1430ee58542a240d05a438d1c8bcee8d7bd13d6
MD5 fb49720c33d1fbb7bb00e553a19ae5e1
BLAKE2b-256 a3bb0ea7071123b3af50bd7173015dcb98654f69d9a58a5036050ac0efab89ee

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastuuidv7-0.1.9-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 caaf75e44ea4e35411a7af63c6a9c79dab2f10cd12bf95fcd90f4e5a6bc7cc6c
MD5 71a673abfcfae90ca0ccd067d43d848e
BLAKE2b-256 7f378c56f8426ac2d247918fdf7ec5e9ff1abf79c785722cff1cd3096f951cdb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastuuidv7-0.1.9-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7fddf923cde6020164b00b7b5b8a65ebe3c4b704de963bb17b70ef3ae9a9cf18
MD5 8dba25d3713dddb45a4466ae416a2af3
BLAKE2b-256 81174031a31c9f42f0eb5d6c7e81d06c1652c1e33f771e6aaa91179bb02d2632

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastuuidv7-0.1.9-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 43132f3cd4d4ebb7d2edf6750683de794a9e7482b49196103dca0099146db96b
MD5 0bdbf5b72c92be6ec7ed07c68b1f1c83
BLAKE2b-256 259fec9ba095d1a41a410ea8d69ccb70f6b1f6ca9fd445a9d53767dd787ca1ed

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: fastuuidv7-0.1.9-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 193.7 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for fastuuidv7-0.1.9-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 dcf65d2bfc84a500743d1a2fbf8b2e5ac375104a6ac40d567dfe0d59218b9c90
MD5 20dc998340d989cad5b3c413b8c1238e
BLAKE2b-256 e6270e2b5dd595c7fed2024a6f3302965d5c9f04cb1ba85fd18fb34ef36fd8b2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastuuidv7-0.1.9-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a41abd2f155475727fa41fbdcdcff4d6ebbe0578b42f811757bfdbbb3c6cefc4
MD5 d54759fc3bb23eb15ab6d49a0faffd7c
BLAKE2b-256 8fc23cd253a3299a19df9907be4ca06510485105eda37bc4dbb89f40426fe54e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastuuidv7-0.1.9-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 9cf02e09e2f47bdb41cfb6527061b4ecb20ffe5e34660ee54e7d2cb0938c2cac
MD5 43bfed16935bf0550dda501d2c90e3d6
BLAKE2b-256 0d506314199fd5ea80d9cb4c9000553aca219a1832cec16eac7ab850407a9eab

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastuuidv7-0.1.9-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1d508e3060e9f061edfbbe6486073b01f55ecb7b379acefd23a1d05d3aef2168
MD5 d8ff892f30d71664bf197e7facd20b5f
BLAKE2b-256 c09fd8d3e13034412d1aeeb1cc86d99282415cf21dbe7b0c5dbda675a11ea4de

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastuuidv7-0.1.9-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 57769cfbd60bc5f72ea85b0fddfba5ebc2924d7b4e1294a51133dea954a36742
MD5 790e5b4d58870b7a3fedbd49c6c809bf
BLAKE2b-256 6f92d8cf862cb093a16692014107e56a1f90532c1e78f7aa465382fe867d5199

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastuuidv7-0.1.9-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 e3e44aeb5840cc4015e17f11c63ba41c969f224d8df730525edc6631ef5c85dc
MD5 86776808ec7fcb89ee120e7ce55312ad
BLAKE2b-256 7badc3f61831005aeada5e4287d39a83277eeea8910bc82b1aa9dd4850c8c69f

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: fastuuidv7-0.1.9-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 193.9 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for fastuuidv7-0.1.9-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 242220279e13e803cff36c340a3724f4c0b4853785101b22666fbae9e93950e4
MD5 0ea6313d26815caa44dd768638cdb838
BLAKE2b-256 f78808c0c77dde8af27ab15dbba6f6760fe657e46f4b56445a15b068225449aa

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastuuidv7-0.1.9-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b8ac3c010d71014c77558a5d7c10f5f7df1b5b42923edd93cf43aa322cc23b83
MD5 0e6de6acfe1a2260912b65036f080347
BLAKE2b-256 f30ee816636dfaff8cb49f6568468b651bf4a75758bf8c156f2a09d86d5ba65f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastuuidv7-0.1.9-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 68092ee9666282d3492e5799eae12d8b8a89f258035869a63465a227124c5fbf
MD5 69d102ae344bb674e7570fbb62e75a97
BLAKE2b-256 17670a4f4586044594a18a03627c3c015188eb4e139d9dca8cebc44d3eb937d9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastuuidv7-0.1.9-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 80233052851fb36cbafa542a9f424266b845c23b6a78e9e11ccd0078f8a83953
MD5 b180ea806b6230c0349efdd0ac8162ed
BLAKE2b-256 8aea0d83e04a5f819340a784ffcffc9e7f01ea441651ab6df2a1a7479828b2a3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastuuidv7-0.1.9-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2ea84d036b23a441f215ee1e6fa4bf1a5a3df69572f718386e1ec97ee94cc481
MD5 baca84788c3c44a1978eca46165ec160
BLAKE2b-256 9b92f44f0a44dad68e57cd3f131cb59dcc44b6f4ae3d9fa95c6828690a2a2d13

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastuuidv7-0.1.9-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1008f7e6e0ab4b06a169cc859d560c4d2e79971f8ae11f4c1fd6d92b14c35276
MD5 9287905e318f59f131882d77d1e6e718
BLAKE2b-256 f400e374d56befdca451f65a8656fc4ea9698c9f538ea418a8b931e8299f08a9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastuuidv7-0.1.9-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 eb4fc7512c3dbc75c1a59f1fb99fca91e80990705fdabd02c8fa6f74dfa8e57c
MD5 9b90121212aa20d095321e09700e251d
BLAKE2b-256 5fe590fd2eb8b11a1808b7c52b13d48dcee3c4c8634225981e9b88b44b45b8a8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastuuidv7-0.1.9-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 cef74ddfff91a6d5487aaac5e37ae765f6cc09ee171e41e81f2660d61c51ded7
MD5 148afe2ac37db8da64996f9da8932b5c
BLAKE2b-256 c0ec3289496f62ad0e76f2c60483cb53c8e2878bff94ec999b008dae3b2c6014

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastuuidv7-0.1.9-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cf26f09dbe89fd05e9015c4da88e73e1284cf06d9cf00e603646f014aa3cfe09
MD5 c8b10fed8b524edddcaa45cc7ffaea8c
BLAKE2b-256 86fb590221f127a0ec884110e85c1a291b16b730e91068e9bd49f0bad62977b2

See more details on using hashes here.

Provenance

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

Release history Release notifications | RSS feed

This release

0.1.9 This release

42 files

0.1.8

42 files

0.1.6

42 files

0.1.5

42 files

0.1.4

42 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