crashs-cbstools-bindings
Python bindings to select algorithms from cbstools-public (the CBS Tools Java library developed by Pierre-Louis Bazin and colleagues at the Max Planck Institute for Human Cognitive and Brain Sciences), used by CRASHS for its CRUISE-based cortical reconstruction pipeline.
Why this exists
CRASHS previously reached this code through NighRes, which wraps cbstools-public via JCC (compiling the Java to a jar and statically embedding a JVM into a compiled Python extension). That approach has never shipped a prebuilt PyPI wheel and requires a JDK/JCC/Python-headers build step at install time.
Instead, this package AOT-compiles the five cbstools-public classes CRASHS needs
into a native shared library using GraalVM Native Image
(no JVM at runtime), and exposes them to Python via ctypes. The result ships as an
ordinary platform-specific binary wheel — no Java, JDK, or JVM is needed to install
or use this package, only to build it from source.
This is split out from the crashs repo into its own package specifically because it
changes rarely (only when the underlying cbstools-public algorithms need a bugfix or a
new algorithm is added) while crashs itself changes often — bundling them together
meant every crashs iteration paid for slow, large, multi-platform compiled-wheel
builds it didn't need.
Installation
pip install crashs-cbstools-bindings
Building from source
Building from source requires a GraalVM JDK with
the native-image component (GraalVM for JDK 21+ ships this by default) on PATH —
only at build time, not at runtime.
git clone --recurse-submodules https://github.com/pyushkevich/crashs-cbstools-bindings
cd crashs-cbstools-bindings
# Build the native library once
bash native/scripts/build_native.sh macos-14 # or: ubuntu-latest, windows-2022
# Regular (non-editable) install picks up the native library correctly:
pip install .
Note: pip install -e . (editable install) does not work for this package,
because the compiled native library is only copied into the installed package
location, not back into the source tree that an editable install imports from. For
local development, build once as above, then manually stage the artifact into the
source tree before installing editable:
mkdir -p src/crashs_cbstools_bindings/_native_lib src/crashs_cbstools_bindings/_native_data
cp native/build/out/libcbstools_native.* src/crashs_cbstools_bindings/_native_lib/
cp -r native/data/topology_lut src/crashs_cbstools_bindings/_native_data/
pip install -e .
API
Five functions, one per wrapped cbstools-public algorithm, taking/returning numpy arrays (mirroring nighres's own function signatures and Fortran-order conventions):
topology_correctioncruise_cortex_extractionlevelset_to_meshsurface_inflationvolumetric_layering
See src/crashs_cbstools_bindings/__init__.py for exact signatures, and
tests/test_bindings.py for usage examples.
License and attribution
This repository's own code (the Java @CEntryPoint wrapper layer and the Python
ctypes bindings) is MIT-licensed — see LICENSE. The compiled native library this
package ships is a derivative work of cbstools-public and is additionally subject to
cbstools-public's license, Creative Commons Attribution-ShareAlike 4.0 International
(CC BY-SA 4.0). See THIRD_PARTY_LICENSES.md for full
attribution details, the exact vendored commit, and what was and wasn't modified.
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 crashs_cbstools_bindings-0.1.0-cp313-cp313-win_amd64.whl.
File metadata
- Download URL: crashs_cbstools_bindings-0.1.0-cp313-cp313-win_amd64.whl
- Upload date:
- Size: 8.3 MB
- Tags: CPython 3.13, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3e904c6268e7173c166ce8094c2a87f34096141a456a16baadec331fae827eb3
|
|
| MD5 |
c39f166e2d76d9e4f61d90a61aa24edb
|
|
| BLAKE2b-256 |
1de5f3d840765b812838a86e33fce7bad199583566838fbd5c47160815ce410f
|
Provenance
The following attestation bundles were made for crashs_cbstools_bindings-0.1.0-cp313-cp313-win_amd64.whl:
Publisher:
build_wheels.yml on pyushkevich/crashs-cbstools-bindings
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
crashs_cbstools_bindings-0.1.0-cp313-cp313-win_amd64.whl -
Subject digest:
3e904c6268e7173c166ce8094c2a87f34096141a456a16baadec331fae827eb3 - Sigstore transparency entry: 2785863376
- Sigstore integration time:
-
Permalink:
pyushkevich/crashs-cbstools-bindings@4d7194cc7ab6a4588b77ceb5c98a3e0a1d6f4fb5 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/pyushkevich
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@4d7194cc7ab6a4588b77ceb5c98a3e0a1d6f4fb5 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file crashs_cbstools_bindings-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: crashs_cbstools_bindings-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 8.3 MB
- Tags: CPython 3.13, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8fec8b4be3a8c10e96fa5e450936bdddca9d052ec3d82dac1c43d6d324b1ee9b
|
|
| MD5 |
638ea251443bde5eb921aafffca17045
|
|
| BLAKE2b-256 |
c43f147a75cb53691faebc5a50bb339ba09819a6b6cfa952dd07417a9bd1b9c6
|
Provenance
The following attestation bundles were made for crashs_cbstools_bindings-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
build_wheels.yml on pyushkevich/crashs-cbstools-bindings
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
crashs_cbstools_bindings-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
8fec8b4be3a8c10e96fa5e450936bdddca9d052ec3d82dac1c43d6d324b1ee9b - Sigstore transparency entry: 2785862621
- Sigstore integration time:
-
Permalink:
pyushkevich/crashs-cbstools-bindings@4d7194cc7ab6a4588b77ceb5c98a3e0a1d6f4fb5 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/pyushkevich
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@4d7194cc7ab6a4588b77ceb5c98a3e0a1d6f4fb5 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file crashs_cbstools_bindings-0.1.0-cp313-cp313-macosx_11_0_arm64.whl.
File metadata
- Download URL: crashs_cbstools_bindings-0.1.0-cp313-cp313-macosx_11_0_arm64.whl
- Upload date:
- Size: 8.2 MB
- Tags: CPython 3.13, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f83e00a379e05866861c4949c734b0f0e83a57de8c4705da161182cdea0ccb11
|
|
| MD5 |
2f0f8dea5bedef251072a727fcce5301
|
|
| BLAKE2b-256 |
cdfc8f4103c714634f01cdd00d4aae8acb4561371f5bde2a1954009caad6829b
|
Provenance
The following attestation bundles were made for crashs_cbstools_bindings-0.1.0-cp313-cp313-macosx_11_0_arm64.whl:
Publisher:
build_wheels.yml on pyushkevich/crashs-cbstools-bindings
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
crashs_cbstools_bindings-0.1.0-cp313-cp313-macosx_11_0_arm64.whl -
Subject digest:
f83e00a379e05866861c4949c734b0f0e83a57de8c4705da161182cdea0ccb11 - Sigstore transparency entry: 2785863745
- Sigstore integration time:
-
Permalink:
pyushkevich/crashs-cbstools-bindings@4d7194cc7ab6a4588b77ceb5c98a3e0a1d6f4fb5 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/pyushkevich
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@4d7194cc7ab6a4588b77ceb5c98a3e0a1d6f4fb5 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file crashs_cbstools_bindings-0.1.0-cp313-cp313-macosx_10_9_x86_64.whl.
File metadata
- Download URL: crashs_cbstools_bindings-0.1.0-cp313-cp313-macosx_10_9_x86_64.whl
- Upload date:
- Size: 8.2 MB
- Tags: CPython 3.13, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4a458759e5a8952f848920c3d81ac8dad2f436c6b1b6794771dad378def21769
|
|
| MD5 |
e7840e35e22501f0131067730c52c9e9
|
|
| BLAKE2b-256 |
28d91f241776d877da5c2c7693dd345f7cc43f91b53d402f09e7dc3e1b5a5a00
|
Provenance
The following attestation bundles were made for crashs_cbstools_bindings-0.1.0-cp313-cp313-macosx_10_9_x86_64.whl:
Publisher:
build_wheels.yml on pyushkevich/crashs-cbstools-bindings
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
crashs_cbstools_bindings-0.1.0-cp313-cp313-macosx_10_9_x86_64.whl -
Subject digest:
4a458759e5a8952f848920c3d81ac8dad2f436c6b1b6794771dad378def21769 - Sigstore transparency entry: 2785863245
- Sigstore integration time:
-
Permalink:
pyushkevich/crashs-cbstools-bindings@4d7194cc7ab6a4588b77ceb5c98a3e0a1d6f4fb5 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/pyushkevich
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@4d7194cc7ab6a4588b77ceb5c98a3e0a1d6f4fb5 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file crashs_cbstools_bindings-0.1.0-cp312-cp312-win_amd64.whl.
File metadata
- Download URL: crashs_cbstools_bindings-0.1.0-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 8.3 MB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cd4387e7dcb6d41c1f15afc51d26534c47133957a5c53458a0820e6c2eff2cf5
|
|
| MD5 |
408c9a2de01a8ce5a9597429abef8beb
|
|
| BLAKE2b-256 |
b15a6d97924d4f5e2684120b1c86e16790e1b2d09930f9219b919b6781abead5
|
Provenance
The following attestation bundles were made for crashs_cbstools_bindings-0.1.0-cp312-cp312-win_amd64.whl:
Publisher:
build_wheels.yml on pyushkevich/crashs-cbstools-bindings
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
crashs_cbstools_bindings-0.1.0-cp312-cp312-win_amd64.whl -
Subject digest:
cd4387e7dcb6d41c1f15afc51d26534c47133957a5c53458a0820e6c2eff2cf5 - Sigstore transparency entry: 2785862163
- Sigstore integration time:
-
Permalink:
pyushkevich/crashs-cbstools-bindings@4d7194cc7ab6a4588b77ceb5c98a3e0a1d6f4fb5 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/pyushkevich
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@4d7194cc7ab6a4588b77ceb5c98a3e0a1d6f4fb5 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file crashs_cbstools_bindings-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: crashs_cbstools_bindings-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 8.3 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
35ff552da7625b25a369169a69aec3b250d0a8fad0567954ad07cbabde22bb44
|
|
| MD5 |
d4589d5d956b9cf5e89ca04c4ebc5574
|
|
| BLAKE2b-256 |
19531578f8b3015b80128ebab09f2221ec8783e5e665b0a832dd921386825257
|
Provenance
The following attestation bundles were made for crashs_cbstools_bindings-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
build_wheels.yml on pyushkevich/crashs-cbstools-bindings
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
crashs_cbstools_bindings-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
35ff552da7625b25a369169a69aec3b250d0a8fad0567954ad07cbabde22bb44 - Sigstore transparency entry: 2785862442
- Sigstore integration time:
-
Permalink:
pyushkevich/crashs-cbstools-bindings@4d7194cc7ab6a4588b77ceb5c98a3e0a1d6f4fb5 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/pyushkevich
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@4d7194cc7ab6a4588b77ceb5c98a3e0a1d6f4fb5 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file crashs_cbstools_bindings-0.1.0-cp312-cp312-macosx_11_0_arm64.whl.
File metadata
- Download URL: crashs_cbstools_bindings-0.1.0-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 8.2 MB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1aaebb29253583d3224e835713a23f42f8e3f7f1cd48719f7722d9bcaaebbea2
|
|
| MD5 |
af1da4bd064df0476614d03613e73abb
|
|
| BLAKE2b-256 |
ee50d53f14527a49ec143b9e0f20281981499c142eda873a1f3e30b0c506f363
|
Provenance
The following attestation bundles were made for crashs_cbstools_bindings-0.1.0-cp312-cp312-macosx_11_0_arm64.whl:
Publisher:
build_wheels.yml on pyushkevich/crashs-cbstools-bindings
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
crashs_cbstools_bindings-0.1.0-cp312-cp312-macosx_11_0_arm64.whl -
Subject digest:
1aaebb29253583d3224e835713a23f42f8e3f7f1cd48719f7722d9bcaaebbea2 - Sigstore transparency entry: 2785863497
- Sigstore integration time:
-
Permalink:
pyushkevich/crashs-cbstools-bindings@4d7194cc7ab6a4588b77ceb5c98a3e0a1d6f4fb5 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/pyushkevich
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@4d7194cc7ab6a4588b77ceb5c98a3e0a1d6f4fb5 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file crashs_cbstools_bindings-0.1.0-cp312-cp312-macosx_10_9_x86_64.whl.
File metadata
- Download URL: crashs_cbstools_bindings-0.1.0-cp312-cp312-macosx_10_9_x86_64.whl
- Upload date:
- Size: 8.2 MB
- Tags: CPython 3.12, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
725397052e70eeb5ecacba1616c4ce56e90b2088fad09f3b11d66508bfa049ea
|
|
| MD5 |
b10b87f4a404d2350425ea0708c41a5e
|
|
| BLAKE2b-256 |
f0c6ccaeadbb84d7c6765864fe84b136a17883b5cd8513353d409de7280e07ba
|
Provenance
The following attestation bundles were made for crashs_cbstools_bindings-0.1.0-cp312-cp312-macosx_10_9_x86_64.whl:
Publisher:
build_wheels.yml on pyushkevich/crashs-cbstools-bindings
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
crashs_cbstools_bindings-0.1.0-cp312-cp312-macosx_10_9_x86_64.whl -
Subject digest:
725397052e70eeb5ecacba1616c4ce56e90b2088fad09f3b11d66508bfa049ea - Sigstore transparency entry: 2785863305
- Sigstore integration time:
-
Permalink:
pyushkevich/crashs-cbstools-bindings@4d7194cc7ab6a4588b77ceb5c98a3e0a1d6f4fb5 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/pyushkevich
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@4d7194cc7ab6a4588b77ceb5c98a3e0a1d6f4fb5 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file crashs_cbstools_bindings-0.1.0-cp311-cp311-win_amd64.whl.
File metadata
- Download URL: crashs_cbstools_bindings-0.1.0-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 8.3 MB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8545d466fc0da7515d3d80254fce55fd296d8cb75455b6dd347ea94e5fef427f
|
|
| MD5 |
61cde35b4da12d9e7d4687e32e27336e
|
|
| BLAKE2b-256 |
e25cf0f4f7520b52012f5a9695b8d2e9c18061e45573d5cb8fc85caed46f1aa5
|
Provenance
The following attestation bundles were made for crashs_cbstools_bindings-0.1.0-cp311-cp311-win_amd64.whl:
Publisher:
build_wheels.yml on pyushkevich/crashs-cbstools-bindings
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
crashs_cbstools_bindings-0.1.0-cp311-cp311-win_amd64.whl -
Subject digest:
8545d466fc0da7515d3d80254fce55fd296d8cb75455b6dd347ea94e5fef427f - Sigstore transparency entry: 2785863841
- Sigstore integration time:
-
Permalink:
pyushkevich/crashs-cbstools-bindings@4d7194cc7ab6a4588b77ceb5c98a3e0a1d6f4fb5 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/pyushkevich
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@4d7194cc7ab6a4588b77ceb5c98a3e0a1d6f4fb5 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file crashs_cbstools_bindings-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: crashs_cbstools_bindings-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 8.3 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
09ceeec1f1fa1a6e77a94e30db4b99265ceba25388515479b2503fb01e4f5e04
|
|
| MD5 |
d8f2cadaaa5da10e8479c1dcd08a06d7
|
|
| BLAKE2b-256 |
400fccd63c941f8d4e29c699ba53422b454a1f642c9fc41df6149537311b4b7d
|
Provenance
The following attestation bundles were made for crashs_cbstools_bindings-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
build_wheels.yml on pyushkevich/crashs-cbstools-bindings
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
crashs_cbstools_bindings-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
09ceeec1f1fa1a6e77a94e30db4b99265ceba25388515479b2503fb01e4f5e04 - Sigstore transparency entry: 2785863976
- Sigstore integration time:
-
Permalink:
pyushkevich/crashs-cbstools-bindings@4d7194cc7ab6a4588b77ceb5c98a3e0a1d6f4fb5 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/pyushkevich
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@4d7194cc7ab6a4588b77ceb5c98a3e0a1d6f4fb5 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file crashs_cbstools_bindings-0.1.0-cp311-cp311-macosx_11_0_arm64.whl.
File metadata
- Download URL: crashs_cbstools_bindings-0.1.0-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 8.2 MB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
989cc91d9b792c70b558a58ec75ca6a920336fb6f59658cbe9ddc9917cb734fb
|
|
| MD5 |
d72cac3659340b480da68b24f37b37aa
|
|
| BLAKE2b-256 |
241bee391dd80357e24ff214a526f0529cf7c9090b826ad5d7a757ac2de5eeda
|
Provenance
The following attestation bundles were made for crashs_cbstools_bindings-0.1.0-cp311-cp311-macosx_11_0_arm64.whl:
Publisher:
build_wheels.yml on pyushkevich/crashs-cbstools-bindings
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
crashs_cbstools_bindings-0.1.0-cp311-cp311-macosx_11_0_arm64.whl -
Subject digest:
989cc91d9b792c70b558a58ec75ca6a920336fb6f59658cbe9ddc9917cb734fb - Sigstore transparency entry: 2785861876
- Sigstore integration time:
-
Permalink:
pyushkevich/crashs-cbstools-bindings@4d7194cc7ab6a4588b77ceb5c98a3e0a1d6f4fb5 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/pyushkevich
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@4d7194cc7ab6a4588b77ceb5c98a3e0a1d6f4fb5 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file crashs_cbstools_bindings-0.1.0-cp311-cp311-macosx_10_9_x86_64.whl.
File metadata
- Download URL: crashs_cbstools_bindings-0.1.0-cp311-cp311-macosx_10_9_x86_64.whl
- Upload date:
- Size: 8.2 MB
- Tags: CPython 3.11, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ddeb2fdb00db790f17956f21ce263409fd9e6a173a66731b66589e2b6f08f4e9
|
|
| MD5 |
9434f5e6fdb7c1bdedc49ac805a803e1
|
|
| BLAKE2b-256 |
7d8ba6c27de84a95f1c569e770b150da72d3500a3590c99a538d231f5cb0f9eb
|
Provenance
The following attestation bundles were made for crashs_cbstools_bindings-0.1.0-cp311-cp311-macosx_10_9_x86_64.whl:
Publisher:
build_wheels.yml on pyushkevich/crashs-cbstools-bindings
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
crashs_cbstools_bindings-0.1.0-cp311-cp311-macosx_10_9_x86_64.whl -
Subject digest:
ddeb2fdb00db790f17956f21ce263409fd9e6a173a66731b66589e2b6f08f4e9 - Sigstore transparency entry: 2785864148
- Sigstore integration time:
-
Permalink:
pyushkevich/crashs-cbstools-bindings@4d7194cc7ab6a4588b77ceb5c98a3e0a1d6f4fb5 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/pyushkevich
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@4d7194cc7ab6a4588b77ceb5c98a3e0a1d6f4fb5 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file crashs_cbstools_bindings-0.1.0-cp310-cp310-win_amd64.whl.
File metadata
- Download URL: crashs_cbstools_bindings-0.1.0-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 8.3 MB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0defd2bd65c4857981d455ab27fcbf77ae7f50cf1db4db4f41fa5ec45c034d32
|
|
| MD5 |
51734d634aecc0ba3c4d8a3fd7177d82
|
|
| BLAKE2b-256 |
6c92ed22a9099f04ad89bf5b899736a3b4ce24908c31cd87ee6b74484ca96473
|
Provenance
The following attestation bundles were made for crashs_cbstools_bindings-0.1.0-cp310-cp310-win_amd64.whl:
Publisher:
build_wheels.yml on pyushkevich/crashs-cbstools-bindings
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
crashs_cbstools_bindings-0.1.0-cp310-cp310-win_amd64.whl -
Subject digest:
0defd2bd65c4857981d455ab27fcbf77ae7f50cf1db4db4f41fa5ec45c034d32 - Sigstore transparency entry: 2785862927
- Sigstore integration time:
-
Permalink:
pyushkevich/crashs-cbstools-bindings@4d7194cc7ab6a4588b77ceb5c98a3e0a1d6f4fb5 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/pyushkevich
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@4d7194cc7ab6a4588b77ceb5c98a3e0a1d6f4fb5 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file crashs_cbstools_bindings-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: crashs_cbstools_bindings-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 8.3 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6fd6302a69ea32943422d1fc3ec57bc2f9f43dd71383bd42b8cfc806e70373bf
|
|
| MD5 |
763627a14a0dbe3d2266b2f7246f4831
|
|
| BLAKE2b-256 |
b6dacb2fdade69e011358d9e7d033df1e71e67cf134989d75a58398b43a09930
|
Provenance
The following attestation bundles were made for crashs_cbstools_bindings-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
build_wheels.yml on pyushkevich/crashs-cbstools-bindings
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
crashs_cbstools_bindings-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
6fd6302a69ea32943422d1fc3ec57bc2f9f43dd71383bd42b8cfc806e70373bf - Sigstore transparency entry: 2785863168
- Sigstore integration time:
-
Permalink:
pyushkevich/crashs-cbstools-bindings@4d7194cc7ab6a4588b77ceb5c98a3e0a1d6f4fb5 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/pyushkevich
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@4d7194cc7ab6a4588b77ceb5c98a3e0a1d6f4fb5 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file crashs_cbstools_bindings-0.1.0-cp310-cp310-macosx_11_0_arm64.whl.
File metadata
- Download URL: crashs_cbstools_bindings-0.1.0-cp310-cp310-macosx_11_0_arm64.whl
- Upload date:
- Size: 8.2 MB
- Tags: CPython 3.10, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
38a61b30278f9772b612c07397309cc7bf0ce79076d16cbf36a9aaeb94d74b7f
|
|
| MD5 |
c726aaddb8ecb41423255c5043c6b89a
|
|
| BLAKE2b-256 |
65fc7b0184bbe23923363b1af9137e8a17345fad0db1d988c261633bae5bf9fb
|
Provenance
The following attestation bundles were made for crashs_cbstools_bindings-0.1.0-cp310-cp310-macosx_11_0_arm64.whl:
Publisher:
build_wheels.yml on pyushkevich/crashs-cbstools-bindings
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
crashs_cbstools_bindings-0.1.0-cp310-cp310-macosx_11_0_arm64.whl -
Subject digest:
38a61b30278f9772b612c07397309cc7bf0ce79076d16cbf36a9aaeb94d74b7f - Sigstore transparency entry: 2785862774
- Sigstore integration time:
-
Permalink:
pyushkevich/crashs-cbstools-bindings@4d7194cc7ab6a4588b77ceb5c98a3e0a1d6f4fb5 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/pyushkevich
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@4d7194cc7ab6a4588b77ceb5c98a3e0a1d6f4fb5 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file crashs_cbstools_bindings-0.1.0-cp310-cp310-macosx_10_9_x86_64.whl.
File metadata
- Download URL: crashs_cbstools_bindings-0.1.0-cp310-cp310-macosx_10_9_x86_64.whl
- Upload date:
- Size: 8.2 MB
- Tags: CPython 3.10, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5566e3f7e9792467b444c6303f46ebaf81674b5440cef41ff108796d60ed16ab
|
|
| MD5 |
79e2ba2742991a29e55b58c96417c47e
|
|
| BLAKE2b-256 |
b2229f6a03c7f9ec24ee406441562a35e62db438ad305fe1d624c809700b8e22
|
Provenance
The following attestation bundles were made for crashs_cbstools_bindings-0.1.0-cp310-cp310-macosx_10_9_x86_64.whl:
Publisher:
build_wheels.yml on pyushkevich/crashs-cbstools-bindings
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
crashs_cbstools_bindings-0.1.0-cp310-cp310-macosx_10_9_x86_64.whl -
Subject digest:
5566e3f7e9792467b444c6303f46ebaf81674b5440cef41ff108796d60ed16ab - Sigstore transparency entry: 2785863605
- Sigstore integration time:
-
Permalink:
pyushkevich/crashs-cbstools-bindings@4d7194cc7ab6a4588b77ceb5c98a3e0a1d6f4fb5 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/pyushkevich
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@4d7194cc7ab6a4588b77ceb5c98a3e0a1d6f4fb5 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file crashs_cbstools_bindings-0.1.0-cp39-cp39-win_amd64.whl.
File metadata
- Download URL: crashs_cbstools_bindings-0.1.0-cp39-cp39-win_amd64.whl
- Upload date:
- Size: 8.3 MB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
234da5e526be220ae363dee6161c1e0a48ca6f94680e6965a910fe4b0548176d
|
|
| MD5 |
693632be3f24c83469fdce8c32ec6b57
|
|
| BLAKE2b-256 |
024741e0f60cf7a213dc59ee31341dc3035b37a9519f621fa71fb7ad500cf5f6
|
Provenance
The following attestation bundles were made for crashs_cbstools_bindings-0.1.0-cp39-cp39-win_amd64.whl:
Publisher:
build_wheels.yml on pyushkevich/crashs-cbstools-bindings
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
crashs_cbstools_bindings-0.1.0-cp39-cp39-win_amd64.whl -
Subject digest:
234da5e526be220ae363dee6161c1e0a48ca6f94680e6965a910fe4b0548176d - Sigstore transparency entry: 2785863664
- Sigstore integration time:
-
Permalink:
pyushkevich/crashs-cbstools-bindings@4d7194cc7ab6a4588b77ceb5c98a3e0a1d6f4fb5 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/pyushkevich
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@4d7194cc7ab6a4588b77ceb5c98a3e0a1d6f4fb5 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file crashs_cbstools_bindings-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: crashs_cbstools_bindings-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 8.3 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
01fbed4a1b7dab5464bedfa7af3fdfbba794e2f2f8b44beb43342719edf5b25d
|
|
| MD5 |
782dc05664d8fcc4ed4ba1032bceb38b
|
|
| BLAKE2b-256 |
ad06963fb6487f220ce82831f3fe906ea42ce9a6686a059cb40478afc35626df
|
Provenance
The following attestation bundles were made for crashs_cbstools_bindings-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
build_wheels.yml on pyushkevich/crashs-cbstools-bindings
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
crashs_cbstools_bindings-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
01fbed4a1b7dab5464bedfa7af3fdfbba794e2f2f8b44beb43342719edf5b25d - Sigstore transparency entry: 2785863075
- Sigstore integration time:
-
Permalink:
pyushkevich/crashs-cbstools-bindings@4d7194cc7ab6a4588b77ceb5c98a3e0a1d6f4fb5 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/pyushkevich
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@4d7194cc7ab6a4588b77ceb5c98a3e0a1d6f4fb5 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file crashs_cbstools_bindings-0.1.0-cp39-cp39-macosx_11_0_arm64.whl.
File metadata
- Download URL: crashs_cbstools_bindings-0.1.0-cp39-cp39-macosx_11_0_arm64.whl
- Upload date:
- Size: 8.2 MB
- Tags: CPython 3.9, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ff37a85280873e3df2b875e143130f1c697326cd60e3b59ef593793db2f7f597
|
|
| MD5 |
bc3ecbf184052fa6f234ebf0b3272dea
|
|
| BLAKE2b-256 |
25241aa64d55eee1f09a368fe0ef39d7f8c1d30cd53d51a34b73d6d41eeb2b2b
|
Provenance
The following attestation bundles were made for crashs_cbstools_bindings-0.1.0-cp39-cp39-macosx_11_0_arm64.whl:
Publisher:
build_wheels.yml on pyushkevich/crashs-cbstools-bindings
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
crashs_cbstools_bindings-0.1.0-cp39-cp39-macosx_11_0_arm64.whl -
Subject digest:
ff37a85280873e3df2b875e143130f1c697326cd60e3b59ef593793db2f7f597 - Sigstore transparency entry: 2785863453
- Sigstore integration time:
-
Permalink:
pyushkevich/crashs-cbstools-bindings@4d7194cc7ab6a4588b77ceb5c98a3e0a1d6f4fb5 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/pyushkevich
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@4d7194cc7ab6a4588b77ceb5c98a3e0a1d6f4fb5 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file crashs_cbstools_bindings-0.1.0-cp39-cp39-macosx_10_9_x86_64.whl.
File metadata
- Download URL: crashs_cbstools_bindings-0.1.0-cp39-cp39-macosx_10_9_x86_64.whl
- Upload date:
- Size: 8.2 MB
- Tags: CPython 3.9, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d5310524757951dff137c7db9c614b40e55514c9b36c88434b279056172abcf6
|
|
| MD5 |
31b68ae25b883d6968de14aa0c539e03
|
|
| BLAKE2b-256 |
d9d38d98f206cc6aa60f281e966dd119b0392ed6c4cb4ac29caf79697d5ba5bb
|
Provenance
The following attestation bundles were made for crashs_cbstools_bindings-0.1.0-cp39-cp39-macosx_10_9_x86_64.whl:
Publisher:
build_wheels.yml on pyushkevich/crashs-cbstools-bindings
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
crashs_cbstools_bindings-0.1.0-cp39-cp39-macosx_10_9_x86_64.whl -
Subject digest:
d5310524757951dff137c7db9c614b40e55514c9b36c88434b279056172abcf6 - Sigstore transparency entry: 2785864033
- Sigstore integration time:
-
Permalink:
pyushkevich/crashs-cbstools-bindings@4d7194cc7ab6a4588b77ceb5c98a3e0a1d6f4fb5 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/pyushkevich
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@4d7194cc7ab6a4588b77ceb5c98a3e0a1d6f4fb5 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file crashs_cbstools_bindings-0.1.0-cp38-cp38-win_amd64.whl.
File metadata
- Download URL: crashs_cbstools_bindings-0.1.0-cp38-cp38-win_amd64.whl
- Upload date:
- Size: 8.3 MB
- Tags: CPython 3.8, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
38f24f231161b7e3885375609897a8eb176f5c36f76464e6f9c5448cebbdc942
|
|
| MD5 |
b857ed9dde30dc0533680e746b885b13
|
|
| BLAKE2b-256 |
14f8b07784451f841619f01dea4b39468596d7e95ce9dac28ff9600ff31b129f
|
Provenance
The following attestation bundles were made for crashs_cbstools_bindings-0.1.0-cp38-cp38-win_amd64.whl:
Publisher:
build_wheels.yml on pyushkevich/crashs-cbstools-bindings
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
crashs_cbstools_bindings-0.1.0-cp38-cp38-win_amd64.whl -
Subject digest:
38f24f231161b7e3885375609897a8eb176f5c36f76464e6f9c5448cebbdc942 - Sigstore transparency entry: 2785863551
- Sigstore integration time:
-
Permalink:
pyushkevich/crashs-cbstools-bindings@4d7194cc7ab6a4588b77ceb5c98a3e0a1d6f4fb5 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/pyushkevich
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@4d7194cc7ab6a4588b77ceb5c98a3e0a1d6f4fb5 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file crashs_cbstools_bindings-0.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: crashs_cbstools_bindings-0.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 8.3 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e8597cb5fbcef7d7713db9ac56c6f48acf2d1ed5fc68d74f969890754c37d0ae
|
|
| MD5 |
614ae8028407752413af1eee2899d4df
|
|
| BLAKE2b-256 |
94facf5a00fc8eec4a07584f540ecc7d93f66f6f3eab08585d581caa1d826df2
|
Provenance
The following attestation bundles were made for crashs_cbstools_bindings-0.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
build_wheels.yml on pyushkevich/crashs-cbstools-bindings
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
crashs_cbstools_bindings-0.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
e8597cb5fbcef7d7713db9ac56c6f48acf2d1ed5fc68d74f969890754c37d0ae - Sigstore transparency entry: 2785863900
- Sigstore integration time:
-
Permalink:
pyushkevich/crashs-cbstools-bindings@4d7194cc7ab6a4588b77ceb5c98a3e0a1d6f4fb5 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/pyushkevich
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@4d7194cc7ab6a4588b77ceb5c98a3e0a1d6f4fb5 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file crashs_cbstools_bindings-0.1.0-cp38-cp38-macosx_11_0_arm64.whl.
File metadata
- Download URL: crashs_cbstools_bindings-0.1.0-cp38-cp38-macosx_11_0_arm64.whl
- Upload date:
- Size: 8.2 MB
- Tags: CPython 3.8, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7d1241163248ca3478f1c016c2754920d7f3da8e36f6dccf79a7480e8c6ce833
|
|
| MD5 |
7a5de5aa5509ad35e27d54b27bb6ecf2
|
|
| BLAKE2b-256 |
35483859b98f54a1c4ce3c830b5e07937eec6c160aae662b5231d36b08f3510a
|
Provenance
The following attestation bundles were made for crashs_cbstools_bindings-0.1.0-cp38-cp38-macosx_11_0_arm64.whl:
Publisher:
build_wheels.yml on pyushkevich/crashs-cbstools-bindings
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
crashs_cbstools_bindings-0.1.0-cp38-cp38-macosx_11_0_arm64.whl -
Subject digest:
7d1241163248ca3478f1c016c2754920d7f3da8e36f6dccf79a7480e8c6ce833 - Sigstore transparency entry: 2785861678
- Sigstore integration time:
-
Permalink:
pyushkevich/crashs-cbstools-bindings@4d7194cc7ab6a4588b77ceb5c98a3e0a1d6f4fb5 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/pyushkevich
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@4d7194cc7ab6a4588b77ceb5c98a3e0a1d6f4fb5 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file crashs_cbstools_bindings-0.1.0-cp38-cp38-macosx_10_9_x86_64.whl.
File metadata
- Download URL: crashs_cbstools_bindings-0.1.0-cp38-cp38-macosx_10_9_x86_64.whl
- Upload date:
- Size: 8.2 MB
- Tags: CPython 3.8, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1576e6e9edc4d65d96597a4c0b05e539314677e1fc9e2bf7d853a71a3119e2e9
|
|
| MD5 |
3c34d444567dea653c72c07d35c82278
|
|
| BLAKE2b-256 |
4d80c48626ba12cf579a8a97d70933116c4a5626e73dbfc837a7e03a47765b49
|
Provenance
The following attestation bundles were made for crashs_cbstools_bindings-0.1.0-cp38-cp38-macosx_10_9_x86_64.whl:
Publisher:
build_wheels.yml on pyushkevich/crashs-cbstools-bindings
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
crashs_cbstools_bindings-0.1.0-cp38-cp38-macosx_10_9_x86_64.whl -
Subject digest:
1576e6e9edc4d65d96597a4c0b05e539314677e1fc9e2bf7d853a71a3119e2e9 - Sigstore transparency entry: 2785864089
- Sigstore integration time:
-
Permalink:
pyushkevich/crashs-cbstools-bindings@4d7194cc7ab6a4588b77ceb5c98a3e0a1d6f4fb5 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/pyushkevich
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@4d7194cc7ab6a4588b77ceb5c98a3e0a1d6f4fb5 -
Trigger Event:
workflow_dispatch
-
Statement type: