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.4.tar.gz (15.5 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.4-cp314-cp314t-win_amd64.whl (32.7 kB view details)

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tWindows x86

ulid_transform-2.2.4-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.4-cp314-cp314t-musllinux_1_2_armv7l.whl (885.3 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

ulid_transform-2.2.4-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.4-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.4-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (35.5 kB view details)

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

ulid_transform-2.2.4-cp314-cp314t-macosx_11_0_arm64.whl (31.0 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14Windows x86

ulid_transform-2.2.4-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.4-cp314-cp314-musllinux_1_2_armv7l.whl (875.5 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

ulid_transform-2.2.4-cp314-cp314-manylinux_2_41_x86_64.whl (15.4 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.41+ x86-64

ulid_transform-2.2.4-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.4-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.4-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.4-cp314-cp314-macosx_11_0_arm64.whl (23.4 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

ulid_transform-2.2.4-cp313-cp313-win_amd64.whl (23.8 kB view details)

Uploaded CPython 3.13Windows x86-64

ulid_transform-2.2.4-cp313-cp313-win32.whl (23.7 kB view details)

Uploaded CPython 3.13Windows x86

ulid_transform-2.2.4-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.4-cp313-cp313-musllinux_1_2_armv7l.whl (875.5 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

ulid_transform-2.2.4-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.4-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.4-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.4-cp313-cp313-macosx_11_0_arm64.whl (23.4 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

ulid_transform-2.2.4-cp312-cp312-win_amd64.whl (23.8 kB view details)

Uploaded CPython 3.12Windows x86-64

ulid_transform-2.2.4-cp312-cp312-win32.whl (23.7 kB view details)

Uploaded CPython 3.12Windows x86

ulid_transform-2.2.4-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.4-cp312-cp312-musllinux_1_2_armv7l.whl (875.5 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

ulid_transform-2.2.4-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.4-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.4-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.4-cp312-cp312-macosx_11_0_arm64.whl (23.4 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

ulid_transform-2.2.4-cp311-cp311-win32.whl (23.6 kB view details)

Uploaded CPython 3.11Windows x86

ulid_transform-2.2.4-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.4-cp311-cp311-musllinux_1_2_armv7l.whl (875.5 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

ulid_transform-2.2.4-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.4-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.4-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.4-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.4.tar.gz.

File metadata

  • Download URL: ulid_transform-2.2.4.tar.gz
  • Upload date:
  • Size: 15.5 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.4.tar.gz
Algorithm Hash digest
SHA256 d4a112776d1de3ce88c5c06575baee91ac288b0c96742be4364df5f25d52d26e
MD5 8030d9e37902235f5df51365ae9a21db
BLAKE2b-256 f8fe14efd9e21d26417ac449203f79f62a75bb56e4bcfec0ffdea0ae714fd9cf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.4-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 724265ff2548e559e91add97e95e10c2e9c3981b4ab6c756411c27feae93cf15
MD5 46f2d4378387598f7d3d0427faaec0f1
BLAKE2b-256 fd5c0a61bf6a046fbfa88bb795709c98133e2db575935ff4e73eeebef6cc8e79

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.4-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 ad42c9142287be2d11adc806f5da509ac6c69eb8fa5058710f925a09ea56416f
MD5 c1089b71c1b97be103d9ed8e720efb72
BLAKE2b-256 5a6ee2ca2f48b1e7348bedcdecaf78969dade2043a5492d59068e3726d3d61b4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.4-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4dcdc5312cf3f1d7259068f1b7431506061689756d4d010512b136a6b3641ce9
MD5 27c7f3e5ed2350771f2e1d1cfdd2f217
BLAKE2b-256 17fe0ecf926ca6aad153dbbd44e47deebd88189ee679f83c940bcd9b1e51adff

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.4-cp314-cp314t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 b5238f835c9d669ebb935801a3ea9e07cea432d7ad0adabff1831a07145a8d4c
MD5 5df92299d73ab167469fdb817592b53e
BLAKE2b-256 7b98789e4c5672e093b59d591cd85be9b75eaf905f8556000aa3f68b7e459e19

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.4-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6fb73547553b5c19a63da5bf0f4c0acddd62ff7b0ef9f99033af0a2bddcea553
MD5 e3adefddaaae51fa9b3cdaad37ab8b45
BLAKE2b-256 9045348bdf0404f706484daa9f32351d8014ab65b6932bbc876eeb708180a65e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.4-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0562204574d79429fb519729b8810f759e25c449b83034d4f56eb5ac8b5c5c90
MD5 c803fd795bbb424d85418d78b199b072
BLAKE2b-256 a2d1df6a2cfb11792475ed59e98b45474231011db08a1392edb363c8fca2ea31

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.4-cp314-cp314t-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 4b54f27eb72cdce209ec48bccf702ff5567dd458b1d973de84b7972ec9aca0bf
MD5 c5d9e935125ab89bfdadd4904b5ffd41
BLAKE2b-256 681c29d343ea889adf90274c3f69167f20d84b178266ecf89bdad3e02349e0c8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.4-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7a67a948c8ad165f1c69875b4aa3e64548e52c1bf66b0c9deb14d680ce6bc850
MD5 ccf80019ca967d0bc156eba5ce20af37
BLAKE2b-256 12a967d1437cc310f4f35d92b08dcc9fd0720c0f3cca184ef51a24a2910fa11e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.4-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 63a0c09827d414d34cac2de53803ff1fd5f2fa7a702e0f5f48f65f27e7699bbf
MD5 f385efcc651615f48e61bf84fd354860
BLAKE2b-256 4cc406b0a97a3aaa3ddbf2b335ff14b690f49cb25cd85382dd7a8c177dde2d44

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.4-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 17b247386cebdfe7e5b1df6fd06d4ae48fecaac6be7566de2b85353db5791786
MD5 3052e56efb2b1da86cb98e5cfef677f5
BLAKE2b-256 d2b2b4b14b2afbb4afd1df16a70920dee9ee7c849c71d376f7d0909855b9ccd5

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: ulid_transform-2.2.4-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.4-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 fd833570bb381b804c1439715239a9eda64448e9f6febe04f6d5dd151a6095d8
MD5 eb8c7955e8694f4dc04505872f6cfbf6
BLAKE2b-256 8aed8fa857bbf2e679251427056416708dad0aefd610055d9adc8190e9672d9f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.4-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 90e90ee88bda38b8c987e1bb0c8b25d8ed1e2a1fff8d4a3c9f39e6872b80f97b
MD5 d97bc8742d96ec6902b74785a97eec2e
BLAKE2b-256 eaa582b58ea48b16393c0835af73e0e8ac0b7eebef709f9a56d80f4612a7daa7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.4-cp314-cp314-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 ef8a39100694814698e080480c3e3d60aa09ed5182b720f63f5130a0828bddc9
MD5 d0dbc8bc4e373970a191cac2707f5dd3
BLAKE2b-256 ee30603faccf510cf16fbde5e8ae588946acaf71afcd820344369dfd359635f1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.4-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 85b6a40d168a8562c974d769840bb395f61c05de13ad1270ebb1e709147bdb8a
MD5 8dd13af1d0da55f5f04c4b536fa7733f
BLAKE2b-256 3541ab61d85b03edc7a5c759afc6eae2dbfecd47cf1240a1f6884ee2cc344a5a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.4-cp314-cp314-manylinux_2_41_x86_64.whl
Algorithm Hash digest
SHA256 1d2dcbe35382fa752836b0f777d428b495a20732613edb4e3f421a9984e6016e
MD5 069a80959a89c60e455552db37356729
BLAKE2b-256 08ba6da302cb6bef194c1afc22216a784c2370a73ad6ec30674993260265e8fc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.4-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5b2aac9ef27f1aaedbb6497b27ffd1725c843c1f7e92d5ca3e2f6026c99415f1
MD5 68bc794e71790557476d2c5b0a2ab6b6
BLAKE2b-256 482a8d5f6996f0be5b7b1fdd6b39b485cdfc478d00331f92d80177d136d0d6ac

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.4-cp314-cp314-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 ec347f7ea9fbb6ddfd66f9282705874a399788c31808a84f6c4797473ddef012
MD5 0f47adc73cbf4b0cf674c651f18d5d6a
BLAKE2b-256 780b850ebbd5526f125df82970f4f7e3df63e11adb34ae63c214d5e82c1c880b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.4-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a2a0c71b45544c298a8826683eb929e629d4f4a2277f60a648e98c56ca4c3891
MD5 22728edab997e6e6699a001820e9bae8
BLAKE2b-256 901679961d49636317551fa230926bbf7c82fdb7da58391867528da4f6a3eb2a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.4-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8b1b3fd9204b1b73c2324b48a60491bee80c552d7e8c93ae7dd3b72ce10dbcbc
MD5 fe1285ff0e8401bd5281f80b65ea49ab
BLAKE2b-256 14d3a83c0748e3c4f3a150779621e635bcc877654f97085e6b5755951f8c4131

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.4-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 bd27ed86e8bd936b18095ba8d005451640e0091d3b126514d3e26100900353bb
MD5 f7daf68bf849718015a04e5b3b1d4f3d
BLAKE2b-256 2fddb432bd065ee96bb6b60956d47351ac7f05ac20685a336a55ea8cc6346b1b

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for ulid_transform-2.2.4-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 243201fbc7930782e37158cc6f7f8621be5b89bbd80ebc7c0488c715a3bce9d2
MD5 dff237ecdcfe7769075e7785f0d4bd47
BLAKE2b-256 8544da0e02e6c4222c0cd9302dea525484ecd5d4c1df55f19bc79d9cf69b7a26

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.4-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 74b325f20568c457ed6330d9012e40775394ab166749a7c1b6461c4507b5c0c3
MD5 980ddab158e7310c841ae854a35975a9
BLAKE2b-256 1efd5b951fdbe20b47e105886ab1b27422904ab6abca130c4d2a645daea20731

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.4-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 8afa9ada2a1b710b4f1a8f9d0a436a39dd3f16538999cb3c99ef7350b4583892
MD5 02c9ca946fd5777675d0de13cdc0e050
BLAKE2b-256 8e695e48a58324d560f347d561b1f61778d27bf721ca1887021eb166d2880a92

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.4-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 35755785e3363b023ad73cb249c2afee7870e88d7e767ac10823eb4986cf64e2
MD5 a9efc30f46b100db832e1ede523c1b51
BLAKE2b-256 d78439fc82afee800a7835e5a7b8b48b36d3b8c0d089d0cddb4b3f6064020600

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.4-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f10dab5494443f94888cb39805a61cead74dfb2f6a0e745b43841d2c7845a09c
MD5 d6d9264a287b378209a554fc56d01bba
BLAKE2b-256 c3dfe8fdd11c3b5cb9995d257aa1586db03a00dd6d10e31294e309ae90844660

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.4-cp313-cp313-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 5b9d712a43a75701f7add62ab22c91bf378cb044840b019754376da67e6932dd
MD5 3128de23366bd81bea8775b8792ecace
BLAKE2b-256 5b28db852ef474a6b00d322cf969d3ed690decaf06810f7fc64cb82863e5230a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.4-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 57650456ef44142abfd7f2ca29ab2ce38112013414db0b2cdf762b14de9ab98d
MD5 648e421ee26cce3d8f82c017a7e86f1f
BLAKE2b-256 93ec3c67d13a36c0a0e4bf12ff31b82e6225f3f754930c145f4061f3b4ac7ec8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.4-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f04c8000aa376535f11a2bf257c2ff853a44c6642e7536890c257833052c834b
MD5 c6531a95a9e0aa943ce37f531d827dbc
BLAKE2b-256 4fe5f87e172c360e1db810b8765b3a0cf21d9ec70dcf38b17c3a579e0cc33982

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.4-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 dd164f499537382ac28e6aeec00280f512dc9684a96c6e9244ec4dd3ba1ba09d
MD5 2e01615ce41d2b56b0f0a4b5dd55e38b
BLAKE2b-256 aafcda2bbd0c50946507c43718facdce19719b038b2168079dae14b7ffcc5c85

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for ulid_transform-2.2.4-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 7b8ce43acc411f5a8914b186c38a37b8af5b994b5bd0271512e5436fa1160fef
MD5 855645369f6a094617c65b404a876adf
BLAKE2b-256 dcc6f53dd49fa5038de26ee96b095010d4775ea620f85f38a438c7ac7ecb46e9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.4-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8a981e6ab5084889c07dccd87f8f1c07650bee3b8af831fea266af76fba5b0d5
MD5 6501590ac242a85e87a58bf416eef29c
BLAKE2b-256 b562009b1b7e8ec5c9fc9a3e0125ebc114ecc973761632a67538b549cdc2aff1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.4-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 190daa899e04bd4f6355b2d49012e17c177b1c839933d40f00302ae7a7729c8f
MD5 11029f454c2b2b1e8452065338eed2cd
BLAKE2b-256 a4ca861b8a23f28ee205393db89a7a6ee3a756ecdb200d07cbba35f2163f8fe3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.4-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f9a67cb43f82d4cf61c414d859edec76901965b55574a87f17b3c1ecd9f4a4e7
MD5 178ad9129139e0e176f66dbd3ceea1a0
BLAKE2b-256 cc6ed85648cc2b91fb243a317b4c0eaa1becdbce4d58776996d4c7351da871b8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.4-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8014ef9624189059a170741b339efe4287b36e15aff6d754796645e44347128c
MD5 f66942fa93823b1c3c941fe4ab74f630
BLAKE2b-256 4814e15c735208237f2099cafaba772c9de68f71425e44dcee43d73e6e31fd12

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.4-cp312-cp312-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 e1c621a442ecfcc4acaccf07bab4454ec4b7d4df3b6ddc5546b32e564fb7a268
MD5 117ab9dfd5c832e5d5062327ff2efa0a
BLAKE2b-256 76ae0c5b7c2ba9567eef997a54e12fe7e34e5cdad26a3090d57b1c734fa81d56

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.4-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c842d0d9321c6cdf2fb2dde52a501e890afe73476f6941700dd3d2a33bb69f95
MD5 3a137722b769a57fccb512d3fac053fd
BLAKE2b-256 817a7df7ccd6a94c91797223169ed246ae920c3622791af9f51517089d4a7cd4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.4-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4c46cafa67087e856d08f27ce532aa50a5e0a4791266837505cfecfa45ef0ceb
MD5 957036e114e5efe6c0e8f8f4d88baadf
BLAKE2b-256 07627716aa9b8063c381791b409c86b830529f705422aa7cfceaff39a76edfef

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 0f5542dbf7467c656b08f93cf5a61a0c49400f5cb729005747b7392f1e589c17
MD5 1def45e01cd7094b9491c2691929962c
BLAKE2b-256 60878298508db130dbcf857e4e6a035e22115818a58a4bd1c8f0592c9dc36894

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for ulid_transform-2.2.4-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 153dc71a5fa67f782f64bbf678c7f6679bd5ca3ab8b023f246fb7e138dd63c20
MD5 7243fa5b4b23d868184a30c37e6a8774
BLAKE2b-256 7345d1ec19433f6f5efbcb8c7a21329852f41631bcc777d11b59823bd095488b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.4-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 22d1dc5d425a1944301225942815d9d116de87cac65b8214ba32b2208491fc39
MD5 852c94c7f03b6d4d887de0c0a02223d0
BLAKE2b-256 d092af42a3b80fbb460acae4d82995470d183aeb2a6f985fa79773c1e5d16d31

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.4-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 06d531f5c80ebe520eaffeb7ae7e13c521fde5b74e845bb905fcf22616c886d4
MD5 c0d2c27262b0f5ee41d8e6ab413bf2b4
BLAKE2b-256 7c330e251d0effb2f684f9142e47ab9391203788f281b9dfde8a92c62e4feb13

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.4-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 dd974a3b8f96ce50780201f06d917159ad6125c4905228874a7dc54572ce15d9
MD5 cf79302e873927051af7b63858d3e29c
BLAKE2b-256 a93e91b772219642d92abcde5f767d5b56ee4e20b38468485fc717437757e40d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.4-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1771716e16c54aabdb48a7ef5883b561dfabe962938adf7a1a2c0c1e274de3d3
MD5 82b47d338c12625d3a55d631feae7e7e
BLAKE2b-256 c1fb045d4d8c535c6097fb6e31d5e091d730adc2a1a66889b5abc0fb0858cdc6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.4-cp311-cp311-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 e5a3b2a9e7222892d4d65d0deba2d864d21bea4b69fd5f6ee162e17c85615cfa
MD5 667bc4c7f635d637ba63cc7b69310f5b
BLAKE2b-256 51d4ea0d65c66f088da8c88b58dd4e4c3dca8519ef120fcc16049060e388b6bc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.4-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 65282be23ec6893259dd41968c557e82b10cd4bb103352359d6349c4c56478c9
MD5 f3e5059d7db1f936c778cb6005cd042e
BLAKE2b-256 000b00e59abe29456beed948d45df2cf5c30665fa6fed5245ba6c62e7c7d9fe1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.4-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7492bc1df076c386cefd16ad2f7ecec2a77a71968ef5927c409b3adaa96fa874
MD5 6c85c700a8b0534058198dab48cefa05
BLAKE2b-256 f55acf196bb17c31fa748dc196d1f3bbe69a5e1a69fe93c5a32627ff177fbae8

See more details on using hashes here.

Provenance

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