Python bindings for the OpenSZRaw Shimadzu LabSolutions .lcd / .qgd file parser
Project description
OpenSZRaw
Rust and Python reader for Shimadzu LabSolutions mass spectrometry raw
data (.lcd LC-MS, .qgd GCMS, .gcd GC), with no Shimadzu SDK or
software dependency. Covers .qgd GC-MS (full-scan profile and
MRM/targeted) and .lcd LC-MS across IT-TOF (profile) and QTOF
(centroid) acquisitions.
Documentation: sigilweaver.app/openszraw/docs
Sibling readers in the same stack: OpenTFRaw (Thermo), OpenWRaw (Waters), OpenTimsTDF (Bruker), OpenARaw (Agilent), OpenSXRaw (SCIEX).
Install
Prefer openmassspec-io
with the shimadzu feature/extra unless you need this parser standalone
(minimal dependencies, or building your own abstraction) - the umbrella
gives you format auto-detection, mzML conversion, and Arrow streaming
across all wired-in vendors for free:
cargo add openmassspec-io --features shimadzu
pip install openmassspec[shimadzu]
Standalone:
Rust:
cargo add openszraw
Python:
pip install openszraw
Quickstart
Rust:
use openszraw::reader::Reader;
use openmassspec_core::SpectrumSource;
let mut reader = Reader::open("sample.lcd")?;
for spectrum in reader.iter_spectra() {
println!("{}: {} peaks", spectrum.native_id, spectrum.mz.len());
}
Python:
import openszraw
reader = openszraw.RawReader("sample.lcd")
spectrum = reader.read_spectrum(0)
print(spectrum.ms_level, spectrum.retention_time_sec, len(spectrum.mz))
Reader::open (and RawReader) auto-detects .qgd vs .lcd IT-TOF vs
.lcd QTOF from the file's internal CFBF stream layout, never from the
filename or extension alone.
See the docs site for the full guide, format specification, and API reference.
License
Apache-2.0. See LICENSE.
The format specification was developed by binary analysis of public mass-spectrometry datasets (PRIDE, MassIVE, and MetaboLights accessions). See CORPUS.md and ATTRIBUTION.md.
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 Distribution
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 openszraw-0.1.1.tar.gz.
File metadata
- Download URL: openszraw-0.1.1.tar.gz
- Upload date:
- Size: 38.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
52efd724c879d70862602e016d0b3a8c8d23298f3d20a213390ad06171ce9319
|
|
| MD5 |
07486b0f47648d9b795158b94139401e
|
|
| BLAKE2b-256 |
972e2472274b6b2229774f8eeacbf43677f45a27c2fdd6b5e6f1548c63818c3c
|
Provenance
The following attestation bundles were made for openszraw-0.1.1.tar.gz:
Publisher:
publish.yml on Sigilweaver/OpenSZRaw
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
openszraw-0.1.1.tar.gz -
Subject digest:
52efd724c879d70862602e016d0b3a8c8d23298f3d20a213390ad06171ce9319 - Sigstore transparency entry: 2207226945
- Sigstore integration time:
-
Permalink:
Sigilweaver/OpenSZRaw@9b32d6017fd6fb833719284161a38470a50d4436 -
Branch / Tag:
refs/tags/v0.1.1 - Owner: https://github.com/Sigilweaver
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@9b32d6017fd6fb833719284161a38470a50d4436 -
Trigger Event:
push
-
Statement type:
File details
Details for the file openszraw-0.1.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: openszraw-0.1.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 350.0 kB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0aa6df56d12561fb90555b0c04099cb4c424e1bd750e264b9d4eb179738ac48a
|
|
| MD5 |
92997cd47e1024d5e6cd94b2099e30e5
|
|
| BLAKE2b-256 |
c37b20b7fe1f7c285dd1eb38807f3b6ca33a9eba8dd8014297f062267f8ee077
|
Provenance
The following attestation bundles were made for openszraw-0.1.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
publish.yml on Sigilweaver/OpenSZRaw
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
openszraw-0.1.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
0aa6df56d12561fb90555b0c04099cb4c424e1bd750e264b9d4eb179738ac48a - Sigstore transparency entry: 2207227004
- Sigstore integration time:
-
Permalink:
Sigilweaver/OpenSZRaw@9b32d6017fd6fb833719284161a38470a50d4436 -
Branch / Tag:
refs/tags/v0.1.1 - Owner: https://github.com/Sigilweaver
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@9b32d6017fd6fb833719284161a38470a50d4436 -
Trigger Event:
push
-
Statement type:
File details
Details for the file openszraw-0.1.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: openszraw-0.1.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 343.6 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d1cf8cd51bb80a09618f7b95faa447b75cba3dfe05ac19810211ad9eba823c3e
|
|
| MD5 |
323345ef53d936a70c4f1039d68787c0
|
|
| BLAKE2b-256 |
c05387cf1aec58e7aeeba976851387d0875b2f9b244edbe2ef784fd4d18b1d0b
|
Provenance
The following attestation bundles were made for openszraw-0.1.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
publish.yml on Sigilweaver/OpenSZRaw
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
openszraw-0.1.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
d1cf8cd51bb80a09618f7b95faa447b75cba3dfe05ac19810211ad9eba823c3e - Sigstore transparency entry: 2207227312
- Sigstore integration time:
-
Permalink:
Sigilweaver/OpenSZRaw@9b32d6017fd6fb833719284161a38470a50d4436 -
Branch / Tag:
refs/tags/v0.1.1 - Owner: https://github.com/Sigilweaver
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@9b32d6017fd6fb833719284161a38470a50d4436 -
Trigger Event:
push
-
Statement type:
File details
Details for the file openszraw-0.1.1-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: openszraw-0.1.1-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 348.8 kB
- Tags: CPython 3.15t, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b12e7e274cf82b327bbba57417af303ce71e5b34504066f4d1b50f5843be6fef
|
|
| MD5 |
0860fe762c0d499dace431e9d379790b
|
|
| BLAKE2b-256 |
cf89dca5457ca073b6b3798d8303cb5a1977dc12559c84689f8eb051e7b8a21b
|
Provenance
The following attestation bundles were made for openszraw-0.1.1-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
publish.yml on Sigilweaver/OpenSZRaw
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
openszraw-0.1.1-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
b12e7e274cf82b327bbba57417af303ce71e5b34504066f4d1b50f5843be6fef - Sigstore transparency entry: 2207227258
- Sigstore integration time:
-
Permalink:
Sigilweaver/OpenSZRaw@9b32d6017fd6fb833719284161a38470a50d4436 -
Branch / Tag:
refs/tags/v0.1.1 - Owner: https://github.com/Sigilweaver
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@9b32d6017fd6fb833719284161a38470a50d4436 -
Trigger Event:
push
-
Statement type:
File details
Details for the file openszraw-0.1.1-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: openszraw-0.1.1-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 348.4 kB
- Tags: CPython 3.15, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e0d9d55746930a088ac2cc163fb85345ff4995f8ea4cb9e12cd24c8fa86a616b
|
|
| MD5 |
37366e05c56792e145a5ac3dc23317e4
|
|
| BLAKE2b-256 |
e5eda0bfbd35450e9cbafa2e42667722e2262ea2c2b268ff0fb10222e575d654
|
Provenance
The following attestation bundles were made for openszraw-0.1.1-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
publish.yml on Sigilweaver/OpenSZRaw
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
openszraw-0.1.1-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
e0d9d55746930a088ac2cc163fb85345ff4995f8ea4cb9e12cd24c8fa86a616b - Sigstore transparency entry: 2207227200
- Sigstore integration time:
-
Permalink:
Sigilweaver/OpenSZRaw@9b32d6017fd6fb833719284161a38470a50d4436 -
Branch / Tag:
refs/tags/v0.1.1 - Owner: https://github.com/Sigilweaver
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@9b32d6017fd6fb833719284161a38470a50d4436 -
Trigger Event:
push
-
Statement type:
File details
Details for the file openszraw-0.1.1-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: openszraw-0.1.1-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 348.6 kB
- Tags: CPython 3.14t, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c4cb42d1f3ea45bbb4c48eaf50dfa7258ef5e93caf1669f8b89a431aed5958ec
|
|
| MD5 |
b21f10b9b0bc3063d9b4b7f9fc6fc56d
|
|
| BLAKE2b-256 |
410923b14e9a7d8b1c8855dcb4172e57b8b63199e5d873015a15e809462e9ece
|
Provenance
The following attestation bundles were made for openszraw-0.1.1-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
publish.yml on Sigilweaver/OpenSZRaw
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
openszraw-0.1.1-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
c4cb42d1f3ea45bbb4c48eaf50dfa7258ef5e93caf1669f8b89a431aed5958ec - Sigstore transparency entry: 2207227324
- Sigstore integration time:
-
Permalink:
Sigilweaver/OpenSZRaw@9b32d6017fd6fb833719284161a38470a50d4436 -
Branch / Tag:
refs/tags/v0.1.1 - Owner: https://github.com/Sigilweaver
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@9b32d6017fd6fb833719284161a38470a50d4436 -
Trigger Event:
push
-
Statement type:
File details
Details for the file openszraw-0.1.1-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: openszraw-0.1.1-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 339.8 kB
- Tags: CPython 3.14t, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ad766c84b9a4715c40676155ad0e92494050602040d628824407b894bfcd9abd
|
|
| MD5 |
8c203dbef62ff1ee8555f111405a4f41
|
|
| BLAKE2b-256 |
0a422d009b1457b15ea85e80fc89aa868709908108e6626fd7248dbdb0fbff57
|
Provenance
The following attestation bundles were made for openszraw-0.1.1-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
publish.yml on Sigilweaver/OpenSZRaw
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
openszraw-0.1.1-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
ad766c84b9a4715c40676155ad0e92494050602040d628824407b894bfcd9abd - Sigstore transparency entry: 2207227022
- Sigstore integration time:
-
Permalink:
Sigilweaver/OpenSZRaw@9b32d6017fd6fb833719284161a38470a50d4436 -
Branch / Tag:
refs/tags/v0.1.1 - Owner: https://github.com/Sigilweaver
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@9b32d6017fd6fb833719284161a38470a50d4436 -
Trigger Event:
push
-
Statement type:
File details
Details for the file openszraw-0.1.1-cp314-cp314-win_amd64.whl.
File metadata
- Download URL: openszraw-0.1.1-cp314-cp314-win_amd64.whl
- Upload date:
- Size: 209.5 kB
- Tags: CPython 3.14, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3c58168891b6fdab68037caf3d8d295e25d57bfcd632193ca3d5efc2d69cb30d
|
|
| MD5 |
e8da798a09a40aac0bf4c3affe75416e
|
|
| BLAKE2b-256 |
b22ca115d9f4d66580c6c85192880bfd24479e06e51b3a1cb7c9919286dbe284
|
Provenance
The following attestation bundles were made for openszraw-0.1.1-cp314-cp314-win_amd64.whl:
Publisher:
publish.yml on Sigilweaver/OpenSZRaw
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
openszraw-0.1.1-cp314-cp314-win_amd64.whl -
Subject digest:
3c58168891b6fdab68037caf3d8d295e25d57bfcd632193ca3d5efc2d69cb30d - Sigstore transparency entry: 2207227221
- Sigstore integration time:
-
Permalink:
Sigilweaver/OpenSZRaw@9b32d6017fd6fb833719284161a38470a50d4436 -
Branch / Tag:
refs/tags/v0.1.1 - Owner: https://github.com/Sigilweaver
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@9b32d6017fd6fb833719284161a38470a50d4436 -
Trigger Event:
push
-
Statement type:
File details
Details for the file openszraw-0.1.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: openszraw-0.1.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 347.9 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.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cc1d6e1b0a796307f6212c333527b822fe8a2940208bd83e072fa4a9cb644995
|
|
| MD5 |
bcc38dbdfb6c512572475f9119297d31
|
|
| BLAKE2b-256 |
822b46b9b0c76078755cce1a2f34434b0dfbff3fb13a77df6877cead53e19c89
|
Provenance
The following attestation bundles were made for openszraw-0.1.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
publish.yml on Sigilweaver/OpenSZRaw
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
openszraw-0.1.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
cc1d6e1b0a796307f6212c333527b822fe8a2940208bd83e072fa4a9cb644995 - Sigstore transparency entry: 2207227385
- Sigstore integration time:
-
Permalink:
Sigilweaver/OpenSZRaw@9b32d6017fd6fb833719284161a38470a50d4436 -
Branch / Tag:
refs/tags/v0.1.1 - Owner: https://github.com/Sigilweaver
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@9b32d6017fd6fb833719284161a38470a50d4436 -
Trigger Event:
push
-
Statement type:
File details
Details for the file openszraw-0.1.1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: openszraw-0.1.1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 340.4 kB
- Tags: CPython 3.14, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f6acccee6c52d16c6f6c8a7aa2fe49cc8864f20e1e9a4c14c6548492ca58932f
|
|
| MD5 |
93635735540a0638d0fd2ae4807f3053
|
|
| BLAKE2b-256 |
67cd2f5b77063f35549fc10985212226495e7471b8eff7e6888828f3b3b1c85a
|
Provenance
The following attestation bundles were made for openszraw-0.1.1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
publish.yml on Sigilweaver/OpenSZRaw
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
openszraw-0.1.1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
f6acccee6c52d16c6f6c8a7aa2fe49cc8864f20e1e9a4c14c6548492ca58932f - Sigstore transparency entry: 2207227248
- Sigstore integration time:
-
Permalink:
Sigilweaver/OpenSZRaw@9b32d6017fd6fb833719284161a38470a50d4436 -
Branch / Tag:
refs/tags/v0.1.1 - Owner: https://github.com/Sigilweaver
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@9b32d6017fd6fb833719284161a38470a50d4436 -
Trigger Event:
push
-
Statement type:
File details
Details for the file openszraw-0.1.1-cp314-cp314-macosx_11_0_arm64.whl.
File metadata
- Download URL: openszraw-0.1.1-cp314-cp314-macosx_11_0_arm64.whl
- Upload date:
- Size: 307.4 kB
- Tags: CPython 3.14, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
78eb462203b07b4007fd7965c23ab033eef6c62d724f2fcad3500765e7437a1a
|
|
| MD5 |
1971da08a736d31567fd5535f9a54f57
|
|
| BLAKE2b-256 |
7c5a74af30a3abe70d3606d272851b7ab9e8a4c4d7c23f44b94531cd62774424
|
Provenance
The following attestation bundles were made for openszraw-0.1.1-cp314-cp314-macosx_11_0_arm64.whl:
Publisher:
publish.yml on Sigilweaver/OpenSZRaw
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
openszraw-0.1.1-cp314-cp314-macosx_11_0_arm64.whl -
Subject digest:
78eb462203b07b4007fd7965c23ab033eef6c62d724f2fcad3500765e7437a1a - Sigstore transparency entry: 2207227478
- Sigstore integration time:
-
Permalink:
Sigilweaver/OpenSZRaw@9b32d6017fd6fb833719284161a38470a50d4436 -
Branch / Tag:
refs/tags/v0.1.1 - Owner: https://github.com/Sigilweaver
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@9b32d6017fd6fb833719284161a38470a50d4436 -
Trigger Event:
push
-
Statement type:
File details
Details for the file openszraw-0.1.1-cp314-cp314-macosx_10_12_x86_64.whl.
File metadata
- Download URL: openszraw-0.1.1-cp314-cp314-macosx_10_12_x86_64.whl
- Upload date:
- Size: 312.0 kB
- Tags: CPython 3.14, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3843f7b0aaabb1a69fc99a48ee8f0aafeac08f861ae758d1aa6e369d49d5cab2
|
|
| MD5 |
721c309756e7355ab6fa250e6660714c
|
|
| BLAKE2b-256 |
345e2d4c5a14502a93c7706787f4bb2aaab780dc9df2ed9d58644549e0787b3b
|
Provenance
The following attestation bundles were made for openszraw-0.1.1-cp314-cp314-macosx_10_12_x86_64.whl:
Publisher:
publish.yml on Sigilweaver/OpenSZRaw
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
openszraw-0.1.1-cp314-cp314-macosx_10_12_x86_64.whl -
Subject digest:
3843f7b0aaabb1a69fc99a48ee8f0aafeac08f861ae758d1aa6e369d49d5cab2 - Sigstore transparency entry: 2207227300
- Sigstore integration time:
-
Permalink:
Sigilweaver/OpenSZRaw@9b32d6017fd6fb833719284161a38470a50d4436 -
Branch / Tag:
refs/tags/v0.1.1 - Owner: https://github.com/Sigilweaver
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@9b32d6017fd6fb833719284161a38470a50d4436 -
Trigger Event:
push
-
Statement type:
File details
Details for the file openszraw-0.1.1-cp313-cp313-win_amd64.whl.
File metadata
- Download URL: openszraw-0.1.1-cp313-cp313-win_amd64.whl
- Upload date:
- Size: 207.3 kB
- Tags: CPython 3.13, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a9677b54667f6a3f1396080cac4d910bda64bcb1b56323caf89e07d709e5ca42
|
|
| MD5 |
45e879759d719ffd8b48de3d0f72b9c2
|
|
| BLAKE2b-256 |
220dae25a13cb9cb7f0b9d5d04eef0aab51b56a35fccdcc1058ccfd5d9f19acf
|
Provenance
The following attestation bundles were made for openszraw-0.1.1-cp313-cp313-win_amd64.whl:
Publisher:
publish.yml on Sigilweaver/OpenSZRaw
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
openszraw-0.1.1-cp313-cp313-win_amd64.whl -
Subject digest:
a9677b54667f6a3f1396080cac4d910bda64bcb1b56323caf89e07d709e5ca42 - Sigstore transparency entry: 2207227339
- Sigstore integration time:
-
Permalink:
Sigilweaver/OpenSZRaw@9b32d6017fd6fb833719284161a38470a50d4436 -
Branch / Tag:
refs/tags/v0.1.1 - Owner: https://github.com/Sigilweaver
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@9b32d6017fd6fb833719284161a38470a50d4436 -
Trigger Event:
push
-
Statement type:
File details
Details for the file openszraw-0.1.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: openszraw-0.1.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 346.3 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.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
38e0dd3c968d96af24fadd5c0666563394bb872977fec777bc59440dbeb3b12d
|
|
| MD5 |
62d3d9cda5438c02c6dbe308cee0114a
|
|
| BLAKE2b-256 |
ec258668301cf26ca3aed6ce6ce0fe1c2f0a14727136fe734ddcd85aa5945773
|
Provenance
The following attestation bundles were made for openszraw-0.1.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
publish.yml on Sigilweaver/OpenSZRaw
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
openszraw-0.1.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
38e0dd3c968d96af24fadd5c0666563394bb872977fec777bc59440dbeb3b12d - Sigstore transparency entry: 2207227275
- Sigstore integration time:
-
Permalink:
Sigilweaver/OpenSZRaw@9b32d6017fd6fb833719284161a38470a50d4436 -
Branch / Tag:
refs/tags/v0.1.1 - Owner: https://github.com/Sigilweaver
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@9b32d6017fd6fb833719284161a38470a50d4436 -
Trigger Event:
push
-
Statement type:
File details
Details for the file openszraw-0.1.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: openszraw-0.1.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 338.5 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
378cfc67f78c2dd06e5afa3e529c498d1ff18c33aa5ab8345601e51264dcdc75
|
|
| MD5 |
f92b0b2a8cbc342dbc5bc6b2394e50cb
|
|
| BLAKE2b-256 |
95e27544602029db71b10339bde724cdb185dd507cec812f7d6819da434a68ee
|
Provenance
The following attestation bundles were made for openszraw-0.1.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
publish.yml on Sigilweaver/OpenSZRaw
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
openszraw-0.1.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
378cfc67f78c2dd06e5afa3e529c498d1ff18c33aa5ab8345601e51264dcdc75 - Sigstore transparency entry: 2207227115
- Sigstore integration time:
-
Permalink:
Sigilweaver/OpenSZRaw@9b32d6017fd6fb833719284161a38470a50d4436 -
Branch / Tag:
refs/tags/v0.1.1 - Owner: https://github.com/Sigilweaver
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@9b32d6017fd6fb833719284161a38470a50d4436 -
Trigger Event:
push
-
Statement type:
File details
Details for the file openszraw-0.1.1-cp313-cp313-macosx_11_0_arm64.whl.
File metadata
- Download URL: openszraw-0.1.1-cp313-cp313-macosx_11_0_arm64.whl
- Upload date:
- Size: 305.6 kB
- Tags: CPython 3.13, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4af94156165ed9975d01428ca051ebb067e04c94ccf7c8a403053000a517b7e1
|
|
| MD5 |
4152af1711991e035ea78908483b6a6a
|
|
| BLAKE2b-256 |
f89d0bd984e83ee43f726a03f386c7db00b8934a22f37f92395ea7319293cfea
|
Provenance
The following attestation bundles were made for openszraw-0.1.1-cp313-cp313-macosx_11_0_arm64.whl:
Publisher:
publish.yml on Sigilweaver/OpenSZRaw
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
openszraw-0.1.1-cp313-cp313-macosx_11_0_arm64.whl -
Subject digest:
4af94156165ed9975d01428ca051ebb067e04c94ccf7c8a403053000a517b7e1 - Sigstore transparency entry: 2207226960
- Sigstore integration time:
-
Permalink:
Sigilweaver/OpenSZRaw@9b32d6017fd6fb833719284161a38470a50d4436 -
Branch / Tag:
refs/tags/v0.1.1 - Owner: https://github.com/Sigilweaver
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@9b32d6017fd6fb833719284161a38470a50d4436 -
Trigger Event:
push
-
Statement type:
File details
Details for the file openszraw-0.1.1-cp313-cp313-macosx_10_12_x86_64.whl.
File metadata
- Download URL: openszraw-0.1.1-cp313-cp313-macosx_10_12_x86_64.whl
- Upload date:
- Size: 310.5 kB
- Tags: CPython 3.13, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9b996f82cca6ec68ad105315bdc2837d8e7bf4b85f04ef4b1f3b94d167b54e13
|
|
| MD5 |
f14fa89dfcc8412acc48a0b2fea216d5
|
|
| BLAKE2b-256 |
ca19b92bdbd4db2d6a6490e9ae4e07bd0d5cef4e80dfe37b9ebf071da0cb6dc5
|
Provenance
The following attestation bundles were made for openszraw-0.1.1-cp313-cp313-macosx_10_12_x86_64.whl:
Publisher:
publish.yml on Sigilweaver/OpenSZRaw
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
openszraw-0.1.1-cp313-cp313-macosx_10_12_x86_64.whl -
Subject digest:
9b996f82cca6ec68ad105315bdc2837d8e7bf4b85f04ef4b1f3b94d167b54e13 - Sigstore transparency entry: 2207227059
- Sigstore integration time:
-
Permalink:
Sigilweaver/OpenSZRaw@9b32d6017fd6fb833719284161a38470a50d4436 -
Branch / Tag:
refs/tags/v0.1.1 - Owner: https://github.com/Sigilweaver
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@9b32d6017fd6fb833719284161a38470a50d4436 -
Trigger Event:
push
-
Statement type:
File details
Details for the file openszraw-0.1.1-cp312-cp312-win_amd64.whl.
File metadata
- Download URL: openszraw-0.1.1-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 207.5 kB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1bf544730299657e46db980e5ec86871c767c6f3c0e8f889dd873a1163d721cf
|
|
| MD5 |
dffba7681e8dc477c43ea91042995882
|
|
| BLAKE2b-256 |
568fbd321e15f5536d60c19e2dcbdfb098599f7624d4151eff27c88fca7d944e
|
Provenance
The following attestation bundles were made for openszraw-0.1.1-cp312-cp312-win_amd64.whl:
Publisher:
publish.yml on Sigilweaver/OpenSZRaw
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
openszraw-0.1.1-cp312-cp312-win_amd64.whl -
Subject digest:
1bf544730299657e46db980e5ec86871c767c6f3c0e8f889dd873a1163d721cf - Sigstore transparency entry: 2207227131
- Sigstore integration time:
-
Permalink:
Sigilweaver/OpenSZRaw@9b32d6017fd6fb833719284161a38470a50d4436 -
Branch / Tag:
refs/tags/v0.1.1 - Owner: https://github.com/Sigilweaver
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@9b32d6017fd6fb833719284161a38470a50d4436 -
Trigger Event:
push
-
Statement type:
File details
Details for the file openszraw-0.1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: openszraw-0.1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 345.9 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.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
80b714a8da1d6ab51552f2e100292f4478d5e87db6289276e298c8593ae97c51
|
|
| MD5 |
c96ef1383c952e81b7b9da889b6b08fd
|
|
| BLAKE2b-256 |
87d9f79fc7fd3ba3a078e36ef90d07d4ea405c2324fb8e6c44b74d73e003f898
|
Provenance
The following attestation bundles were made for openszraw-0.1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
publish.yml on Sigilweaver/OpenSZRaw
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
openszraw-0.1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
80b714a8da1d6ab51552f2e100292f4478d5e87db6289276e298c8593ae97c51 - Sigstore transparency entry: 2207227400
- Sigstore integration time:
-
Permalink:
Sigilweaver/OpenSZRaw@9b32d6017fd6fb833719284161a38470a50d4436 -
Branch / Tag:
refs/tags/v0.1.1 - Owner: https://github.com/Sigilweaver
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@9b32d6017fd6fb833719284161a38470a50d4436 -
Trigger Event:
push
-
Statement type:
File details
Details for the file openszraw-0.1.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: openszraw-0.1.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 338.2 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
92d9a9bf00500460c230246efff49fa48a163057e2eedaed7ae4372c74c536cd
|
|
| MD5 |
1aba0d8e9456eef9c5e0f2d414b2c7f9
|
|
| BLAKE2b-256 |
e7de80408ef7fdc538237418e526dce36812fa2fa6f2003c9797417684544190
|
Provenance
The following attestation bundles were made for openszraw-0.1.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
publish.yml on Sigilweaver/OpenSZRaw
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
openszraw-0.1.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
92d9a9bf00500460c230246efff49fa48a163057e2eedaed7ae4372c74c536cd - Sigstore transparency entry: 2207227038
- Sigstore integration time:
-
Permalink:
Sigilweaver/OpenSZRaw@9b32d6017fd6fb833719284161a38470a50d4436 -
Branch / Tag:
refs/tags/v0.1.1 - Owner: https://github.com/Sigilweaver
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@9b32d6017fd6fb833719284161a38470a50d4436 -
Trigger Event:
push
-
Statement type:
File details
Details for the file openszraw-0.1.1-cp312-cp312-macosx_11_0_arm64.whl.
File metadata
- Download URL: openszraw-0.1.1-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 305.3 kB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7b9399dcfa2da12af0d7a9fde31d6a8ba630d99c42222cfc4aba2172c8b69bbe
|
|
| MD5 |
f65b85f029671de203f1b6629e7a46d7
|
|
| BLAKE2b-256 |
36fa1343e839eef5ee3378d3500d1d4f8cdf3996a5466b9c3f7352f6824373b6
|
Provenance
The following attestation bundles were made for openszraw-0.1.1-cp312-cp312-macosx_11_0_arm64.whl:
Publisher:
publish.yml on Sigilweaver/OpenSZRaw
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
openszraw-0.1.1-cp312-cp312-macosx_11_0_arm64.whl -
Subject digest:
7b9399dcfa2da12af0d7a9fde31d6a8ba630d99c42222cfc4aba2172c8b69bbe - Sigstore transparency entry: 2207227459
- Sigstore integration time:
-
Permalink:
Sigilweaver/OpenSZRaw@9b32d6017fd6fb833719284161a38470a50d4436 -
Branch / Tag:
refs/tags/v0.1.1 - Owner: https://github.com/Sigilweaver
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@9b32d6017fd6fb833719284161a38470a50d4436 -
Trigger Event:
push
-
Statement type:
File details
Details for the file openszraw-0.1.1-cp312-cp312-macosx_10_12_x86_64.whl.
File metadata
- Download URL: openszraw-0.1.1-cp312-cp312-macosx_10_12_x86_64.whl
- Upload date:
- Size: 310.1 kB
- Tags: CPython 3.12, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7fb76fce1e0e2005e95c8f43b4bc2e2af491dafae8b739530b81335764a01abb
|
|
| MD5 |
3b596eb8c923a92aac8839892f2005e2
|
|
| BLAKE2b-256 |
b4619446e2bfd023fe110e44b5a169295481fbfe1c1c898c00b2659c44c0a555
|
Provenance
The following attestation bundles were made for openszraw-0.1.1-cp312-cp312-macosx_10_12_x86_64.whl:
Publisher:
publish.yml on Sigilweaver/OpenSZRaw
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
openszraw-0.1.1-cp312-cp312-macosx_10_12_x86_64.whl -
Subject digest:
7fb76fce1e0e2005e95c8f43b4bc2e2af491dafae8b739530b81335764a01abb - Sigstore transparency entry: 2207227079
- Sigstore integration time:
-
Permalink:
Sigilweaver/OpenSZRaw@9b32d6017fd6fb833719284161a38470a50d4436 -
Branch / Tag:
refs/tags/v0.1.1 - Owner: https://github.com/Sigilweaver
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@9b32d6017fd6fb833719284161a38470a50d4436 -
Trigger Event:
push
-
Statement type:
File details
Details for the file openszraw-0.1.1-cp311-cp311-win_amd64.whl.
File metadata
- Download URL: openszraw-0.1.1-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 212.0 kB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
157335e1558ae7858bb4d7449ebf34ef897c488d93d22d4b655a29c88cf85481
|
|
| MD5 |
3bd5c500795ee93d13148dfc2ee153b8
|
|
| BLAKE2b-256 |
efb9fdfa79008c24036c3ed51d9bfc4d24e17fab7f89c26e0ebfa2e2f9c590fa
|
Provenance
The following attestation bundles were made for openszraw-0.1.1-cp311-cp311-win_amd64.whl:
Publisher:
publish.yml on Sigilweaver/OpenSZRaw
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
openszraw-0.1.1-cp311-cp311-win_amd64.whl -
Subject digest:
157335e1558ae7858bb4d7449ebf34ef897c488d93d22d4b655a29c88cf85481 - Sigstore transparency entry: 2207227156
- Sigstore integration time:
-
Permalink:
Sigilweaver/OpenSZRaw@9b32d6017fd6fb833719284161a38470a50d4436 -
Branch / Tag:
refs/tags/v0.1.1 - Owner: https://github.com/Sigilweaver
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@9b32d6017fd6fb833719284161a38470a50d4436 -
Trigger Event:
push
-
Statement type:
File details
Details for the file openszraw-0.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: openszraw-0.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 350.1 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.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2ab10ec9ee1bd1bf6dcb815357e0f8f8cf68c3a7205e6c558b72b3f39720c66c
|
|
| MD5 |
7fce18d4e83b3ee60728619b483cbf6b
|
|
| BLAKE2b-256 |
578f0acf9e4ffd9abefb722125c9db000c94684b83b5e780bc39bb1457814325
|
Provenance
The following attestation bundles were made for openszraw-0.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
publish.yml on Sigilweaver/OpenSZRaw
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
openszraw-0.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
2ab10ec9ee1bd1bf6dcb815357e0f8f8cf68c3a7205e6c558b72b3f39720c66c - Sigstore transparency entry: 2207227444
- Sigstore integration time:
-
Permalink:
Sigilweaver/OpenSZRaw@9b32d6017fd6fb833719284161a38470a50d4436 -
Branch / Tag:
refs/tags/v0.1.1 - Owner: https://github.com/Sigilweaver
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@9b32d6017fd6fb833719284161a38470a50d4436 -
Trigger Event:
push
-
Statement type:
File details
Details for the file openszraw-0.1.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: openszraw-0.1.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 341.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.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
477c78e0144f7f9236456b14edade32c94f7a048c4d1a9719fab232d218b700c
|
|
| MD5 |
3ab6310294ce597998b1f88c18672c80
|
|
| BLAKE2b-256 |
43a16e5da1de0b229c14f7f29392ddd44a6e3451c5d0dcbc512c5e9aaf3402a9
|
Provenance
The following attestation bundles were made for openszraw-0.1.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
publish.yml on Sigilweaver/OpenSZRaw
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
openszraw-0.1.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
477c78e0144f7f9236456b14edade32c94f7a048c4d1a9719fab232d218b700c - Sigstore transparency entry: 2207227413
- Sigstore integration time:
-
Permalink:
Sigilweaver/OpenSZRaw@9b32d6017fd6fb833719284161a38470a50d4436 -
Branch / Tag:
refs/tags/v0.1.1 - Owner: https://github.com/Sigilweaver
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@9b32d6017fd6fb833719284161a38470a50d4436 -
Trigger Event:
push
-
Statement type:
File details
Details for the file openszraw-0.1.1-cp311-cp311-macosx_11_0_arm64.whl.
File metadata
- Download URL: openszraw-0.1.1-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 310.1 kB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
63d39ed0738a4f2b131a617f39c0d7eba73ce0db414813b7f656a3c4267e9be7
|
|
| MD5 |
62951e8d7a28ad4b109e1f7eb8b34f04
|
|
| BLAKE2b-256 |
655e7ec8e72474b02ec589bb150d59b81e0612d13870db9f24db5bdadf0663f7
|
Provenance
The following attestation bundles were made for openszraw-0.1.1-cp311-cp311-macosx_11_0_arm64.whl:
Publisher:
publish.yml on Sigilweaver/OpenSZRaw
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
openszraw-0.1.1-cp311-cp311-macosx_11_0_arm64.whl -
Subject digest:
63d39ed0738a4f2b131a617f39c0d7eba73ce0db414813b7f656a3c4267e9be7 - Sigstore transparency entry: 2207227178
- Sigstore integration time:
-
Permalink:
Sigilweaver/OpenSZRaw@9b32d6017fd6fb833719284161a38470a50d4436 -
Branch / Tag:
refs/tags/v0.1.1 - Owner: https://github.com/Sigilweaver
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@9b32d6017fd6fb833719284161a38470a50d4436 -
Trigger Event:
push
-
Statement type:
File details
Details for the file openszraw-0.1.1-cp311-cp311-macosx_10_12_x86_64.whl.
File metadata
- Download URL: openszraw-0.1.1-cp311-cp311-macosx_10_12_x86_64.whl
- Upload date:
- Size: 311.9 kB
- Tags: CPython 3.11, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3391d750a21f5ed5458194482faf44cdcf067ccf3682395529363700fc84b1fa
|
|
| MD5 |
aeb5101598c8ec8aea582275bfdea972
|
|
| BLAKE2b-256 |
3fe26d997b3d667b07abe3846d36ce7f52e49ae271d4d0bd0fe969c61929f234
|
Provenance
The following attestation bundles were made for openszraw-0.1.1-cp311-cp311-macosx_10_12_x86_64.whl:
Publisher:
publish.yml on Sigilweaver/OpenSZRaw
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
openszraw-0.1.1-cp311-cp311-macosx_10_12_x86_64.whl -
Subject digest:
3391d750a21f5ed5458194482faf44cdcf067ccf3682395529363700fc84b1fa - Sigstore transparency entry: 2207227467
- Sigstore integration time:
-
Permalink:
Sigilweaver/OpenSZRaw@9b32d6017fd6fb833719284161a38470a50d4436 -
Branch / Tag:
refs/tags/v0.1.1 - Owner: https://github.com/Sigilweaver
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@9b32d6017fd6fb833719284161a38470a50d4436 -
Trigger Event:
push
-
Statement type:
File details
Details for the file openszraw-0.1.1-cp310-cp310-win_amd64.whl.
File metadata
- Download URL: openszraw-0.1.1-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 212.1 kB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4b1cecfcb17e5e5418a64b29cce938371c8f6155c3ef3c5787bb1fa11f5d7cdc
|
|
| MD5 |
cb6677879be6f7047ffb2ae283846730
|
|
| BLAKE2b-256 |
4764f9215de85b83e7cfe1c7026f894c26a5038d5f627e224a84ad594a597e01
|
Provenance
The following attestation bundles were made for openszraw-0.1.1-cp310-cp310-win_amd64.whl:
Publisher:
publish.yml on Sigilweaver/OpenSZRaw
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
openszraw-0.1.1-cp310-cp310-win_amd64.whl -
Subject digest:
4b1cecfcb17e5e5418a64b29cce938371c8f6155c3ef3c5787bb1fa11f5d7cdc - Sigstore transparency entry: 2207227359
- Sigstore integration time:
-
Permalink:
Sigilweaver/OpenSZRaw@9b32d6017fd6fb833719284161a38470a50d4436 -
Branch / Tag:
refs/tags/v0.1.1 - Owner: https://github.com/Sigilweaver
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@9b32d6017fd6fb833719284161a38470a50d4436 -
Trigger Event:
push
-
Statement type:
File details
Details for the file openszraw-0.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: openszraw-0.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 350.5 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.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3f5d111b5035b73471b3fa6e4fa7dc5764bdf905ae275f14b57bd99b4307bf57
|
|
| MD5 |
6cb89ece691ec3c59815cf9fa2e7d605
|
|
| BLAKE2b-256 |
e71b4138f78bb8bedae236ad4d87ecd9080a3a1059ee8dea5b269b50067156d7
|
Provenance
The following attestation bundles were made for openszraw-0.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
publish.yml on Sigilweaver/OpenSZRaw
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
openszraw-0.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
3f5d111b5035b73471b3fa6e4fa7dc5764bdf905ae275f14b57bd99b4307bf57 - Sigstore transparency entry: 2207227098
- Sigstore integration time:
-
Permalink:
Sigilweaver/OpenSZRaw@9b32d6017fd6fb833719284161a38470a50d4436 -
Branch / Tag:
refs/tags/v0.1.1 - Owner: https://github.com/Sigilweaver
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@9b32d6017fd6fb833719284161a38470a50d4436 -
Trigger Event:
push
-
Statement type:
File details
Details for the file openszraw-0.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: openszraw-0.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 342.2 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d586c4c3a560e88af749d391e1c7c0f552c1f5ca9f68180dbe882f81c0260125
|
|
| MD5 |
5cf9d5a39d0d456d41ad92445e19e952
|
|
| BLAKE2b-256 |
b79ef4a2d64af573521c7e0ef897f5329395fb31c96afc056dc9af83c43fa3a6
|
Provenance
The following attestation bundles were made for openszraw-0.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
publish.yml on Sigilweaver/OpenSZRaw
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
openszraw-0.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
d586c4c3a560e88af749d391e1c7c0f552c1f5ca9f68180dbe882f81c0260125 - Sigstore transparency entry: 2207227288
- Sigstore integration time:
-
Permalink:
Sigilweaver/OpenSZRaw@9b32d6017fd6fb833719284161a38470a50d4436 -
Branch / Tag:
refs/tags/v0.1.1 - Owner: https://github.com/Sigilweaver
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@9b32d6017fd6fb833719284161a38470a50d4436 -
Trigger Event:
push
-
Statement type:
File details
Details for the file openszraw-0.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: openszraw-0.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 353.1 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.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
15d3b8eeccb16c9bb013289b1a37302dcf7cac69d0db3eff3b8b271959192b22
|
|
| MD5 |
d7a8860d82369a161fb32cb22886142d
|
|
| BLAKE2b-256 |
4799fe0e05bba4fb9b5dd2266aacae9f8d770ad1691cfb9fe115476e29c44034
|
Provenance
The following attestation bundles were made for openszraw-0.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
publish.yml on Sigilweaver/OpenSZRaw
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
openszraw-0.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
15d3b8eeccb16c9bb013289b1a37302dcf7cac69d0db3eff3b8b271959192b22 - Sigstore transparency entry: 2207227429
- Sigstore integration time:
-
Permalink:
Sigilweaver/OpenSZRaw@9b32d6017fd6fb833719284161a38470a50d4436 -
Branch / Tag:
refs/tags/v0.1.1 - Owner: https://github.com/Sigilweaver
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@9b32d6017fd6fb833719284161a38470a50d4436 -
Trigger Event:
push
-
Statement type:
File details
Details for the file openszraw-0.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: openszraw-0.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 345.9 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5e685b0c4ca89be6afb971103a940855fa3f1db1da160dc860c45ac0c70c169e
|
|
| MD5 |
02c2a9b44168e70581c3cdc6a177cf60
|
|
| BLAKE2b-256 |
7e339197fc8e8cdd052ed7850005e515a22b5baa5654f152c78755ade1b48bbf
|
Provenance
The following attestation bundles were made for openszraw-0.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
publish.yml on Sigilweaver/OpenSZRaw
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
openszraw-0.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
5e685b0c4ca89be6afb971103a940855fa3f1db1da160dc860c45ac0c70c169e - Sigstore transparency entry: 2207227143
- Sigstore integration time:
-
Permalink:
Sigilweaver/OpenSZRaw@9b32d6017fd6fb833719284161a38470a50d4436 -
Branch / Tag:
refs/tags/v0.1.1 - Owner: https://github.com/Sigilweaver
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@9b32d6017fd6fb833719284161a38470a50d4436 -
Trigger Event:
push
-
Statement type:
File details
Details for the file openszraw-0.1.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: openszraw-0.1.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 345.9 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
84b91ce81d48a123e7ab00895aca59bbd77cd43ca93d9402cdb1e72c37ad4ff0
|
|
| MD5 |
f3dc86b55877fa0e0e26da1088852356
|
|
| BLAKE2b-256 |
6dd77d8532df9c6be7b887e4912b27517fa019664a1229e38d6298cab07f9e29
|
Provenance
The following attestation bundles were made for openszraw-0.1.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
publish.yml on Sigilweaver/OpenSZRaw
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
openszraw-0.1.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
84b91ce81d48a123e7ab00895aca59bbd77cd43ca93d9402cdb1e72c37ad4ff0 - Sigstore transparency entry: 2207226982
- Sigstore integration time:
-
Permalink:
Sigilweaver/OpenSZRaw@9b32d6017fd6fb833719284161a38470a50d4436 -
Branch / Tag:
refs/tags/v0.1.1 - Owner: https://github.com/Sigilweaver
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@9b32d6017fd6fb833719284161a38470a50d4436 -
Trigger Event:
push
-
Statement type: