Skip to main content

Create and transform ULIDs

Project description

Fast ULID transformations

CI Status Test coverage percentage

Poetry black pre-commit CodSpeed Badge

PyPI Version Supported Python versions License

Create and transform ULIDs

This library will use the C++ implementation from https://github.com/suyash/ulid when the C extension is available, and will fallback to pure python if it is not.

Example

>>> import ulid_transform
>>> ulid_transform.ulid_hex()
'01869a2ea5fb0b43aa056293e47c0a35'
>>> ulid_transform.ulid_now()
'0001HZX0NW00GW0X476W5TVBFE'
>>> ulid_transform.ulid_at_time(1234)
'000000016JC62D620DGYNG2R8H'
>>> ulid_transform.ulid_to_bytes('0001HZX0NW00GW0X476W5TVBFE')
b'\x00\x00c\xfe\x82\xbc\x00!\xc0t\x877\x0b\xad\xad\xee'
>> ulid_transform.bytes_to_ulid(b"\x01\x86\x99?\xe8\xf3\x11\xbc\xed\xef\x86U.9\x03z")
'01GTCKZT7K26YEVVW6AMQ3J0VT'
>>> ulid_transform.ulid_to_bytes_or_none('0001HZX0NW00GW0X476W5TVBFE')
b'\x00\x00c\xfe\x82\xbc\x00!\xc0t\x877\x0b\xad\xad\xee'
>>> ulid_transform.ulid_to_bytes_or_none(None)
>>> ulid_transform.bytes_to_ulid_or_none(b'\x00\x00c\xfe\x82\xbc\x00!\xc0t\x877\x0b\xad\xad\xee')
'0001HZX0NW00GW0X476W5TVBFE'
>>> ulid_transform.bytes_to_ulid_or_none(None)

Installation

Install this via pip (or your favourite package manager):

pip install ulid-transform

Contributors ✨

Thanks to https://github.com/suyash/ulid which provides the C++ implementation guts.

Thanks goes to these wonderful people (emoji key):

This project follows the all-contributors specification. Contributions of any kind welcome!

Credits

This package was created with Copier and the browniebroke/pypackage-template project template.

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

ulid_transform-2.2.2.tar.gz (15.4 kB view details)

Uploaded Source

Built Distributions

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

ulid_transform-2.2.2-cp314-cp314t-win_amd64.whl (32.6 kB view details)

Uploaded CPython 3.14tWindows x86-64

ulid_transform-2.2.2-cp314-cp314t-win32.whl (32.3 kB view details)

Uploaded CPython 3.14tWindows x86

ulid_transform-2.2.2-cp314-cp314t-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

ulid_transform-2.2.2-cp314-cp314t-musllinux_1_2_armv7l.whl (885.2 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARMv7l

ulid_transform-2.2.2-cp314-cp314t-musllinux_1_2_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

ulid_transform-2.2.2-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (33.3 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

ulid_transform-2.2.2-cp314-cp314t-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl (36.1 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.24+ ARMv7lmanylinux: glibc 2.31+ ARMv7l

ulid_transform-2.2.2-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (35.4 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

ulid_transform-2.2.2-cp314-cp314t-macosx_11_0_arm64.whl (30.9 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

ulid_transform-2.2.2-cp314-cp314-win_amd64.whl (24.0 kB view details)

Uploaded CPython 3.14Windows x86-64

ulid_transform-2.2.2-cp314-cp314-win32.whl (23.9 kB view details)

Uploaded CPython 3.14Windows x86

ulid_transform-2.2.2-cp314-cp314-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

ulid_transform-2.2.2-cp314-cp314-musllinux_1_2_armv7l.whl (875.4 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARMv7l

ulid_transform-2.2.2-cp314-cp314-musllinux_1_2_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

ulid_transform-2.2.2-cp314-cp314-manylinux_2_41_x86_64.whl (15.3 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.41+ x86-64

ulid_transform-2.2.2-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (24.5 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

ulid_transform-2.2.2-cp314-cp314-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl (25.9 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.24+ ARMv7lmanylinux: glibc 2.31+ ARMv7l

ulid_transform-2.2.2-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (25.5 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

ulid_transform-2.2.2-cp314-cp314-macosx_11_0_arm64.whl (23.3 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

ulid_transform-2.2.2-cp313-cp313-win_amd64.whl (23.7 kB view details)

Uploaded CPython 3.13Windows x86-64

ulid_transform-2.2.2-cp313-cp313-win32.whl (23.6 kB view details)

Uploaded CPython 3.13Windows x86

ulid_transform-2.2.2-cp313-cp313-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

ulid_transform-2.2.2-cp313-cp313-musllinux_1_2_armv7l.whl (875.4 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

ulid_transform-2.2.2-cp313-cp313-musllinux_1_2_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

ulid_transform-2.2.2-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (24.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

ulid_transform-2.2.2-cp313-cp313-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl (25.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.24+ ARMv7lmanylinux: glibc 2.31+ ARMv7l

ulid_transform-2.2.2-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (25.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

ulid_transform-2.2.2-cp313-cp313-macosx_11_0_arm64.whl (23.3 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

ulid_transform-2.2.2-cp312-cp312-win_amd64.whl (23.7 kB view details)

Uploaded CPython 3.12Windows x86-64

ulid_transform-2.2.2-cp312-cp312-win32.whl (23.6 kB view details)

Uploaded CPython 3.12Windows x86

ulid_transform-2.2.2-cp312-cp312-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

ulid_transform-2.2.2-cp312-cp312-musllinux_1_2_armv7l.whl (875.4 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

ulid_transform-2.2.2-cp312-cp312-musllinux_1_2_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

ulid_transform-2.2.2-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (24.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

ulid_transform-2.2.2-cp312-cp312-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl (25.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.24+ ARMv7lmanylinux: glibc 2.31+ ARMv7l

ulid_transform-2.2.2-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (25.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

ulid_transform-2.2.2-cp312-cp312-macosx_11_0_arm64.whl (23.3 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

ulid_transform-2.2.2-cp311-cp311-win_amd64.whl (23.7 kB view details)

Uploaded CPython 3.11Windows x86-64

ulid_transform-2.2.2-cp311-cp311-win32.whl (23.5 kB view details)

Uploaded CPython 3.11Windows x86

ulid_transform-2.2.2-cp311-cp311-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

ulid_transform-2.2.2-cp311-cp311-musllinux_1_2_armv7l.whl (875.4 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

ulid_transform-2.2.2-cp311-cp311-musllinux_1_2_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

ulid_transform-2.2.2-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (24.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

ulid_transform-2.2.2-cp311-cp311-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl (26.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.24+ ARMv7lmanylinux: glibc 2.31+ ARMv7l

ulid_transform-2.2.2-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (25.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

ulid_transform-2.2.2-cp311-cp311-macosx_11_0_arm64.whl (23.3 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

File details

Details for the file ulid_transform-2.2.2.tar.gz.

File metadata

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

File hashes

Hashes for ulid_transform-2.2.2.tar.gz
Algorithm Hash digest
SHA256 e25fe46d8c8df6a86026bb2f5eacb5cfa8558ed8b35708a4e9c52839259d6462
MD5 630f8b4bf745759559a25f798f161405
BLAKE2b-256 a7a91ce30bb107118e887b5f580112b62c3a053754fbc17e784ba0f60c210609

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_transform-2.2.2.tar.gz:

Publisher: ci.yml on Bluetooth-Devices/ulid-transform

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

File details

Details for the file ulid_transform-2.2.2-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for ulid_transform-2.2.2-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 645a5e47b6cf07a84c1ad44a87b1a5deca2f2ec38486f4e07d1c72a9b8f01a42
MD5 6b07078cc93810bb4f9ae1329a7788dc
BLAKE2b-256 f337285fb05c5e1995706ee12356d4dcd2563da56a8b8b5802013c815cb58010

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_transform-2.2.2-cp314-cp314t-win_amd64.whl:

Publisher: ci.yml on Bluetooth-Devices/ulid-transform

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

File details

Details for the file ulid_transform-2.2.2-cp314-cp314t-win32.whl.

File metadata

File hashes

Hashes for ulid_transform-2.2.2-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 9bffcca257025835d60705225a2cd6e6d80749d1debeb00cd92f5ca210678954
MD5 83d76ecc869dfbdb26b4844f8d71d22e
BLAKE2b-256 8e83dd5ed8818a7995ad09bf8bfa7f889e6fd440d76f465841c134ef7d4101fb

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_transform-2.2.2-cp314-cp314t-win32.whl:

Publisher: ci.yml on Bluetooth-Devices/ulid-transform

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

File details

Details for the file ulid_transform-2.2.2-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for ulid_transform-2.2.2-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 41ae0e1e45964631835ce509ac357a977db4d039418c406a43c3a3f6ebd48fca
MD5 bee1755f4b0e8bbead34ff63d5754c4a
BLAKE2b-256 54c37553223dfdd2618707d6a7352b2bdfdeb74787950c7b4ab3a240a700fa92

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_transform-2.2.2-cp314-cp314t-musllinux_1_2_x86_64.whl:

Publisher: ci.yml on Bluetooth-Devices/ulid-transform

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

File details

Details for the file ulid_transform-2.2.2-cp314-cp314t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for ulid_transform-2.2.2-cp314-cp314t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 b2c61f60ad358e1feb68770398f84ee6dc40188c084fbfdc2f7358dd2aeb2bff
MD5 b7414f49d85535fbb293d077e24959cd
BLAKE2b-256 710ee8299ae1e47123d279223f5ee1d6ee75ee1635ad17fed81a590a9a7bf744

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_transform-2.2.2-cp314-cp314t-musllinux_1_2_armv7l.whl:

Publisher: ci.yml on Bluetooth-Devices/ulid-transform

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

File details

Details for the file ulid_transform-2.2.2-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for ulid_transform-2.2.2-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2860ab01491e6d987c56a78b24bba0887cf49e9245dab7baac7a54cda9bd6d1a
MD5 43f044b2a27bab860f3af42f1fb93ae6
BLAKE2b-256 b3e608a8b64dee05ff379a39781dd3e310653a7a87633cf0c5a448998e9ffda7

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_transform-2.2.2-cp314-cp314t-musllinux_1_2_aarch64.whl:

Publisher: ci.yml on Bluetooth-Devices/ulid-transform

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

File details

Details for the file ulid_transform-2.2.2-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for ulid_transform-2.2.2-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0466e899ce908db9b8ea7c66d8dfde0123d6416b5013456fd9f98f13369edce4
MD5 936e7b32e3b91b89e403f901702ee097
BLAKE2b-256 a6a647b2c53f561efce0687fa3f9fe04212b2e1095ce40c76324898cd835ea04

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_transform-2.2.2-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: ci.yml on Bluetooth-Devices/ulid-transform

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

File details

Details for the file ulid_transform-2.2.2-cp314-cp314t-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for ulid_transform-2.2.2-cp314-cp314t-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 d4c012b391c39bebe27e71f39d41fddac1be8c4a5c09bcfed37b9d0c2d1e4897
MD5 6e2bdb4ff07d29419292469efc4c1ca7
BLAKE2b-256 39845b757f10e66c72596c583c51775deb20c2fb7a3f95057ba2902589446844

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_transform-2.2.2-cp314-cp314t-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl:

Publisher: ci.yml on Bluetooth-Devices/ulid-transform

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

File details

Details for the file ulid_transform-2.2.2-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for ulid_transform-2.2.2-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 fb99be6a008fc6fb5666561655acda7eece0d2629d702edab1d3897f907b7c74
MD5 6ff326040a86d702db873506b71e7f03
BLAKE2b-256 abe28db8c0ae4f8095cb3abc3563730525394c4a42b083c7e9620f536c3f87f7

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_transform-2.2.2-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: ci.yml on Bluetooth-Devices/ulid-transform

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

File details

Details for the file ulid_transform-2.2.2-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ulid_transform-2.2.2-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5c1f42e0fdf91d0286aadbc93c6554263c33b6710791f895fce923b4c11c0cc1
MD5 5c38ed09a2fec46e5353ee4ab6a62884
BLAKE2b-256 476e3f111f708068784c18affe57fa5b13dd3482b9a574adb4dea2f438f9d52a

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_transform-2.2.2-cp314-cp314t-macosx_11_0_arm64.whl:

Publisher: ci.yml on Bluetooth-Devices/ulid-transform

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

File details

Details for the file ulid_transform-2.2.2-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for ulid_transform-2.2.2-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 4b856227ca560af7c2092a689e5348faba70ac6433b32882d5d2a43d212c86eb
MD5 fa709dcea93a72aa7d23844fa9cd9123
BLAKE2b-256 bba18517f9bb24193257f446497859fe202f8af053e4182171daa81ed3ebccd2

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_transform-2.2.2-cp314-cp314-win_amd64.whl:

Publisher: ci.yml on Bluetooth-Devices/ulid-transform

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

File details

Details for the file ulid_transform-2.2.2-cp314-cp314-win32.whl.

File metadata

  • Download URL: ulid_transform-2.2.2-cp314-cp314-win32.whl
  • Upload date:
  • Size: 23.9 kB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for ulid_transform-2.2.2-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 ec5f9c158a4dad6f0c7fdf3765641772ec1bdf621fb041c5fd464fc6693a2990
MD5 0011543b0056b2421a0116bb717d65b0
BLAKE2b-256 87036403cdd3e5ba0eeff0218a495325649ff238198e7fbeb346006c9c3dc72e

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_transform-2.2.2-cp314-cp314-win32.whl:

Publisher: ci.yml on Bluetooth-Devices/ulid-transform

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

File details

Details for the file ulid_transform-2.2.2-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for ulid_transform-2.2.2-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b88c6cb384b53cbc76d43d441cdf0db71d56fedbe5eeef8d3a51e943aa86f82d
MD5 e888ec67eb9546ac8e018be563ee6119
BLAKE2b-256 18e408004b22f9ce8ebe222d07a68817387873ef908be138a76330549d3613b7

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_transform-2.2.2-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: ci.yml on Bluetooth-Devices/ulid-transform

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

File details

Details for the file ulid_transform-2.2.2-cp314-cp314-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for ulid_transform-2.2.2-cp314-cp314-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 258eb1a1e77aef883d6b3fb6a17e701e237334ff9f76d0be9b249152998ed282
MD5 548c2cc1e69d77a822845913c26320ce
BLAKE2b-256 098e502bb4e990013a9dc3f928f07b794eda293beb1c3c224e694e8a61695bd0

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_transform-2.2.2-cp314-cp314-musllinux_1_2_armv7l.whl:

Publisher: ci.yml on Bluetooth-Devices/ulid-transform

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

File details

Details for the file ulid_transform-2.2.2-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for ulid_transform-2.2.2-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 50b0e0d0157e08340fc7e83777862c33b9ca3970e1bbd8290454bc18a1e7317e
MD5 a3ee542d364ee16a8dd06aa260267417
BLAKE2b-256 20b1dc3c83b289b040bb1eacade7270b9fde13c7c6d1ccf227a53dab25dbe1fa

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_transform-2.2.2-cp314-cp314-musllinux_1_2_aarch64.whl:

Publisher: ci.yml on Bluetooth-Devices/ulid-transform

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

File details

Details for the file ulid_transform-2.2.2-cp314-cp314-manylinux_2_41_x86_64.whl.

File metadata

File hashes

Hashes for ulid_transform-2.2.2-cp314-cp314-manylinux_2_41_x86_64.whl
Algorithm Hash digest
SHA256 00b9642cbc49fff6eaa79c8567a288dbb491f9a76a2cacd7da0a92c78c5a80f7
MD5 2b4d46fbbd6ee48d7195a0352fed6415
BLAKE2b-256 4f1baff2908183f47d5ef81436954142c316ee9d6155a972f16a4f48741aabae

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_transform-2.2.2-cp314-cp314-manylinux_2_41_x86_64.whl:

Publisher: ci.yml on Bluetooth-Devices/ulid-transform

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

File details

Details for the file ulid_transform-2.2.2-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for ulid_transform-2.2.2-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 59b10dd88835a9ab9650085dd04d5c89e8410a8409efd81de162ac71e46b3d9e
MD5 874ba14c3d4a78fcb81a6bb2a7106303
BLAKE2b-256 51dbc1d3ee95ac43885ae301eedfb7b0f8a68f95057040c53c1073d9f0e3a9f4

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_transform-2.2.2-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: ci.yml on Bluetooth-Devices/ulid-transform

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

File details

Details for the file ulid_transform-2.2.2-cp314-cp314-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for ulid_transform-2.2.2-cp314-cp314-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 1bffb68d8015fb3701a54d5ab432119e5872e6c3dbdc2dffbee156ba5d37c88d
MD5 051119a432711b320c34f79f1c938cb7
BLAKE2b-256 6a393d89087d3f2c72ea73109cfe73ca17e5794e513ca2660f38d41527f38467

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_transform-2.2.2-cp314-cp314-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl:

Publisher: ci.yml on Bluetooth-Devices/ulid-transform

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

File details

Details for the file ulid_transform-2.2.2-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for ulid_transform-2.2.2-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 bc5d6236e73de2cf28d47b9f60d230399895a8b65bea46fdcd0916c50fc5c7fb
MD5 b1f4787d3abab648db87777d53d3be3f
BLAKE2b-256 952631fb99b620b73fa0a9aec2494c2f270b9aa1dceab3a77099e41a22824dd1

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_transform-2.2.2-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: ci.yml on Bluetooth-Devices/ulid-transform

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

File details

Details for the file ulid_transform-2.2.2-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ulid_transform-2.2.2-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 eb064cd284c07fc68afbe6706b5d0b4dced14b6e65380f2009b51a19369e7ff6
MD5 d16b4e10f85e278062b5d23d85a3365b
BLAKE2b-256 edb22235f728cfcda0f5a0b9a79364e8c8d05c6631aa2de944d9d6dbeb67d43a

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_transform-2.2.2-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: ci.yml on Bluetooth-Devices/ulid-transform

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

File details

Details for the file ulid_transform-2.2.2-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for ulid_transform-2.2.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 aebd21e166e7c7e2334453e983ea2f90104ecdc035f47c0ef85c12e0e0ff4759
MD5 dc07f0e9aee9a2c37579607ef1494867
BLAKE2b-256 4f634449e0818426267e4b11d6eea85a5d31f8aaf4405d07fe39a36d0507c63a

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_transform-2.2.2-cp313-cp313-win_amd64.whl:

Publisher: ci.yml on Bluetooth-Devices/ulid-transform

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

File details

Details for the file ulid_transform-2.2.2-cp313-cp313-win32.whl.

File metadata

  • Download URL: ulid_transform-2.2.2-cp313-cp313-win32.whl
  • Upload date:
  • Size: 23.6 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for ulid_transform-2.2.2-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 d8d16c8a48635b19ad79c097ef403bbf09c277e064232df4088fa5a8df222e04
MD5 b0771e0900e8c24cc39f17650feffe85
BLAKE2b-256 07914d9f2f1ee037a934fe6dcad4a3b7e59f877cc7388353e374efb7227fb5d0

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_transform-2.2.2-cp313-cp313-win32.whl:

Publisher: ci.yml on Bluetooth-Devices/ulid-transform

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

File details

Details for the file ulid_transform-2.2.2-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for ulid_transform-2.2.2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 be6c0f353be1ee028c20bb9277c97195709978fb4b650c0e7199c2ffe727bb42
MD5 d20fd750f431a85434baad82665eb85a
BLAKE2b-256 6651572456b2cd604872de5e04427ef1d2bf95df87d5ac5a4f815e60e84470d6

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_transform-2.2.2-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: ci.yml on Bluetooth-Devices/ulid-transform

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

File details

Details for the file ulid_transform-2.2.2-cp313-cp313-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for ulid_transform-2.2.2-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 37d2418a0f99731cd67e3143c907be2978d4137bb179c1aa7ee9823ad31e3d4b
MD5 f5451a75c5efbeb522fe1c3eaca0b3ee
BLAKE2b-256 e159c6b252a7f3280ed9d98505dd47dda2fe7128ab82db48946f0287416d29d1

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_transform-2.2.2-cp313-cp313-musllinux_1_2_armv7l.whl:

Publisher: ci.yml on Bluetooth-Devices/ulid-transform

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

File details

Details for the file ulid_transform-2.2.2-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for ulid_transform-2.2.2-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 596175efa762ca399aaf63e10ebf938d70f45e4c1ff0cd23e4ed11aa06c6de61
MD5 f19c6eff2255355876a38bece049a051
BLAKE2b-256 70f14667facea7fd39f24db6c4c8e91e758129b0559fcf818f3141db31ad5453

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_transform-2.2.2-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: ci.yml on Bluetooth-Devices/ulid-transform

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

File details

Details for the file ulid_transform-2.2.2-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for ulid_transform-2.2.2-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cca421160670d7be12cb50aaaed3067dd47d70f8e382f795186b5e42850b9724
MD5 23e0d3042256492450b61681dffc3d8c
BLAKE2b-256 0296f29558afb846edc1feb6a0acdcffc65857cefb3e0ed29ad4e144492ed9cb

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_transform-2.2.2-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: ci.yml on Bluetooth-Devices/ulid-transform

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

File details

Details for the file ulid_transform-2.2.2-cp313-cp313-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for ulid_transform-2.2.2-cp313-cp313-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 482c45a7c6deb8f675157104fa8b906f57c575483fc962d1c771707f4f429eeb
MD5 155c35951c3e00d1a1a55b46dd3c586a
BLAKE2b-256 c50d8a1e413bd4eb21cc4d451ee77156668b8506149b0322793ca7d28c3aff2a

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_transform-2.2.2-cp313-cp313-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl:

Publisher: ci.yml on Bluetooth-Devices/ulid-transform

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

File details

Details for the file ulid_transform-2.2.2-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for ulid_transform-2.2.2-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b9192d9851828f6218b63a8e5e4aa6659492a3d0b2d76db713569258cde6ba21
MD5 510af9020d65a76a325413f910bdd89b
BLAKE2b-256 0888aa447a3e87a11c5f13186ccd15ee28fa1a1acb232dced41a487b7e87ac67

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_transform-2.2.2-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: ci.yml on Bluetooth-Devices/ulid-transform

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

File details

Details for the file ulid_transform-2.2.2-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ulid_transform-2.2.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 805b0aea2c186b794391cb85e3bd7637b31f4a44ce61037cfffb8201aa9c1d81
MD5 dbadadb7b291ff1182354ac51cfc5cc7
BLAKE2b-256 9d744605891491fead7067cba2be34868c5bdea95d9637dea002b8710f4c1a75

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_transform-2.2.2-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: ci.yml on Bluetooth-Devices/ulid-transform

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

File details

Details for the file ulid_transform-2.2.2-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for ulid_transform-2.2.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 92a4fd48fe82cf3031bede2b326d126b8af8cc319c24c982f927f360ae51bc21
MD5 f7e194d95982b54645a2617bfd40dbce
BLAKE2b-256 a8ea6cc5af7144ad94945690c5558c9f47cb4c6fff4a3549476ceda6262eecf7

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_transform-2.2.2-cp312-cp312-win_amd64.whl:

Publisher: ci.yml on Bluetooth-Devices/ulid-transform

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

File details

Details for the file ulid_transform-2.2.2-cp312-cp312-win32.whl.

File metadata

  • Download URL: ulid_transform-2.2.2-cp312-cp312-win32.whl
  • Upload date:
  • Size: 23.6 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for ulid_transform-2.2.2-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 2c5e56f8b0281a3c239293713e6fa9720034e79ea1382c6ab4d619c046e62c4b
MD5 9e9fcc1564584278ae11f0978abf0f27
BLAKE2b-256 95bbf0d2997d7645313b125397cec06c95a434761ababd24c3eaf9bb6d5fedab

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_transform-2.2.2-cp312-cp312-win32.whl:

Publisher: ci.yml on Bluetooth-Devices/ulid-transform

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

File details

Details for the file ulid_transform-2.2.2-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for ulid_transform-2.2.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1cf0bb55045b75d328b17c90bdbcea25cf2f648ecf76000fd8bb4a6e5f94b477
MD5 609324131972195b1e7f396121eda113
BLAKE2b-256 435513fef8b090c44490996dde0ba10a6595e42e6629601ae10ab6766e705816

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_transform-2.2.2-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: ci.yml on Bluetooth-Devices/ulid-transform

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

File details

Details for the file ulid_transform-2.2.2-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for ulid_transform-2.2.2-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 0e3d35145a087150bd52eef2f7f3fded9ac211cb14387da4b51256c2984cbcf1
MD5 141fc3073a3e0bddbff50d338578aa32
BLAKE2b-256 cba39b6dda22bfae7f1048504d79eb82d850cc19ff78baf606d00905dc679ff4

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_transform-2.2.2-cp312-cp312-musllinux_1_2_armv7l.whl:

Publisher: ci.yml on Bluetooth-Devices/ulid-transform

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

File details

Details for the file ulid_transform-2.2.2-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for ulid_transform-2.2.2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 772912bc22e148b328742943896e54a261ad14930dcec39dba5585d1b562041d
MD5 f5b4f81657bd4182bb96fc428c7b55f9
BLAKE2b-256 65096b9e442677a8055c29b1b05250c315a18cbba758ec26d72f923c1f5e3b23

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_transform-2.2.2-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: ci.yml on Bluetooth-Devices/ulid-transform

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

File details

Details for the file ulid_transform-2.2.2-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for ulid_transform-2.2.2-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fe538740b33500f3e0d280de986107e82249c78231fd8cda2554ffa260748015
MD5 6e2ade442c2eadd7d63b5fa1351118b0
BLAKE2b-256 f96c699a206da40074e94a57efb77da138b43acdbc205f2211af5e96ceab300e

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_transform-2.2.2-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: ci.yml on Bluetooth-Devices/ulid-transform

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

File details

Details for the file ulid_transform-2.2.2-cp312-cp312-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for ulid_transform-2.2.2-cp312-cp312-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 0b6c7cf95744907ba49a9047c649423181865970abad1e8d5079880566988c77
MD5 84863d35add65c1a0e3f4b55f802850e
BLAKE2b-256 4e09ad403a8ac444ff16111bc2467241b166369c81be121edf32a64c363c5162

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_transform-2.2.2-cp312-cp312-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl:

Publisher: ci.yml on Bluetooth-Devices/ulid-transform

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

File details

Details for the file ulid_transform-2.2.2-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for ulid_transform-2.2.2-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d560ee99c075332a1a1221ce91a3dc112b99a9b74b0a508010c2bde8a5db5eb8
MD5 07e4ed7c234d0514360468ada65682e0
BLAKE2b-256 550f2030bbe90869852b4fda8012e723fcfb601c671114e4abfa40a254bb185b

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_transform-2.2.2-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: ci.yml on Bluetooth-Devices/ulid-transform

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

File details

Details for the file ulid_transform-2.2.2-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ulid_transform-2.2.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a827c8cd580007203e85a8e6ad607487afa37fa1460a400780dd1561a6df026e
MD5 70825c4725831a33a47c074b0b7534a8
BLAKE2b-256 563eebf2385a6feaf56613eccdb9f62e6e8a4c5c66ff12c135f0cd3aa6483848

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_transform-2.2.2-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: ci.yml on Bluetooth-Devices/ulid-transform

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

File details

Details for the file ulid_transform-2.2.2-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for ulid_transform-2.2.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 c3458bcaa71c56de21b2e710e9c92a149f385e2a0e5b7a8d1f81d7354429bb58
MD5 cc390d9106199aa6cbac091283f32461
BLAKE2b-256 8276dbd4fe1285e1301dd7691d495edf9ccd3555d6a21adc89fbf2c9f1c0fe13

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_transform-2.2.2-cp311-cp311-win_amd64.whl:

Publisher: ci.yml on Bluetooth-Devices/ulid-transform

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

File details

Details for the file ulid_transform-2.2.2-cp311-cp311-win32.whl.

File metadata

  • Download URL: ulid_transform-2.2.2-cp311-cp311-win32.whl
  • Upload date:
  • Size: 23.5 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for ulid_transform-2.2.2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 177c4c4092a220ed9e59e9e56f3d709fdfe5e016b3af495aea8597ed5b2d692b
MD5 659269d5cb430d6b60f6977c1323d9ae
BLAKE2b-256 cb4039fd8036050a618a0b75f98dbcc731d10ca047547133014a585c823d610a

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_transform-2.2.2-cp311-cp311-win32.whl:

Publisher: ci.yml on Bluetooth-Devices/ulid-transform

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

File details

Details for the file ulid_transform-2.2.2-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for ulid_transform-2.2.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a672877edc23a19fd5ba3727f2d0f91658f8f0c9e57b5fad14d45d5411d5ad0f
MD5 093f34d9d2cab15d88a99ac6f46484cd
BLAKE2b-256 59efeb6a4ae2218b0561b672d87e9fd9dffd6f0c5d64cacfd68248f58f34a508

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_transform-2.2.2-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: ci.yml on Bluetooth-Devices/ulid-transform

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

File details

Details for the file ulid_transform-2.2.2-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for ulid_transform-2.2.2-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 519f1f9ad21b058a061708d24a2a924fdec7f277440459d57ecfc388176e8303
MD5 b02e870c6dbf3557a4929e027ccce26f
BLAKE2b-256 d5c1216df973047292d462af38e49013e7b99b692f99a377333673d5152a82a4

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_transform-2.2.2-cp311-cp311-musllinux_1_2_armv7l.whl:

Publisher: ci.yml on Bluetooth-Devices/ulid-transform

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

File details

Details for the file ulid_transform-2.2.2-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for ulid_transform-2.2.2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f92f8db7f59564139bd1ba09fc78dfa010b652819b5ddfc60c1e7575029b48d2
MD5 a5d616dccadff9e8afcd381a6de838b4
BLAKE2b-256 68ee61831a09b70512a744e27a399adbb208a10397ae551b0059436601a35ffa

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_transform-2.2.2-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: ci.yml on Bluetooth-Devices/ulid-transform

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

File details

Details for the file ulid_transform-2.2.2-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for ulid_transform-2.2.2-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8d8ab011dac971eebb4b5e694d0247fe00c75d97b3caaab471e25fba25c3ea13
MD5 816c82664b604d5faf3ea3bab1c73165
BLAKE2b-256 62029e1859d10bbf09cabaa6ce710990c5d8ae1be66e614310a40d34e3904aaa

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_transform-2.2.2-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: ci.yml on Bluetooth-Devices/ulid-transform

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

File details

Details for the file ulid_transform-2.2.2-cp311-cp311-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for ulid_transform-2.2.2-cp311-cp311-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 11872a49566902427705cf1897f1979f2975384f2bc140e310140fab603a4bad
MD5 003c160447292d9fd339325c8915a98a
BLAKE2b-256 3137cd80340d2b0d3b24ba05ca666251070e668da0bbb628b83b892d0f99504c

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_transform-2.2.2-cp311-cp311-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl:

Publisher: ci.yml on Bluetooth-Devices/ulid-transform

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

File details

Details for the file ulid_transform-2.2.2-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for ulid_transform-2.2.2-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0d6ea2a9bb645628ac4f2c2e50063ed6f20c31a03d103853e540429d4b117d9f
MD5 db74edb752af9e144eef5770b749d4b9
BLAKE2b-256 443ef9c61a888cb3655dcb7be07b60a0911f666d37ca4625d589bd8505f3f04b

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_transform-2.2.2-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: ci.yml on Bluetooth-Devices/ulid-transform

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

File details

Details for the file ulid_transform-2.2.2-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ulid_transform-2.2.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1b5c0d7d7c5fb41ba9c9bb3320950e20ae7189b0ed2b448bb020f4f9b2e19d9b
MD5 b4090bed2c6765e7f6580f3805c3cc72
BLAKE2b-256 781c734c56bd83a931711ae72a2800f8c0782d27ae734e5a10febbaa0e34bbae

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_transform-2.2.2-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: ci.yml on Bluetooth-Devices/ulid-transform

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