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.1.0.tar.gz (14.8 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.1.0-cp314-cp314t-win_amd64.whl (32.2 kB view details)

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tWindows x86

ulid_transform-2.1.0-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.1.0-cp314-cp314t-musllinux_1_2_armv7l.whl (884.0 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

ulid_transform-2.1.0-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (32.2 kB view details)

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

ulid_transform-2.1.0-cp314-cp314t-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl (34.3 kB view details)

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

ulid_transform-2.1.0-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (34.6 kB view details)

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

ulid_transform-2.1.0-cp314-cp314t-macosx_11_0_arm64.whl (27.9 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

ulid_transform-2.1.0-cp314-cp314-win_amd64.whl (23.5 kB view details)

Uploaded CPython 3.14Windows x86-64

ulid_transform-2.1.0-cp314-cp314-win32.whl (23.5 kB view details)

Uploaded CPython 3.14Windows x86

ulid_transform-2.1.0-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.1.0-cp314-cp314-musllinux_1_2_armv7l.whl (874.5 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

ulid_transform-2.1.0-cp314-cp314-manylinux_2_41_x86_64.whl (14.7 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.41+ x86-64

ulid_transform-2.1.0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (23.7 kB view details)

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

ulid_transform-2.1.0-cp314-cp314-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl (24.7 kB view details)

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

ulid_transform-2.1.0-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (24.8 kB view details)

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

ulid_transform-2.1.0-cp314-cp314-macosx_11_0_arm64.whl (21.5 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

ulid_transform-2.1.0-cp313-cp313-win_amd64.whl (23.2 kB view details)

Uploaded CPython 3.13Windows x86-64

ulid_transform-2.1.0-cp313-cp313-win32.whl (23.2 kB view details)

Uploaded CPython 3.13Windows x86

ulid_transform-2.1.0-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.1.0-cp313-cp313-musllinux_1_2_armv7l.whl (874.5 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

ulid_transform-2.1.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (23.7 kB view details)

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

ulid_transform-2.1.0-cp313-cp313-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl (24.7 kB view details)

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

ulid_transform-2.1.0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (24.8 kB view details)

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

ulid_transform-2.1.0-cp313-cp313-macosx_11_0_arm64.whl (21.5 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

ulid_transform-2.1.0-cp312-cp312-win_amd64.whl (23.2 kB view details)

Uploaded CPython 3.12Windows x86-64

ulid_transform-2.1.0-cp312-cp312-win32.whl (23.2 kB view details)

Uploaded CPython 3.12Windows x86

ulid_transform-2.1.0-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.1.0-cp312-cp312-musllinux_1_2_armv7l.whl (874.5 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

ulid_transform-2.1.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (23.7 kB view details)

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

ulid_transform-2.1.0-cp312-cp312-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl (24.7 kB view details)

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

ulid_transform-2.1.0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (24.8 kB view details)

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

ulid_transform-2.1.0-cp312-cp312-macosx_11_0_arm64.whl (21.5 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

ulid_transform-2.1.0-cp311-cp311-win_amd64.whl (23.2 kB view details)

Uploaded CPython 3.11Windows x86-64

ulid_transform-2.1.0-cp311-cp311-win32.whl (23.2 kB view details)

Uploaded CPython 3.11Windows x86

ulid_transform-2.1.0-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.1.0-cp311-cp311-musllinux_1_2_armv7l.whl (874.5 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

ulid_transform-2.1.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (23.7 kB view details)

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

ulid_transform-2.1.0-cp311-cp311-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl (24.8 kB view details)

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

ulid_transform-2.1.0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (24.8 kB view details)

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

ulid_transform-2.1.0-cp311-cp311-macosx_11_0_arm64.whl (21.5 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

File details

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

File metadata

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

File hashes

Hashes for ulid_transform-2.1.0.tar.gz
Algorithm Hash digest
SHA256 f4e9bae4ce75183d67594b8cfce75b1b8f4a3941356abc40dad9e22681318191
MD5 cd35940f84a70b8b3c0ff3df3c2b8dfd
BLAKE2b-256 c622f34d8bedfdf86050215588252ae8089a4cf7f35750b968836fa16145aa3f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.1.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 a11e538019b05b4f4c0853734ec174bd6c40679395a7d5473ee15f52761c95bd
MD5 90cd263f34094b2653b29e08df1d2e45
BLAKE2b-256 d8a4ac0f2c406da54098a2e61b4ad1bc0f64482f6977dfdf3a3aa73382d8d617

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.1.0-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 b1b5b7dcdf84a259584240f05b076a9b65e8c0aadd4d2958d6cd3d5a02efd38c
MD5 fa0a829e6d557e34f1e728607357199c
BLAKE2b-256 dab80d328ecbc8bdd21dfa5f86acf781ce6689a471591b4d2bde4a3306101c9d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.1.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fb9b26890ed6aefc050501959502aa40b803d3042342b3f95464ee1ee59bac62
MD5 7c42483a5a79ce9aecabbf246c703403
BLAKE2b-256 3d44370384cfa9a066e5ea7c05a26b01cda31e78cba77241ce9c11298b230d34

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.1.0-cp314-cp314t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 81b63bf9df9b84e90be59fb66381b235572cdabc1c5cc9ec0601382205a1ec23
MD5 4597b57995c90739db9a248d26ce3b53
BLAKE2b-256 50d5ce5b2e28aa1236eacdbce8f61298aa2d2e769f82349eecde7723e57897f7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.1.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9a2b3e2c9ff956b261b1b2cf9e3a9fc951552a081586ac9aaf66a8cb8df0bf77
MD5 6ae34fd8d70d4a5bc2547062004f32a7
BLAKE2b-256 554c091d872ef9025c4073c685f63586cec96d24327d841d9a648b2f5ec1c116

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.1.0-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d4af6eeb3b2e102fa702dad3bdd1b221a5e30b3074de676068389c747b20de04
MD5 32eafd22fe1860746f475ad6170bac62
BLAKE2b-256 d3cb1fbf4706ed213b235aad84af373489f2ad8f44bc91837b36298ae0addca5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.1.0-cp314-cp314t-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 0fd649d8f3df187e20bc801035a0351d26fadbfa9bc2852849545198968c065d
MD5 f8b99d2b8b48d1f8fa3e72a636d16c6a
BLAKE2b-256 be1ef701daa488f081bceba4a64c5265ddcd48f4b437eb3a4e74fed8b97266ef

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.1.0-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 25f5da121ee574313dc493cfcea5e54a553f3a502370458f4fa404e4567dc1de
MD5 43768252c32a0a2c8ed7f2ec511a91f2
BLAKE2b-256 3045ed8385320068f7e84189ffd19d691cf12aa3d3a3a8598480d3c414b338cd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.1.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b36662c795fca71fb9757ad32e0d253754822c710e0c5bac55f6286fca1e9b31
MD5 b0d9e223f15c39da289ac8363798b189
BLAKE2b-256 33bc67fc3daf3efd1970ebedcf0830810f528ae51492106823fd096434ef0945

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.1.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 8f8f9584039c20000a22ed9fd329823a1dae1081ebd01707b2d1a6ae5e34ebf7
MD5 26110128de28823f3de3aa9d5b848fe8
BLAKE2b-256 5a1a7bfb078efee5242f7a8e0be43037feb6dd4b474d3a0832f2cc910ddf7b37

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for ulid_transform-2.1.0-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 a346e5ed902b6d9b7edfa1bd37601951e04f40be69603b82e34be8fad5b8dd5c
MD5 d53c068f34a614f84c825f84f1c7987c
BLAKE2b-256 e86d2b0b87d71d428d9114c5c5c65743dc9e5e79c60ed7f1bd36fb8d12ce755f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.1.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b2fdcf6e2298f032a131d0ff46de8b68130f90189d83db0cb8d8d05297d22889
MD5 b0a0873f20295d58e1ba93045f419bd0
BLAKE2b-256 bc998184322935f06af5ba160b0a7757ff6b16f6485ef1a69b5d13c7097a5d06

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.1.0-cp314-cp314-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 b33bfe31c3d793b06c213b10eedeab44b7f70172a2a258e1f56f6eb6c01c80ff
MD5 148e77076d4c0ab4e311ac224065e585
BLAKE2b-256 001c63e5299f1e508231570574c50afd172d75c43d38f68ebc03a171c2387287

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.1.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ce4b600826091bf37c1ae4b1ac00fe4a0765c2d42023c71c5faf641bd2d13cc5
MD5 01813e1dcd305a1e4539a47ce757cb62
BLAKE2b-256 43663b7dfeccaa921e8509763ab30600670ab8aace4ff0ca0b2d78074f539b2b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.1.0-cp314-cp314-manylinux_2_41_x86_64.whl
Algorithm Hash digest
SHA256 38ae31858722a07eff42266d5385665afc86972dd9c60aa3cb1050a476320fc7
MD5 c48f300eaf67e20fd0b7e222a68f3a00
BLAKE2b-256 ce8a54b807a580b87f8db50e29e237e696aa99113f292cce35cf99c8c5af6208

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.1.0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 12a6d307bfb41e6122efbb4a7e4d5c73c9ca3ea01289e17e2100b271f83faf9b
MD5 b5947671a0a64da4b3c41bd90cb73938
BLAKE2b-256 6cff44041fe1100f3e3c114e91d5f2e26171b7a00776d9052b21521ab5125b80

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.1.0-cp314-cp314-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 add896cbe4a8f40b843275922e59b507d4600df6a4e1dcb9f288299240ae7c28
MD5 84ac9fad0160009c27d63358eba315d8
BLAKE2b-256 6c3a2d98170ee4a4148e819467ce7e5b58d0da304e562ebbe498eb9f482dcb26

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.1.0-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 184d647ec28d8804f89049cc9ca6a635fc677f21a5416f27c5431629e11548c0
MD5 edb4b6fa7d5f57116f5bb22dac86d2cc
BLAKE2b-256 ad624f65864a7ecd8e4a361f4faf1cb52799750e62cc2ca40e9ec79954236d81

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.1.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 05c736fd60777df83295e7d3bb60c2343e342d01957f47a46388fc799eb9de0d
MD5 a1ad0134a680551f71da8a1c5ef8e824
BLAKE2b-256 5f3a79d78abc6f566cf62c3fbbea73dcb7a06a349f32066b630b7f78d88d3843

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.1.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 e696744410c8537edaad8be0ec7ea6bde0f2d7c158d8b8f748d50706ac7c8396
MD5 274be8da21ee74a42098ab3f717dae61
BLAKE2b-256 e569d317910bde2fb25252543cd02c8b1214f032b31858ad0dbebd12030e9c92

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for ulid_transform-2.1.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 8f2427a491111243f2a1104e5319d4b0a6dbe9e9f3e4a69ec48f162d36048c50
MD5 5eec9adbe6090271042b20834c4d58e0
BLAKE2b-256 6862b37d254065482cf51b22a54471322f0aa23f0622ca6c8a1de33fd308608b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.1.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fe5b03fc8be265d896d12dedd5082aefbd8b4d050e362560a44ed14291cd696a
MD5 7a027998c9b17078fed36330f656548d
BLAKE2b-256 928975750f0b793a681867dc192f65b94d098eeaa454542aae2aec8235ff23e3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.1.0-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 2724c6f8c25cef5ec97d15d5626c1767162397193163294eb19c3d7af11acc47
MD5 bc8af0c7b6cf1bb13f7324bdbcdc471c
BLAKE2b-256 f2fd2af69fc969302d2961f2aadb080639ee8702d0144466f78792b29f80eae7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.1.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 073bf2cb48dd468f80f27b02fe4f5729c08f2750d1a39022b16293084cc03d0f
MD5 bba01943939df5f13473d1131bb5a21d
BLAKE2b-256 6d603c1c121287e4134b69cf1bd66b38c76e90ec692a761494f098d609bfc742

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.1.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4a33c82d10eb9b7523ee37cd3923ffcdb24f4380a51665732897b4a738fdbbe8
MD5 a6680989d50ae7f59020389edb18e7fd
BLAKE2b-256 643f69dcee0e4fa59eea6d7b510c041d969ab884c252bdd28d3dc2a353bb9bc3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.1.0-cp313-cp313-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 04f3075e835e8b18d51c50c07e3adb4944f107a222d651dd8c9a06d57a3083c5
MD5 dc24d23181cf67cfa801207376de6896
BLAKE2b-256 f4e79f351750443b92c1ba4eaac0037a3a7a2fc587e2f03f70fe35e5c413ca66

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.1.0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5b433842f4ae933cfa38470d7fdcb4cd5e8dcbc6562b45edbc894d74592934d4
MD5 5d58558af6a3bf0d766c7b586ff673b1
BLAKE2b-256 b2ec7841a3295e2a6bea0838fd5a156d967915700af1523e4d720d6a4dd08c48

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.1.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 029435f89467a37e05796f1e2226d5d0071b413350ca2b7a5a9efeb7a2954907
MD5 ecb2271243a264b439d7a2019a93122d
BLAKE2b-256 64411f42178f020369fc13e5e99927d0f7cf009e6b537bb30641a71abc6f7ec8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.1.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 cb3650a0190f4ed5601cf497b3ef7b77627d9a48a6d38f2ceb19b323cd92d9df
MD5 d107c499d79593b0b69b68c1f185b935
BLAKE2b-256 a67437d477cc1d454b0ab5e74f101412fff2c910e101911bd3e983aad75ee7ce

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for ulid_transform-2.1.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 5f3d6c2e1dab5aaf97347e4bcff01ed193c8b57fa2a355f064c1f4fb5b3c6dbd
MD5 d4ba67595ab6e8a50b7ebb4e1e4c8459
BLAKE2b-256 9d6a90d410ec692f3d95f5e3107f023a2082ab713dd313e1da00a98607289b5a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.1.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 343e545fb8775e44fafec84fe1630274d7fb37c73b09c9ea05dda43e370a0c44
MD5 47090e515c666acb71017c3bba91c0e0
BLAKE2b-256 34ce1f3818a88e158903caeabd223499198026ef3150add53f04498f91901f51

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.1.0-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 495a6022aaabd9fb50f6214cf1520077a54e5ee30090da5b60e176fbd2fb5e95
MD5 e8ad846ec4f22b21b08389c9eb0cc595
BLAKE2b-256 b40288236b6ca76945dfacb2a3566f75b3567a1914be2e7af1b2bf584e8a92ed

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.1.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2165a3be03b16aea7804f4820705caf430501ea2ef0d526480c42848cbffbb41
MD5 41eb2f0e453dfef51387c6fd6319dc69
BLAKE2b-256 4ee7cc5a33ad1473d075e0bfd7e8b572b5e6b2367e7e23049f77b6f7b040261b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.1.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f8fd51a8e8a49fb6e05e374967f51b446a50def995489fbea7dff815a6923568
MD5 a222e45436c500be5a9659da7e8ec50f
BLAKE2b-256 cb3997394a4e93bd549e40820e13842e9ed1faf79da3dd76e3033df2755a0269

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.1.0-cp312-cp312-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 5e76868cea5c62d05c9a58aebd58ae4298171e9484834815bfa73e0eb68aadd7
MD5 850a3bd25d51110a98f9a501a4dc75e6
BLAKE2b-256 bf383c275e234fae85ae06beec728f077be762b8ca189346a8120680e3c1153c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.1.0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ca50ecdcec58031dff0dd7620adefa70bd0fa7e865870cea86159d3b60e887a6
MD5 8f179e891fc9bef97772d0f534d0c1ec
BLAKE2b-256 bb0aabaed06fc11461c1da02eb08271063e83787f5807b3981959b1215f80eb1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.1.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d096a9ae7cb3046a75179194e26bef2eb8c28a168021068a1110e61841b4478d
MD5 c062fbca90457d4ea1aee7ab675b674a
BLAKE2b-256 170cee9b426e9176e808c3a60d87809476770ac21e1eadce542d4a02a048a56a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.1.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 1d8e1a166bc0c3ecc5d4eae4f101a9d7cce3ca95abdeb655e06460ff75ca48d1
MD5 0ea5479fe49ad9bbe4ed8cbb9d062091
BLAKE2b-256 33d9fb6e479876e0c3cb70e524f022869dec01e8aedc0921faa90ce0ebdf09f6

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for ulid_transform-2.1.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 6188c3f28c886c8bffce1c038d6872fe237c523458dd3d4e4294ab85cec8ecbe
MD5 2b484e0aed0788e96cdd1be2624efc7d
BLAKE2b-256 af1590104c62e6b1734c7984b3c34a502efb192de1649a66b4028ff2b37f06d0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.1.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 77afda031cee10d00af14762005da2095940851bff775e4b4813d5e0126eedc5
MD5 3f55fe8bf5e0e6c610fc3e5538a13fbc
BLAKE2b-256 5cad08e5f892080b9ba7751c02b5367943d8e69d3e917b82dca56f1b1dcd17a4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.1.0-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 efba960d02963976f5015348c86480cb789086f4a6ca2e5d8e96cb963e82162e
MD5 f5b3cc758ddbcfcfeddec80f317782c3
BLAKE2b-256 f092a080170a6a9c0d0a2440b3cdb0025cc526a330a70c4319a211df813fd9e1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.1.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ab55b57be78a85d35621472d2e9c2b5c85dc1480ad19df8e6dc6991e4b0baf48
MD5 20b3eefb152ec598ce991766f76db55f
BLAKE2b-256 3067c4906f210e18a706ef47a7fe91e662e4b91dc7a18c89cd13253d244cd8aa

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.1.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2cf91b6f40318581dd10f5b2228922103d0aaa632040fe126581966a271742b0
MD5 32e6131f8157dfc2c7e28a19343c4baf
BLAKE2b-256 0c4e879c99086bd8f633de0cde868f4cf59af2e992dc2b115208f62e1cefa3a8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.1.0-cp311-cp311-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 b4f57da35107c735951d65cb9e35f2a1114338542b750fe44b56dbc0678355e3
MD5 173adece5010acf6836e597a7aa93702
BLAKE2b-256 3def73dda4f58db3e31bcf079c471895a7f6cdd77a4de416ed28b2239acfff9b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.1.0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 940e16ee9b521ef8100af5930c32469e54f1eb32ddb93faf4437e4385d459be5
MD5 1cb95c5dbdc2a5e4ab8e0946628935b8
BLAKE2b-256 acdcdb2704bf5ae4d3f85a20087a323a140109b85a24226acd0b2b66c66964aa

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.1.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 167fe30381332fad2550b93308d2f21336a3be094d2abd4b6f7cc757f949d4d6
MD5 f8670588aff6790e3f8113e8b1cec7f7
BLAKE2b-256 46f741ea324e39a70d82ac85930b8a744a6adc570bc086d17537cebde56da853

See more details on using hashes here.

Provenance

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