Skip to main content

cereggii

supports free-threading PyPI - Version PyPI - Python Version GitHub License

Thread synchronization utilities for Python.

Documentation is here.

from cereggii import AtomicDict, ThreadSet

counter = AtomicDict({"red": 42, "green": 3, "blue": 14})

@ThreadSet.repeat(10)  # create 10 threads
def workers():
    counter.reduce_count(["red"] * 60 + ["green"] * 7 + ["blue"] * 30)

workers.start_and_join()

assert counter["red"] == 642
assert counter["green"] == 73
assert counter["blue"] == 314

Installation

The recommended installation method is to download binary wheels from PyPI:

pip install cereggii
uv add cereggii

Installing from sources

To install from source, first pull the repository:

git clone https://github.com/dpdani/cereggii

Then, install the build requirements (do this in a virtualenv):

pip install -e ".[dev]"

Finally, run the tests:

pytest

License

Apache License 2.0. See the LICENSE file.

Links

Cereus greggii

The Peniocereus Greggii (also known as Cereus Greggii) is a flower native to Arizona, New Mexico, Texas, and some parts of northern Mexico.

This flower blooms just one summer night every year and in any given area, all these flowers bloom in synchrony.

Wikipedia

Image credits: Patrick Alexander, Peniocereus greggii var. greggii, south of Cooke's Range, Luna County, New Mexico, 10 May 2018, CC0. source

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cereggii-1.0.1.tar.gz (84.2 kB view details)

Uploaded Source

Built Distributions

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

cereggii-1.0.1-cp315-cp315t-win_arm64.whl (363.7 kB view details)

Uploaded CPython 3.15tWindows ARM64

cereggii-1.0.1-cp315-cp315t-win_amd64.whl (349.1 kB view details)

Uploaded CPython 3.15tWindows x86-64

cereggii-1.0.1-cp315-cp315t-musllinux_1_2_x86_64.whl (285.4 kB view details)

Uploaded CPython 3.15tmusllinux: musl 1.2+ x86-64

cereggii-1.0.1-cp315-cp315t-musllinux_1_2_aarch64.whl (288.2 kB view details)

Uploaded CPython 3.15tmusllinux: musl 1.2+ ARM64

cereggii-1.0.1-cp315-cp315t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (294.9 kB view details)

Uploaded CPython 3.15tmanylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

cereggii-1.0.1-cp315-cp315t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (288.8 kB view details)

Uploaded CPython 3.15tmanylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

cereggii-1.0.1-cp315-cp315t-macosx_11_0_arm64.whl (112.9 kB view details)

Uploaded CPython 3.15tmacOS 11.0+ ARM64

cereggii-1.0.1-cp315-cp315t-macosx_10_15_x86_64.whl (112.3 kB view details)

Uploaded CPython 3.15tmacOS 10.15+ x86-64

cereggii-1.0.1-cp315-cp315-win_arm64.whl (328.8 kB view details)

Uploaded CPython 3.15Windows ARM64

cereggii-1.0.1-cp315-cp315-win_amd64.whl (324.7 kB view details)

Uploaded CPython 3.15Windows x86-64

cereggii-1.0.1-cp315-cp315-musllinux_1_2_x86_64.whl (262.9 kB view details)

Uploaded CPython 3.15musllinux: musl 1.2+ x86-64

cereggii-1.0.1-cp315-cp315-musllinux_1_2_aarch64.whl (264.7 kB view details)

Uploaded CPython 3.15musllinux: musl 1.2+ ARM64

cereggii-1.0.1-cp315-cp315-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (260.9 kB view details)

Uploaded CPython 3.15manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

cereggii-1.0.1-cp315-cp315-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (258.3 kB view details)

Uploaded CPython 3.15manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

cereggii-1.0.1-cp315-cp315-macosx_11_0_arm64.whl (111.2 kB view details)

Uploaded CPython 3.15macOS 11.0+ ARM64

cereggii-1.0.1-cp315-cp315-macosx_10_15_x86_64.whl (110.6 kB view details)

Uploaded CPython 3.15macOS 10.15+ x86-64

cereggii-1.0.1-cp314-cp314t-win_arm64.whl (354.3 kB view details)

Uploaded CPython 3.14tWindows ARM64

cereggii-1.0.1-cp314-cp314t-win_amd64.whl (355.7 kB view details)

Uploaded CPython 3.14tWindows x86-64

cereggii-1.0.1-cp314-cp314t-musllinux_1_2_x86_64.whl (283.6 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

cereggii-1.0.1-cp314-cp314t-musllinux_1_2_aarch64.whl (286.5 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

cereggii-1.0.1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (294.2 kB view details)

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

cereggii-1.0.1-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (288.0 kB view details)

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

cereggii-1.0.1-cp314-cp314t-macosx_11_0_arm64.whl (113.0 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

cereggii-1.0.1-cp314-cp314t-macosx_10_15_x86_64.whl (112.3 kB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

cereggii-1.0.1-cp314-cp314-win_arm64.whl (335.6 kB view details)

Uploaded CPython 3.14Windows ARM64

cereggii-1.0.1-cp314-cp314-win_amd64.whl (323.8 kB view details)

Uploaded CPython 3.14Windows x86-64

cereggii-1.0.1-cp314-cp314-musllinux_1_2_x86_64.whl (261.0 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

cereggii-1.0.1-cp314-cp314-musllinux_1_2_aarch64.whl (263.0 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

cereggii-1.0.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (259.4 kB view details)

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

cereggii-1.0.1-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (256.7 kB view details)

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

cereggii-1.0.1-cp314-cp314-macosx_11_0_arm64.whl (111.2 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

cereggii-1.0.1-cp314-cp314-macosx_10_15_x86_64.whl (110.6 kB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

cereggii-1.0.1-cp313-cp313-win_arm64.whl (331.5 kB view details)

Uploaded CPython 3.13Windows ARM64

cereggii-1.0.1-cp313-cp313-win_amd64.whl (327.5 kB view details)

Uploaded CPython 3.13Windows x86-64

cereggii-1.0.1-cp313-cp313-musllinux_1_2_x86_64.whl (263.9 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

cereggii-1.0.1-cp313-cp313-musllinux_1_2_aarch64.whl (265.0 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

cereggii-1.0.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (262.7 kB view details)

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

cereggii-1.0.1-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (261.0 kB view details)

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

cereggii-1.0.1-cp313-cp313-macosx_11_0_arm64.whl (111.4 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

cereggii-1.0.1-cp313-cp313-macosx_10_13_x86_64.whl (110.9 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

cereggii-1.0.1-cp312-cp312-win_arm64.whl (327.9 kB view details)

Uploaded CPython 3.12Windows ARM64

cereggii-1.0.1-cp312-cp312-win_amd64.whl (317.0 kB view details)

Uploaded CPython 3.12Windows x86-64

cereggii-1.0.1-cp312-cp312-musllinux_1_2_x86_64.whl (259.9 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

cereggii-1.0.1-cp312-cp312-musllinux_1_2_aarch64.whl (260.7 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

cereggii-1.0.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (259.7 kB view details)

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

cereggii-1.0.1-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (258.4 kB view details)

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

cereggii-1.0.1-cp312-cp312-macosx_11_0_arm64.whl (110.9 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

cereggii-1.0.1-cp312-cp312-macosx_10_13_x86_64.whl (110.5 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

cereggii-1.0.1-cp311-cp311-win_arm64.whl (324.6 kB view details)

Uploaded CPython 3.11Windows ARM64

cereggii-1.0.1-cp311-cp311-win_amd64.whl (311.1 kB view details)

Uploaded CPython 3.11Windows x86-64

cereggii-1.0.1-cp311-cp311-musllinux_1_2_x86_64.whl (252.7 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

cereggii-1.0.1-cp311-cp311-musllinux_1_2_aarch64.whl (255.1 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

cereggii-1.0.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (253.2 kB view details)

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

cereggii-1.0.1-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (249.3 kB view details)

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

cereggii-1.0.1-cp311-cp311-macosx_11_0_arm64.whl (110.6 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

cereggii-1.0.1-cp311-cp311-macosx_10_9_x86_64.whl (110.0 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

cereggii-1.0.1-cp310-cp310-win_amd64.whl (315.1 kB view details)

Uploaded CPython 3.10Windows x86-64

cereggii-1.0.1-cp310-cp310-musllinux_1_2_x86_64.whl (255.2 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

cereggii-1.0.1-cp310-cp310-musllinux_1_2_aarch64.whl (257.7 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

cereggii-1.0.1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (257.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

cereggii-1.0.1-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (253.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

cereggii-1.0.1-cp310-cp310-macosx_11_0_arm64.whl (110.9 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

cereggii-1.0.1-cp310-cp310-macosx_10_9_x86_64.whl (110.3 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

File details

Details for the file cereggii-1.0.1.tar.gz.

File metadata

  • Download URL: cereggii-1.0.1.tar.gz
  • Upload date:
  • Size: 84.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for cereggii-1.0.1.tar.gz
Algorithm Hash digest
SHA256 b128ca138d0034d063bf020480cd4dadadd44789b78a4d2162758c3d58e027ea
MD5 9a3d70135351674694f7936e2b848881
BLAKE2b-256 69b9dd3ec4f2ef1b104f157c89fed78dc06cd57a74eaf6fd5bc9cabde4034f7b

See more details on using hashes here.

Provenance

The following attestation bundles were made for cereggii-1.0.1.tar.gz:

Publisher: publish-pypi.yml on dpdani/cereggii

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cereggii-1.0.1-cp315-cp315t-win_arm64.whl.

File metadata

  • Download URL: cereggii-1.0.1-cp315-cp315t-win_arm64.whl
  • Upload date:
  • Size: 363.7 kB
  • Tags: CPython 3.15t, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for cereggii-1.0.1-cp315-cp315t-win_arm64.whl
Algorithm Hash digest
SHA256 55a2d181ee20faa82ebb7de28784b39a498adc12030251fe3c8bdc8945ca9776
MD5 8bcc4e64b5604e3e4996c01d7217bec8
BLAKE2b-256 c39763ea3796dcab7c71ef0be0119c24e02296afeb438235e5e2639865479f83

See more details on using hashes here.

Provenance

The following attestation bundles were made for cereggii-1.0.1-cp315-cp315t-win_arm64.whl:

Publisher: publish-pypi.yml on dpdani/cereggii

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cereggii-1.0.1-cp315-cp315t-win_amd64.whl.

File metadata

  • Download URL: cereggii-1.0.1-cp315-cp315t-win_amd64.whl
  • Upload date:
  • Size: 349.1 kB
  • Tags: CPython 3.15t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for cereggii-1.0.1-cp315-cp315t-win_amd64.whl
Algorithm Hash digest
SHA256 ea1a9e5eef282cf40930e72edf1c38f1aa8dc1f50dfb5ad42e3beed7f3f584a6
MD5 11148f4aa7e592ce2823211aad923640
BLAKE2b-256 7f61de8826c45a52b4dc66d943c8076ab15cc02b1330752208a44be720568417

See more details on using hashes here.

Provenance

The following attestation bundles were made for cereggii-1.0.1-cp315-cp315t-win_amd64.whl:

Publisher: publish-pypi.yml on dpdani/cereggii

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cereggii-1.0.1-cp315-cp315t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cereggii-1.0.1-cp315-cp315t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 30bf55fc3aafe65b8a5305857a7c9db1272f5e5140ba6c0fc9fc85cdeb998cfe
MD5 a3bb215a33b671a4422ffa16bfc28a3f
BLAKE2b-256 6ae59c82e6137892759923d248f3f0402c20d7a0febcddd5c3f4345a09ac7401

See more details on using hashes here.

Provenance

The following attestation bundles were made for cereggii-1.0.1-cp315-cp315t-musllinux_1_2_x86_64.whl:

Publisher: publish-pypi.yml on dpdani/cereggii

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cereggii-1.0.1-cp315-cp315t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cereggii-1.0.1-cp315-cp315t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c4ff122c23ec62be6cd81da3dfdba225ea5b2e3306421a3331d29ce98608be06
MD5 4cfab931387356b8c6ad6c64fe07089d
BLAKE2b-256 6aff4745e67cd60842e8bd8474cd96d50e7122d63d883f200ddd2626da8f0a59

See more details on using hashes here.

Provenance

The following attestation bundles were made for cereggii-1.0.1-cp315-cp315t-musllinux_1_2_aarch64.whl:

Publisher: publish-pypi.yml on dpdani/cereggii

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cereggii-1.0.1-cp315-cp315t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for cereggii-1.0.1-cp315-cp315t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 591013be3c7534915bd3c6d92c4c1af092a2b398c412a453633ded3d8196451c
MD5 2c3cb211912ff9902ce2c627a32362b8
BLAKE2b-256 1b55b7b6396944081b1f06b7d9e4fcc54a0d92994f4791af2681c3c34d7b8603

See more details on using hashes here.

Provenance

The following attestation bundles were made for cereggii-1.0.1-cp315-cp315t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish-pypi.yml on dpdani/cereggii

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cereggii-1.0.1-cp315-cp315t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for cereggii-1.0.1-cp315-cp315t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 eb318d54254506d8819fec7ad22c78c82aba712b36582af8bd909760f060fbe5
MD5 5eb608f113758c4f0ea4daa9a65aebd5
BLAKE2b-256 0786a59d6410e742425101b5a804062432170632a2fc0df70dfba4c2db4428df

See more details on using hashes here.

Provenance

The following attestation bundles were made for cereggii-1.0.1-cp315-cp315t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: publish-pypi.yml on dpdani/cereggii

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cereggii-1.0.1-cp315-cp315t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cereggii-1.0.1-cp315-cp315t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e6a8c0554220f62f9033dc0f40f61d54b4e412cf3f21d372adf33fc322f2c911
MD5 5cf2d0dfda15516d25770fa7c5f2de49
BLAKE2b-256 9923e7e7f4e72c3ba089b99eae69f8107071460775fdfdc7cf88eaa909d50e31

See more details on using hashes here.

Provenance

The following attestation bundles were made for cereggii-1.0.1-cp315-cp315t-macosx_11_0_arm64.whl:

Publisher: publish-pypi.yml on dpdani/cereggii

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cereggii-1.0.1-cp315-cp315t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for cereggii-1.0.1-cp315-cp315t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 5c89179c9a2256d2fb0e82453349d88702f20b90ca1a56f320c7cc4bd93acea3
MD5 b88b555c65697f0eb7c6d15f1c28a97d
BLAKE2b-256 406571a907efe1816693bdd5a9f4d4ed9f646d002f2182a52a22cc157fafa984

See more details on using hashes here.

Provenance

The following attestation bundles were made for cereggii-1.0.1-cp315-cp315t-macosx_10_15_x86_64.whl:

Publisher: publish-pypi.yml on dpdani/cereggii

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cereggii-1.0.1-cp315-cp315-win_arm64.whl.

File metadata

  • Download URL: cereggii-1.0.1-cp315-cp315-win_arm64.whl
  • Upload date:
  • Size: 328.8 kB
  • Tags: CPython 3.15, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for cereggii-1.0.1-cp315-cp315-win_arm64.whl
Algorithm Hash digest
SHA256 3f6c89e5ca97ec75cbb58a5ba66f3a83cb5642eed965899b27e1714fda8562ee
MD5 a19f2eeeb7dee0ca338b990cac5af8ce
BLAKE2b-256 ce823103d60ea8d6925537868515c478c17fdd017d966849a8e13550dc4f3e52

See more details on using hashes here.

Provenance

The following attestation bundles were made for cereggii-1.0.1-cp315-cp315-win_arm64.whl:

Publisher: publish-pypi.yml on dpdani/cereggii

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cereggii-1.0.1-cp315-cp315-win_amd64.whl.

File metadata

  • Download URL: cereggii-1.0.1-cp315-cp315-win_amd64.whl
  • Upload date:
  • Size: 324.7 kB
  • Tags: CPython 3.15, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for cereggii-1.0.1-cp315-cp315-win_amd64.whl
Algorithm Hash digest
SHA256 6a159bc3987933cd75d3443d6c2f112d972a1949c98e8176a5f81aab3f8a2772
MD5 13b098208af903ac96b99b4448b3a6ad
BLAKE2b-256 18f543791fbc91f16ec04c4367dd6e19b1402c66bd1aaa293651e564ecc752e8

See more details on using hashes here.

Provenance

The following attestation bundles were made for cereggii-1.0.1-cp315-cp315-win_amd64.whl:

Publisher: publish-pypi.yml on dpdani/cereggii

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cereggii-1.0.1-cp315-cp315-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cereggii-1.0.1-cp315-cp315-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f6db307e86a0e0071bbb023f53611295246ba610e229e01a0cb9c1d0a1d98837
MD5 e6e683c338acb120267fe13c17e39cbf
BLAKE2b-256 5aff79fc2a904e2ae06a895b09315eba2f52008ef204478d04113ce46269bc4b

See more details on using hashes here.

Provenance

The following attestation bundles were made for cereggii-1.0.1-cp315-cp315-musllinux_1_2_x86_64.whl:

Publisher: publish-pypi.yml on dpdani/cereggii

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cereggii-1.0.1-cp315-cp315-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cereggii-1.0.1-cp315-cp315-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3140ef1d3a381975dbfbbda68ff2ff83b059beabde32f6cc3e18c8210e037751
MD5 82f4111f32d1d0408a56481343e5be29
BLAKE2b-256 7e6226aa7796e72dedbb9031dac04c7b0871b377897949f33ac00e5d27892a74

See more details on using hashes here.

Provenance

The following attestation bundles were made for cereggii-1.0.1-cp315-cp315-musllinux_1_2_aarch64.whl:

Publisher: publish-pypi.yml on dpdani/cereggii

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cereggii-1.0.1-cp315-cp315-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for cereggii-1.0.1-cp315-cp315-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0c51445a4b916c0f130b25a1f429669d572bc94740d24ca6d9a5de4e93be1e64
MD5 77f147d5b20600594557e42fbe6a6071
BLAKE2b-256 9a0fe594897590b48b5cd50d714f69174a4c2b75561c2a181cee1b236cafccd0

See more details on using hashes here.

Provenance

The following attestation bundles were made for cereggii-1.0.1-cp315-cp315-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish-pypi.yml on dpdani/cereggii

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cereggii-1.0.1-cp315-cp315-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for cereggii-1.0.1-cp315-cp315-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 0401f66c2e71e0af4879be9625dcd36fb627b6336dea442cd2020c6290bde049
MD5 b305a8b6d353410ef26ebd4b0c395210
BLAKE2b-256 7aad20997448c359e07d5d73137117da8560a05cebbf1b1328cf415be6067840

See more details on using hashes here.

Provenance

The following attestation bundles were made for cereggii-1.0.1-cp315-cp315-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: publish-pypi.yml on dpdani/cereggii

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cereggii-1.0.1-cp315-cp315-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cereggii-1.0.1-cp315-cp315-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 05093eef86deb8a2ba1b319f3b39b9a9a2a5ea24761bd3c03e1ba9e390d883ab
MD5 4609977b1ab365da95e52b58eb1e86d3
BLAKE2b-256 224e52b810504e2221f41d01dc032faaa663d0da0c4a41a04ce035d45a2bcc73

See more details on using hashes here.

Provenance

The following attestation bundles were made for cereggii-1.0.1-cp315-cp315-macosx_11_0_arm64.whl:

Publisher: publish-pypi.yml on dpdani/cereggii

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cereggii-1.0.1-cp315-cp315-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for cereggii-1.0.1-cp315-cp315-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 f51dbc8de38028c8a40e6aaeb636d1c4091ec70906d957e1d115be1fabad4ec5
MD5 713a7851d84e66626e7d8def28286b35
BLAKE2b-256 b08a9ec169bfaf287a65399b6db1025f2165b6650524acd9fbef9f6b5e05aae3

See more details on using hashes here.

Provenance

The following attestation bundles were made for cereggii-1.0.1-cp315-cp315-macosx_10_15_x86_64.whl:

Publisher: publish-pypi.yml on dpdani/cereggii

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cereggii-1.0.1-cp314-cp314t-win_arm64.whl.

File metadata

  • Download URL: cereggii-1.0.1-cp314-cp314t-win_arm64.whl
  • Upload date:
  • Size: 354.3 kB
  • Tags: CPython 3.14t, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for cereggii-1.0.1-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 9ee2a37cc1a85fbd80e885cb042cebea8f801465cee370730d9b7602181ca6f7
MD5 d5d435e1f95437e3bae199a2e565b19c
BLAKE2b-256 9f50907496dae4d238146b3ddabd8c90433039f843dceb811fef236fef3d72ce

See more details on using hashes here.

Provenance

The following attestation bundles were made for cereggii-1.0.1-cp314-cp314t-win_arm64.whl:

Publisher: publish-pypi.yml on dpdani/cereggii

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cereggii-1.0.1-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: cereggii-1.0.1-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 355.7 kB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for cereggii-1.0.1-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 876a2da0bbd04bc36e6e806cd01d089f2475c2f913e58c30146c2f111b9fae5b
MD5 53d781f007ec5ac6e283e64bc2a9474f
BLAKE2b-256 0b9f0b9ffca7226b09a7f09b592dd6195f05344190ec843e216e7d7a9644739d

See more details on using hashes here.

Provenance

The following attestation bundles were made for cereggii-1.0.1-cp314-cp314t-win_amd64.whl:

Publisher: publish-pypi.yml on dpdani/cereggii

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cereggii-1.0.1-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cereggii-1.0.1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8287954fdce61258d6002ed00b0bdd66aeb7e752b1671e184c59b705d730f41f
MD5 7a0549f2aa7ad185def65db8dac90c9f
BLAKE2b-256 c98c87493678cdf23925782f9fbb1268e1fb8a9fcfc98f00928fdc2872127f34

See more details on using hashes here.

Provenance

The following attestation bundles were made for cereggii-1.0.1-cp314-cp314t-musllinux_1_2_x86_64.whl:

Publisher: publish-pypi.yml on dpdani/cereggii

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cereggii-1.0.1-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cereggii-1.0.1-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4a3796d622e41171e3f318f77e54bd7f50c06d27837cd17b9d25e7e97ae18602
MD5 201c8f96a31219d9e124e204036d7ae8
BLAKE2b-256 df04b9f4e27af97f3e0c5bc2812081b5820aa05dd95d4637b4447d9a0f0c0f0a

See more details on using hashes here.

Provenance

The following attestation bundles were made for cereggii-1.0.1-cp314-cp314t-musllinux_1_2_aarch64.whl:

Publisher: publish-pypi.yml on dpdani/cereggii

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cereggii-1.0.1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for cereggii-1.0.1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ae412e3f95ceb0b408115df2cca9a3e07517b0e32713988504843180c05bd175
MD5 65181edbd5cc50508b79fa71b3f1d08b
BLAKE2b-256 fbd527dbf47bc69826e3d347989f6e4c1530efe782e07ffa152b6cb2164660d9

See more details on using hashes here.

Provenance

The following attestation bundles were made for cereggii-1.0.1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish-pypi.yml on dpdani/cereggii

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cereggii-1.0.1-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for cereggii-1.0.1-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 3c4cd13e38ef3cec22a864f566eafe8c8c8521772fa1325b7ad4a27677ee0c4f
MD5 88bcc3228db00e52b92d87ce2928fbdb
BLAKE2b-256 3a4168d4ec5fe5d6f5592c5863bd21103caa2e01cdd5a5a51f27b97df25e3882

See more details on using hashes here.

Provenance

The following attestation bundles were made for cereggii-1.0.1-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: publish-pypi.yml on dpdani/cereggii

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cereggii-1.0.1-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cereggii-1.0.1-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e8e3dda2c43190672a5bd65272db733033ac678194880ea0dcdd441e65560c2f
MD5 8540f1c0c55910833792c95d57c8ef2b
BLAKE2b-256 123a6ba2663da2008f3316efc4c3d72248e0ddb663c8d20fc93e7107ebe4c729

See more details on using hashes here.

Provenance

The following attestation bundles were made for cereggii-1.0.1-cp314-cp314t-macosx_11_0_arm64.whl:

Publisher: publish-pypi.yml on dpdani/cereggii

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cereggii-1.0.1-cp314-cp314t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for cereggii-1.0.1-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 8c4413713f5925a6a469ddcce42771a7620bdc163095937acb3d40d0dbe4d43c
MD5 616f85fd38cdafe765d750f550d2ab00
BLAKE2b-256 d66e01f4233dfc7c06d0aa18e78e73a39ae24c05ad296b266b5a51ef5d200666

See more details on using hashes here.

Provenance

The following attestation bundles were made for cereggii-1.0.1-cp314-cp314t-macosx_10_15_x86_64.whl:

Publisher: publish-pypi.yml on dpdani/cereggii

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cereggii-1.0.1-cp314-cp314-win_arm64.whl.

File metadata

  • Download URL: cereggii-1.0.1-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 335.6 kB
  • Tags: CPython 3.14, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for cereggii-1.0.1-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 a4e001565972c8154f389e8990366d94f2ef64241a41cb8ae993523e961daf54
MD5 0f594efcf0e5a3ce4e083b3fde982d96
BLAKE2b-256 e8f00d7a096b37eb5a967c2e5fa067cea13910dfcbffc1ffbcfd86ef7b661402

See more details on using hashes here.

Provenance

The following attestation bundles were made for cereggii-1.0.1-cp314-cp314-win_arm64.whl:

Publisher: publish-pypi.yml on dpdani/cereggii

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cereggii-1.0.1-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: cereggii-1.0.1-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 323.8 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for cereggii-1.0.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 8a8193370bf4140bb043638e4a215c0a22d11d9474c78a811d3d5106dc314961
MD5 0c3c1c4cd1ecb38dc8f61e396c82dc06
BLAKE2b-256 be6e8e659c599fec00666a67095166b0a8dc55a32af746fa0ef7a06ea57ddb20

See more details on using hashes here.

Provenance

The following attestation bundles were made for cereggii-1.0.1-cp314-cp314-win_amd64.whl:

Publisher: publish-pypi.yml on dpdani/cereggii

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cereggii-1.0.1-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cereggii-1.0.1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8666137bf1eaf21b24d85f7c47860c95533d39917a3181414ce97a34d3413a9d
MD5 94c35b5d9053cccda5a4f4c24539571b
BLAKE2b-256 920b04b5a22dd6261eccd05575699de2555a1dd2626c08da560b64405b14f8f1

See more details on using hashes here.

Provenance

The following attestation bundles were made for cereggii-1.0.1-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: publish-pypi.yml on dpdani/cereggii

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cereggii-1.0.1-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cereggii-1.0.1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3eac2e2924d26933890b634c7d3e2441a4e9f48edb2f415e4847d68d3fb5cb40
MD5 f065851fc6e3c608344f48b6e7669366
BLAKE2b-256 fc611699f5f7d7a270b0946afdb1ad29fb0b4d5dd6937185bb7e72af5f52a0a1

See more details on using hashes here.

Provenance

The following attestation bundles were made for cereggii-1.0.1-cp314-cp314-musllinux_1_2_aarch64.whl:

Publisher: publish-pypi.yml on dpdani/cereggii

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cereggii-1.0.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for cereggii-1.0.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b233247329eaf6cd02373148e84495fe8dd0ac34a04f8594247f63ed557e62c8
MD5 771e01dbf8c2205fa2c3ed6469ef2864
BLAKE2b-256 cf47f6cfea1427948974a7407fb9b10fa8b0e0071c0826c55ffac8a99292f9ee

See more details on using hashes here.

Provenance

The following attestation bundles were made for cereggii-1.0.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish-pypi.yml on dpdani/cereggii

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cereggii-1.0.1-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for cereggii-1.0.1-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 86249353fa380f4e9c2b214efed9ea5efd71b28ae88b3ec4583ef67b434c62af
MD5 460ff862ad31f07f2cc0c8cf4efd53e4
BLAKE2b-256 f4ee23894934bd5ec0e4b420d6f3355c84739a63b44fdf6aebbb1c28e5c2dd06

See more details on using hashes here.

Provenance

The following attestation bundles were made for cereggii-1.0.1-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: publish-pypi.yml on dpdani/cereggii

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cereggii-1.0.1-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cereggii-1.0.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a3a765726b60cb8cb79acdd317e19f65341b350c43e872ea6ad844dd2b7d99ac
MD5 ce1258ffd61048fc14ec0562649861fb
BLAKE2b-256 084bed8c670d69e935fe2fa318fcc86b10883fd59bba049a69bfc6a3da8954cf

See more details on using hashes here.

Provenance

The following attestation bundles were made for cereggii-1.0.1-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: publish-pypi.yml on dpdani/cereggii

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cereggii-1.0.1-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for cereggii-1.0.1-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 520f14f3f4f8cc74c7eb229ade09c128bea498e1cbd8a51e6b6cbbd5e0e069db
MD5 a83bd772c26701e0c82e7c8e45662c91
BLAKE2b-256 7019d22bc67d203be8a666cc060d4e812fadaf2f90561fa039eae5452c630784

See more details on using hashes here.

Provenance

The following attestation bundles were made for cereggii-1.0.1-cp314-cp314-macosx_10_15_x86_64.whl:

Publisher: publish-pypi.yml on dpdani/cereggii

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cereggii-1.0.1-cp313-cp313-win_arm64.whl.

File metadata

  • Download URL: cereggii-1.0.1-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 331.5 kB
  • Tags: CPython 3.13, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for cereggii-1.0.1-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 3ccbf5805365148406961b9d9daea7c5a9cdb101fa075232c2afe74068e60264
MD5 f661c23cb1c814c47ee9ff70ac9d6b72
BLAKE2b-256 70ca66a8c18e17a4655a89753d1f9e2857febaead39a1c9562e6ba0c0b9e1267

See more details on using hashes here.

Provenance

The following attestation bundles were made for cereggii-1.0.1-cp313-cp313-win_arm64.whl:

Publisher: publish-pypi.yml on dpdani/cereggii

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cereggii-1.0.1-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: cereggii-1.0.1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 327.5 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for cereggii-1.0.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 4303242b6e2134f2be0e04439db6089263c69d7fcea01a65c66aedd9c46fe2fc
MD5 92d04f74736e73e752ed4fafe5fe9581
BLAKE2b-256 9214d7fda669c5857a67dbe6a5d8f129b9e99f3807f23c4a44f2210e3f5010c5

See more details on using hashes here.

Provenance

The following attestation bundles were made for cereggii-1.0.1-cp313-cp313-win_amd64.whl:

Publisher: publish-pypi.yml on dpdani/cereggii

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cereggii-1.0.1-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cereggii-1.0.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2faaf225492790554902d0d86876df39b7646b6a322cdfdaeaf463ff0c97e9a8
MD5 4b906a40504ff5491d6d902ac81abe42
BLAKE2b-256 1da675cb0c553ffeefd9c93f05cdeaa3766b78b377afa6d72155bb2f65557ab9

See more details on using hashes here.

Provenance

The following attestation bundles were made for cereggii-1.0.1-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: publish-pypi.yml on dpdani/cereggii

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cereggii-1.0.1-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cereggii-1.0.1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 504b50adb8cdf6a94cdce290d157393b0c25f9aece5d0ca238761c0d0f94d552
MD5 69a329beaa21aaeee10708d5fc4333c4
BLAKE2b-256 7158f498a96732fb9dcf4fd4044acdbcd62fdb780c597734c8273cfd40c95612

See more details on using hashes here.

Provenance

The following attestation bundles were made for cereggii-1.0.1-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: publish-pypi.yml on dpdani/cereggii

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cereggii-1.0.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for cereggii-1.0.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9c5f68056d9cf1de40a552ba3eb7e2197b277b2ea3754f185921827eb4c633bc
MD5 c481c544d4f4177331fb51538d3ca803
BLAKE2b-256 531f33e07f0f6d600f00dcb6d4242ee08c9e01f7f8d5897bd377d6981bedd445

See more details on using hashes here.

Provenance

The following attestation bundles were made for cereggii-1.0.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish-pypi.yml on dpdani/cereggii

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cereggii-1.0.1-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for cereggii-1.0.1-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 20789afe075a1ebee6fe481b999eadd8d7c0bd56cd62f57e329ce3a436e9aa32
MD5 05e3fa392913598be53d34cbe410a228
BLAKE2b-256 1c22de1e2ac4ed549d5b5687e1de5a5e350acfd18045b1cc686d1c7e9c2e7e95

See more details on using hashes here.

Provenance

The following attestation bundles were made for cereggii-1.0.1-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: publish-pypi.yml on dpdani/cereggii

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cereggii-1.0.1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cereggii-1.0.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fb6c0aa77145c80b1af392a4d0519bb31879f933b73bfba0afb16450373f6b5a
MD5 940caffac24de1b1594d9d543735ff73
BLAKE2b-256 48c4246dc2b7357e165ba6ce6619b7461bd3eb2fd973de2b5a539a9c8001a3f2

See more details on using hashes here.

Provenance

The following attestation bundles were made for cereggii-1.0.1-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: publish-pypi.yml on dpdani/cereggii

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cereggii-1.0.1-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for cereggii-1.0.1-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 3a4d21efc0c6479d0286d3d4c6675a6692e07e8e05e9d988031bcd37790fe3d7
MD5 4224a536e08a3220270a2769a84f2018
BLAKE2b-256 2656d9b0ded0458a004dd82c9b19a55cccf41c59656cc3019ecd7649095dfa2d

See more details on using hashes here.

Provenance

The following attestation bundles were made for cereggii-1.0.1-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: publish-pypi.yml on dpdani/cereggii

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cereggii-1.0.1-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: cereggii-1.0.1-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 327.9 kB
  • Tags: CPython 3.12, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for cereggii-1.0.1-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 75ab6b204f090de156a4d9dcb19280c0f8accb3828d6544617ff800503965347
MD5 24a671ac108aba01d28b7f22c691210b
BLAKE2b-256 f56025b877a4b7c3c21330062b47b94ee728e6ae092c23c7681ff5ea65bac1a5

See more details on using hashes here.

Provenance

The following attestation bundles were made for cereggii-1.0.1-cp312-cp312-win_arm64.whl:

Publisher: publish-pypi.yml on dpdani/cereggii

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cereggii-1.0.1-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: cereggii-1.0.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 317.0 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for cereggii-1.0.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 dbeda1ed50ab30c5ff4f4357ad90293e6e9c1fd9115abe092628bab05558792e
MD5 302d4093556a4a690ff6d512eea08793
BLAKE2b-256 f81a1f46cb4e3674e8fba34c4d2d3af501626cdc588576a771f8c298a39bf98a

See more details on using hashes here.

Provenance

The following attestation bundles were made for cereggii-1.0.1-cp312-cp312-win_amd64.whl:

Publisher: publish-pypi.yml on dpdani/cereggii

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cereggii-1.0.1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cereggii-1.0.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 939f8a7be8c4dc27fccdda5e9fca258750e785263c1b794cc723b5fd5f9b3fed
MD5 190fb132e1de6aa567fde10d0ba16f47
BLAKE2b-256 992add50b6069a1c51521cd29f9b682714f781bcc6441264e2a99eba6088baaa

See more details on using hashes here.

Provenance

The following attestation bundles were made for cereggii-1.0.1-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: publish-pypi.yml on dpdani/cereggii

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cereggii-1.0.1-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cereggii-1.0.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c89f328a8b96cfb4b8898bb8087e59c1f9be109f70d81e04ae57509465414ee0
MD5 a9c58939ccea8388d0af773aae1a399b
BLAKE2b-256 b3155811c8853676fb13f9e218cfa510e7dcbbd3f99d7a1596b153da8f41760e

See more details on using hashes here.

Provenance

The following attestation bundles were made for cereggii-1.0.1-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: publish-pypi.yml on dpdani/cereggii

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cereggii-1.0.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for cereggii-1.0.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9a45b3017b76c392a01d913ac20e8e8705e009f61e1a88bd17c230be5c3db8a2
MD5 7f1e49e8ff1691f70b546cde3c38c687
BLAKE2b-256 0f3f32cee7862433be7834f382272805cf96062c9a678bc47c5dfef1cbfd4724

See more details on using hashes here.

Provenance

The following attestation bundles were made for cereggii-1.0.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish-pypi.yml on dpdani/cereggii

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cereggii-1.0.1-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for cereggii-1.0.1-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 4bb7b55411f9d273706605846d2c7499664b1671ae21f9e5f479af8edb9af245
MD5 2b9df3bf22a0191c20bede469ee0e58a
BLAKE2b-256 f3a73627eb6702886887c28e730a5cf4aa51d76586525dc05c8205fb9a659670

See more details on using hashes here.

Provenance

The following attestation bundles were made for cereggii-1.0.1-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: publish-pypi.yml on dpdani/cereggii

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cereggii-1.0.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cereggii-1.0.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 23ad4566799ecaa6f9cc4ab65e2d16201fa82d84adc834abe900575d06d85e11
MD5 c801e13852b49f5e9760e9bf6352fdb5
BLAKE2b-256 dc484e23884a55aaf65a5ce211cfd6c0f716bd249b81eef1641ab08ab4dc8d5c

See more details on using hashes here.

Provenance

The following attestation bundles were made for cereggii-1.0.1-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: publish-pypi.yml on dpdani/cereggii

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cereggii-1.0.1-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for cereggii-1.0.1-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 59eea230c2affa5b9aaf87141187280eb6d49e66d96018388a9d5c612b9ffb0e
MD5 f32eaf2c15780a68719aafd6d306ea8f
BLAKE2b-256 e493d0eea4073adf322cf785dc6569311844d5eab67e94643214c07766847ce4

See more details on using hashes here.

Provenance

The following attestation bundles were made for cereggii-1.0.1-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: publish-pypi.yml on dpdani/cereggii

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cereggii-1.0.1-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: cereggii-1.0.1-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 324.6 kB
  • Tags: CPython 3.11, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for cereggii-1.0.1-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 00d4c438abbed5d95daaffff2a7e28c304beba54c6ec0574572f2b0fc87758bf
MD5 5b0ed97c1c221914038c02fd195e97d7
BLAKE2b-256 a72df951303c3fc136871a4983b203e1060599ae15586de8a1d6d0a90cdc21ed

See more details on using hashes here.

Provenance

The following attestation bundles were made for cereggii-1.0.1-cp311-cp311-win_arm64.whl:

Publisher: publish-pypi.yml on dpdani/cereggii

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cereggii-1.0.1-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: cereggii-1.0.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 311.1 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for cereggii-1.0.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 4d23fbd62075f34ebc222aaa2f68459086a6bbe1d1621754bb7f44ecac3cca58
MD5 2a5adfb78dad7f2f6e82b14f34e40967
BLAKE2b-256 53a67a2e6de784997a100771842df65513886fdf6ebf4f30fcae0e7da7d27766

See more details on using hashes here.

Provenance

The following attestation bundles were made for cereggii-1.0.1-cp311-cp311-win_amd64.whl:

Publisher: publish-pypi.yml on dpdani/cereggii

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cereggii-1.0.1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cereggii-1.0.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8ee45ecf01f3c8a28490e1a2a03f19e02ea091b632d43b78b8af067ceb0a4e4c
MD5 d96c0c24eead590746dfa6cd3911382a
BLAKE2b-256 b9c276b7baab8f7e33077e662b3d6863492f800eb4a0b8ba1da92dbbed4e6fe3

See more details on using hashes here.

Provenance

The following attestation bundles were made for cereggii-1.0.1-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: publish-pypi.yml on dpdani/cereggii

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cereggii-1.0.1-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cereggii-1.0.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0023a5a6b48220d64adc3aa1f627b198788ac2623de2c6d9a68abc32f8457f05
MD5 308d703adf5d5d434fc2df60cd059786
BLAKE2b-256 38fbd9c0e5d2c6006127cef830dd53fb4979190d5fce795876757294e29b3400

See more details on using hashes here.

Provenance

The following attestation bundles were made for cereggii-1.0.1-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: publish-pypi.yml on dpdani/cereggii

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cereggii-1.0.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for cereggii-1.0.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f3ee711a37e695b0a995497a68dbfc26dae7ff9d6332110f8ed00a53b013cc75
MD5 fc1984f31b95e75f773bed3c01d94ba3
BLAKE2b-256 d25497c3d3cfd530c0599dbabf007d273d06fed055f3b2b5bf4991459111d184

See more details on using hashes here.

Provenance

The following attestation bundles were made for cereggii-1.0.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish-pypi.yml on dpdani/cereggii

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cereggii-1.0.1-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for cereggii-1.0.1-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 60c172ff03feea3d6736393581f20ab6cf5aeda18a4e9819d57be563312097cc
MD5 328f77c82846e893bc2c8440411ed172
BLAKE2b-256 03586935c3b608459fefc25eb7c875752d558643039bd08175fd3d57032acd8f

See more details on using hashes here.

Provenance

The following attestation bundles were made for cereggii-1.0.1-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: publish-pypi.yml on dpdani/cereggii

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cereggii-1.0.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cereggii-1.0.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 629de510bfdb2d16bac16332e9128dc87eb742e059311b76674f275d25079b44
MD5 faa0d273a5d4d90c142cf93427c059b6
BLAKE2b-256 bd90efd419dcfd8b6b73521efd5478d3657a05c180cef28b4affbf7a0f1f77c1

See more details on using hashes here.

Provenance

The following attestation bundles were made for cereggii-1.0.1-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: publish-pypi.yml on dpdani/cereggii

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cereggii-1.0.1-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for cereggii-1.0.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 52f45ecbe5bf797b8e4b1ae9280ce6af85b8c3e522ab09bb3c0cd96999dc6e47
MD5 0d39891c12f64aa7b046d28ede850e1f
BLAKE2b-256 50b268b696f9c2a10a92e91149dbb8f2742db18e651c878fbf3222b4838f2d94

See more details on using hashes here.

Provenance

The following attestation bundles were made for cereggii-1.0.1-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: publish-pypi.yml on dpdani/cereggii

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cereggii-1.0.1-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: cereggii-1.0.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 315.1 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for cereggii-1.0.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 f0b0f83370b71428078fb30559275cfa66f6883908802c63450d32f96d72a072
MD5 9a6ef944f0ffc63169638a4619f520ff
BLAKE2b-256 a9f655a70cbe4cd202b8dfda6c1abcc0830217648134325c34e208956c4b7a7a

See more details on using hashes here.

Provenance

The following attestation bundles were made for cereggii-1.0.1-cp310-cp310-win_amd64.whl:

Publisher: publish-pypi.yml on dpdani/cereggii

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cereggii-1.0.1-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cereggii-1.0.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9b44f2697445ff859166a16ed544af8e7060f38c6fe232ee974b0bf267506026
MD5 05ea28e9156ca205b242689299ca37e7
BLAKE2b-256 0203c0871b45a17934fceb389582b37d4720302e762b9ac7ca268fc1e52ac857

See more details on using hashes here.

Provenance

The following attestation bundles were made for cereggii-1.0.1-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: publish-pypi.yml on dpdani/cereggii

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cereggii-1.0.1-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cereggii-1.0.1-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 aa33f6f2317ab54ad257f870c3aaf17c55016af960a8d428aa65f2c6d7efcc85
MD5 aa64b52241fa4d44050ca92dac058002
BLAKE2b-256 aeb1fc045cafaab3039b65e5a723c6cc85353e9086379f978631e29f39148e42

See more details on using hashes here.

Provenance

The following attestation bundles were made for cereggii-1.0.1-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: publish-pypi.yml on dpdani/cereggii

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cereggii-1.0.1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for cereggii-1.0.1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 995a29b33e2f5146cbf0b0cabc707adbaff8a778d02c907290540e43bbc98da2
MD5 69e5b7189a52b9f758fc4d257216af2c
BLAKE2b-256 45f65e5a26481542d674d19b5477cef67bdf10d57a1ea9eb5df035a73fce5331

See more details on using hashes here.

Provenance

The following attestation bundles were made for cereggii-1.0.1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish-pypi.yml on dpdani/cereggii

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cereggii-1.0.1-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for cereggii-1.0.1-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 ebf6f76f62562fffc733dbea71469723d1ff729e036bc5b2ce16a1f2d498868b
MD5 b5d3387286a6faf886ef0c67949db5a3
BLAKE2b-256 b0425a77934748f6a545ef2e4c2083a3b98c1779cd59fd65bbf7027ccd082a18

See more details on using hashes here.

Provenance

The following attestation bundles were made for cereggii-1.0.1-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: publish-pypi.yml on dpdani/cereggii

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cereggii-1.0.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cereggii-1.0.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c9ba0c6281925bc0aaca4225edd0f55688fd0f35ed662b73c2c67a3257c60247
MD5 cef49f284557965d5d91b9c7aff4d310
BLAKE2b-256 65a4f1e61d028abb46c6a2a8eabcccbb8d1dfaa56c6e8f8c308803b777073a5f

See more details on using hashes here.

Provenance

The following attestation bundles were made for cereggii-1.0.1-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: publish-pypi.yml on dpdani/cereggii

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cereggii-1.0.1-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for cereggii-1.0.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c6786fb981e6a1f93cb90fb11bfd67affe5c1d24439394a7d3ed4d5e058ad096
MD5 481bff26595df099544b7cbd25987b0f
BLAKE2b-256 524c5435310c0ba349b0848c27db5ab5dadad13184e06f1edf1fd626a6203f8a

See more details on using hashes here.

Provenance

The following attestation bundles were made for cereggii-1.0.1-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: publish-pypi.yml on dpdani/cereggii

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

This release

1.0.1 This release

64 files

1.0.0.post1

56 files

1.0.0

56 files

0.6.2

33 files

0.6.1

25 files

0.6.0

25 files

0.5.0

13 files

0.4.0

13 files

0.3.4

13 files

0.3.3

13 files

0.3.2

1 file

0.3.1

1 file

0.3.0

1 file

0.2.2

1 file

0.2.1

1 file

0.2.0

1 file

0.1.1

1 file

0.1.0

1 file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page