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.3.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.3-cp314-cp314t-win_amd64.whl (32.7 kB view details)

Uploaded CPython 3.14tWindows x86-64

ulid_transform-2.2.3-cp314-cp314t-win32.whl (32.4 kB view details)

Uploaded CPython 3.14tWindows x86

ulid_transform-2.2.3-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.3-cp314-cp314t-musllinux_1_2_armv7l.whl (885.2 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

ulid_transform-2.2.3-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (33.4 kB view details)

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

ulid_transform-2.2.3-cp314-cp314t-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl (36.2 kB view details)

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

ulid_transform-2.2.3-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.3-cp314-cp314t-macosx_11_0_arm64.whl (30.9 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

ulid_transform-2.2.3-cp314-cp314-win_amd64.whl (24.1 kB view details)

Uploaded CPython 3.14Windows x86-64

ulid_transform-2.2.3-cp314-cp314-win32.whl (24.0 kB view details)

Uploaded CPython 3.14Windows x86

ulid_transform-2.2.3-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.3-cp314-cp314-musllinux_1_2_armv7l.whl (875.4 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

ulid_transform-2.2.3-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.3-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (24.6 kB view details)

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

ulid_transform-2.2.3-cp314-cp314-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl (26.0 kB view details)

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

ulid_transform-2.2.3-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (25.6 kB view details)

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

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

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

ulid_transform-2.2.3-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.3-cp313-cp313-musllinux_1_2_armv7l.whl (875.4 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

ulid_transform-2.2.3-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (24.6 kB view details)

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

ulid_transform-2.2.3-cp313-cp313-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl (26.0 kB view details)

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

ulid_transform-2.2.3-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (25.6 kB view details)

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

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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

ulid_transform-2.2.3-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.3-cp312-cp312-musllinux_1_2_armv7l.whl (875.4 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

ulid_transform-2.2.3-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (24.6 kB view details)

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

ulid_transform-2.2.3-cp312-cp312-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl (26.0 kB view details)

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

ulid_transform-2.2.3-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (25.6 kB view details)

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

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

Uploaded CPython 3.12macOS 11.0+ ARM64

ulid_transform-2.2.3-cp311-cp311-win_amd64.whl (23.8 kB view details)

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

ulid_transform-2.2.3-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.3-cp311-cp311-musllinux_1_2_armv7l.whl (875.4 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

ulid_transform-2.2.3-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (24.7 kB view details)

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

ulid_transform-2.2.3-cp311-cp311-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl (26.1 kB view details)

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

ulid_transform-2.2.3-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (25.5 kB view details)

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

ulid_transform-2.2.3-cp311-cp311-macosx_11_0_arm64.whl (23.4 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

File details

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

File metadata

  • Download URL: ulid_transform-2.2.3.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.3.tar.gz
Algorithm Hash digest
SHA256 7f54904e59bc96948d9f1ffa1e2cb72c9f8b1de943da88e144fdeb7605c0b49f
MD5 f93fd3259cb1591c7245f12382780226
BLAKE2b-256 506389b8b7d3b91347eb9222e6d3cf95c2014519041b379bc283b78f8b2bf559

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.3-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 aca99d3b007741c39f69018d0dcb086d6ff2a5d8d52ae7508ac9a226eee34329
MD5 2ce62127091d17b2c0a8266de2c2d5d1
BLAKE2b-256 8a444a32754e09a608df24a19b355cfd8f4a62b1ae4fdd7283797b60cab4f12a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.3-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 203af281a5f7ac33c9f02c6d98b5dfa8163de85be611d9e17573bda908a9e9f8
MD5 4c339a7a579466e6a00fb4f8f59a0149
BLAKE2b-256 9eb9891b4315c2802f609686a9920dfaf5f421a7c64a086e57c3e65a007f380d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.3-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 52f2335366b34e1551400ac0ecf3f639385a1c91b163074e9ecec792b2a17e18
MD5 e0ec20bd888856513408fc47e39abda5
BLAKE2b-256 fafed4bc4448d85785ba9ff8c608e2d086411f4a189f386472581ead1dfe0cfe

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.3-cp314-cp314t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 70ead6ee1460d896430d7c3b17fe5c4cd446158e35b77f1b2bec6a6e6d5eeaf9
MD5 7a1da9009fe97535b771279dfaa8248a
BLAKE2b-256 3c98170205b97439782c8101cab8f86865f8b68aa11e29994ee093e9205fe4fc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.3-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ae03cfb21bc3e793d23ea9eb871b33f41b1d881b1803bb6622898b87f467ef2b
MD5 00d496dc1036c19bd840b94fa6ace52e
BLAKE2b-256 22891e9e157a55f9510e04512b5b4b7bb819995b35b485e0c7f1f92b48f496bb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.3-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f93c734f15624c41d282d98a16da7e738b9cb330a71ffa3c6cc92c1e579515f2
MD5 b8e0641437d7f9ebc19063cd8189d3a9
BLAKE2b-256 c8fa717d36809ab8e77a50d4392ff1f83bdb01289a331f1da952deccbfbe42dd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.3-cp314-cp314t-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 cea939191ef715250e1e3921b8b805f83255c722b89b527f82877a678716b07d
MD5 ff609a44a34877c1bca261ff9fc5b577
BLAKE2b-256 294320278bbba08297ba82170ad7ac399df5c6ecace8a217783dfb1de0974b79

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.3-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d8c2fa3308fa7af5a0e8bc1bb0c7bc1a578f84533eb194dd678f17287c32b8c4
MD5 f9b54590217463d5213f0f0f859f7a19
BLAKE2b-256 c30b279a7a20028bf0164f342fc14478add033d45c1679dbeabe6a93955fd79c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.3-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 735b11107816ea6a841be50e2191b41bc274e00d953a61cd9b4794012ffa134d
MD5 66375d18a54fa8e81f81c0913e2dafbc
BLAKE2b-256 f41200deac4b860b3a0cc5f972e01fa9ca87bc43e1952af50cc11b77c9be5529

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.3-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 a7251a8d9a4416fe6c2c4b95c73953163f71c61fb87cc9f175c025a291fe8fd7
MD5 5bdf01a53262575f6c2372e8807dc4c8
BLAKE2b-256 9c0835a023f4f444f8601b152feab32e113d93702f78c2b6be635e2dfe5dc76b

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: ulid_transform-2.2.3-cp314-cp314-win32.whl
  • Upload date:
  • Size: 24.0 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.3-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 1b90074e7e6c2439cc9b4aeb0fd826b37c08094efb12023480c51b80f7dbedc8
MD5 fca059fec97b46f4124ae9562c363baa
BLAKE2b-256 a0ead40adc4d62b085ece08ac0313d3e0badac63daf265e9409821105f418a49

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.3-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d961f5910f7289813bb04fec50304cae36f27bbd3f25abf94139258a62751d84
MD5 f3c413444d25e28c8be7e043911a4903
BLAKE2b-256 063650043db18dcc0cb3a24b7132f1f687f208220dcfa8f5670490ddff9e84be

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.3-cp314-cp314-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 68ac3755731e87abb011d70ccb3c69ab7fff1346c9421247d1a6d8839be1cfc4
MD5 bd25a8af3c51f749a4037423166e1a33
BLAKE2b-256 e6c2b137e62a64ec8a7877ae53136a671dbfdc18ec669a6c8932de2f841b366e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.3-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1080187dbcf60f16375a8e3cad6fd7d0f8ca7e684244520636fe52fa9a15c6bf
MD5 8313b0a828bfb8a2777b35ed6c685b59
BLAKE2b-256 cf1cdfef7514669b351aa26f3a31b6ea9cce77d166d51fabe6d4622a18de057c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.3-cp314-cp314-manylinux_2_41_x86_64.whl
Algorithm Hash digest
SHA256 ca956a68bc112d10d2ab7549513f6746a4011701cc2200206992fc374d5642b2
MD5 4a414736c06fe1186837957e0d334a70
BLAKE2b-256 763910815bc7dda137b22294e468755b37675f33d9cffa9f1f86e5adcc7e0bb9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.3-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 42c7314be7703f4d89489a303dce72a2cb07b87f6bf4e65d08d454b6ad8aee5f
MD5 1ba98983af2cf8486f2e17e320ff7ccf
BLAKE2b-256 5513e89958ca6fa3afe1bcdab2d8fe912e6ab5a8e6f052e73959ba8c779fc75c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.3-cp314-cp314-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 a65d8b48ff0927e5b2b3140fd114ce43fcd484b44978b4cdb458a24a39d61667
MD5 f6ce149110ed69ef6e5c63ebeb255530
BLAKE2b-256 a878c104b1127849d6f0363a2fb519cdac36d40ee277b7527bc9722350aa7e16

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.3-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5a784a81cd252768df4a798bb85e1fe7f6017994550a0a97438a7b7b3bdac674
MD5 7cc47b0ba32c76e0db03be5631b89f07
BLAKE2b-256 d5d7c7689d1d881cee8c7b5124fb0a41f173e30b0c9879f9001ebcc3d0cb4fa4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.3-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e4817d23d94f7aba1e66059bdadf85ee9c7b8781c4be7a7e5bfd397b160f8fba
MD5 8263d971c942ad322a9e28d9b178fa8c
BLAKE2b-256 710925b61cbaa287d67fb732eacf1ecfe4a1f91072decba9372e41d898a9c05f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 631d9ad1b1721f8b34b0a05255962e5e3a0754cf963c8449d6a98877b0b44c77
MD5 ae772e0e15afab86be503b13d34e83a1
BLAKE2b-256 4dfa2ca61119fbb66b1d98b1872f283311c7a47473e487df131775895ba2b0f0

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: ulid_transform-2.2.3-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.3-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 7ac6db1fac112d627d8ed209d3f9c0d4267cdac4cab993d00324c1360369e9f1
MD5 3caa374809d9091a476241fa8b92d9fc
BLAKE2b-256 d81ecf489c2559bf62e67c51fdb9a9776ff65e52f2a24e0cc374c8dbb7927c0f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.3-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c7098a3492c1725bd3d12eb75d0e5eab3aea337a0f9d39d467d81d0e87a555c6
MD5 bdf5391c351bc8ebe050c1a6f521724d
BLAKE2b-256 dfcfeedd29a00ac5d0004048d9f0c31001e4e307d56a3678aaf9d7436e81d558

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.3-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 56fe13b12a3c07853f467676e5425267044b8fb6216b241c81046e90d338b81f
MD5 75e1eba8b131193b3047f8b977942500
BLAKE2b-256 c0bc94ef927c2aeb70fe978774dd0fc894cf41855ec28c4b7887ae91c6b9e9f5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.3-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8b7af82c0e1e6d7628043276bcb225d4c6044953d70ff0cbfd4f3f08c36018b5
MD5 3de9afa465fbb33c500c580b88a90a37
BLAKE2b-256 1a6bd50459e036f424ed449392536de4d9602a4471dbf5022c7e3eee35a51e4b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.3-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 68b886393512e0d9f167b7c4876213282cd0f86154e3684eb34af0f8f0ca5d23
MD5 f6ab7fb5f0b4e1a71cf95377b8ab4d65
BLAKE2b-256 5908f41dd368d914602a101b4f5c2ad401f11b6cd0a3813604e47fe0a81b10c4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.3-cp313-cp313-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 f0e3ccbca5728f6d375b9ab3feb5295ff12ed5cec64bc0bbba643c051fb6c1c1
MD5 80f1e27acc035877a42097548a6b3f8b
BLAKE2b-256 c066c9f855f4155a2855f1394c247a9097b4320d420254f5b27118135b9f7fca

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.3-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 985f02381eba6a568c884a9d3387de155403fcb765a6b9053bca9a16a265685c
MD5 55df5645a77a6bec1f8ba071388c0522
BLAKE2b-256 e2294b13f4141c31c1c06d14da2a25bfee264f039fa2cec987e4ae1705f40307

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.3-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 91a2a5cbd1d7d1d6befba7a04c60f1706877f5a7b11f3d2069d5cfdba0550417
MD5 f4d6675d18f17c527b72658b3441b334
BLAKE2b-256 c0c657cc7b9f9bc2d111de2d0bb526cdbd7326f15c7fe173498d8b9b0d5e4abf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 167f8e56dceb80580155bda079a552d0a276954f384aaefd0dd1e31db7e78078
MD5 5acd6d9d4df5fb4ebcc2b0d5ca106cf7
BLAKE2b-256 b630d47e8acd91db58851e2e448c5949a22f6f47041f92798ee09b6b8b992dba

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: ulid_transform-2.2.3-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.3-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 d1acc04b23b6f7ed6321ef3aa0ae4d7aec4987d0eb5df568b26c3adab178781d
MD5 563623c06b9eef23948f8a6af7bfeb30
BLAKE2b-256 bd5666e72cf91f889fc9344158f8469894b81ebeca523314a4b82a5818b18ff7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1c7c1970afc1688fbd362a7917ed32dfdd9680c34c97dba9f4335f4b217cef29
MD5 d92365f4c0fa1f098b8a6433daba8749
BLAKE2b-256 198b1a4ef4ed4cc2b6afdff21a5cfdb23ed52712e754ee2a99170c80a62362d2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.3-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 aadaca5a00301a59e22c8da3204df7bb69ea8fd66fbc806d973381573f985000
MD5 769e8183798ce6c0f0e6ddcb52b6b71a
BLAKE2b-256 56b5da40f983db2ca662bbbd737f27cbd7f428738d3ca6dc74c01119ca98427b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.3-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e887d1bac96bc7b81016171caefe85c925a7b2a9ff687f86a99903bb6c761269
MD5 638d6c41d8c8cf5706fc2fb4d7b12482
BLAKE2b-256 2c36aaa9ccc8e43cc517ec6b0255b3abbed2a15fd56aa8cba60a21a32b2bdd86

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.3-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d6ff5c75fc530f184ebb80670b319de8e09787fa735f36b688dc8c769ed48a36
MD5 95861592171dbba65fad42142dc139cf
BLAKE2b-256 ac5437ad767b586e924509ae1a8dd8f9340be56be319860ce5cfa6ae694f2e26

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.3-cp312-cp312-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 ac18ed43d515bf79edd7689a250d6a8ad97c496241a1d1a395fe2149b148dfe3
MD5 4dd2a15a7aa8d3ba99f8f299afb73633
BLAKE2b-256 035754b09fd200b40242a7a56442ef520a0af72b1f296411678eb993d96b5c87

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.3-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c5a010fc9c6d7359f0834faf0e93efb4a414734b3a66ff66cd4d827ff29347a3
MD5 7db5ffc11b0a00bf75464f4b7d02227c
BLAKE2b-256 6dae3d532c2a657fdd01b7bedab2079d0f17b4c916c8a37b52590752df624552

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.3-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ae5480d52f85bb52a2bae7739ce4d0ed40d94deb60dd110c6c413967e39ffc9d
MD5 02492e7905f98310f32f2a76cfa98814
BLAKE2b-256 dc2ac04d9c89df795172127d1546f3b34d448f488a590f9b28cecc8a6e3b41bf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 057e8757234460cbc426bb4d075febbaaffde18c81d8cc849c32cbd0be794b1b
MD5 a45a18dcbc07db080b1c1d1ebe9b7425
BLAKE2b-256 37fc8d15b7698b0c4ed769a394d62217ac9ab6bc68855e8bd032a45c0b3c22bf

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: ulid_transform-2.2.3-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.3-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 7d3feb551a729274dc85be8e994972baadb68138bf21c42c68866c4da1b5eb89
MD5 d63d873870a8c5af3d18a89e499a6117
BLAKE2b-256 5e55a92b256957e6d71d9ec7f6275fc3bb1ee52ddd8a53e313e98befdbf43de5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 56caad538689e0ddcbc4fd177b686d7ad2428e0b463693a77bbc03d897972ed8
MD5 625b089e9ed2390ff9e3329466ed2cc1
BLAKE2b-256 98085ebc73379cd5e023f233cac69453edb57f1d5fdd9597353d0014ef5ecdf0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.3-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 aebffb8d8c15e80bdb3b088a41f9510af22c0f7b39b7deb199b588f8f2881749
MD5 613351ee5c96088ce1d149cd2594f220
BLAKE2b-256 7a8f1e02e38f919be505962a372b6a225ecd16095013acc4a630a6caf62ce876

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.3-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7c88e88034e0590cc68e379e2b60e4df951cab776c3ee3920ccc7738e3146cf8
MD5 bb75c986c48eaa471623e17934563ab7
BLAKE2b-256 1aeb21537fcf1b18cd9242a655a234dece3f0cc0e642d0e44719f4702aaae666

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.3-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 be1c1c4c4a54d1eb05059f6dbc260572734c848d98332de9cfed8e8e6140c5bf
MD5 a7840f61d904285f8509c93def47b399
BLAKE2b-256 6b111b3d4adf95dd3cfc509000dda2a0a20ba089a65b8b71385c4765d6fd349c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.3-cp311-cp311-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 b21e91fe22ad66cb1462065dce8c4edf87fc34f59fee5a1181021d6022a5e958
MD5 d3b256dd7e11123f61bee58a646c253d
BLAKE2b-256 c30636fb3f63f9364e9ca901840b384e1aa401f0eabd32a0cdb8ad726c3ccc9c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.3-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 45e8fbb0b813dc8758bd5456e16b3bc71e910c84681fb4e8d1347f9af4836a82
MD5 d8cfea66a7dd0096c0912e55137461e9
BLAKE2b-256 72f4ac64b47b5910534b48f9182ea5a5f52d97b104f649ff785aedb997a4c3f6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 519f437c8d8dc9feab487cbc4e45cc36dfee5fce1275f79f207ab5182e22f5e8
MD5 3934abe768047fd0b748c157c3027aee
BLAKE2b-256 0f00eac6dd5f2dc418c83a18752a84d084540e5064e1f3d05dfed1ba7b96333c

See more details on using hashes here.

Provenance

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