Hierarchical coherence: forecast reconciliation (OLS, WLS, MinTrace), conformal prediction, community detection (Leiden, Louvain).
Project description
cohera
Python bindings for sheaf (Rust).
Forecast reconciliation (OLS, WLS, MinTrace), hierarchical conformal prediction, and community detection (Leiden, Louvain, Label Propagation).
Install
pip install cohera
Usage
Reconciliation
import cohera
# 2-level hierarchy: 1 root + 3 leaves
s = cohera.simple_star_matrix(3)
# Incoherent base forecasts
base = [12.0, 3.0, 4.0, 5.0]
# OLS reconciliation
reconciled = cohera.reconcile(s, base, method="ols")
# reconciled[0] == reconciled[1] + reconciled[2] + reconciled[3]
Conformal prediction
hc = cohera.HierarchicalConformal(s, method="ols")
hc.calibrate(y_calib, y_hat_calib, alpha=0.1)
lower, upper = hc.predict(y_hat)
Community detection
edges = [(0, 1, 1.0), (1, 2, 1.0), (0, 2, 1.0)]
communities = cohera.leiden(edges, n_nodes=3, resolution=1.0)
Clustering metrics
nmi = cohera.nmi([0, 0, 1, 1], [0, 0, 1, 1]) # 1.0
ari = cohera.ari([0, 0, 1, 1], [0, 0, 1, 1]) # 1.0
License
MIT OR Apache-2.0
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file cohera-0.1.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: cohera-0.1.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 701.8 kB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a7c9046fc1490de027fb61da562a1bde8bd12abaefa608d6d54a740684cc5cf2
|
|
| MD5 |
ea70eb75d47e0ba41ba6e9e0b9a7e7a0
|
|
| BLAKE2b-256 |
ae7c930d3b28b9a54690e09ecd0735abdce68a8fb48ca64d35eaeeecaf75969c
|
Provenance
The following attestation bundles were made for cohera-0.1.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
publish-pypi.yml on arclabs561/sheaf
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
cohera-0.1.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
a7c9046fc1490de027fb61da562a1bde8bd12abaefa608d6d54a740684cc5cf2 - Sigstore transparency entry: 1154691892
- Sigstore integration time:
-
Permalink:
arclabs561/sheaf@ca7ec9d946ed2cf797a168e3cf45aece69b4d443 -
Branch / Tag:
refs/tags/python-v0.1.0 - Owner: https://github.com/arclabs561
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-pypi.yml@ca7ec9d946ed2cf797a168e3cf45aece69b4d443 -
Trigger Event:
push
-
Statement type:
File details
Details for the file cohera-0.1.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: cohera-0.1.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 636.9 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3c775f913a87cc4ca14169de43337874e5d78aae4002bfbca7981d2f1dbd8d0d
|
|
| MD5 |
4c1b837aaabc673361292cc7239bdc64
|
|
| BLAKE2b-256 |
223b41c8381c64c7dfd8d5cbbab24491b4c5d6d2597659339101698bb492c55a
|
Provenance
The following attestation bundles were made for cohera-0.1.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
publish-pypi.yml on arclabs561/sheaf
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
cohera-0.1.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
3c775f913a87cc4ca14169de43337874e5d78aae4002bfbca7981d2f1dbd8d0d - Sigstore transparency entry: 1154691848
- Sigstore integration time:
-
Permalink:
arclabs561/sheaf@ca7ec9d946ed2cf797a168e3cf45aece69b4d443 -
Branch / Tag:
refs/tags/python-v0.1.0 - Owner: https://github.com/arclabs561
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-pypi.yml@ca7ec9d946ed2cf797a168e3cf45aece69b4d443 -
Trigger Event:
push
-
Statement type:
File details
Details for the file cohera-0.1.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: cohera-0.1.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 632.4 kB
- Tags: CPython 3.14t, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5af0253c59f816a84b97dd6c6bdd1f7c556a4447acebf1f6f82ad85fe0d633d6
|
|
| MD5 |
a49f57894774c3664f9f38855a6040be
|
|
| BLAKE2b-256 |
4dd9ba9ffa3a256c76911f78a2f253659b21a42e0aff87b67c3d27cb30d388b1
|
Provenance
The following attestation bundles were made for cohera-0.1.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
publish-pypi.yml on arclabs561/sheaf
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
cohera-0.1.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
5af0253c59f816a84b97dd6c6bdd1f7c556a4447acebf1f6f82ad85fe0d633d6 - Sigstore transparency entry: 1154691818
- Sigstore integration time:
-
Permalink:
arclabs561/sheaf@ca7ec9d946ed2cf797a168e3cf45aece69b4d443 -
Branch / Tag:
refs/tags/python-v0.1.0 - Owner: https://github.com/arclabs561
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-pypi.yml@ca7ec9d946ed2cf797a168e3cf45aece69b4d443 -
Trigger Event:
push
-
Statement type:
File details
Details for the file cohera-0.1.0-cp314-cp314-win_amd64.whl.
File metadata
- Download URL: cohera-0.1.0-cp314-cp314-win_amd64.whl
- Upload date:
- Size: 467.6 kB
- Tags: CPython 3.14, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ec53191906b802d7fde62e17dabf5d257a5b372ae39df5b1388b0374addde6b2
|
|
| MD5 |
b8563f6110a4c9ce607df9517a440f1d
|
|
| BLAKE2b-256 |
0c8363a34cd1871907e1514d0147aaecbf000533a96dc8648ced4849261a249a
|
Provenance
The following attestation bundles were made for cohera-0.1.0-cp314-cp314-win_amd64.whl:
Publisher:
publish-pypi.yml on arclabs561/sheaf
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
cohera-0.1.0-cp314-cp314-win_amd64.whl -
Subject digest:
ec53191906b802d7fde62e17dabf5d257a5b372ae39df5b1388b0374addde6b2 - Sigstore transparency entry: 1154691904
- Sigstore integration time:
-
Permalink:
arclabs561/sheaf@ca7ec9d946ed2cf797a168e3cf45aece69b4d443 -
Branch / Tag:
refs/tags/python-v0.1.0 - Owner: https://github.com/arclabs561
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-pypi.yml@ca7ec9d946ed2cf797a168e3cf45aece69b4d443 -
Trigger Event:
push
-
Statement type:
File details
Details for the file cohera-0.1.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: cohera-0.1.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 696.8 kB
- Tags: CPython 3.14, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8219ba29fb9e187a9145fb184aca307a3321293e4d43a538524a37cd610354df
|
|
| MD5 |
d641cd1212b9815b64a5c8da3bcbadd1
|
|
| BLAKE2b-256 |
5e878487ccd167224d8e24a037da229c03ac15614b858d43472883bc35e3831a
|
Provenance
The following attestation bundles were made for cohera-0.1.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
publish-pypi.yml on arclabs561/sheaf
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
cohera-0.1.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
8219ba29fb9e187a9145fb184aca307a3321293e4d43a538524a37cd610354df - Sigstore transparency entry: 1154691862
- Sigstore integration time:
-
Permalink:
arclabs561/sheaf@ca7ec9d946ed2cf797a168e3cf45aece69b4d443 -
Branch / Tag:
refs/tags/python-v0.1.0 - Owner: https://github.com/arclabs561
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-pypi.yml@ca7ec9d946ed2cf797a168e3cf45aece69b4d443 -
Trigger Event:
push
-
Statement type:
File details
Details for the file cohera-0.1.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: cohera-0.1.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 633.6 kB
- Tags: CPython 3.14, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
86dca7f0b3548abc5e10a978b05b09ccc9e097e5aff9d4fae48591a0fb550ada
|
|
| MD5 |
8c6c5cef75b6a3f2c935540ff83b1186
|
|
| BLAKE2b-256 |
60eb5291f60d89e6bf427c91780d91aa3e866d681568bbfa4be41f318f549fc5
|
Provenance
The following attestation bundles were made for cohera-0.1.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
publish-pypi.yml on arclabs561/sheaf
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
cohera-0.1.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
86dca7f0b3548abc5e10a978b05b09ccc9e097e5aff9d4fae48591a0fb550ada - Sigstore transparency entry: 1154691842
- Sigstore integration time:
-
Permalink:
arclabs561/sheaf@ca7ec9d946ed2cf797a168e3cf45aece69b4d443 -
Branch / Tag:
refs/tags/python-v0.1.0 - Owner: https://github.com/arclabs561
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-pypi.yml@ca7ec9d946ed2cf797a168e3cf45aece69b4d443 -
Trigger Event:
push
-
Statement type:
File details
Details for the file cohera-0.1.0-cp314-cp314-macosx_11_0_arm64.whl.
File metadata
- Download URL: cohera-0.1.0-cp314-cp314-macosx_11_0_arm64.whl
- Upload date:
- Size: 531.7 kB
- Tags: CPython 3.14, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7445435bb23833c42f2146e5fae0f4771704acf523b2da5d27de601de2c64a0e
|
|
| MD5 |
34d6edde7b6d984e38ade93c784edb99
|
|
| BLAKE2b-256 |
d5f23039f622594e9f22a785566fe50eb001b7e37adb7c1799a028dbbce2bc8e
|
Provenance
The following attestation bundles were made for cohera-0.1.0-cp314-cp314-macosx_11_0_arm64.whl:
Publisher:
publish-pypi.yml on arclabs561/sheaf
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
cohera-0.1.0-cp314-cp314-macosx_11_0_arm64.whl -
Subject digest:
7445435bb23833c42f2146e5fae0f4771704acf523b2da5d27de601de2c64a0e - Sigstore transparency entry: 1154691860
- Sigstore integration time:
-
Permalink:
arclabs561/sheaf@ca7ec9d946ed2cf797a168e3cf45aece69b4d443 -
Branch / Tag:
refs/tags/python-v0.1.0 - Owner: https://github.com/arclabs561
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-pypi.yml@ca7ec9d946ed2cf797a168e3cf45aece69b4d443 -
Trigger Event:
push
-
Statement type:
File details
Details for the file cohera-0.1.0-cp314-cp314-macosx_10_12_x86_64.whl.
File metadata
- Download URL: cohera-0.1.0-cp314-cp314-macosx_10_12_x86_64.whl
- Upload date:
- Size: 598.3 kB
- Tags: CPython 3.14, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
16eb217f84aa748501e8cf455bdf62e86f6d0ec66d1c9a009b4a299268b91c3a
|
|
| MD5 |
095d031d0e1a1e84eb1bb223afffaa28
|
|
| BLAKE2b-256 |
44de9cad170ddd6c17d9882745a47c7ae6e04443cb0df2eae402da8fa28eb139
|
Provenance
The following attestation bundles were made for cohera-0.1.0-cp314-cp314-macosx_10_12_x86_64.whl:
Publisher:
publish-pypi.yml on arclabs561/sheaf
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
cohera-0.1.0-cp314-cp314-macosx_10_12_x86_64.whl -
Subject digest:
16eb217f84aa748501e8cf455bdf62e86f6d0ec66d1c9a009b4a299268b91c3a - Sigstore transparency entry: 1154691852
- Sigstore integration time:
-
Permalink:
arclabs561/sheaf@ca7ec9d946ed2cf797a168e3cf45aece69b4d443 -
Branch / Tag:
refs/tags/python-v0.1.0 - Owner: https://github.com/arclabs561
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-pypi.yml@ca7ec9d946ed2cf797a168e3cf45aece69b4d443 -
Trigger Event:
push
-
Statement type:
File details
Details for the file cohera-0.1.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: cohera-0.1.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 632.3 kB
- Tags: CPython 3.13t, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3f6f1ccce7f9838d557f1b1572e03d326f49700d66746d32a399d16f0600030c
|
|
| MD5 |
ca6bb84a81fa5fe49daf394d287f7d8e
|
|
| BLAKE2b-256 |
5de0707820cc39dd57222ef6f94d31cdcb662b9992d7c5ad3f74243b2848ccc9
|
Provenance
The following attestation bundles were made for cohera-0.1.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
publish-pypi.yml on arclabs561/sheaf
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
cohera-0.1.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
3f6f1ccce7f9838d557f1b1572e03d326f49700d66746d32a399d16f0600030c - Sigstore transparency entry: 1154691856
- Sigstore integration time:
-
Permalink:
arclabs561/sheaf@ca7ec9d946ed2cf797a168e3cf45aece69b4d443 -
Branch / Tag:
refs/tags/python-v0.1.0 - Owner: https://github.com/arclabs561
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-pypi.yml@ca7ec9d946ed2cf797a168e3cf45aece69b4d443 -
Trigger Event:
push
-
Statement type:
File details
Details for the file cohera-0.1.0-cp313-cp313-win_amd64.whl.
File metadata
- Download URL: cohera-0.1.0-cp313-cp313-win_amd64.whl
- Upload date:
- Size: 467.4 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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ff49b0ca204b043fee409e8a606d6a92da5a44699776545ef1111093c9b1edfe
|
|
| MD5 |
d92fbcd3bc80756c9915a937fd52d0b6
|
|
| BLAKE2b-256 |
551afde8ad99d3b3c0523e95d284af553450076db93f56af03bcf67835922ba2
|
Provenance
The following attestation bundles were made for cohera-0.1.0-cp313-cp313-win_amd64.whl:
Publisher:
publish-pypi.yml on arclabs561/sheaf
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
cohera-0.1.0-cp313-cp313-win_amd64.whl -
Subject digest:
ff49b0ca204b043fee409e8a606d6a92da5a44699776545ef1111093c9b1edfe - Sigstore transparency entry: 1154691897
- Sigstore integration time:
-
Permalink:
arclabs561/sheaf@ca7ec9d946ed2cf797a168e3cf45aece69b4d443 -
Branch / Tag:
refs/tags/python-v0.1.0 - Owner: https://github.com/arclabs561
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-pypi.yml@ca7ec9d946ed2cf797a168e3cf45aece69b4d443 -
Trigger Event:
push
-
Statement type:
File details
Details for the file cohera-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: cohera-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 696.9 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5b149c827affa1ae876ba78e104891ae5681b73ebd6c17339521fae41c769caa
|
|
| MD5 |
96ee3fc2a78eb79b5955c69de00e1239
|
|
| BLAKE2b-256 |
7add92b73ad31aac27d9ac5d5fe4d09dc5fd1e5b066128b1854e3a1c818779b4
|
Provenance
The following attestation bundles were made for cohera-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
publish-pypi.yml on arclabs561/sheaf
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
cohera-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
5b149c827affa1ae876ba78e104891ae5681b73ebd6c17339521fae41c769caa - Sigstore transparency entry: 1154691894
- Sigstore integration time:
-
Permalink:
arclabs561/sheaf@ca7ec9d946ed2cf797a168e3cf45aece69b4d443 -
Branch / Tag:
refs/tags/python-v0.1.0 - Owner: https://github.com/arclabs561
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-pypi.yml@ca7ec9d946ed2cf797a168e3cf45aece69b4d443 -
Trigger Event:
push
-
Statement type:
File details
Details for the file cohera-0.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: cohera-0.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 633.4 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
71ad3ff3558dd4d398de864c9e8805559436ea907a7705d3ac92d9ddbf7f6681
|
|
| MD5 |
e477b79ff72cf5a30304f98c251e234a
|
|
| BLAKE2b-256 |
7f8a21bdd28122c780c471317afe3ecafadd75941f24e4d78d26a2d5d0073792
|
Provenance
The following attestation bundles were made for cohera-0.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
publish-pypi.yml on arclabs561/sheaf
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
cohera-0.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
71ad3ff3558dd4d398de864c9e8805559436ea907a7705d3ac92d9ddbf7f6681 - Sigstore transparency entry: 1154691872
- Sigstore integration time:
-
Permalink:
arclabs561/sheaf@ca7ec9d946ed2cf797a168e3cf45aece69b4d443 -
Branch / Tag:
refs/tags/python-v0.1.0 - Owner: https://github.com/arclabs561
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-pypi.yml@ca7ec9d946ed2cf797a168e3cf45aece69b4d443 -
Trigger Event:
push
-
Statement type:
File details
Details for the file cohera-0.1.0-cp313-cp313-macosx_11_0_arm64.whl.
File metadata
- Download URL: cohera-0.1.0-cp313-cp313-macosx_11_0_arm64.whl
- Upload date:
- Size: 531.3 kB
- Tags: CPython 3.13, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e82b6c25873e9f76f09a028bc6af6749cb65f2f7bd41a39d82bc504a0ab4cc62
|
|
| MD5 |
947b8d1fe23d090f17f69426caf23d20
|
|
| BLAKE2b-256 |
b112f77f9eb73729d387afae2642d46b944f30626cbf2722690ebe01d9ba7724
|
Provenance
The following attestation bundles were made for cohera-0.1.0-cp313-cp313-macosx_11_0_arm64.whl:
Publisher:
publish-pypi.yml on arclabs561/sheaf
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
cohera-0.1.0-cp313-cp313-macosx_11_0_arm64.whl -
Subject digest:
e82b6c25873e9f76f09a028bc6af6749cb65f2f7bd41a39d82bc504a0ab4cc62 - Sigstore transparency entry: 1154691826
- Sigstore integration time:
-
Permalink:
arclabs561/sheaf@ca7ec9d946ed2cf797a168e3cf45aece69b4d443 -
Branch / Tag:
refs/tags/python-v0.1.0 - Owner: https://github.com/arclabs561
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-pypi.yml@ca7ec9d946ed2cf797a168e3cf45aece69b4d443 -
Trigger Event:
push
-
Statement type:
File details
Details for the file cohera-0.1.0-cp313-cp313-macosx_10_12_x86_64.whl.
File metadata
- Download URL: cohera-0.1.0-cp313-cp313-macosx_10_12_x86_64.whl
- Upload date:
- Size: 597.8 kB
- Tags: CPython 3.13, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fced61706a43cb506a344f88d6a979d9e0e49ae0d6080c7d5445a6e4b34cf1da
|
|
| MD5 |
7c40098aa8d035a1987ed2f9ab84ab9c
|
|
| BLAKE2b-256 |
5636cf472b3726ef47d5f0052bb4c4109011bb7d4cbbf78c8a8a9e92115a1177
|
Provenance
The following attestation bundles were made for cohera-0.1.0-cp313-cp313-macosx_10_12_x86_64.whl:
Publisher:
publish-pypi.yml on arclabs561/sheaf
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
cohera-0.1.0-cp313-cp313-macosx_10_12_x86_64.whl -
Subject digest:
fced61706a43cb506a344f88d6a979d9e0e49ae0d6080c7d5445a6e4b34cf1da - Sigstore transparency entry: 1154691868
- Sigstore integration time:
-
Permalink:
arclabs561/sheaf@ca7ec9d946ed2cf797a168e3cf45aece69b4d443 -
Branch / Tag:
refs/tags/python-v0.1.0 - Owner: https://github.com/arclabs561
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-pypi.yml@ca7ec9d946ed2cf797a168e3cf45aece69b4d443 -
Trigger Event:
push
-
Statement type:
File details
Details for the file cohera-0.1.0-cp312-cp312-win_amd64.whl.
File metadata
- Download URL: cohera-0.1.0-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 467.4 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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3785730b852daf26b8c5b6b8c976a429f7575d0f7b23de1ce5af58bbf7c32ca3
|
|
| MD5 |
90a061180f8d8e570f98bdc9dfa18afb
|
|
| BLAKE2b-256 |
0900643e2948b4630f2f715827822cc83c542b32f4d2df0189f95343d964c745
|
Provenance
The following attestation bundles were made for cohera-0.1.0-cp312-cp312-win_amd64.whl:
Publisher:
publish-pypi.yml on arclabs561/sheaf
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
cohera-0.1.0-cp312-cp312-win_amd64.whl -
Subject digest:
3785730b852daf26b8c5b6b8c976a429f7575d0f7b23de1ce5af58bbf7c32ca3 - Sigstore transparency entry: 1154691816
- Sigstore integration time:
-
Permalink:
arclabs561/sheaf@ca7ec9d946ed2cf797a168e3cf45aece69b4d443 -
Branch / Tag:
refs/tags/python-v0.1.0 - Owner: https://github.com/arclabs561
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-pypi.yml@ca7ec9d946ed2cf797a168e3cf45aece69b4d443 -
Trigger Event:
push
-
Statement type:
File details
Details for the file cohera-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: cohera-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 696.7 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5ef93fe48df6531f9389a1c80f54e12c392bda160ba3360983312d6687f96b6c
|
|
| MD5 |
a6ed8d58d72894f5d010b334b4282365
|
|
| BLAKE2b-256 |
6f8390c6bb5da068f0c86ad77ad7052ce81d3c50ac67ee517940ffc16376ec30
|
Provenance
The following attestation bundles were made for cohera-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
publish-pypi.yml on arclabs561/sheaf
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
cohera-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
5ef93fe48df6531f9389a1c80f54e12c392bda160ba3360983312d6687f96b6c - Sigstore transparency entry: 1154691830
- Sigstore integration time:
-
Permalink:
arclabs561/sheaf@ca7ec9d946ed2cf797a168e3cf45aece69b4d443 -
Branch / Tag:
refs/tags/python-v0.1.0 - Owner: https://github.com/arclabs561
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-pypi.yml@ca7ec9d946ed2cf797a168e3cf45aece69b4d443 -
Trigger Event:
push
-
Statement type:
File details
Details for the file cohera-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: cohera-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 633.4 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a0cdae79c6335e005d6b20202cc19e3a09966751b80635bd008c9a14ee688c0b
|
|
| MD5 |
36586ac113d7b1055edf09eec2f1bcbf
|
|
| BLAKE2b-256 |
4e7ccabc76903486b254b9569c65f7ff03bad464eb87c48ead84229c3cd52ec6
|
Provenance
The following attestation bundles were made for cohera-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
publish-pypi.yml on arclabs561/sheaf
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
cohera-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
a0cdae79c6335e005d6b20202cc19e3a09966751b80635bd008c9a14ee688c0b - Sigstore transparency entry: 1154691890
- Sigstore integration time:
-
Permalink:
arclabs561/sheaf@ca7ec9d946ed2cf797a168e3cf45aece69b4d443 -
Branch / Tag:
refs/tags/python-v0.1.0 - Owner: https://github.com/arclabs561
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-pypi.yml@ca7ec9d946ed2cf797a168e3cf45aece69b4d443 -
Trigger Event:
push
-
Statement type:
File details
Details for the file cohera-0.1.0-cp312-cp312-macosx_11_0_arm64.whl.
File metadata
- Download URL: cohera-0.1.0-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 531.4 kB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
faad37381a409d01a6b5bc995f22266a40f641b8919282206ad6cc23ef4165f3
|
|
| MD5 |
3c571e5b3ae3a3fb480015b2cba8048e
|
|
| BLAKE2b-256 |
e926d364bc758c29c1f29b0a1c65749a280ddaeed31d7451905d500920fa6e46
|
Provenance
The following attestation bundles were made for cohera-0.1.0-cp312-cp312-macosx_11_0_arm64.whl:
Publisher:
publish-pypi.yml on arclabs561/sheaf
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
cohera-0.1.0-cp312-cp312-macosx_11_0_arm64.whl -
Subject digest:
faad37381a409d01a6b5bc995f22266a40f641b8919282206ad6cc23ef4165f3 - Sigstore transparency entry: 1154691879
- Sigstore integration time:
-
Permalink:
arclabs561/sheaf@ca7ec9d946ed2cf797a168e3cf45aece69b4d443 -
Branch / Tag:
refs/tags/python-v0.1.0 - Owner: https://github.com/arclabs561
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-pypi.yml@ca7ec9d946ed2cf797a168e3cf45aece69b4d443 -
Trigger Event:
push
-
Statement type:
File details
Details for the file cohera-0.1.0-cp312-cp312-macosx_10_12_x86_64.whl.
File metadata
- Download URL: cohera-0.1.0-cp312-cp312-macosx_10_12_x86_64.whl
- Upload date:
- Size: 597.5 kB
- Tags: CPython 3.12, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8e7ecd80d98b872778620106a1aeb31f5fe7a5c64cbbd2f4ea2abe1f7f480fbb
|
|
| MD5 |
726ff1ff47ca9cba31e250cd94694676
|
|
| BLAKE2b-256 |
ccfa92093897b3d4a4f5ff9a6625811ee86e88563da246f7f004ecd1bbf46fd5
|
Provenance
The following attestation bundles were made for cohera-0.1.0-cp312-cp312-macosx_10_12_x86_64.whl:
Publisher:
publish-pypi.yml on arclabs561/sheaf
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
cohera-0.1.0-cp312-cp312-macosx_10_12_x86_64.whl -
Subject digest:
8e7ecd80d98b872778620106a1aeb31f5fe7a5c64cbbd2f4ea2abe1f7f480fbb - Sigstore transparency entry: 1154691832
- Sigstore integration time:
-
Permalink:
arclabs561/sheaf@ca7ec9d946ed2cf797a168e3cf45aece69b4d443 -
Branch / Tag:
refs/tags/python-v0.1.0 - Owner: https://github.com/arclabs561
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-pypi.yml@ca7ec9d946ed2cf797a168e3cf45aece69b4d443 -
Trigger Event:
push
-
Statement type:
File details
Details for the file cohera-0.1.0-cp311-cp311-win_amd64.whl.
File metadata
- Download URL: cohera-0.1.0-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 468.9 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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ef1662f23932910bb38d43d9c30baa9fad9d41780b3e32c058520cff43302bab
|
|
| MD5 |
a8163acc5b415972223d1a2747cd679b
|
|
| BLAKE2b-256 |
1e1adbcc045899670b37371e14965a4df920844098bd6a164fe49b18404437f8
|
Provenance
The following attestation bundles were made for cohera-0.1.0-cp311-cp311-win_amd64.whl:
Publisher:
publish-pypi.yml on arclabs561/sheaf
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
cohera-0.1.0-cp311-cp311-win_amd64.whl -
Subject digest:
ef1662f23932910bb38d43d9c30baa9fad9d41780b3e32c058520cff43302bab - Sigstore transparency entry: 1154691821
- Sigstore integration time:
-
Permalink:
arclabs561/sheaf@ca7ec9d946ed2cf797a168e3cf45aece69b4d443 -
Branch / Tag:
refs/tags/python-v0.1.0 - Owner: https://github.com/arclabs561
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-pypi.yml@ca7ec9d946ed2cf797a168e3cf45aece69b4d443 -
Trigger Event:
push
-
Statement type:
File details
Details for the file cohera-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: cohera-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 700.5 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ac96e4e1f15a45a76e3be4574afb0d2f2bec3fe3491e825923308d14c9730006
|
|
| MD5 |
ac4612d0bcd4ddfa707d400b824f89a9
|
|
| BLAKE2b-256 |
126f038916ab8c8cab13878f46a942115dfce65ca35ae0a4e9e3307c6ccf4153
|
Provenance
The following attestation bundles were made for cohera-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
publish-pypi.yml on arclabs561/sheaf
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
cohera-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
ac96e4e1f15a45a76e3be4574afb0d2f2bec3fe3491e825923308d14c9730006 - Sigstore transparency entry: 1154691827
- Sigstore integration time:
-
Permalink:
arclabs561/sheaf@ca7ec9d946ed2cf797a168e3cf45aece69b4d443 -
Branch / Tag:
refs/tags/python-v0.1.0 - Owner: https://github.com/arclabs561
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-pypi.yml@ca7ec9d946ed2cf797a168e3cf45aece69b4d443 -
Trigger Event:
push
-
Statement type:
File details
Details for the file cohera-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: cohera-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 635.9 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8684f757d5ff6132f7b31a8582c82f3aed6192e3d92f85b128c5e60974f15db1
|
|
| MD5 |
5af17e6a8fd091eec516c970319e9b19
|
|
| BLAKE2b-256 |
7c2ae3594391702c519df77932065530595a65cb9536dd1e06371e443edab655
|
Provenance
The following attestation bundles were made for cohera-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
publish-pypi.yml on arclabs561/sheaf
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
cohera-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
8684f757d5ff6132f7b31a8582c82f3aed6192e3d92f85b128c5e60974f15db1 - Sigstore transparency entry: 1154691901
- Sigstore integration time:
-
Permalink:
arclabs561/sheaf@ca7ec9d946ed2cf797a168e3cf45aece69b4d443 -
Branch / Tag:
refs/tags/python-v0.1.0 - Owner: https://github.com/arclabs561
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-pypi.yml@ca7ec9d946ed2cf797a168e3cf45aece69b4d443 -
Trigger Event:
push
-
Statement type:
File details
Details for the file cohera-0.1.0-cp311-cp311-macosx_11_0_arm64.whl.
File metadata
- Download URL: cohera-0.1.0-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 533.4 kB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b9418f7a76cfdd7ebcd3cb974de082a7422a33b8cc638014f24069b44480fb8c
|
|
| MD5 |
cf382cd237b0997c0f43921a5b8c745f
|
|
| BLAKE2b-256 |
cea472e79d9f759b8beb1182b4d5aa429447801620f1bd16a803921fcfdf8d63
|
Provenance
The following attestation bundles were made for cohera-0.1.0-cp311-cp311-macosx_11_0_arm64.whl:
Publisher:
publish-pypi.yml on arclabs561/sheaf
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
cohera-0.1.0-cp311-cp311-macosx_11_0_arm64.whl -
Subject digest:
b9418f7a76cfdd7ebcd3cb974de082a7422a33b8cc638014f24069b44480fb8c - Sigstore transparency entry: 1154691853
- Sigstore integration time:
-
Permalink:
arclabs561/sheaf@ca7ec9d946ed2cf797a168e3cf45aece69b4d443 -
Branch / Tag:
refs/tags/python-v0.1.0 - Owner: https://github.com/arclabs561
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-pypi.yml@ca7ec9d946ed2cf797a168e3cf45aece69b4d443 -
Trigger Event:
push
-
Statement type:
File details
Details for the file cohera-0.1.0-cp311-cp311-macosx_10_12_x86_64.whl.
File metadata
- Download URL: cohera-0.1.0-cp311-cp311-macosx_10_12_x86_64.whl
- Upload date:
- Size: 600.1 kB
- Tags: CPython 3.11, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dfc6524f576dfbfac4909fc7bb986a19f24eacc6e0a8beeb635747a461f5ce56
|
|
| MD5 |
9fcc2434e7cc29c728aa5bffd05e3f80
|
|
| BLAKE2b-256 |
f14853f7ee28f0a9983ed5406cdddbb04be3e8fd039f5bf334335402c195c837
|
Provenance
The following attestation bundles were made for cohera-0.1.0-cp311-cp311-macosx_10_12_x86_64.whl:
Publisher:
publish-pypi.yml on arclabs561/sheaf
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
cohera-0.1.0-cp311-cp311-macosx_10_12_x86_64.whl -
Subject digest:
dfc6524f576dfbfac4909fc7bb986a19f24eacc6e0a8beeb635747a461f5ce56 - Sigstore transparency entry: 1154691833
- Sigstore integration time:
-
Permalink:
arclabs561/sheaf@ca7ec9d946ed2cf797a168e3cf45aece69b4d443 -
Branch / Tag:
refs/tags/python-v0.1.0 - Owner: https://github.com/arclabs561
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-pypi.yml@ca7ec9d946ed2cf797a168e3cf45aece69b4d443 -
Trigger Event:
push
-
Statement type:
File details
Details for the file cohera-0.1.0-cp310-cp310-win_amd64.whl.
File metadata
- Download URL: cohera-0.1.0-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 468.9 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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
151c6ea6a23a82f9f80533ad22fa7e8286864ad406f9effab0e14f39d30821bd
|
|
| MD5 |
e4c3270954f2434c50d5815ab215fd0e
|
|
| BLAKE2b-256 |
db210d795907ca499854a11472a50d556c930551cf36dea96bda68caa43990ec
|
Provenance
The following attestation bundles were made for cohera-0.1.0-cp310-cp310-win_amd64.whl:
Publisher:
publish-pypi.yml on arclabs561/sheaf
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
cohera-0.1.0-cp310-cp310-win_amd64.whl -
Subject digest:
151c6ea6a23a82f9f80533ad22fa7e8286864ad406f9effab0e14f39d30821bd - Sigstore transparency entry: 1154691866
- Sigstore integration time:
-
Permalink:
arclabs561/sheaf@ca7ec9d946ed2cf797a168e3cf45aece69b4d443 -
Branch / Tag:
refs/tags/python-v0.1.0 - Owner: https://github.com/arclabs561
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-pypi.yml@ca7ec9d946ed2cf797a168e3cf45aece69b4d443 -
Trigger Event:
push
-
Statement type:
File details
Details for the file cohera-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: cohera-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 700.7 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
136f3905316037e8d88215aa3be4cd551b0d143dd5212f49107fc994545484eb
|
|
| MD5 |
e8a1c42a75924706806582aafd0270b6
|
|
| BLAKE2b-256 |
357747f50dc893f225b9ba1b52057fd3919328e23525d56d1794cb5beb4ed4bb
|
Provenance
The following attestation bundles were made for cohera-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
publish-pypi.yml on arclabs561/sheaf
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
cohera-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
136f3905316037e8d88215aa3be4cd551b0d143dd5212f49107fc994545484eb - Sigstore transparency entry: 1154691865
- Sigstore integration time:
-
Permalink:
arclabs561/sheaf@ca7ec9d946ed2cf797a168e3cf45aece69b4d443 -
Branch / Tag:
refs/tags/python-v0.1.0 - Owner: https://github.com/arclabs561
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-pypi.yml@ca7ec9d946ed2cf797a168e3cf45aece69b4d443 -
Trigger Event:
push
-
Statement type:
File details
Details for the file cohera-0.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: cohera-0.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 636.1 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
004070db57479a72084451a5cc5abe3d8012633612a175cd803cc0946a906840
|
|
| MD5 |
5e484504f4f24b19d1b89dc59886f817
|
|
| BLAKE2b-256 |
b27724cf0578a8c33da4bf023afd760876557281975f3b53526fffd8ea3252ac
|
Provenance
The following attestation bundles were made for cohera-0.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
publish-pypi.yml on arclabs561/sheaf
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
cohera-0.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
004070db57479a72084451a5cc5abe3d8012633612a175cd803cc0946a906840 - Sigstore transparency entry: 1154691858
- Sigstore integration time:
-
Permalink:
arclabs561/sheaf@ca7ec9d946ed2cf797a168e3cf45aece69b4d443 -
Branch / Tag:
refs/tags/python-v0.1.0 - Owner: https://github.com/arclabs561
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-pypi.yml@ca7ec9d946ed2cf797a168e3cf45aece69b4d443 -
Trigger Event:
push
-
Statement type:
File details
Details for the file cohera-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: cohera-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 703.3 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d95469fa18e92f7771b9069c643d76cc65307a758080a3b1b94bd5aa60bb0676
|
|
| MD5 |
112c8e96c60ac56ceaecde0b4ce35da2
|
|
| BLAKE2b-256 |
e1c62b8e285590476af2d1c022656c92dab493a37f37983562d5b35bddd6074b
|
Provenance
The following attestation bundles were made for cohera-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
publish-pypi.yml on arclabs561/sheaf
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
cohera-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
d95469fa18e92f7771b9069c643d76cc65307a758080a3b1b94bd5aa60bb0676 - Sigstore transparency entry: 1154691835
- Sigstore integration time:
-
Permalink:
arclabs561/sheaf@ca7ec9d946ed2cf797a168e3cf45aece69b4d443 -
Branch / Tag:
refs/tags/python-v0.1.0 - Owner: https://github.com/arclabs561
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-pypi.yml@ca7ec9d946ed2cf797a168e3cf45aece69b4d443 -
Trigger Event:
push
-
Statement type:
File details
Details for the file cohera-0.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: cohera-0.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 637.7 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aa3fa9da32a93d45852dfb2515c1f7427c2dcd457257c7bee41839ac16cacc1c
|
|
| MD5 |
2d42a1478edcba2da35fcddc5416b269
|
|
| BLAKE2b-256 |
3b88f7e7cceaf832eb95eeb3c511ec6c099d40067b2aa11b3d84300b143baa50
|
Provenance
The following attestation bundles were made for cohera-0.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
publish-pypi.yml on arclabs561/sheaf
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
cohera-0.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
aa3fa9da32a93d45852dfb2515c1f7427c2dcd457257c7bee41839ac16cacc1c - Sigstore transparency entry: 1154691839
- Sigstore integration time:
-
Permalink:
arclabs561/sheaf@ca7ec9d946ed2cf797a168e3cf45aece69b4d443 -
Branch / Tag:
refs/tags/python-v0.1.0 - Owner: https://github.com/arclabs561
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-pypi.yml@ca7ec9d946ed2cf797a168e3cf45aece69b4d443 -
Trigger Event:
push
-
Statement type:
File details
Details for the file cohera-0.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: cohera-0.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 703.3 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a2777b8e4cc377b7b953244499d1a04acf7f7c8b597dfc35f5acda81223d4546
|
|
| MD5 |
3037742cd675d1b79c9809187991a062
|
|
| BLAKE2b-256 |
616f901d6d9a53cacc7c6d45694ee27cd203fd0fe3fc059e8e768b52795e0f9a
|
Provenance
The following attestation bundles were made for cohera-0.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
publish-pypi.yml on arclabs561/sheaf
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
cohera-0.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
a2777b8e4cc377b7b953244499d1a04acf7f7c8b597dfc35f5acda81223d4546 - Sigstore transparency entry: 1154691907
- Sigstore integration time:
-
Permalink:
arclabs561/sheaf@ca7ec9d946ed2cf797a168e3cf45aece69b4d443 -
Branch / Tag:
refs/tags/python-v0.1.0 - Owner: https://github.com/arclabs561
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-pypi.yml@ca7ec9d946ed2cf797a168e3cf45aece69b4d443 -
Trigger Event:
push
-
Statement type:
File details
Details for the file cohera-0.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: cohera-0.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 637.7 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d23a86c69bbe2b4d94d86b8bf84688d674bb5fabb7517d8877fe165fd2f84b53
|
|
| MD5 |
e7944727ab77ea432aa051b5ffae51b9
|
|
| BLAKE2b-256 |
a86c52d30a36930e41961c53d1a2789abfd71c74d9441806f4abff57df011476
|
Provenance
The following attestation bundles were made for cohera-0.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
publish-pypi.yml on arclabs561/sheaf
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
cohera-0.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
d23a86c69bbe2b4d94d86b8bf84688d674bb5fabb7517d8877fe165fd2f84b53 - Sigstore transparency entry: 1154691878
- Sigstore integration time:
-
Permalink:
arclabs561/sheaf@ca7ec9d946ed2cf797a168e3cf45aece69b4d443 -
Branch / Tag:
refs/tags/python-v0.1.0 - Owner: https://github.com/arclabs561
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-pypi.yml@ca7ec9d946ed2cf797a168e3cf45aece69b4d443 -
Trigger Event:
push
-
Statement type: