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.6.tar.gz (17.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.6-cp314-cp314t-musllinux_1_2_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

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

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

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

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

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

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

Uploaded CPython 3.14tmacOS 11.0+ ARM64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14Windows x86

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14manylinux: glibc 2.41+ x86-64

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

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

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

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

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

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

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

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

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

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

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

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

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

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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

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

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

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

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

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

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

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

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

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

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

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

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

Uploaded CPython 3.11macOS 11.0+ ARM64

File details

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

File metadata

  • Download URL: ulid_transform-2.2.6.tar.gz
  • Upload date:
  • Size: 17.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.6.tar.gz
Algorithm Hash digest
SHA256 8cec97914768c5908ee51d59a6494f3ef79d16a56a5476da61d10495bdce289f
MD5 a00763d275ab8941fcea0e6dd54bee3c
BLAKE2b-256 dea1f1d58145bf39ef41566b25a4c6fc70d3d7b7e1d36389c0c5cc792f678150

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.6-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8fefe7a3afac70d32d37e2b8d52b1969fb9947b0d5d9b288e737e6fdcc56c4fa
MD5 f809cafbfb8094850c471f957b80162b
BLAKE2b-256 94592513c87a479703dad7c4506bb6f1506e9342c49f32a91f24d3454e364bfa

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.6-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4b1f1446a76936e1dbe0277f00732e570aa151e2bef34461f5f29685d577181d
MD5 e5cdb69f3f7eacf5001cb6953345b1c2
BLAKE2b-256 05ccb154537b69fef06e056149df488927b19bb62bb2963a5cfcff58c2028f01

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.6-cp314-cp314t-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 e81d89fec9bda63d59bce3b99d9f97b20ea0ce13f0d4e52739c1ce3d06ccb940
MD5 4d2bc2ef339de0a4f18c323e6b7d934d
BLAKE2b-256 a98d46a3328e11a64669483d0c6dd5ace390ce43dace869831dd0c68d41f8fcf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.6-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 36ad1d250f09ce0853b9926b24573d830dedf5d4f1ee47eb436da6f6ff87af1a
MD5 1464d4e22232d844efea02fdd77952a6
BLAKE2b-256 117a7401d9ad4791432452f7f2e1de678467e8c6bdf11b61d6a8c75bc8d4e21e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.6-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 313e3333850a0edc6a2225b23e72dbb5bd8c98575fd2d298ef6969d031b296d8
MD5 2a15226a60da11ce2fbeba8076cb1cf4
BLAKE2b-256 bce82da9defc5f1b0d63081b6a96836c7700cd1bb3940878d873b375c08d3389

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.6-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 5ddce8a44554594362d9dee09f090ecbf64282e3a79e9e40e4a97a69be7c3d47
MD5 3b961bb56e3c0f826823b9c23a3d5ca3
BLAKE2b-256 767c11a48943836f7721c1866792862f0c5de24050d5e75cb7809267514d0e81

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for ulid_transform-2.2.6-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 94a66d649bee2037ace38010b62f6004f1fd9b2e6183fa856329d422ee46d025
MD5 644df7c46a29d5252ac426a71b46c600
BLAKE2b-256 43eb35190f9fc61f1635bfcb2e1672dcdd3ec3099a87c6eda46a6472cf600201

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.6-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ced0dbf96867dc0f58e579c55dfc3a8ffed259e742dfa199b4c2828b5673b269
MD5 e5b4bd56c84d1e6a58f87e589bba34dd
BLAKE2b-256 0efd29c3a968b5805285985f7083902d3a154d1eefdf88e1d76510c2451c79ad

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.6-cp314-cp314-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 da19dcad4bd78ec7ac90e521ff6a6f2cdde0874700c84391ec9f9629663d5365
MD5 02fe2ba983ba636d258389b17caf887d
BLAKE2b-256 05d87cf944f9b4e68c5f48340a7f12e7db2471fbe65ac9f635d75c1ab26ab10d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.6-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ac83274037a7c3b5142ce6d06fba4f02d7be93884cb0b18a09fcb7edda389bb0
MD5 a5db8d401b0def8a13d676a76ce3d198
BLAKE2b-256 ed6c98f572fe05305b2b64ba4c6022f1507cd98afbc9f6b5857a77716b88a10f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.6-cp314-cp314-manylinux_2_41_x86_64.whl
Algorithm Hash digest
SHA256 fe8c69654fd7d7a64f47267bd9fd10c97fc4c5d903f08f93538b451d27f1bf12
MD5 d04683968dd229736ae655882a46f3fc
BLAKE2b-256 a5cb405b8696761a6f0ad6ef7e1e69fa3de96d2c1f9c58da672be891b6b24f4b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.6-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5db9f881a7ef8b3b39ebc122b6788dc3cb95aa045293df1ad480c12272a88ede
MD5 b556d6d2e560dff545d6ed54e006d06f
BLAKE2b-256 3cad47a1c9dba171138820d725e34636c29a482aef91d749322deb63db0e2a05

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.6-cp314-cp314-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 05a0978db94b71e54e20da667451d3e237d7faf6767db776a707475fbb240c1f
MD5 b509a34e558c8cd6392da5277cdfe846
BLAKE2b-256 78b445fa696ae23a188028a97dfc0267c6d1b1967809286955978bc21f70f3fa

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.6-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 83107892f618a4dff483e7d1ed0a344d4d7f8972ffe85e372e9f0a9865feae04
MD5 ed0ebf2941d2814041cd3c108bfaa959
BLAKE2b-256 802f701b6cf7e3e537f4ffc52c4c67157725ee3cf11327a99c5b4bb13fe51cb3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.6-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a983509d17885c11ed5a2e8ac5a501af75f5b194c2ef1b184f42891f6c03ae6f
MD5 97412752c31ed4125c5a8bc4f30e94d4
BLAKE2b-256 dfcdf4f29ee0b2667641c16ef296b095150cb67118cbf0b611d5f6746953a44d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.6-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 1d650589e1710a73f5235c5161d16f87d02a904a96cf7fb739e87ee6c3c58bb4
MD5 5da3e2b5057b88dbb9a286cdf3b2a159
BLAKE2b-256 94e4ef22f1e0dd9ed1bf71ee138b1468080943adfbc2854b0389b30cde8bdde8

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for ulid_transform-2.2.6-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 6d90a519788bc4c1ab44d97a89cc23f80815a73eb03e7fcf0647ce6c5ef03e46
MD5 b34b954c5a1114036e0ce986d727a2c6
BLAKE2b-256 3f9fecfd534f441ba5b0d7dc4ef38f7af35ba216fa4c0ad8abf25c96a4fef84c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.6-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ad7f4b17fd029fbdbe18a45a1c2f371b7751373cfc52ace8f5ccf96274927662
MD5 e407a359c36c309141dd3ecee0bebc38
BLAKE2b-256 d5d2290a3f310e7ed0c874d552fc08aec572653a6cf5af3d9274ce34d1c9ffef

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.6-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 061d0d487773e1b4f3382cb313ef70f5ca90f9072d54703f4c34544cde58b732
MD5 2bf55384c9b0635155acc3bd5c40a320
BLAKE2b-256 cb4e796895d2c0075b5be434cfc86c2080f9d46ed58163f4c15bb7976c89c4b1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.6-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bb0b8be2e2a0c4e5262f64c700e58f199e71ae7ebccc024217100e65d05e763a
MD5 75628dfa61071b323592176e54e4ae11
BLAKE2b-256 2c720f1591ab57b5f1424c1e3cc9b4e8458c41fb68b3a4261c5cbc4d9487b01f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.6-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 254a84edded9ff9cde0074cf844b05b86ed8441796938f9212667b6c9867558e
MD5 fc19049d359a2ffe8063ef0db312d279
BLAKE2b-256 9a0befc9ec0281a0f8bc972db86155d8d8a2e6ec5a8de1699a1e91afc12b5fc4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.6-cp313-cp313-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 b3c040a23a1f9cccb56c68f33ff22800d07d6de7a1edea70f47a1a58402895d6
MD5 3f826f7521df976d437369aba669209b
BLAKE2b-256 521f7c908d4052884a6ad0fdde00fd48b823cc2631496d479784ff00ed782038

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.6-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1f7c907b6259e39bac15c6f87f42dff4786b6ad71b607dba1f8a12de4fe3be9a
MD5 d0aa5d2994bdb4c43e1b49dd0e062573
BLAKE2b-256 cf959ba741548ac085393cdf9b309119f5132d8740b3694e374286eda0b7d218

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.6-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0b97ce8e8ef46329c2438b5f2ac797ef016ba30be76440567502f793f0f4dc4a
MD5 0bf8dc5d17626d03d652f1d205e7b839
BLAKE2b-256 535098e96558c395aefcdad4c7234d8166b263d24d08aa8cd4e3535bc426d63d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.6-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 97389dbc26a120ac9aa5e0ade92389db6010cb7c51a735da57cd2b44ffa66377
MD5 45a12b83802102b4c8bd1078897418da
BLAKE2b-256 87d17fbc5a445cb5adbe014c2e81d6a7ab427f7d6f87800ae5ac14772574f20a

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for ulid_transform-2.2.6-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 a69ebbf1eb6e655a0f019d0b8bc467daf8af3d7262297d214dc56af24add9355
MD5 cd8e609cbf07b76dfb1330efbe6c1ee7
BLAKE2b-256 ee8bbb17dbeefe5b22c61dc0bc768a0ad2524892a5deb818ad31622045d3089f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.6-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3ec0951c57e7a9ec00917be1750edfb72d19de7849a91f7c67f0f46893714b04
MD5 8305d0e7a016b6836ee224c7a030d4f4
BLAKE2b-256 5d7e7b8bfe09cad1f9b27d55657ca86d747ffe7fe63ad5b8e2735769c27c5d37

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.6-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 584a62e7b99e7fe5c60462eb30812337fd88f35ad90c3f5aaf2eff0b73f15e4d
MD5 7f8f48ecba47cdbf64a2e3ad460f2fdb
BLAKE2b-256 117e8ff0eca38d9a856f4fc5e8c6458e0f2f9eab77640476ec216bf389dacfe0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.6-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 57c7a781234959f1e0498a841968ad7121d9d9558f05dbabc2a41b9cc1b76aae
MD5 612bc3a1efd35c75bd5e7d5fb4f01e58
BLAKE2b-256 972deaaba9088d440bb2548d68b994318e330c8ade8fe39ffe4d0ce9221b232b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.6-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bcd26edf0ef1c5079ed01d2fc1cb466175ea84a96926daa7813084f0048363cf
MD5 faf9abff4b989afbc6c901887f2de4d0
BLAKE2b-256 921ebfeed2a976bf18af77da2d2d104a0a7ffc7299c802388361ff5d59ca0a19

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.6-cp312-cp312-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 51fb4ec39cce80498c5ad2835fe68fc3bf2881943ed8da45c0f6c1870a4166d2
MD5 5ba2fe70109240b23cc30abf71246619
BLAKE2b-256 383dc6266d2b155c450e7b3e8ad8a5da4dda085aee444274687d30d56a0beef3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.6-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d25ddbcb0e64bdb6cd8a5491e9a226cae72eb94c2d9154aeedd6b0b2c5b9fe1f
MD5 46e68786b316af93ef401b5af74973ab
BLAKE2b-256 2edbc7e27dce4baca8a38aa3f45e32978fc2a89a64fdabf87a07704dd51f5117

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.6-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 44db9c74d935b0bed150befd910c537350a85c04073a116954a8504f73ef04de
MD5 c91739fac960b711534594326d675c2d
BLAKE2b-256 0adfd826b260d6c28f00a90921ff32d02085509979f4b4ba1d6ff317feb1f292

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.6-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 4f304f44f8510d6cf413dca78cd969a5c0821730e2ed71e51999980200b8fe00
MD5 f21f65c95d3f9fc5a7ecc9f1b309ba85
BLAKE2b-256 0032aa12a54d5bf5b5022801030a3aedc459c903161c98ce285ba3aad7a42cf4

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for ulid_transform-2.2.6-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 0e6eae59ff6d9d61d4ed245957b601300a94b6579a64277b6d75b6b432f5fe78
MD5 2c4cb070f8b0edfa950bcf549095e2c2
BLAKE2b-256 7a04921ec9c0e55ed9ddedd6bb289588ce580fd6864b91234cd5d1ced3f32d63

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.6-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5463dcff210684d915e4a3196bf80b672e0af3734317b1fec53cdf9f213fb3c4
MD5 8eb8c1c59cda497669391165847e4075
BLAKE2b-256 0ac568cfd9706f8cb031d82d3a07f4242f418af4b2f94b952a99e10cfb7f2810

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.6-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 5587dd7712f6349908ccb061ce819fe4ef680498ea642aab3349c259b709fa5a
MD5 b3d5c37a23f72836779d720d65591003
BLAKE2b-256 2d76e649e0a9e46cbeb8cc2e23bb3a653bab72c95be3e13ec0a6f6ee046707bb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.6-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6ecb3c6aef3f220e44465fe8888b3a3e1b47bbe44703a2cf7f2a7951bbac6802
MD5 cb005647c47810e8750f34a3b6730a14
BLAKE2b-256 1a00d3e4cc7f5cc6a44b3544847fea01bf9fc1c07a619efa240dee49b3bc2bdf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.6-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8a61f69cb777f8fd440ea407698d90d7d9f387dd34ff2c00f4cb51a7594bf03d
MD5 912e6f67578018d292ac105df5b815cc
BLAKE2b-256 a0301c7c4c4371ac1b7585bb09c7f3516878a5e59ff12510b6509829e83c5f59

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.6-cp311-cp311-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 e975e27916591569d0fbb6853e1c2cf8d5172fb0ac852da9e65c7b5bce2797bb
MD5 7f7c8b8d42e32836347554d437397b9c
BLAKE2b-256 9fc9d6cb0aacd20f76f4b6a240511361428435e486060d61141bddeaab0a6b05

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.6-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8f9684e66f64bcd2f326348438ec9cc515549617ea21715153c56096298ecf18
MD5 a3196d2bbd80ecaeafa827c0818c81ca
BLAKE2b-256 769ba238a1df11d531337a4188de8a00977cea3cea2f1c3074c8de807c7c8127

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for ulid_transform-2.2.6-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 caece2fa8e012b5673d39bcfc2eb6c6f98511d43944f189280a96814cfd534cb
MD5 2c3b2870a158976717225f52bd46cb08
BLAKE2b-256 d991529ea75f7e780ce7305f5ff0ca8dd2685b5110f2fae0458f34c5390eb108

See more details on using hashes here.

Provenance

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