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.1.tar.gz (15.2 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.1-cp314-cp314t-win_amd64.whl (32.0 kB view details)

Uploaded CPython 3.14tWindows x86-64

ulid_transform-2.2.1-cp314-cp314t-win32.whl (32.1 kB view details)

Uploaded CPython 3.14tWindows x86

ulid_transform-2.2.1-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.1-cp314-cp314t-musllinux_1_2_armv7l.whl (885.0 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

ulid_transform-2.2.1-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (33.1 kB view details)

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

ulid_transform-2.2.1-cp314-cp314t-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl (36.0 kB view details)

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

ulid_transform-2.2.1-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (35.2 kB view details)

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

ulid_transform-2.2.1-cp314-cp314t-macosx_11_0_arm64.whl (30.7 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

ulid_transform-2.2.1-cp314-cp314-win_amd64.whl (23.6 kB view details)

Uploaded CPython 3.14Windows x86-64

ulid_transform-2.2.1-cp314-cp314-win32.whl (23.7 kB view details)

Uploaded CPython 3.14Windows x86

ulid_transform-2.2.1-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.1-cp314-cp314-musllinux_1_2_armv7l.whl (875.2 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

ulid_transform-2.2.1-cp314-cp314-manylinux_2_41_x86_64.whl (15.1 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.41+ x86-64

ulid_transform-2.2.1-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (24.3 kB view details)

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

ulid_transform-2.2.1-cp314-cp314-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl (25.7 kB view details)

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

ulid_transform-2.2.1-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (25.4 kB view details)

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

ulid_transform-2.2.1-cp314-cp314-macosx_11_0_arm64.whl (23.1 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

ulid_transform-2.2.1-cp313-cp313-win_amd64.whl (23.3 kB view details)

Uploaded CPython 3.13Windows x86-64

ulid_transform-2.2.1-cp313-cp313-win32.whl (23.4 kB view details)

Uploaded CPython 3.13Windows x86

ulid_transform-2.2.1-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.1-cp313-cp313-musllinux_1_2_armv7l.whl (875.2 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

ulid_transform-2.2.1-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (24.3 kB view details)

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

ulid_transform-2.2.1-cp313-cp313-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl (25.7 kB view details)

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

ulid_transform-2.2.1-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (25.4 kB view details)

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

ulid_transform-2.2.1-cp313-cp313-macosx_11_0_arm64.whl (23.1 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

ulid_transform-2.2.1-cp312-cp312-win_amd64.whl (23.3 kB view details)

Uploaded CPython 3.12Windows x86-64

ulid_transform-2.2.1-cp312-cp312-win32.whl (23.4 kB view details)

Uploaded CPython 3.12Windows x86

ulid_transform-2.2.1-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.1-cp312-cp312-musllinux_1_2_armv7l.whl (875.2 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

ulid_transform-2.2.1-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (24.3 kB view details)

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

ulid_transform-2.2.1-cp312-cp312-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl (25.7 kB view details)

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

ulid_transform-2.2.1-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (25.4 kB view details)

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

ulid_transform-2.2.1-cp312-cp312-macosx_11_0_arm64.whl (23.1 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

ulid_transform-2.2.1-cp311-cp311-win_amd64.whl (23.3 kB view details)

Uploaded CPython 3.11Windows x86-64

ulid_transform-2.2.1-cp311-cp311-win32.whl (23.3 kB view details)

Uploaded CPython 3.11Windows x86

ulid_transform-2.2.1-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.1-cp311-cp311-musllinux_1_2_armv7l.whl (875.2 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

ulid_transform-2.2.1-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (24.4 kB view details)

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

ulid_transform-2.2.1-cp311-cp311-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl (25.9 kB view details)

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

ulid_transform-2.2.1-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (25.3 kB view details)

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

ulid_transform-2.2.1-cp311-cp311-macosx_11_0_arm64.whl (23.2 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

File details

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

File metadata

  • Download URL: ulid_transform-2.2.1.tar.gz
  • Upload date:
  • Size: 15.2 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.1.tar.gz
Algorithm Hash digest
SHA256 6c36e80a5173ada477ccb17854af2f3256bdd71c7e2d7a0e094e7cd63aa3facf
MD5 c53cefe65837a9a862aeb2e757c8ce3e
BLAKE2b-256 763a0d575d3767632263119552db1316c2ab673deee81a4abaaec37f27dbed3e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.1-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 145f7583e246e4ee00f0f9b7f7ba49ef09e27477d77f5514906fc3a87571f1f3
MD5 226a893ef8bb64052c5cad0541ca9236
BLAKE2b-256 c57cd55daf2d774bac7ca1f256bc9e9e2e59670d9c084d2f36d88b6aeb6c7125

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.1-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 abc9b2d3c36748da4058e3e86b3f91f23e6f89ea9eeee7549d99e61e7b7f2961
MD5 2a8df67f417e1179fafd463b3ae09ca2
BLAKE2b-256 68a4850ecc47d78410989e92c5fbc78f3c1c383866d9f02a98e2fae622571e83

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 72c9a62acb738df460f66095d07301f2fd4c8c932334b44fdb90668a3c6b11eb
MD5 36bf784373e6054dba7282d0af36bfcf
BLAKE2b-256 24b133924af0fe4758aca1a4cce5739b232f186c6b4294ed7cc579fcc14ae2f4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.1-cp314-cp314t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 9e1a198ae41f52860528eab97016db984a3e63eb2bd10cbb3e1678d463248c45
MD5 b7ca259899bddec5ef8a6b267ac2620e
BLAKE2b-256 8eed192107dac973d1cfc1c09fc76c6a0e49455c6bd7223479e9e151871105b6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.1-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8902679a27b14fd1deea63b74eb6dc7b7919534d90aaf8228ab1ced23e95904f
MD5 e60e20e8fde22879199c9962e7b8e26a
BLAKE2b-256 2ebea86e3b0b4a3493a5b4944d5fea55baad0fab84b4084fbac76d4409b4856f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.1-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 eb4ad0f19d992484e509ed9d1ab7bb888cdb11dd0bdd95d3f79fb92476599e03
MD5 c8af4d5ad42cc20a5018cdb54df32824
BLAKE2b-256 e04fbdb24844c422c554821a52f2186d124b16ed82f18bf5944d71a00d16836a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.1-cp314-cp314t-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 5ba9650e0fc1c3be590c43e50ba20b711ae9bdc5dff3fd3a7c19b2f8570d122b
MD5 db94a968c9b61322041eb600bba57a53
BLAKE2b-256 1de9f01356ead261929a9841522753eee431556ab7eda60b74fde965f48044e8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.1-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 33469217d50e4831c5415d5d727568b2feeb8996e05e2929bbea63d6869e19ed
MD5 a59f12e213cc7588e7ee5e47688087a6
BLAKE2b-256 3fd37026a4a93caa980a44b6692c49034c2417fee449caba7eb1e70ce6d46446

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.1-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fd8a7efc96f0e182be60e6038f3debead61cd022da018e90b70ead9e15488bca
MD5 756415cd323b87a4a0a2ca316af57292
BLAKE2b-256 a22a845466270ab4d3a7182b46d32ab164a960b087da2d0f2f884100ba6f7715

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 afe786661306e31bc21350592f9b012e478bac686a324ba14aba94d48354fda1
MD5 cf150d7b8da6cb6d4b4b1be2c0333df1
BLAKE2b-256 4625e0f750365e1674af898f52bbb9c8318090f5cf3fedeb9b51b70c3b37fcea

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: ulid_transform-2.2.1-cp314-cp314-win32.whl
  • Upload date:
  • Size: 23.7 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.1-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 987fdf8b00e101e8f96c28db3e0f1f0ea42d649b60ee52379a06f449ffdbb9da
MD5 68b13555795c9c7794ad66519ca9cc5e
BLAKE2b-256 6086b32da98b31709c11ba399443aaa00174194641392caf6d977edd2b509bb8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2344e17161f1e7496db36e0db01bed2e08e1e3880b644103afa05f7cd8e10d24
MD5 b20e9b2328093ff7c88f382275175b74
BLAKE2b-256 0df33abe6e2928cf9a41b0a770e145febc8f56a25426c5c0caffbd7f1d8a74d6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.1-cp314-cp314-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 9659fa3f6f89641a0b6eb48a8d9dec1c7b52c29b490d192a942a573a9909657b
MD5 b9e7e77e005f5a036f872bff9f7f7d57
BLAKE2b-256 ddeaef8c9921cda2905be6914bbcce4a2004c9c0359c3b0dc834307d08ae4a3c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b747eaa344ca32fd9e714be49ce18bdac1a44c59f84ab2c86e6b7a7bb7ac24c8
MD5 24bb384402dd078a4890cec3454db95d
BLAKE2b-256 f58ed555826c0d2e777acff5b96695b5cc46890617734d33285ae379f737d10e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.1-cp314-cp314-manylinux_2_41_x86_64.whl
Algorithm Hash digest
SHA256 13eb066f8dbe2b4aceafbf7c0b6605330e4ddceb92627d6008149db4df791587
MD5 c0cca5ac795ccebebf9d21196e944b07
BLAKE2b-256 8a789e8030401e9419ef338ad1d62fa22451fb789c481d12eb38a254bfacf27b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.1-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6535a42ac0db0bb4c7aff85ee24d910b5d4352ace07f11c07d7314b173c6a82d
MD5 27e45329e61c83ee64570373e941b011
BLAKE2b-256 b1a2a2cabcb7639d21b8955a44656cd58c5b3d9ea66834adf158de8841a98368

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.1-cp314-cp314-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 b7075f8ca835aea1b043c853833129450d12c954563ee720b5b505c63ae48e3a
MD5 fded7f690c605d07fea132512908bef3
BLAKE2b-256 e020cf981dd5240a4b06fb13de3bb1460a209043d89e1f180f1b40f5963d93b8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.1-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a5920feac16e08603731dd42562e12a9d9e25cff76449f950b2fc40ab411be39
MD5 c7b7bea490ca4b9f908e99fd3387a557
BLAKE2b-256 a89ddd93c66e17a57864e3555880b9a9d440a0cfaaad16ae45a7757cb36c4cf1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 35ffeb38ed55cd7ceb68a3e689893c44d23258e1de1b9767e0bbfb722b2146e3
MD5 2b95a7db0ea5c413fc5d60edb7848332
BLAKE2b-256 e804ea53405aa6122df29dc30b392b3965e9772a68256d55e2c8f91d0fc090ef

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 821c0f4621650d8f091a22fe3dafc949cb9a5de434595eb9b73f0da984a397dd
MD5 fcf7762a10a981ec3a7d5eb8054df888
BLAKE2b-256 7d4c9538cee647e04143f558ea9f967a194d0cfdf53681e6baee061612afbb62

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: ulid_transform-2.2.1-cp313-cp313-win32.whl
  • Upload date:
  • Size: 23.4 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.1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 34236246991754d28a695de4d0b3fe1dc7e82f27b67fa3675149f7f3adbfbf99
MD5 564c59383e143000ab9854705510fb16
BLAKE2b-256 1397a414f6fed5ae340b3d32edc78ab25e2840248d17af8d7cf7be782e606f47

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 073cf54fbc089e1bb6cd12a2976fe66e9b759ee20352d08a4dee33ab18fd71db
MD5 5e20971e99d7b8cd0640b764add3bacd
BLAKE2b-256 352b84981256f1bcfd6349785bf6af2d8cc2a1f9f1849597cbe03f8146d737c4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.1-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 7e713ed7667bb53c1e28a34fb8962bc466fa7839e1fc4ceb74c885037d6a2502
MD5 d0ea77e77ebba3e256fbe10161c395cd
BLAKE2b-256 66732dbaca0e3f509433c9a5f437f16715224b11df1f18285242fa3bf6156a5a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fc27883f786a4e24b203b6258af2316672140c9ca15816786f7a2142e3d52ba1
MD5 3133ec739e2af17fa5e68bbbf7f31584
BLAKE2b-256 d12909afb7639df818c7f26a42fdb1d4ff0cc5bd7134c3d4c21dd95ff6542e83

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.1-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4c4a96bfc74a0c31263e3de84342c61ccb91db83e8b938a8762e3639e8e36f7a
MD5 ff95a7b445531f72de64b77e3436efbe
BLAKE2b-256 bb243b016d9ff8d3ff061b3f845b60464e9c18629f4dd816a5aae0847f4ff175

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.1-cp313-cp313-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 85166cf04bb434d55c5c22c96ad68d3a992c5970f6416b05f825af512363d3a7
MD5 92d8997a56847b92b7d64707b1d320d3
BLAKE2b-256 100743fc297ec9bb1e575156dabd006faf8ceeab411b3f06f64cd5c7cd9523c8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.1-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 eaa12fd4e8b5560d82f9152d0afdf3af47e5e85ea18825593cd4ae2f8786c2c8
MD5 ad92b714a8f97e23664b5da176492d46
BLAKE2b-256 3e122717af5459c4eb55c198210e5159c50a57b70f98b6b9befb4446a4dfda81

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8c8f8c8af9d41b8ea0196f8e7993093e81edcc64fc93cc7549a3abc1d148e70b
MD5 c1f2dd24ab9b0dcdff5fe6351d24e5dc
BLAKE2b-256 9918eb10d93992bf523f43fca450d83af9b6451706807b49a96b8e9229f1f394

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 791023f44b8470eefd2acb65d6192b3204ed270a2b06af61a098076e779138f9
MD5 d55db8cc2f89d904d2eccf7b5937ce32
BLAKE2b-256 9b20b05047749ff73b5e1243b614a4365226c112da65856c8d025a94dec9a2bd

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: ulid_transform-2.2.1-cp312-cp312-win32.whl
  • Upload date:
  • Size: 23.4 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.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 f5648f3f480fef3d9daf53f156a0ee9329b076de414feada9187430eb66f9a2c
MD5 bc3860fcef14b772609987becda681f6
BLAKE2b-256 77e2f58b5e5185f5e131f6bc89aa92eb65a15e658e0f12527d7cf44a3af1a35b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8020d0409bb457b4d749609ca6afe5d19293ef5e77d878c18617e6c0db4f2510
MD5 0e75cee1234320c99a5029dbe37f9c3b
BLAKE2b-256 556155f83e041666427fbbd479018e265672a252e9b55194a5608df41fd54679

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.1-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 499a334b2d03611393485c53f209dfc4f713ddbb707c609868196f1b40ed146e
MD5 7a0d4e9123e33def228ee9cbfbff6e07
BLAKE2b-256 0cc0b18cc0f7c5d7802ec7957e5ba021304f416274f712c8235de03b4fc5b832

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 84a3e66c0c42fd15c02838217567131fbb37fcc2095c8b43fda3dcb9de7be204
MD5 52837e8532c4dc85d6d0b2a834089a7d
BLAKE2b-256 19998d6f87ecc286e7bc387146bdface87f424e280b10557fda29e76a51bcefa

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.1-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d789c3882bcaf8aee1e155388347222f0f7ed7ae5206366fb67a2d5c764eeadf
MD5 9ae73484a8cc2bc87414f9a0f7457151
BLAKE2b-256 d43692dabc987b36f2462f73d3a5a5db6cb86c3f3c9ae86a2eb31fccc51e612d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.1-cp312-cp312-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 9ae5d009e4ba176b639a5e245dc7cc781855dd791296c86a0505be2d007b378d
MD5 8da2dbbe52282ee2110fe3bcb759c2cb
BLAKE2b-256 1536462f71ec7094228e5b8d8423d66f4e47d48b7e95e8a7bc4ba134d0982eba

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.1-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 af2218dffc38501d5cc0cb7125a04d0f6a629014ff3092b19b585d2b93b0bbc0
MD5 bc58a0cbb735654a0320bebc4fa89ef1
BLAKE2b-256 52d1488b4eb412201cf6b75c89b3422ea8fd95cd044609de10f4187ba9ebee09

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2d0c1c7501784565d29f1e16ae8a4c8fff3d64ee236707c86ba59a1c9272fc4d
MD5 1fb3fcd2f3701bece97964a264717d85
BLAKE2b-256 b4ff343a8c8ef222d42919b28f76229fb88b16dc5f9fd40aa70a4c929687ac6b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 1ff0ce258503ad2ef0159ecfd60305e94ba134e4447b59fad9a686704a800c66
MD5 0b2f37fa8b3864d8626ec6fe1e898627
BLAKE2b-256 2bcae795029f45eb070a28b4a86b3022fa3c90dfb3baaa9e449fb85405d27490

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: ulid_transform-2.2.1-cp311-cp311-win32.whl
  • Upload date:
  • Size: 23.3 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.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 9422675f286fedc8b695fe1201bed7a485cb12ff662b3d4868dd7a714aa876fa
MD5 211a201bb0a524db98c3bfc34eee89e8
BLAKE2b-256 2a1e47de5a129e35af8e7ef06c4a17c7fc8888b8cad4d4ddd2f3af05742f3f9e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4b7e14a311615dfcd0b02ffe41ffbf4f91d2b91e8d2a7d0f78135e861190b61f
MD5 33cf0453e436a657c2a9b3fe45a1a192
BLAKE2b-256 8fb2a69c1633700ece20821a12f29b6d929201163d674d7ebc1b7396b533bf12

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.1-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 365bf261e92e48ebea55f7ccac63d6739e5688da9058be3f1b28de7cd4e1a621
MD5 5f0dd318f2e1ce9a2c0e4bd90b8f8899
BLAKE2b-256 255e1b861a8a90891476893826bc96b71a400253d688af237af17842cdf17a4b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e2656ba1a029454b28491adbcfb39660d3639bdd8630fb779fd9549c7006a9ad
MD5 44ad8c977912d52de23fcccbe9d45cf1
BLAKE2b-256 fde9609a6998b5d86136fa06b0134bdb78fa3e6bbe04cbf4a318c19df1729cec

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.1-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4e8c5229bfe624a906c66e32af32e3a35b4b12d2b9af21f01cbddaa17f09e853
MD5 613a5c88f3bb0989f1ce9d7d40d8e33f
BLAKE2b-256 73206e917de3385a073e2e573096923c87a36ba27f5a105cff4780b3c0ca45ec

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.1-cp311-cp311-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 b3b2103e289a59357192ede745128f614c9fe49734e902da4e2e64f575655453
MD5 fe75acebfc5f16dee53f347f873a363b
BLAKE2b-256 14ae6f26d4d1c24dc202eb9fc3f9f491ef606aa3a1689029632b37412b9fc700

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.1-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 780c3d2d993c8d6afaee602038b82a8fec63692251d329cf605f64734de73351
MD5 bd9b7f605311dda78072ce1fba025f6f
BLAKE2b-256 395fb56528493712d6c73f9c7f9e13673f410bc070d883420a6c07bcabfc2489

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 36333246a69b4a47f49283e94a2b072b03c6b1f4bc065ade05337aa67e4e28df
MD5 1f74676ece922ea1440875f58c87258f
BLAKE2b-256 67b7cf8670fbbc4c57005f93b67379fba4145fd4fbe54345329d606ae9e7db8b

See more details on using hashes here.

Provenance

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