Skip to main content

Python bindings for fast-uuid-v7.

Project description

fastuuidv7

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

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.

Install locally

cd python
maturin develop

Usage

import fastuuidv7

raw = fastuuidv7.gen_id()
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 linux git runner:

Package Callable Time per call
uuid6 uuid6.uuid7 2890.4 ns/call
uuid7 uuid_extensions.uuid7 2767.7 ns
fastuuid7 uuidv7.uuid7 313.5 ns
fastuuidv7 fastuuidv7.uuid7 60.6 ns

Notes:

  • These are single-call throughput measurements, so they include Python/native boundary overhead.

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.4.tar.gz (21.9 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.4-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (186.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

fastuuidv7-0.1.4-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (186.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

fastuuidv7-0.1.4-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (180.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

fastuuidv7-0.1.4-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (186.8 kB view details)

Uploaded CPython 3.15manylinux: glibc 2.17+ x86-64

fastuuidv7-0.1.4-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (184.9 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARMv7l

fastuuidv7-0.1.4-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (179.5 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

fastuuidv7-0.1.4-cp314-cp314-win_amd64.whl (88.2 kB view details)

Uploaded CPython 3.14Windows x86-64

fastuuidv7-0.1.4-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (186.8 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

fastuuidv7-0.1.4-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (185.9 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARMv7l

fastuuidv7-0.1.4-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (180.4 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

fastuuidv7-0.1.4-cp314-cp314-macosx_11_0_arm64.whl (166.7 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

fastuuidv7-0.1.4-cp314-cp314-macosx_10_12_x86_64.whl (175.6 kB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

fastuuidv7-0.1.4-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (185.0 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

fastuuidv7-0.1.4-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (180.9 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

fastuuidv7-0.1.4-cp313-cp313-win_amd64.whl (90.4 kB view details)

Uploaded CPython 3.13Windows x86-64

fastuuidv7-0.1.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (188.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

fastuuidv7-0.1.4-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (186.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

fastuuidv7-0.1.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (181.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

fastuuidv7-0.1.4-cp313-cp313-macosx_11_0_arm64.whl (166.8 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

fastuuidv7-0.1.4-cp313-cp313-macosx_10_12_x86_64.whl (175.7 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

fastuuidv7-0.1.4-cp312-cp312-win_amd64.whl (90.0 kB view details)

Uploaded CPython 3.12Windows x86-64

fastuuidv7-0.1.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (188.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

fastuuidv7-0.1.4-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (185.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

fastuuidv7-0.1.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (181.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

fastuuidv7-0.1.4-cp312-cp312-macosx_11_0_arm64.whl (166.5 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

fastuuidv7-0.1.4-cp312-cp312-macosx_10_12_x86_64.whl (175.4 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

fastuuidv7-0.1.4-cp311-cp311-win_amd64.whl (87.9 kB view details)

Uploaded CPython 3.11Windows x86-64

fastuuidv7-0.1.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (186.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

fastuuidv7-0.1.4-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (185.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

fastuuidv7-0.1.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (180.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

fastuuidv7-0.1.4-cp311-cp311-macosx_11_0_arm64.whl (167.2 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

fastuuidv7-0.1.4-cp311-cp311-macosx_10_12_x86_64.whl (175.9 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

fastuuidv7-0.1.4-cp310-cp310-win_amd64.whl (88.0 kB view details)

Uploaded CPython 3.10Windows x86-64

fastuuidv7-0.1.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (186.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

fastuuidv7-0.1.4-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (186.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

fastuuidv7-0.1.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (180.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

fastuuidv7-0.1.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (186.4 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

fastuuidv7-0.1.4-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (186.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

fastuuidv7-0.1.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (180.5 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

fastuuidv7-0.1.4-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (186.0 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

fastuuidv7-0.1.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (180.4 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

File details

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

File metadata

  • Download URL: fastuuidv7-0.1.4.tar.gz
  • Upload date:
  • Size: 21.9 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.4.tar.gz
Algorithm Hash digest
SHA256 76ff582a05de397772d1ec8d7ac88aa1fe753edf2f220ac02037cef3d8932d89
MD5 90866715b45e6b9aed5659f6c233d1eb
BLAKE2b-256 46f2bcb782bfd01ea3b604d6ace218fcfe651708dac233322709f0dcd733afbd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastuuidv7-0.1.4-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d367f5a34a391a0d8a56c24aa964b8753208bb4b46291696eb394ad7f2bb2eb7
MD5 5f5d95f418fd13bb3fcbb451b054442a
BLAKE2b-256 0519a36f48df36ecec095ea1ea6c741e0c36747e9f8cf2bc26857651fbeb370c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastuuidv7-0.1.4-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 c07882925ad061e004964d57522265ad9621fd801085e969a57ccfa7b605b2c4
MD5 6bf7d8d1ead0d609c0ad5ac18c38e1ad
BLAKE2b-256 c94b2fec1c00884c6b8005fca10a82b595bcf59a45dace3edd61865328bfb51f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastuuidv7-0.1.4-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 66e01d60f488cb389ac7861561147db40c992850ef30113a8d36adb035a20661
MD5 c23816a8d8488706ec5707040851f43b
BLAKE2b-256 1e2c8b7c957558c447ad542b23efa97d48514225eb19023778ec1287945dafbf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastuuidv7-0.1.4-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fc4ac32590dc1225714223ec94257706fef40de6ab80a57578be5c241292933e
MD5 a3b428bd234fd8b11e98b90ea2b87d2a
BLAKE2b-256 9aa54ba7a1000a32dd50905f97c47eb9a2ce4e03309b098b10613c1eaf21e15d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastuuidv7-0.1.4-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 3bd33eaf1f49e94238f3c30a19a7de4afd299b2914d56ae014436a7a98672469
MD5 24994e07ba75bbc745d8fcf601345b40
BLAKE2b-256 164339dd1f7d494aeaf0f76c1341e7422805c09641525334d29be70f4fb1e223

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastuuidv7-0.1.4-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 be2eda125007bad79d21113cc07091b9bd438c4d872b8b2672908567418ba56d
MD5 9f2d518cded8610f8df4b17918d68c93
BLAKE2b-256 83a9aaa0b1271d8be032c7546e128bcaaf894dfc7a3fd28408f13b4da69e41f2

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: fastuuidv7-0.1.4-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 88.2 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.4-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 973c8cac9f5acae11d591d220d99e34c0d4c56d8a67f86d909de513fb2a9bba8
MD5 24ae43251d1ad11270fbbac1ba4d5352
BLAKE2b-256 e4a908f34bed70d4f7a527459416f7adb1a9e6893249e8217e00903d5ecb71ae

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastuuidv7-0.1.4-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7c7c99c8e782a8ff15fe1668de640b4c1a003e40abff27b7812468773f169f1b
MD5 972d5dcbba702f1f949550bcca5bc268
BLAKE2b-256 cb6737f95257d3cd54b5e1e7252e72bcbbada3478eda4c0ecff150d9fbfb1b16

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastuuidv7-0.1.4-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1baddfceca37842d6939e826d57201bb1c0a23e2233ef6ea9a53d6a5ae76ba40
MD5 ee71cee3ff256568b2cb6b98826120de
BLAKE2b-256 e9aa199b72b093415efa94f8986dec209a0038154516f3c2267848e3b217c057

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastuuidv7-0.1.4-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 485ccb2418ed56c3b7ef91fccfe7a11b9386fbc7ff293773bf3ae97d9151fb6c
MD5 5f478cc364be3557c23dfe3e3d2abbf6
BLAKE2b-256 b625f5cc6d9d29d5c3177467d0f5cae4d74bcb714a07d4b22eb55614d6109dea

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastuuidv7-0.1.4-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 11d64da3db170c175b96bef155d7e5329852586435373948fd889b6304e63880
MD5 a862cf24304b8ed164fc80c248d19e9c
BLAKE2b-256 b9de3f181ea227ff9b1566b5d3c61474b1aecff6ee6aa5b1fb27f4e954ea021e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastuuidv7-0.1.4-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 80d382c8e0fe20d4dd32f2cc06fc0b5bf9d9785750ef9d2d337e1e0af77afc77
MD5 ce1df1f680e9ab2faee6dd2404be7a9e
BLAKE2b-256 13ec89beaeebc6073721975f7ef781f8861192052f30da43f4fbc30f1f225629

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastuuidv7-0.1.4-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b2bada412b1099731e7355c27900a52fad534bae37206f760b7608cb1318c48c
MD5 54c615b504242f2a9e7f10c6cb1dbfb0
BLAKE2b-256 d0754f9c9134ea08a2886a301e4f55737a19755ec04a8b6bebb19ea58bddd265

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastuuidv7-0.1.4-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9ddffdefcac726ec07e70c2d4ad58ade1edbaf65aed63feb9519fc13a8ff06f6
MD5 8a1bac249fe1f3fb1e6759c0ec013381
BLAKE2b-256 da24b6eacf20b540de1e8d8a59f6bb6191a9644d10bee36b3206730716a333ed

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: fastuuidv7-0.1.4-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 90.4 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.4-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 08aedb60191830e45a94abd5780fa89900c6746b6e0e98133b7fdec78263df39
MD5 5d267166303589d55fc43fc718f490f8
BLAKE2b-256 e3b80c2862b532ddebeb6a73f0a12eb980aa37cfbc784259af1751935f6ebb62

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastuuidv7-0.1.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4899decdc8b9f18cefbdbccad7ae6ed5b7c8030e070931f3edce6f7cf833e0a8
MD5 5d0ed47056cb63070303a8d00ea02f3d
BLAKE2b-256 3cc38810653a6546e8155326af169de995901de5f2b9c002764f00ac8886d025

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastuuidv7-0.1.4-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 14ee6ebc4d6ec6610d71f1afe802d270855fa58e9ba0f09fa84ca5c9369bcde3
MD5 1c4d560cf7a8d92ba561a815439f1324
BLAKE2b-256 ce0146f1db1807ed2532fa19e44f0ca84d4b34a2e138235f9d4a39cc8d8b1c2e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastuuidv7-0.1.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3f6c0561444493bd985a8f740047313714d2bf55f8761ff83b502f4ab7cc6f0e
MD5 541643fade6eadc00261a236d627f803
BLAKE2b-256 3a944d06f4cd6bef1dde47568ceee013e116779eb7b7df2921b55bb32f85548f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastuuidv7-0.1.4-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2a2b8ca9f03b807736809e6c13ac23b80d2c9f01dafd6f5e4c302d7e57f56208
MD5 f3f21c1fad38db83d2deb570e233f6cd
BLAKE2b-256 cd84c4968fa7949993a994084db45b5ad3d247d65f6cc1d9c1f24b3212d1b31d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastuuidv7-0.1.4-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 2c9cee187eb4ee204570faa9e3591d3650d3bffa1a59d82d84eb63b26b8562aa
MD5 bc5a1e63a81810132f130d35b92694a5
BLAKE2b-256 ee56dc87c3ac3661ac7812fb53eb04b1ec1d649a09a5425cc1ed01a1cc3b5ff7

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: fastuuidv7-0.1.4-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 90.0 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.4-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 3b167425677d5cdf273bdffa83950315f58508fe96558564ecb94cdf94be0bb4
MD5 76357c00bc217875050027d578c13d31
BLAKE2b-256 8640ad7e399c090910b983ce334b185b0095d23f727eded0441d4595d3136315

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastuuidv7-0.1.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c9ab2d900550108cfb034a918f960388e817287ec74aa45bdd82084a004f42df
MD5 9922545f02d44ce9f857d09a6b03910f
BLAKE2b-256 9b4727a2ea8ff642a3d27af0f6880b2e41a5d655b2d93f6407b0987c195c888a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastuuidv7-0.1.4-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 55d480c07239d959a7f3e8bed70d1ff7ee07f1cc3ef3302f1290e0217753fd62
MD5 8746cd1ff1dde71c807d2a79415c4788
BLAKE2b-256 b1adf8879bcd40406e3906d943942f9e7b97feec5ff1506a86999e4a5ca7c91a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastuuidv7-0.1.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6edd35a829f76c304b97cccd6eba6e0a34fa62f7f57d7272a2e202f8fb55362f
MD5 50a0ebd5d9809e5745f75bf95d4e8d64
BLAKE2b-256 9cc14087c96c93c1fc60c80bbc3e9ba287a486f836a792314721f8e2039a9e9a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastuuidv7-0.1.4-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 63bd50472b6ddd0153f00bceba5792f5f299ff6caa6be3298a01fe2158a3ceb8
MD5 e174d3ac01e09756ab2fbe0ec0a10caf
BLAKE2b-256 43e85b43c478a740c6cd71343797f51e345630db6e9d650a66a795a30822fbe0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastuuidv7-0.1.4-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 911623b39e40c0f5ae4980fc0423a2681cd3ea4075c3b794f56ffc8b3fe858d6
MD5 854ad572bf8050d23ad9caba4cb8472b
BLAKE2b-256 151135022a5e24a22bb83768d48ee39fc8ade7134e398d28d08033bc3503f891

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: fastuuidv7-0.1.4-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 87.9 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.4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 ba042a5eaa4438af59b657dd34216322b0541a1a2f96438ff072059e23b34efc
MD5 472af9f2dbbe2ce8b3897243719d3673
BLAKE2b-256 7174121a9afbbb79a2f3e189c5db4e6dd63620db5c38ca35b04cc11c3daffa52

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastuuidv7-0.1.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 40e346c3ce2b6bbab98eb16b5e7a03156198e7404c10f2b0bdaa89632f29ce61
MD5 c9f5f4fbdbe50660a679e1ea81af1e14
BLAKE2b-256 0ca307870b84ed7b014fffa02650504c72a6592606302b3e4dc8550bb0199c39

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastuuidv7-0.1.4-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 30dc9623bb7de38c7758a182f63c42fadad7a66ce0692f03abbf6d488c602cc7
MD5 72b20689e30c39cfd359401e097fd6ad
BLAKE2b-256 9ea02973182b401509b3ee5033731a2aaf0151524e61aed57751bcd99bbe5c03

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastuuidv7-0.1.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 539b626c0348c355991c1999244ebc68a84ea6fa3d0250ba8c8c7aa2c6b7e895
MD5 ee2331728dcf2055a8189ef33645626b
BLAKE2b-256 d4630f7109ad8c6374f612f83f2686cb1bcc398818244067669b342613a58280

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastuuidv7-0.1.4-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0086c04d42ff0219ec135807f6e645ffc53824250e4e226bbe4700ae8260c23d
MD5 a9602b5a1a4593a4a86f35d1f1017778
BLAKE2b-256 ecb3030823057d51a5dc8536584b908743ee99a7a276385ebcba83b48f25233f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastuuidv7-0.1.4-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 5d854bdff9fdbfb2d2115e665d410be4778a9936a9f476408ed82f3b2419b4fe
MD5 a0cf87e792d1257c5138ca45bbbfaaec
BLAKE2b-256 f166e181603a73d51e218e6186a6a52c0daee5544df3b16d300167de3f650340

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: fastuuidv7-0.1.4-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 88.0 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.4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 1cb79890edb7157c5a7e7fc4822936e3de862f0524396037465694a3bda592d6
MD5 bb040b1900f3b376f525674f96eb21b3
BLAKE2b-256 81ba69c0e80e2e7f6413f38317a3db624a21f2bd535083ba5a25e9194ae55358

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastuuidv7-0.1.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1530d7cbf622f0ba60be265816b370b354e87c02ce3e42ad9fd17bf76ab57a43
MD5 52978a80d72f58cf294c6f984256e123
BLAKE2b-256 7fd2da11a51e32c0896400f3816037776cbb96685e993a6831bce31bd13fecac

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastuuidv7-0.1.4-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 81a3b0b540187952bd374d1d4edf5f98c4cb3bfd1fd5d34831fd1e94a6cf4e8c
MD5 d0337233091e656c37cf147b84cc9eaa
BLAKE2b-256 720bcf7107c44f29b9f1b73367d12c1a11aedc24500650dc2e59b5c81ee6ac15

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastuuidv7-0.1.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6559a1a415f0cb169c6201c94de58625b39fc91e35125c0c37dd6297e74d3341
MD5 4e54f15b52ca630cbf42d7d3a9445ec3
BLAKE2b-256 386d432223ed1a3e6b7e58a804fa12b6454eca944f5f0b605898bb7f3eaadf3a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastuuidv7-0.1.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9a8422801b536d7ba13ceef84642b1f37808fd2815290b81a30d510f5f0efd0e
MD5 ebfc66ec3edbce06d5bafdc6bfa8e4c5
BLAKE2b-256 9bf4cb77e419331270b86d90059dad9dd170f9ffe6db3477552d4e1533d9b194

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastuuidv7-0.1.4-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 60e11e535acaa115d78835eb0fc8e68ee5ffb7a104b7acdd25c20f0639e7b878
MD5 021db464205ebf1a7994869a71738750
BLAKE2b-256 ec2354195c2ad5914af76abcdb311418406931409e7abd4778e5a65c91b51a5f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastuuidv7-0.1.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7d663dadf099639e99383605f1024d3b957ea773d12b467d84416aee79333627
MD5 f47f0167d5fa0b40eabf36b5402921cd
BLAKE2b-256 124a4475df0cc68ebf1c9c272a234ce500eb2a448289fc793b36db974b13d1b1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastuuidv7-0.1.4-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 870d27c9ce8fbc07d0f62cc138017eb55e0e5e9eb5194629dcdbc8844a07716c
MD5 7a5d7f14d109cf0f2ea91efec52f1b51
BLAKE2b-256 4d0e9e56ef173c9d355589fc46a9138f2cfef2d40280896f3c8cedfdfc62ae01

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastuuidv7-0.1.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b7597e18f89f74d5affb5b7deae1636d2ffcba63696e7d3b3c58657de605cc0b
MD5 2652c994f38f1c8d8323b58f4002c531
BLAKE2b-256 7cba13d3f36d2f99a063c7ca1e6a57cce2fc76cbb9189610da2e0421cd276dab

See more details on using hashes here.

Provenance

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