Skip to main content

Use rust ulid crate to rewrite python ulid library

Project description

ulid-rs-py

Package version Supported Python versions

Python wrapper for Rust ulid crate


Installation

pip install ulid-rs-py

Quickstart

import uuid
from datetime import datetime, timezone
from ulid import new, from_uuid, from_parts, from_timestamp, from_datetime, from_string, PyUlid

# Generate ulid
py_ulid: PyUlid = new()
print(py_ulid)
print(py_ulid.str())
print(py_ulid.bytes())
print(py_ulid.increment())
print(py_ulid.randomness())
print(py_ulid.timestamp())

# From string
str_value = "01H6D6M1HWY1KNND0FKB8PRR87"
py_ulid = from_string(str_value)
print(py_ulid.str())
assert py_ulid.str() == str_value
assert py_ulid.randomness() + 1 == py_ulid.increment().randomness()

# From uuid
uuid_value = "771a3bce-02e9-4428-a68e-b1e7e82b7f9f"
ulid_value = "3Q38XWW0Q98GMAD3NHWZM2PZWZ"
py_ulid = from_uuid(uuid.UUID(uuid_value))
print(py_ulid.str())
assert py_ulid.str() == ulid_value

# From timestamp
timestamp_value = datetime(2023, 7, 28).timestamp()
py_ulid = from_timestamp(timestamp_value)
print(py_ulid.str())
print(py_ulid.timestamp())
assert py_ulid.timestamp() == timestamp_value
print(py_ulid.randomness())

# From datetime
datetime_value = datetime(2023, 7, 28, hour=1, minute=20, tzinfo=timezone.utc)
py_ulid = from_datetime(datetime_value)
assert py_ulid.str()
assert py_ulid.datetime() == datetime(2023, 7, 28, hour=1, minute=20)
assert py_ulid.timestamp() == datetime_value.timestamp()

# From parts
datetime_value = datetime(2023, 7, 28)
py_ulid_tt = from_timestamp(datetime_value.timestamp())
py_ulid = from_parts(py_ulid_tt.timestamp(), py_ulid_tt.randomness())
assert py_ulid.str() == py_ulid_tt.str()

Benchmarks

For details, see benchmark.

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_rs_py-0.4.0.tar.gz (10.0 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

ulid_rs_py-0.4.0-pp311-pypy311_pp73-win_amd64.whl (115.4 kB view details)

Uploaded PyPyWindows x86-64

ulid_rs_py-0.4.0-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl (202.7 kB view details)

Uploaded PyPymanylinux: glibc 2.28+ ARM64

ulid_rs_py-0.4.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (215.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

ulid_rs_py-0.4.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl (188.1 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

ulid_rs_py-0.4.0-pp311-pypy311_pp73-macosx_10_12_x86_64.whl (202.6 kB view details)

Uploaded PyPymacOS 10.12+ x86-64

ulid_rs_py-0.4.0-pp310-pypy310_pp73-win_amd64.whl (115.6 kB view details)

Uploaded PyPyWindows x86-64

ulid_rs_py-0.4.0-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl (203.0 kB view details)

Uploaded PyPymanylinux: glibc 2.28+ ARM64

ulid_rs_py-0.4.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (216.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

ulid_rs_py-0.4.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl (188.1 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

ulid_rs_py-0.4.0-pp310-pypy310_pp73-macosx_10_12_x86_64.whl (202.9 kB view details)

Uploaded PyPymacOS 10.12+ x86-64

ulid_rs_py-0.4.0-pp39-pypy39_pp73-win_amd64.whl (115.6 kB view details)

Uploaded PyPyWindows x86-64

ulid_rs_py-0.4.0-pp39-pypy39_pp73-manylinux_2_28_aarch64.whl (203.0 kB view details)

Uploaded PyPymanylinux: glibc 2.28+ ARM64

ulid_rs_py-0.4.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (216.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

ulid_rs_py-0.4.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl (188.1 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

ulid_rs_py-0.4.0-pp39-pypy39_pp73-macosx_10_12_x86_64.whl (202.9 kB view details)

Uploaded PyPymacOS 10.12+ x86-64

ulid_rs_py-0.4.0-cp313-cp313-win_amd64.whl (114.2 kB view details)

Uploaded CPython 3.13Windows x86-64

ulid_rs_py-0.4.0-cp313-cp313-manylinux_2_28_aarch64.whl (201.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

ulid_rs_py-0.4.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (214.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

ulid_rs_py-0.4.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (215.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

ulid_rs_py-0.4.0-cp313-cp313-macosx_11_0_arm64.whl (185.9 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

ulid_rs_py-0.4.0-cp313-cp313-macosx_10_12_x86_64.whl (200.2 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

ulid_rs_py-0.4.0-cp312-cp312-win_amd64.whl (114.2 kB view details)

Uploaded CPython 3.12Windows x86-64

ulid_rs_py-0.4.0-cp312-cp312-manylinux_2_28_aarch64.whl (201.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

ulid_rs_py-0.4.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (214.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

ulid_rs_py-0.4.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (215.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

ulid_rs_py-0.4.0-cp312-cp312-macosx_11_0_arm64.whl (185.8 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

ulid_rs_py-0.4.0-cp312-cp312-macosx_10_12_x86_64.whl (200.2 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

ulid_rs_py-0.4.0-cp311-cp311-win_amd64.whl (115.2 kB view details)

Uploaded CPython 3.11Windows x86-64

ulid_rs_py-0.4.0-cp311-cp311-manylinux_2_28_aarch64.whl (202.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

ulid_rs_py-0.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (215.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

ulid_rs_py-0.4.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (215.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

ulid_rs_py-0.4.0-cp311-cp311-macosx_11_0_arm64.whl (187.8 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

ulid_rs_py-0.4.0-cp311-cp311-macosx_10_12_x86_64.whl (202.3 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

ulid_rs_py-0.4.0-cp310-cp310-win_amd64.whl (115.3 kB view details)

Uploaded CPython 3.10Windows x86-64

ulid_rs_py-0.4.0-cp310-cp310-manylinux_2_28_aarch64.whl (202.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

ulid_rs_py-0.4.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (215.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

ulid_rs_py-0.4.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (215.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

ulid_rs_py-0.4.0-cp310-cp310-macosx_11_0_arm64.whl (187.9 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

ulid_rs_py-0.4.0-cp310-cp310-macosx_10_12_x86_64.whl (202.6 kB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

ulid_rs_py-0.4.0-cp39-cp39-win_amd64.whl (115.5 kB view details)

Uploaded CPython 3.9Windows x86-64

ulid_rs_py-0.4.0-cp39-cp39-manylinux_2_28_aarch64.whl (203.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ ARM64

ulid_rs_py-0.4.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (216.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

ulid_rs_py-0.4.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (215.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

ulid_rs_py-0.4.0-cp39-cp39-macosx_11_0_arm64.whl (188.1 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

ulid_rs_py-0.4.0-cp39-cp39-macosx_10_12_x86_64.whl (202.8 kB view details)

Uploaded CPython 3.9macOS 10.12+ x86-64

File details

Details for the file ulid_rs_py-0.4.0.tar.gz.

File metadata

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

File hashes

Hashes for ulid_rs_py-0.4.0.tar.gz
Algorithm Hash digest
SHA256 3c6711241c27a9b5e82f2af7bd7a5da04c62ef5794326180092b0bb25e923703
MD5 c44b467ac078e12adb772502f61496ca
BLAKE2b-256 c3c688cc23cb2b4bd0ca16b39c9576ac24e1ac7bbff07736eacd86ad4044a7ba

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_rs_py-0.4.0.tar.gz:

Publisher: release.yml on rp-libs/ulid-rs-py

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_rs_py-0.4.0-pp311-pypy311_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for ulid_rs_py-0.4.0-pp311-pypy311_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 21f2a71b3678df3afc2bc701d5aa4ed850ab3f55e6b2ebd7c8122b19b3e00e74
MD5 1d1eb2aad84ece905aca6586e9e5d81c
BLAKE2b-256 ca8521ca932f6308efb9cebdf4ca31f69edad65d4c86556ed6d8faf436f222ae

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_rs_py-0.4.0-pp311-pypy311_pp73-win_amd64.whl:

Publisher: release.yml on rp-libs/ulid-rs-py

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_rs_py-0.4.0-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for ulid_rs_py-0.4.0-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 887cd91bd49d5238ff314fcbe0625cbf0e4069337d345b7d51434c7bfe21b988
MD5 7f6678950c7a0387d4b7765204834cb2
BLAKE2b-256 cc45ab41700a652c56e4f39ec81d1ef85b2bbbf2d18c020c25f3255938042b44

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_rs_py-0.4.0-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl:

Publisher: release.yml on rp-libs/ulid-rs-py

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_rs_py-0.4.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for ulid_rs_py-0.4.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0b025d98374868e80cbcef73694c6b4f328097c69b9828f50345be4cf3bdbddf
MD5 cb0fa8c2fd32ee8f1e4fef3976bf5349
BLAKE2b-256 c02891d4d7dc4c534dde483c463dd97cbfcead9da144bdd32d0b1a4e0104d4a3

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_rs_py-0.4.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on rp-libs/ulid-rs-py

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_rs_py-0.4.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ulid_rs_py-0.4.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3a5c1270c2446d3f3b1e6f4355fa47f6c799256d20464388b58515fa66b5ace2
MD5 9f5ab10a2ffa7aab697ca1d3caae6de1
BLAKE2b-256 9c8b32f300a052002d1d693f8e6be6808ae0e719d969a9587a9e87c0d791a6e3

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_rs_py-0.4.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl:

Publisher: release.yml on rp-libs/ulid-rs-py

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_rs_py-0.4.0-pp311-pypy311_pp73-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for ulid_rs_py-0.4.0-pp311-pypy311_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 f1e76e19b14b2b025a888d62be7834e2f726da03217362f9e195a05ed8e5d6e8
MD5 b8d415839cd7d80ffd86018af098822f
BLAKE2b-256 b332d5bbd642c3ba8a431923b12e220db0541480ff1204cfa8b4e23ee0e3f160

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_rs_py-0.4.0-pp311-pypy311_pp73-macosx_10_12_x86_64.whl:

Publisher: release.yml on rp-libs/ulid-rs-py

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_rs_py-0.4.0-pp310-pypy310_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for ulid_rs_py-0.4.0-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 2aa0f666ff766860f35beb12c28be4eab76cda4d8269327b5971e09db379a9fb
MD5 3465963e3f3d90128a893d98123fcc82
BLAKE2b-256 415399213ab72ee550274e18e1dd6d22bb0acbf2c7e73cacb0e2d795a7c9e9fb

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_rs_py-0.4.0-pp310-pypy310_pp73-win_amd64.whl:

Publisher: release.yml on rp-libs/ulid-rs-py

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_rs_py-0.4.0-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for ulid_rs_py-0.4.0-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d38b803b3e673cb5c0efb7a8fd1030b18997e36b207fa62706294f829d22718e
MD5 074315095b1ac528e42269164f7f8608
BLAKE2b-256 21a1114652dfb4f8653e7e154caf9c1804784bdabdc7587280ae251b5f40d7cd

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_rs_py-0.4.0-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl:

Publisher: release.yml on rp-libs/ulid-rs-py

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_rs_py-0.4.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for ulid_rs_py-0.4.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 aa0c2240bfdb6b10b98d69d408c9c55d70f7d1bccb4d3f79dc207e307007632e
MD5 363add1713f873e1460890f48336c6cb
BLAKE2b-256 518450364f877040809b13e8aa7bd54da19688688e378e5a41deb8106464010c

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_rs_py-0.4.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on rp-libs/ulid-rs-py

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_rs_py-0.4.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ulid_rs_py-0.4.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1b04bbc33492107f6391966321cbbb1a0370fff02b5533b49ab38744278a8e30
MD5 5e075a22f39431dc8441639516122dcf
BLAKE2b-256 2d3c5f006a37dbe5c03a022e3dda36c93f46a546fe7ef644b69f9f76abe7da68

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_rs_py-0.4.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl:

Publisher: release.yml on rp-libs/ulid-rs-py

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_rs_py-0.4.0-pp310-pypy310_pp73-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for ulid_rs_py-0.4.0-pp310-pypy310_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 2c62c184e5ea37834e9d06f962e4b62b960894a275d651e5c4198a846cdae374
MD5 1d7ddc0960f01d130963359383cc673a
BLAKE2b-256 cd3c0d4c983f4c224a3fdb5cd840577273de93af71da34bef477ed1657bb6ca4

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_rs_py-0.4.0-pp310-pypy310_pp73-macosx_10_12_x86_64.whl:

Publisher: release.yml on rp-libs/ulid-rs-py

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_rs_py-0.4.0-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for ulid_rs_py-0.4.0-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 a4b29350b5ad2842946a77fb02130f8262ae1b0c0100048773ba4265664a9216
MD5 4d2910a5bfa78518f77de51473ddd5c8
BLAKE2b-256 dc7309a05cdeea48c8bb8fdeed9fac86920aca2d1b692621c4bb24f393860e38

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_rs_py-0.4.0-pp39-pypy39_pp73-win_amd64.whl:

Publisher: release.yml on rp-libs/ulid-rs-py

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_rs_py-0.4.0-pp39-pypy39_pp73-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for ulid_rs_py-0.4.0-pp39-pypy39_pp73-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3275de2114d232cb5b82a8319438d9fd2e872b99def8f8becb5f9d0e4b39396a
MD5 f1307b589eeff35fdff104094bfcb668
BLAKE2b-256 e2c57349b317b44255c9c8804d017965434a3f3e724745fdeee85650d7579de7

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_rs_py-0.4.0-pp39-pypy39_pp73-manylinux_2_28_aarch64.whl:

Publisher: release.yml on rp-libs/ulid-rs-py

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_rs_py-0.4.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for ulid_rs_py-0.4.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a861621596dbe6e76c098306b6807117b0ec4eddfe3e9fb84d55025258b0f8a2
MD5 c4d1fb77232a0393893b1219729895d5
BLAKE2b-256 459369a7ad91235e8a52010645569eb5c594133275c61d560efd3464216ea526

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_rs_py-0.4.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on rp-libs/ulid-rs-py

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_rs_py-0.4.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ulid_rs_py-0.4.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 41e080ba4469a345aa0668f45ebde776648ecc470490494384cf83d2be03ca0a
MD5 533b38c6912d5d05452b59bcb12fae32
BLAKE2b-256 70ea1acb2c41e9ad9ef8a465fd06dc0349e3fb3d2813cac879d8557c71ed5daf

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_rs_py-0.4.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl:

Publisher: release.yml on rp-libs/ulid-rs-py

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_rs_py-0.4.0-pp39-pypy39_pp73-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for ulid_rs_py-0.4.0-pp39-pypy39_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 811a19b5d2a1770e8bc99ea639856f82ea696c76b3e721278dd219472a414631
MD5 1c218487cbad56714088abe423c72288
BLAKE2b-256 ba3b479f2350e3ec8916bd9e0d070dfce3f21e726bbf2b3e6911e08b24a84dbc

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_rs_py-0.4.0-pp39-pypy39_pp73-macosx_10_12_x86_64.whl:

Publisher: release.yml on rp-libs/ulid-rs-py

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_rs_py-0.4.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: ulid_rs_py-0.4.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 114.2 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for ulid_rs_py-0.4.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 9c09bd4d2f4166722af0432664c587366006e6f8bdd66813612afd0d896288f0
MD5 f708b57654891aa2533d3394c83d0702
BLAKE2b-256 952eade7f90ea2fa909730bb7bf0b33308ee445a089634aee2533b78b5fdbde8

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_rs_py-0.4.0-cp313-cp313-win_amd64.whl:

Publisher: release.yml on rp-libs/ulid-rs-py

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_rs_py-0.4.0-cp313-cp313-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for ulid_rs_py-0.4.0-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a5d17b85216427b3ebfd9522fc513966e502af42556c1501ccdcbf45244f7bed
MD5 d6e37571b940827c02ceea9dc6f9ccbf
BLAKE2b-256 ff24df9d60197821537e9123615ee1bc3c003b39e3779766fb04b5554208e598

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_rs_py-0.4.0-cp313-cp313-manylinux_2_28_aarch64.whl:

Publisher: release.yml on rp-libs/ulid-rs-py

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_rs_py-0.4.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for ulid_rs_py-0.4.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ef1e24a0e9a1ebaca7867d7801d5e15a282d69a45358c94b3e888922a737686e
MD5 c304edadc5f183d5ead7530c42291f9b
BLAKE2b-256 f17cede004bc48990babaaab6a32979198063d7e70eb4bb10f53765d962bdaf5

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_rs_py-0.4.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on rp-libs/ulid-rs-py

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_rs_py-0.4.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for ulid_rs_py-0.4.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 0203013cc6f94292f6c6f8edfe6752c898a1d988fba412080ac6643e88388955
MD5 1f95cfdcd81d8e01fc44f19022677593
BLAKE2b-256 91cf58b75c2e5fce569c5d025067ccf281bf8e4a2595fd26d5d50ddc57d4773a

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_rs_py-0.4.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: release.yml on rp-libs/ulid-rs-py

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_rs_py-0.4.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ulid_rs_py-0.4.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fcec06e9497e76f89b666a80c73238dd80d87a23f89e2c8127ebee6cad7201f3
MD5 ff82d2441f71961838392875354bc0f8
BLAKE2b-256 3bbcce507c6a9642e102fa47752f452fcf7c9a6506709b59cca960bb4659f7ee

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_rs_py-0.4.0-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: release.yml on rp-libs/ulid-rs-py

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_rs_py-0.4.0-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for ulid_rs_py-0.4.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 f54a913dc39e4550d6b5208953afeb8f67f1da7c4506b56fa7560d91495c95e8
MD5 e4bb8c3336900e93f116d2f093146ad2
BLAKE2b-256 1891cc40ac64461ebc0e2e6180c62bcf91b2fa6695ca1144d97b61f52cb0fa3b

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_rs_py-0.4.0-cp313-cp313-macosx_10_12_x86_64.whl:

Publisher: release.yml on rp-libs/ulid-rs-py

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_rs_py-0.4.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: ulid_rs_py-0.4.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 114.2 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for ulid_rs_py-0.4.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 999224d6706cc5295adc007eb1a845990874c5923edbaee10c301d73e7be5268
MD5 35ecae5ac078bb72135285a8df7cceb0
BLAKE2b-256 e2a2da950135ce27683ec7fb8fa83b10d83d9c577a65867f0e392255ea44d61d

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_rs_py-0.4.0-cp312-cp312-win_amd64.whl:

Publisher: release.yml on rp-libs/ulid-rs-py

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_rs_py-0.4.0-cp312-cp312-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for ulid_rs_py-0.4.0-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7bf73d51418d12e28ac5c1dabfaffd48ab4a95ba661bcf2d406f79df3d7d656d
MD5 456b2379e06eb7c5023ae5cb70f8dc30
BLAKE2b-256 b9ba1ee7d9a2a4b16d2bfc7eccf5291b3b3471982ab3f6d4d35e24d6474b37f1

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_rs_py-0.4.0-cp312-cp312-manylinux_2_28_aarch64.whl:

Publisher: release.yml on rp-libs/ulid-rs-py

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_rs_py-0.4.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for ulid_rs_py-0.4.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 57de87c4fc6555f1fdf5a671692d71f74226bba66164b65b9b5102a5e5d175a8
MD5 22658212866bcfc87f21ff984a0950e0
BLAKE2b-256 0b6aa050196dd283e29220a967e1b5acbfee728d9c8e6b588852a43e671ea6ff

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_rs_py-0.4.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on rp-libs/ulid-rs-py

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_rs_py-0.4.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for ulid_rs_py-0.4.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 71b1ef16df142e7acf074d8ddbccbc38098789db10668f512ea6538f0d0e2970
MD5 64211a214f58907a94e871ce85259bb6
BLAKE2b-256 30f9b012c7cf0ec06cc225bd6fd9c999c6dc544ee168fb1ea1ae4e749a954924

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_rs_py-0.4.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: release.yml on rp-libs/ulid-rs-py

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_rs_py-0.4.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ulid_rs_py-0.4.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f64df2b0a18abaef43b90fd4c0e4e5f03ae06338f30bc27f0d0c016edc1e65cf
MD5 01676b2a88ac2633d56bd133d2a940ab
BLAKE2b-256 8a960367f1847833c67a4c9604f86ab4bc07a879d8ec56765c248849e3d30e5e

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_rs_py-0.4.0-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: release.yml on rp-libs/ulid-rs-py

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_rs_py-0.4.0-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for ulid_rs_py-0.4.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 0118c334165fe1855212d3dd6e12ebe338771f01c4673cf87924df96b0ffbe2c
MD5 9b14665fb7fb86440edc2b8a0ba6a92a
BLAKE2b-256 e29a36370dd2bb56e340a97a0ee5000de7c99fd08693c1f3e64ed7ab7b519951

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_rs_py-0.4.0-cp312-cp312-macosx_10_12_x86_64.whl:

Publisher: release.yml on rp-libs/ulid-rs-py

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_rs_py-0.4.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: ulid_rs_py-0.4.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 115.2 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for ulid_rs_py-0.4.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 be5c3e251883d9bceccb7265bb46b22c8a15e50df8262f990d4fc95daf3f17b8
MD5 032da38c71654cedc8670c50c1de4f14
BLAKE2b-256 a02358b5a273bcf84e8976a342f5af1516e82e3a673f6188ef95de49b28626ea

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_rs_py-0.4.0-cp311-cp311-win_amd64.whl:

Publisher: release.yml on rp-libs/ulid-rs-py

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_rs_py-0.4.0-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for ulid_rs_py-0.4.0-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 21fd4a55fcf56e8c446eef94e678d796398cd5145b5a851309caf9c8bffe903f
MD5 d81b64079bc4ccd0617a70f032a9e69a
BLAKE2b-256 2883550d582306462bfca866a2637b3b81e0b8aa5b188cc006ceb5702f878c47

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_rs_py-0.4.0-cp311-cp311-manylinux_2_28_aarch64.whl:

Publisher: release.yml on rp-libs/ulid-rs-py

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_rs_py-0.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for ulid_rs_py-0.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a3d6b38b93ea94bb100db26fc141ad73168e79c22215b69f94773aa00497c0f8
MD5 5f8953cc103ae004e676d266b7e28142
BLAKE2b-256 a171ef551b21385ead6ee43397482c5cd02c6dd97abf569717dd89ce8348d5f2

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_rs_py-0.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on rp-libs/ulid-rs-py

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_rs_py-0.4.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for ulid_rs_py-0.4.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 65e6612813283bde33783ce76822baeac37fc8afe9df4c84bbc6d1987de72e8f
MD5 317185b4fd5398a2aeb5fdc00d2661a2
BLAKE2b-256 296f340e36b2f54b7ff3f78ab68cb118c96b97f8a42a0b5c7769682ec3a0a5fb

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_rs_py-0.4.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: release.yml on rp-libs/ulid-rs-py

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_rs_py-0.4.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ulid_rs_py-0.4.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 39f680747cdfb06e562aca3b88e4969605ad67cf3f1e9bb5668bbc47e3859103
MD5 85f7263543598988edff1198ec0c82c4
BLAKE2b-256 44c2cc9c51d0aed5779b10f8c5cdd54c0a8da41c36764bcdd6481e7d6be795de

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_rs_py-0.4.0-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: release.yml on rp-libs/ulid-rs-py

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_rs_py-0.4.0-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for ulid_rs_py-0.4.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 850826d06cb3c481e458d5c8044fe0693132d33d49a25d46f9df825d765694f4
MD5 69294e8d2d062cd430f9d82a52a09c24
BLAKE2b-256 b5a8c464c5ceeb14e26e8c12db1d6bec46aa3f5c77fcf0bf27c4c154ebf59992

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_rs_py-0.4.0-cp311-cp311-macosx_10_12_x86_64.whl:

Publisher: release.yml on rp-libs/ulid-rs-py

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_rs_py-0.4.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: ulid_rs_py-0.4.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 115.3 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for ulid_rs_py-0.4.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 4325701bf2b711d46efc1671a66d78619195f5dcc81d640004d8568feca09454
MD5 025bcf0a38683e1a6ee5f0ec6e41d844
BLAKE2b-256 8250fe60f2289e34266dc94a27318a16ac9d26db59c260e22e7ee1cfa22e8a04

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_rs_py-0.4.0-cp310-cp310-win_amd64.whl:

Publisher: release.yml on rp-libs/ulid-rs-py

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_rs_py-0.4.0-cp310-cp310-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for ulid_rs_py-0.4.0-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b3b21ede8dbfe501c93571fe5093138c94bfb2d638f0561c73753ceb2195a780
MD5 a37a872c6502411274d068b464b94ea2
BLAKE2b-256 b12b20c057d4b83119a114b428bc6939c24f4d7e4f68f9317b1aac2fe63a3920

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_rs_py-0.4.0-cp310-cp310-manylinux_2_28_aarch64.whl:

Publisher: release.yml on rp-libs/ulid-rs-py

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_rs_py-0.4.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for ulid_rs_py-0.4.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bd5a647b3637c0af8ecf9c2acbd7ce05abcd17e09a2ade7a07c6522e6c2c9db1
MD5 58bff4649cc04afc4a23aa03ecbd8a6e
BLAKE2b-256 1190c1ee4feddc6c3f796a5fad39f10be974830724b069afe96215f28adb3315

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_rs_py-0.4.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on rp-libs/ulid-rs-py

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_rs_py-0.4.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for ulid_rs_py-0.4.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ff2e101f9030621ff96ed94fe9843ac783a1d985c21f57ee0ed104935bedca91
MD5 a581f50918cdb53747157b9a28ad4e5a
BLAKE2b-256 ae448020b26e877f74d6e92b02c26328ca078c662283d40a27aa5c8e339b034c

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_rs_py-0.4.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: release.yml on rp-libs/ulid-rs-py

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_rs_py-0.4.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ulid_rs_py-0.4.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 27c7e67088c7631c708b8bb468500c4e4e7a5a33c4210efb935beec11e62acce
MD5 22995c42d661db28eceaea2724259b5e
BLAKE2b-256 9bad3f69666df9cc269ae2521f11a627e483a12ff5bb6f4e33654bddf3fc3ead

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_rs_py-0.4.0-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: release.yml on rp-libs/ulid-rs-py

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_rs_py-0.4.0-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for ulid_rs_py-0.4.0-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 59ce1cb2eda2b597e4f8ef6080ee08569557b9e3caaab71d0f3eab6968baea4e
MD5 add768be8460a65807a9d19ea533c9e1
BLAKE2b-256 cb201817b5d445d6566e6abb63813a4678b18fe8f34e345ed6fcdff92b57c52a

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_rs_py-0.4.0-cp310-cp310-macosx_10_12_x86_64.whl:

Publisher: release.yml on rp-libs/ulid-rs-py

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_rs_py-0.4.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: ulid_rs_py-0.4.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 115.5 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for ulid_rs_py-0.4.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 cf1191f40600dfa85509e19bb10133776ac4d2e9410110eea74361b2811f54ff
MD5 78eca606259d67aa5c7e41a1d2c1495b
BLAKE2b-256 ccaaf5dacf1797af1642934e1e20b03631372984a351fbadd9980a29ee63cdbf

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_rs_py-0.4.0-cp39-cp39-win_amd64.whl:

Publisher: release.yml on rp-libs/ulid-rs-py

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_rs_py-0.4.0-cp39-cp39-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for ulid_rs_py-0.4.0-cp39-cp39-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 760965eb6ccc89eeec58ba6670f102b40cdd8f776956ae60a32c148cb1f79de6
MD5 12dd618f1b68b48fa08f01921ea096ef
BLAKE2b-256 291d5f9a416b689d58f0e73be1ec4800f6397bcff9138cc8fba0b03f15b290fe

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_rs_py-0.4.0-cp39-cp39-manylinux_2_28_aarch64.whl:

Publisher: release.yml on rp-libs/ulid-rs-py

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_rs_py-0.4.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for ulid_rs_py-0.4.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4344da21052668c1be96ac37475e27f1b75ff51a0ef1925ee1756b7224408ef7
MD5 40f57e0cb6a7eab2be988e53f23eeb2e
BLAKE2b-256 aa65269b1f43e3667ae5a07469713b668d84480c93b125875407250922b43758

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_rs_py-0.4.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on rp-libs/ulid-rs-py

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_rs_py-0.4.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for ulid_rs_py-0.4.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d17506f06a47394605c604acea89ac2ba170b85674b699b850858266e5cad3b9
MD5 8df20e6af44eafdcddbf51872d2a4066
BLAKE2b-256 b9bd77c70bbdb5b0218ea663aac39c8fa92be5a8469c17f030a7ef3c8af1874d

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_rs_py-0.4.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: release.yml on rp-libs/ulid-rs-py

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_rs_py-0.4.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ulid_rs_py-0.4.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f6c531706384bdb9906a6c0e292ed963470d9042b1dde070c0c6d84332853d81
MD5 20562b3ac4f6b49c3f64732fb24bfabd
BLAKE2b-256 baf2095167f512e8e296682d1ef91a023ac41ce573e6424ab445e4702c1b84d2

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_rs_py-0.4.0-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: release.yml on rp-libs/ulid-rs-py

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_rs_py-0.4.0-cp39-cp39-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for ulid_rs_py-0.4.0-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c722fc009e37879376a5ae0dfb99111074caa9020b020df2588421f7dede8668
MD5 f2ab2f4037a4ccff5f2251555df59e77
BLAKE2b-256 a31f126b61a9d1854aa90f92ef353f4f7e4174a146b2895faf68590956e0a41c

See more details on using hashes here.

Provenance

The following attestation bundles were made for ulid_rs_py-0.4.0-cp39-cp39-macosx_10_12_x86_64.whl:

Publisher: release.yml on rp-libs/ulid-rs-py

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