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.5.tar.gz (17.0 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.5-cp314-cp314t-win_amd64.whl (34.0 kB view details)

Uploaded CPython 3.14tWindows x86-64

ulid_transform-2.2.5-cp314-cp314t-win32.whl (33.8 kB view details)

Uploaded CPython 3.14tWindows x86

ulid_transform-2.2.5-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.5-cp314-cp314t-musllinux_1_2_armv7l.whl (886.6 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

ulid_transform-2.2.5-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (34.8 kB view details)

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

ulid_transform-2.2.5-cp314-cp314t-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl (37.7 kB view details)

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

ulid_transform-2.2.5-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (37.1 kB view details)

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

ulid_transform-2.2.5-cp314-cp314t-macosx_11_0_arm64.whl (32.4 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

ulid_transform-2.2.5-cp314-cp314-win_amd64.whl (25.2 kB view details)

Uploaded CPython 3.14Windows x86-64

ulid_transform-2.2.5-cp314-cp314-win32.whl (25.1 kB view details)

Uploaded CPython 3.14Windows x86

ulid_transform-2.2.5-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.5-cp314-cp314-musllinux_1_2_armv7l.whl (876.5 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

ulid_transform-2.2.5-cp314-cp314-manylinux_2_41_x86_64.whl (16.1 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.41+ x86-64

ulid_transform-2.2.5-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (25.7 kB view details)

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

ulid_transform-2.2.5-cp314-cp314-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl (27.1 kB view details)

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

ulid_transform-2.2.5-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (26.9 kB view details)

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

ulid_transform-2.2.5-cp314-cp314-macosx_11_0_arm64.whl (24.5 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

ulid_transform-2.2.5-cp313-cp313-win_amd64.whl (24.8 kB view details)

Uploaded CPython 3.13Windows x86-64

ulid_transform-2.2.5-cp313-cp313-win32.whl (24.7 kB view details)

Uploaded CPython 3.13Windows x86

ulid_transform-2.2.5-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.5-cp313-cp313-musllinux_1_2_armv7l.whl (876.5 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

ulid_transform-2.2.5-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (25.7 kB view details)

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

ulid_transform-2.2.5-cp313-cp313-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl (27.1 kB view details)

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

ulid_transform-2.2.5-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (26.9 kB view details)

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

ulid_transform-2.2.5-cp313-cp313-macosx_11_0_arm64.whl (24.5 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

ulid_transform-2.2.5-cp312-cp312-win_amd64.whl (24.8 kB view details)

Uploaded CPython 3.12Windows x86-64

ulid_transform-2.2.5-cp312-cp312-win32.whl (24.7 kB view details)

Uploaded CPython 3.12Windows x86

ulid_transform-2.2.5-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.5-cp312-cp312-musllinux_1_2_armv7l.whl (876.5 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

ulid_transform-2.2.5-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (25.7 kB view details)

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

ulid_transform-2.2.5-cp312-cp312-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl (27.1 kB view details)

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

ulid_transform-2.2.5-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (26.9 kB view details)

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

ulid_transform-2.2.5-cp312-cp312-macosx_11_0_arm64.whl (24.5 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

ulid_transform-2.2.5-cp311-cp311-win_amd64.whl (24.8 kB view details)

Uploaded CPython 3.11Windows x86-64

ulid_transform-2.2.5-cp311-cp311-win32.whl (24.6 kB view details)

Uploaded CPython 3.11Windows x86

ulid_transform-2.2.5-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.5-cp311-cp311-musllinux_1_2_armv7l.whl (876.5 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

ulid_transform-2.2.5-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (25.8 kB view details)

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

ulid_transform-2.2.5-cp311-cp311-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl (27.2 kB view details)

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

ulid_transform-2.2.5-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (26.8 kB view details)

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

ulid_transform-2.2.5-cp311-cp311-macosx_11_0_arm64.whl (24.5 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

File details

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

File metadata

  • Download URL: ulid_transform-2.2.5.tar.gz
  • Upload date:
  • Size: 17.0 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.5.tar.gz
Algorithm Hash digest
SHA256 9a966a0fff8a0f0e20c7f8c6eb6abfa9992a0a2b4f3d9dca6677c8034740c880
MD5 d8a932fbd3a3a48449bf549062e3b396
BLAKE2b-256 877aeb1fa3bbd847abfcba34b8f941e65c947a7aa519e807dfcfe84f887bc56c

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_transform-2.2.5.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.5-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for ulid_transform-2.2.5-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 beaf8b7ba0211243bcea7baf38455b65bb18574033e30ac9483d1fc098cdc4f9
MD5 877614b6ba3db8d81eb0f63bf869fc9e
BLAKE2b-256 7b682eae61d622e0c15f123ba63f936b00d9d8ca66026becb38d21e789a053d2

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_transform-2.2.5-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.5-cp314-cp314t-win32.whl.

File metadata

File hashes

Hashes for ulid_transform-2.2.5-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 226047cc2420623ea05e978690e9334a9836cf9da964067225aac11439613235
MD5 b7f8db75ec382a12d7d8708735f6e848
BLAKE2b-256 5f4d7e4e51d54d3ddccf4bc400cf56cedb3d715beeb146c61ceea4766b25fed2

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_transform-2.2.5-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.5-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for ulid_transform-2.2.5-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f1a2d8c22db7afc2c3f892f14feef2c80d9ab9a730ae36682533b5231c870f9e
MD5 a2c542850c2351e63b152425ec7e6dc9
BLAKE2b-256 45b08703d8300c5ccee132d26d54856da15661d7d807e84a70afcf33c0a294f0

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_transform-2.2.5-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.5-cp314-cp314t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for ulid_transform-2.2.5-cp314-cp314t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 5799338cf957e51836da3adafc75b7ddfec432cb6b03a725e731c1aef4adebcb
MD5 35ba872abcd65d0962379eb630852ec7
BLAKE2b-256 2a8a37b6786c02c1c665caf1a60e372bd09469b42734f1cb0a660e3d50671236

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_transform-2.2.5-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.5-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for ulid_transform-2.2.5-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4a90cc0b1c1870543227e3f5e2b74a5d1918ec9c00e4393091d471f190040750
MD5 16f088f6c506bbecf47ecb777d39af1d
BLAKE2b-256 16903991e0301f0d7349d4e56626d8eb44cb9e998d81f46f1ba8b46b32c5f3ce

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_transform-2.2.5-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.5-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for ulid_transform-2.2.5-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0e68ea7a2a6643cc963a69a35d6b75ce3d86a04fa00aa7920c2a0e1556018fbf
MD5 c351d152612b735cf27eab58c5b7062e
BLAKE2b-256 262ecea1222782b853e2671e8028e925cb7ca166bcf101ef2f9ea69513189309

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_transform-2.2.5-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.5-cp314-cp314t-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for ulid_transform-2.2.5-cp314-cp314t-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 160dfaeceb9354f88c1d15c1345c8daa4599e445da6020cb8fab4f0c88490fe5
MD5 24c8c095bc7888a0e5d98deca512571e
BLAKE2b-256 032f82b543dc6e6067c7933f7665d2d5fa6c5afab6ec745e31a69517054c9183

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_transform-2.2.5-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.5-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for ulid_transform-2.2.5-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 99701a194fad8bc66d0a2ea2edcaee0c072a073dd2f4d1841977dc68893796d8
MD5 0b8c366271bb560504dcf008e48855b5
BLAKE2b-256 064917dc714c3b23793b6963a789d238110458fa60d0ff5b48244d7c4ee6c50f

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_transform-2.2.5-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.5-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ulid_transform-2.2.5-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c545f26ee166d71678a56b8bdc32436ff98869862eb7834b9663a085799dec66
MD5 9256d15270dd45d20c119b0ae2075496
BLAKE2b-256 5efff90bcc8a697b715f782741f1261716bbaf2c07934f57fda04e014470a1ae

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_transform-2.2.5-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.5-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for ulid_transform-2.2.5-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 47a51b4e3f2bba22c7eecde85f584a573c4541db9c5db9452b6f439935ba65ae
MD5 be810c86c17b7df6e0f2e37512c4fe43
BLAKE2b-256 69e0ec032f4440f3ea8fb6cfb7a749b59abf043d799c89c2e86b32afd32b788f

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_transform-2.2.5-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.5-cp314-cp314-win32.whl.

File metadata

  • Download URL: ulid_transform-2.2.5-cp314-cp314-win32.whl
  • Upload date:
  • Size: 25.1 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.5-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 b13aafa72c2ecc9ac525d358455db47efd7733d9e6a737cb06911cf2f7a7ad7f
MD5 ec9aa4055f507fcc8b4c47f93bad0a56
BLAKE2b-256 e738f9d06bd1f18076e5375f11c90a52ac567251975c84b389ef37170bd8a5b0

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_transform-2.2.5-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.5-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for ulid_transform-2.2.5-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 322af6ec592fce6cacc380103ce0139d4e23d21feece60c9296f6dda8087789e
MD5 b2c759627826a31390d095faff85483c
BLAKE2b-256 31b3d8e002a26834e6350646480c934005dd252128b72824647b79d974ed83b9

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_transform-2.2.5-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.5-cp314-cp314-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for ulid_transform-2.2.5-cp314-cp314-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 e8fa564a71906d567a5a2d4187e36f482c90a7fb5c349c582422a943b85af4ec
MD5 35c545b0e8454b27c885152d449634c1
BLAKE2b-256 32676d90900b817ba7220310dba945870d0a008e4729102a013056b22e76b5c8

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_transform-2.2.5-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.5-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for ulid_transform-2.2.5-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6679af55b1e52a2f9b2a722d67969cbd94ba079ed929bd81e48bb7b8eadc8b94
MD5 f0f199aabe16eb7a76f9b8ce6ce551df
BLAKE2b-256 d815b1efdc93f9872e3a860ee6928f36ae1e5eedc890405d017581d93700cc7f

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_transform-2.2.5-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.5-cp314-cp314-manylinux_2_41_x86_64.whl.

File metadata

File hashes

Hashes for ulid_transform-2.2.5-cp314-cp314-manylinux_2_41_x86_64.whl
Algorithm Hash digest
SHA256 6fff80adf06299fdd150334545ed888fbd9a084ee65d3423eb5a927555e1c2d6
MD5 4c0d2e09eb1489b1bd1f6a27d8845344
BLAKE2b-256 157e4e091b14fff23bf5c1eae5979780d6c84b14c60b0d847d89a018c87f5b6a

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_transform-2.2.5-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.5-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for ulid_transform-2.2.5-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 659db9cff01652aee73d22928b5673e580e76c9c1d6235395e2a2fbf1b511db8
MD5 eda88e77134e2d90f142e1bd9b99425a
BLAKE2b-256 086d987a0102dbe8b3876ee44ab99bcce8debdbd8b51e155808bf80110115c72

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_transform-2.2.5-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.5-cp314-cp314-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for ulid_transform-2.2.5-cp314-cp314-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 b2c7a1bb8ca650cef54ed890cbcb3090bfe629235a46f9f5ad0d387db5503429
MD5 9531a782865b52298ff76db7545c916b
BLAKE2b-256 890ac57d34742f274ce7aab2d5510db16cc2390df5c279e0b94de27b05aaa41b

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_transform-2.2.5-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.5-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for ulid_transform-2.2.5-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 78364868518cf12dea8f3d1f360024ffcfb154ab077a899ca1c8f5e106c1b545
MD5 7e517cbcb0231017ae57f77036d44146
BLAKE2b-256 c3e59d8f32e9ebc9424b7575da2686f88dd6e1ee1989a560a5b57a82bd077406

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_transform-2.2.5-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.5-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ulid_transform-2.2.5-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 73a66974b688ed004d108bd89a4391e6e78ea802734b295f891da0a8827879e9
MD5 25b6333e02e47e402c908e9932505ede
BLAKE2b-256 f390cbf94eee66e09a0fae7bfa7fb7f10a4d243134cbbe47e9e5b2a20a2e16ef

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_transform-2.2.5-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.5-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for ulid_transform-2.2.5-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 b61f4012b08859bb3f5e5c69548cdfd772ef3916fd1604178774975ff64df245
MD5 4d4d95296ddbe1962385dac6c85aecab
BLAKE2b-256 91631a5fe43a32a6c72659b5bcd30db56a9033bc5f379b322f745b32868c685c

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_transform-2.2.5-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.5-cp313-cp313-win32.whl.

File metadata

  • Download URL: ulid_transform-2.2.5-cp313-cp313-win32.whl
  • Upload date:
  • Size: 24.7 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.5-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 ef44b5590fa631253a0f85a70d3bdaa93fb848c1b3f514915311eb8a3029b3fd
MD5 51190edf8f5bf1b95df2ab537dca116b
BLAKE2b-256 412bc812837dbc41155e9657484e93c535627261dc2f87f1ff041adf8dd57366

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_transform-2.2.5-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.5-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for ulid_transform-2.2.5-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b1febea480e0945bdc3e58032bdb9816c40e762ceac0f4e448b78511952df28a
MD5 748b992446c49063162180bbdd688c44
BLAKE2b-256 f78a76d849300a935a870af24fb499bb33f7189465a4a6fd63ea85f765c3bacb

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_transform-2.2.5-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.5-cp313-cp313-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for ulid_transform-2.2.5-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 c188cf266aa38f10db257963fd3a970e1a72c8e803a4e206f7723c3c0b09c618
MD5 828ce03ca2bbbaf4e81bf51030afcb85
BLAKE2b-256 be7ce430e09c11454c4296510a57cfb90ff451329e180ed302f9f28d2b7fb81b

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_transform-2.2.5-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.5-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for ulid_transform-2.2.5-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0367ea4ed8f39ed8f57000f8eda601fba5cca7685d7437c597718557ccc36d1a
MD5 93fc892a4a242fa9601bfec954620ec2
BLAKE2b-256 8e87d7cccfc76809db356394501a23d0bb6c509093ba061c0a196cca57aae8ec

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_transform-2.2.5-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.5-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for ulid_transform-2.2.5-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3146dea724e5bb2ef279172c99469c071351fe0cf21edb0c9eed9784842c4c12
MD5 fb49b4a0ed4e64775948d7de5ca2c5b7
BLAKE2b-256 a0851991e084577ddf8c36450b1b9d84ebe69f45953bd056c4ee0b0628f5a36e

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_transform-2.2.5-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.5-cp313-cp313-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for ulid_transform-2.2.5-cp313-cp313-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 703bb8d216c3eaf12db5e741d26c9995c045809d9209c2062390f067c6be2dfd
MD5 ce6c4bcc364c3699257a353358d55098
BLAKE2b-256 5c6d63eb044cd41017ff7ba71bdcc478bbc43089ed5de2319191775d2a347514

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_transform-2.2.5-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.5-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for ulid_transform-2.2.5-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5dae614b42a93ae67e59d69c33b70b8c7a15662a4f98142933b131817bbf62d9
MD5 5029e69db56d78ce1957a188ebcbdab6
BLAKE2b-256 a1ce3b913a7ba799f17eac98e85e36712848f338ef434195e0a73a7ad031553f

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_transform-2.2.5-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.5-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ulid_transform-2.2.5-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 22c9bebcdd0de64edc7e1f64b2729c49c608d74a6c8eb4b11f3f0c97b00a94b4
MD5 15590970e3f17505dc8fbeb42a519012
BLAKE2b-256 fd67edfacd5d7d048ec89d2c0cd1dd554dba400ab295de765d9023e5ac020803

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_transform-2.2.5-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.5-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for ulid_transform-2.2.5-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 6b5d1dfc8afc7d1537e3c883c87556efad1d5140fa3e50bcd975046ceecd2184
MD5 3d061d9757e2d9166998addb8fc9f9f4
BLAKE2b-256 64ac4689dbe76ef8ffedb289d9c274865611e62508a1eb034e528751f75f8b1c

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_transform-2.2.5-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.5-cp312-cp312-win32.whl.

File metadata

  • Download URL: ulid_transform-2.2.5-cp312-cp312-win32.whl
  • Upload date:
  • Size: 24.7 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.5-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 bd8d098267e7733a893ecc88e081d79d8030002b2b64fc0aecd2afebba98f7b0
MD5 1446d21f2bfc5c59ebbf162e507d00ef
BLAKE2b-256 807aae2cc3688c56e30b34244012990b5e9861a4cf5f3b32fc27abebb59bd799

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_transform-2.2.5-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.5-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for ulid_transform-2.2.5-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a828be6e6d817d48e54703b5e6e393546ea2eed47485b66bb4190612695473cc
MD5 34905de9166a4757518faf2a9d1490e8
BLAKE2b-256 431845c6b84030f67fa480033cfa3a7ca3f1add1ba5a802c628037fa3e83b212

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_transform-2.2.5-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.5-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for ulid_transform-2.2.5-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 3aedded6652876eaea20915662cc358db7cc80ceb0fc492cb019ee3a31669bd8
MD5 d6eb644257d04fb726dd4ef725d3598f
BLAKE2b-256 9f41ff85c410f8480b82d1e527a8494f72a0d68db2fc8be39317a3fd29900e06

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_transform-2.2.5-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.5-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for ulid_transform-2.2.5-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 82da98d695639493170ef90890729877a5f7ad634c96057c45401db4b1340e12
MD5 64e0e568727efd5261070d62f8cc8a9e
BLAKE2b-256 b3a1e917b7a7927dd66b634bf45056c33517f7db723b8c3818204af2467637b2

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_transform-2.2.5-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.5-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for ulid_transform-2.2.5-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 425d5697f76bb41cdc481f7027e670c3bc99dbc7c3235d511004c4f97701ffb1
MD5 1fb16d7ada7006a3270e0fb6104113ba
BLAKE2b-256 8c0027f421dd5693a140f1aa7c21270074c677741a4671afe9ebc8a0415d57c8

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_transform-2.2.5-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.5-cp312-cp312-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for ulid_transform-2.2.5-cp312-cp312-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 456bbf400b1651ad50632f1dc307c9c35ae034e527f3731d088af4149c49afc6
MD5 4acca5835aed024cf244841d9383654b
BLAKE2b-256 4b85d4b57b34733fdaaf10dcb53c7dfce106a1b77d5413819e141264960277f7

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_transform-2.2.5-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.5-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for ulid_transform-2.2.5-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 78df50def375ed8a204ed7621d2f673f6fb7a2e9b159f3c20ee49265d32fe5f3
MD5 80803b2d9e05833aec4c7e86e167b6e1
BLAKE2b-256 3c6083bf98148dd09d86dc45f33e287cd1db45609adb6fda22d6ab13da259627

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_transform-2.2.5-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.5-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ulid_transform-2.2.5-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3a0e097e8aaca5f185eaeb87502aca5c963234cb8aa455a4a0b6ca5a9f0fb0be
MD5 e96a23af3746e93085b52334193e93e8
BLAKE2b-256 1bea731b5ccca00c451a0773b243977a0f1b3a29c0f7364630977b6a4e4bead0

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_transform-2.2.5-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.5-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for ulid_transform-2.2.5-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 3f6bceefd94aff07646144166759c00590db2df424c6d642524328fb4b35681c
MD5 4928669c904d5da7f13117f7c65a84ab
BLAKE2b-256 a6ab6e4d3c1b14a2eaa60c62f138b0abe03ab13f1b4b4440a73bf51ea60726a4

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_transform-2.2.5-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.5-cp311-cp311-win32.whl.

File metadata

  • Download URL: ulid_transform-2.2.5-cp311-cp311-win32.whl
  • Upload date:
  • Size: 24.6 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.5-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 f0606cf3d6d5a1c1ed4759c46bdde8995d9bfa57f214f0aee8b7b8804ed9b7fb
MD5 14b88dba64ab91088ab03ff8eef2ae74
BLAKE2b-256 4392080ddcbee8d468cbd82ab64f378e3d79afef72364d8737cfc2031845045f

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_transform-2.2.5-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.5-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for ulid_transform-2.2.5-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a2b6a8b281f2cbab3f33b345c40c7b670b044dcbad5d128aa300ed373285f203
MD5 f63b5d8d8eac4d8313c829ed024eb54c
BLAKE2b-256 bf6026bdbaf6535d30c5663d5e63ed3d370476d3c36a375e4d4f0328670c08ff

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_transform-2.2.5-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.5-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for ulid_transform-2.2.5-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 bb13a296a8e4a3e97537a9ada6dd5d72db6caae6e91ec9e509189d4f6f8ddd7f
MD5 199ba27a3e88511338260aa70935d22d
BLAKE2b-256 0561995fb25197edd01822305a4b3cda26e7e4553ee622c85810730e23726d5a

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_transform-2.2.5-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.5-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for ulid_transform-2.2.5-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 663cfaff4741cf605d9d95ea5ced04babd54eefb23666dcc65842a1cead6c2ac
MD5 db60a1e85126d66cc4e1ff0b0b774e1c
BLAKE2b-256 be6d0180d546d9cc8b2b639c31eccec4a8c25bab4037f8097358cf7e0c07b185

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_transform-2.2.5-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.5-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for ulid_transform-2.2.5-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bb4c1be5414a03e8cb5234f625f6f02f59e729d7156f2f54d164a4394eb65eeb
MD5 36820f04a91e3d421cd182e4d8025a25
BLAKE2b-256 3f38d56d3853b57d999e075c44dce328ac7be7a63c979fb906091ebd9196c128

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_transform-2.2.5-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.5-cp311-cp311-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for ulid_transform-2.2.5-cp311-cp311-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 e4d42cc7fc7c4b1a0d62f82aebcd0500cee893251540df694560886c7b16f1e8
MD5 ae6a4daa446ab2142a98d442a9f31ce6
BLAKE2b-256 e6f80f4c2e9e54495d414e4ae14b811d1cdbe22317fd363dc3c534ac31128260

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_transform-2.2.5-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.5-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for ulid_transform-2.2.5-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a093b993a1fa38ff921f56d5f63c136461020878fadd3f3950f9b1bd3997d2a3
MD5 e8cbbd625bd330a9cc9f0e0cf8d035d1
BLAKE2b-256 f2624855609d0f57d512b496b7b9e5a1786039ec952eb36aa6b91ca7bca8791c

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_transform-2.2.5-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.5-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ulid_transform-2.2.5-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c844864b8fd92eec4b9bceb88a9fd7605e229f527fe61e875878c33cb6f93d40
MD5 55fdcc90c6fb07894169bf4fa9816e4d
BLAKE2b-256 843a6852c8b423f44d5e960e8dc9b19c8811d6973b6a4f62bacd1b67f284846f

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_transform-2.2.5-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