Python bindings for the OpenARaw Agilent MassHunter .d file parser
Project description
OpenARaw
Part of the OpenMassSpec stack for mass spectrometry raw-file access. Sibling readers: OpenTFRaw (Thermo), OpenWRaw (Waters), OpenTimsTDF (Bruker).
Rust and Python reader for Agilent MassHunter .d mass spectrometry data
directories, with no Agilent SDK or software dependency. Covers the
modern AcqData MassHunter shape across Q-TOF (profile and centroid)
and QQQ (MRM) acquisitions.
Documentation: sigilweaver.app/openaraw/docs
Install
Prefer openmassspec-io
with the agilent 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 agilent
pip install openmassspec[agilent]
Standalone:
Rust:
cargo add openaraw
Python:
pip install openaraw
Quickstart
Rust:
use openaraw::reader::Reader;
use openmassspec_core::SpectrumSource;
let mut reader = Reader::open("sample.d")?;
for spectrum in reader.iter_spectra() {
println!("{}: {} peaks", spectrum.native_id, spectrum.mz.len());
}
Python:
import openaraw
reader = openaraw.RawReader("sample.d")
spectrum = reader.read_spectrum(0)
print(spectrum.ms_level, spectrum.retention_time_sec, len(spectrum.mz))
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 accessions). See CORPUS.md and ATTRIBUTION.md.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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 openaraw-0.1.3.tar.gz.
File metadata
- Download URL: openaraw-0.1.3.tar.gz
- Upload date:
- Size: 26.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ef9957ef1f7cbe555a7ba0dadeee1dd1edee29a5992040edc67539ab337cf62d
|
|
| MD5 |
c83b3988d6f9f122a1d5b89280a09403
|
|
| BLAKE2b-256 |
fe954acd10155238ca93bbcd61f10af6b35e4987fc876f695edad032c88e065b
|
Provenance
The following attestation bundles were made for openaraw-0.1.3.tar.gz:
Publisher:
publish.yml on Sigilweaver/OpenARaw
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
openaraw-0.1.3.tar.gz -
Subject digest:
ef9957ef1f7cbe555a7ba0dadeee1dd1edee29a5992040edc67539ab337cf62d - Sigstore transparency entry: 2206681005
- Sigstore integration time:
-
Permalink:
Sigilweaver/OpenARaw@bc06afa30862d9c5de720fc464b840b40dfae318 -
Branch / Tag:
refs/tags/v0.1.3 - Owner: https://github.com/Sigilweaver
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@bc06afa30862d9c5de720fc464b840b40dfae318 -
Trigger Event:
push
-
Statement type:
File details
Details for the file openaraw-0.1.3-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: openaraw-0.1.3-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 340.3 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 |
a5a6ece3205f678ae27cdd7450eff8d4e704b4f0615bd867140e6d027b6a7f6d
|
|
| MD5 |
271943681f1f904f78ec56ac3a71bd16
|
|
| BLAKE2b-256 |
8a9812ba52e271dab1f968b85e902f8025be4ef867a6baeae798a787061c753f
|
Provenance
The following attestation bundles were made for openaraw-0.1.3-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
publish.yml on Sigilweaver/OpenARaw
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
openaraw-0.1.3-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
a5a6ece3205f678ae27cdd7450eff8d4e704b4f0615bd867140e6d027b6a7f6d - Sigstore transparency entry: 2206681224
- Sigstore integration time:
-
Permalink:
Sigilweaver/OpenARaw@bc06afa30862d9c5de720fc464b840b40dfae318 -
Branch / Tag:
refs/tags/v0.1.3 - Owner: https://github.com/Sigilweaver
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@bc06afa30862d9c5de720fc464b840b40dfae318 -
Trigger Event:
push
-
Statement type:
File details
Details for the file openaraw-0.1.3-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: openaraw-0.1.3-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 334.4 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 |
15988148aa190f296987a88cf63b80cf3b3619a5345169ac8e09da829811e73f
|
|
| MD5 |
58b7a6660b1c5715163eb5e72af53ca0
|
|
| BLAKE2b-256 |
037685ff4f88375f911c0aae87b9eeffe92d17c225acf142457da431e016dfd2
|
Provenance
The following attestation bundles were made for openaraw-0.1.3-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
publish.yml on Sigilweaver/OpenARaw
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
openaraw-0.1.3-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
15988148aa190f296987a88cf63b80cf3b3619a5345169ac8e09da829811e73f - Sigstore transparency entry: 2206681090
- Sigstore integration time:
-
Permalink:
Sigilweaver/OpenARaw@bc06afa30862d9c5de720fc464b840b40dfae318 -
Branch / Tag:
refs/tags/v0.1.3 - Owner: https://github.com/Sigilweaver
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@bc06afa30862d9c5de720fc464b840b40dfae318 -
Trigger Event:
push
-
Statement type:
File details
Details for the file openaraw-0.1.3-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: openaraw-0.1.3-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 337.9 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 |
14db9bdb54263f3c4dd8cdc1180a77d45d65ba7981fa07093b158c44c9db3606
|
|
| MD5 |
986c201c8f695f1004d34b4ae06dd2c3
|
|
| BLAKE2b-256 |
17c0488b2d7670c07735cb0b95fa58e062505e8bf39f31b5c9e44a2a13e7df31
|
Provenance
The following attestation bundles were made for openaraw-0.1.3-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
publish.yml on Sigilweaver/OpenARaw
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
openaraw-0.1.3-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
14db9bdb54263f3c4dd8cdc1180a77d45d65ba7981fa07093b158c44c9db3606 - Sigstore transparency entry: 2206681374
- Sigstore integration time:
-
Permalink:
Sigilweaver/OpenARaw@bc06afa30862d9c5de720fc464b840b40dfae318 -
Branch / Tag:
refs/tags/v0.1.3 - Owner: https://github.com/Sigilweaver
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@bc06afa30862d9c5de720fc464b840b40dfae318 -
Trigger Event:
push
-
Statement type:
File details
Details for the file openaraw-0.1.3-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: openaraw-0.1.3-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 337.8 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 |
7c0a6a2b181eff64c0e6f8982274a3eb8d4185f9e2d8dfab402f77115ae25bcb
|
|
| MD5 |
345849fefb817cb3318a210a4f442149
|
|
| BLAKE2b-256 |
f944bd8e60e269d077874461ff384c8b12702aca38659718c501095d83beec17
|
Provenance
The following attestation bundles were made for openaraw-0.1.3-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
publish.yml on Sigilweaver/OpenARaw
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
openaraw-0.1.3-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
7c0a6a2b181eff64c0e6f8982274a3eb8d4185f9e2d8dfab402f77115ae25bcb - Sigstore transparency entry: 2206681056
- Sigstore integration time:
-
Permalink:
Sigilweaver/OpenARaw@bc06afa30862d9c5de720fc464b840b40dfae318 -
Branch / Tag:
refs/tags/v0.1.3 - Owner: https://github.com/Sigilweaver
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@bc06afa30862d9c5de720fc464b840b40dfae318 -
Trigger Event:
push
-
Statement type:
File details
Details for the file openaraw-0.1.3-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: openaraw-0.1.3-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 337.9 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 |
be866f3d90f2d03934f36831e72004c655e9a3ebe4cd36b8657ea469524cd990
|
|
| MD5 |
5bbcf3e4890097f0a9f5d8d2c5988ce6
|
|
| BLAKE2b-256 |
2c11db0f87a95bdee898db293100830233d53b569be371ba37eb26c5c806aab1
|
Provenance
The following attestation bundles were made for openaraw-0.1.3-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
publish.yml on Sigilweaver/OpenARaw
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
openaraw-0.1.3-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
be866f3d90f2d03934f36831e72004c655e9a3ebe4cd36b8657ea469524cd990 - Sigstore transparency entry: 2206681385
- Sigstore integration time:
-
Permalink:
Sigilweaver/OpenARaw@bc06afa30862d9c5de720fc464b840b40dfae318 -
Branch / Tag:
refs/tags/v0.1.3 - Owner: https://github.com/Sigilweaver
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@bc06afa30862d9c5de720fc464b840b40dfae318 -
Trigger Event:
push
-
Statement type:
File details
Details for the file openaraw-0.1.3-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: openaraw-0.1.3-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 330.5 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 |
d84b47d0dd0bd5dd978dee97650ff36ee46ecbfaa121680ca6d55ae66b796d2b
|
|
| MD5 |
a34277f9f10a9c6ca0da9f1e3e76f4c7
|
|
| BLAKE2b-256 |
41c1038dcc5bb2683abd0f12f89eb1c3e4f486e168cc867d1d4e694ecdb81ca8
|
Provenance
The following attestation bundles were made for openaraw-0.1.3-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
publish.yml on Sigilweaver/OpenARaw
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
openaraw-0.1.3-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
d84b47d0dd0bd5dd978dee97650ff36ee46ecbfaa121680ca6d55ae66b796d2b - Sigstore transparency entry: 2206681135
- Sigstore integration time:
-
Permalink:
Sigilweaver/OpenARaw@bc06afa30862d9c5de720fc464b840b40dfae318 -
Branch / Tag:
refs/tags/v0.1.3 - Owner: https://github.com/Sigilweaver
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@bc06afa30862d9c5de720fc464b840b40dfae318 -
Trigger Event:
push
-
Statement type:
File details
Details for the file openaraw-0.1.3-cp314-cp314-win_amd64.whl.
File metadata
- Download URL: openaraw-0.1.3-cp314-cp314-win_amd64.whl
- Upload date:
- Size: 202.0 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 |
33c8c437b78a316893e721b6404d943b77efbc8b4db5a777b98868f24405750a
|
|
| MD5 |
dc017e0f4ed2db2a434d4ebd3b2f5a49
|
|
| BLAKE2b-256 |
c86d33147c59035ff24b3d4cd6651199efcb513067326f596dc119d9e536c510
|
Provenance
The following attestation bundles were made for openaraw-0.1.3-cp314-cp314-win_amd64.whl:
Publisher:
publish.yml on Sigilweaver/OpenARaw
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
openaraw-0.1.3-cp314-cp314-win_amd64.whl -
Subject digest:
33c8c437b78a316893e721b6404d943b77efbc8b4db5a777b98868f24405750a - Sigstore transparency entry: 2206681110
- Sigstore integration time:
-
Permalink:
Sigilweaver/OpenARaw@bc06afa30862d9c5de720fc464b840b40dfae318 -
Branch / Tag:
refs/tags/v0.1.3 - Owner: https://github.com/Sigilweaver
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@bc06afa30862d9c5de720fc464b840b40dfae318 -
Trigger Event:
push
-
Statement type:
File details
Details for the file openaraw-0.1.3-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: openaraw-0.1.3-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 337.6 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 |
b498d3c94402bf729be81204d394365610ac744ef9560cbe09eed06ff33c624d
|
|
| MD5 |
dac8d647ee93c35b54683cb95cd593ec
|
|
| BLAKE2b-256 |
f8b8a834d4e689d94c1a3959df74e7467ffd355a9cae309f0d2b1112aa8b9467
|
Provenance
The following attestation bundles were made for openaraw-0.1.3-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
publish.yml on Sigilweaver/OpenARaw
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
openaraw-0.1.3-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
b498d3c94402bf729be81204d394365610ac744ef9560cbe09eed06ff33c624d - Sigstore transparency entry: 2206681344
- Sigstore integration time:
-
Permalink:
Sigilweaver/OpenARaw@bc06afa30862d9c5de720fc464b840b40dfae318 -
Branch / Tag:
refs/tags/v0.1.3 - Owner: https://github.com/Sigilweaver
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@bc06afa30862d9c5de720fc464b840b40dfae318 -
Trigger Event:
push
-
Statement type:
File details
Details for the file openaraw-0.1.3-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: openaraw-0.1.3-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 330.7 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 |
2450aa0f3406471df2ffb6305727d70f394bcf248fd788ebd020654570d369c6
|
|
| MD5 |
20b3afa48ece6ce0ad1ee477f306d38f
|
|
| BLAKE2b-256 |
3bd93356f650aca3eecfcc608dbdb073e0babe454f40aad5acf6fd5ae1033b1b
|
Provenance
The following attestation bundles were made for openaraw-0.1.3-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
publish.yml on Sigilweaver/OpenARaw
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
openaraw-0.1.3-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
2450aa0f3406471df2ffb6305727d70f394bcf248fd788ebd020654570d369c6 - Sigstore transparency entry: 2206681189
- Sigstore integration time:
-
Permalink:
Sigilweaver/OpenARaw@bc06afa30862d9c5de720fc464b840b40dfae318 -
Branch / Tag:
refs/tags/v0.1.3 - Owner: https://github.com/Sigilweaver
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@bc06afa30862d9c5de720fc464b840b40dfae318 -
Trigger Event:
push
-
Statement type:
File details
Details for the file openaraw-0.1.3-cp314-cp314-macosx_11_0_arm64.whl.
File metadata
- Download URL: openaraw-0.1.3-cp314-cp314-macosx_11_0_arm64.whl
- Upload date:
- Size: 297.2 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 |
23debed8c36dd1ca4afd0903cb22ddb0d4b2818ea8d76172264e6b0400b5f750
|
|
| MD5 |
22be9741933a5012f1df30f7a3d0b9ea
|
|
| BLAKE2b-256 |
d4de5b27db482b5400f4a3497b7932c95f54e71da6cd6bcf54e36ac44fb6e552
|
Provenance
The following attestation bundles were made for openaraw-0.1.3-cp314-cp314-macosx_11_0_arm64.whl:
Publisher:
publish.yml on Sigilweaver/OpenARaw
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
openaraw-0.1.3-cp314-cp314-macosx_11_0_arm64.whl -
Subject digest:
23debed8c36dd1ca4afd0903cb22ddb0d4b2818ea8d76172264e6b0400b5f750 - Sigstore transparency entry: 2206681322
- Sigstore integration time:
-
Permalink:
Sigilweaver/OpenARaw@bc06afa30862d9c5de720fc464b840b40dfae318 -
Branch / Tag:
refs/tags/v0.1.3 - Owner: https://github.com/Sigilweaver
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@bc06afa30862d9c5de720fc464b840b40dfae318 -
Trigger Event:
push
-
Statement type:
File details
Details for the file openaraw-0.1.3-cp314-cp314-macosx_10_12_x86_64.whl.
File metadata
- Download URL: openaraw-0.1.3-cp314-cp314-macosx_10_12_x86_64.whl
- Upload date:
- Size: 301.2 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 |
cbf5a94376064bb9d7b918f7bc72ebf4af4338610d5da24156eb90093b38acde
|
|
| MD5 |
3486fc12202dba4be4ad3928a28fabc6
|
|
| BLAKE2b-256 |
50946a2a8571279ee4e6487c2a592aea87cceb1fd517c9bd5344ab624f94f5cb
|
Provenance
The following attestation bundles were made for openaraw-0.1.3-cp314-cp314-macosx_10_12_x86_64.whl:
Publisher:
publish.yml on Sigilweaver/OpenARaw
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
openaraw-0.1.3-cp314-cp314-macosx_10_12_x86_64.whl -
Subject digest:
cbf5a94376064bb9d7b918f7bc72ebf4af4338610d5da24156eb90093b38acde - Sigstore transparency entry: 2206681236
- Sigstore integration time:
-
Permalink:
Sigilweaver/OpenARaw@bc06afa30862d9c5de720fc464b840b40dfae318 -
Branch / Tag:
refs/tags/v0.1.3 - Owner: https://github.com/Sigilweaver
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@bc06afa30862d9c5de720fc464b840b40dfae318 -
Trigger Event:
push
-
Statement type:
File details
Details for the file openaraw-0.1.3-cp313-cp313-win_amd64.whl.
File metadata
- Download URL: openaraw-0.1.3-cp313-cp313-win_amd64.whl
- Upload date:
- Size: 200.9 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 |
f07b72ec88d681153f34c85fe8fdf0e941a136877b3a821f61c5721ae11658dd
|
|
| MD5 |
09748d79b2ffe6bd2902b7d3bc0bb8a7
|
|
| BLAKE2b-256 |
c15aa38e79588dfb9837c813b133a9c75c9b9bc40153292474cbd46fc25a5c7c
|
Provenance
The following attestation bundles were made for openaraw-0.1.3-cp313-cp313-win_amd64.whl:
Publisher:
publish.yml on Sigilweaver/OpenARaw
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
openaraw-0.1.3-cp313-cp313-win_amd64.whl -
Subject digest:
f07b72ec88d681153f34c85fe8fdf0e941a136877b3a821f61c5721ae11658dd - Sigstore transparency entry: 2206681264
- Sigstore integration time:
-
Permalink:
Sigilweaver/OpenARaw@bc06afa30862d9c5de720fc464b840b40dfae318 -
Branch / Tag:
refs/tags/v0.1.3 - Owner: https://github.com/Sigilweaver
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@bc06afa30862d9c5de720fc464b840b40dfae318 -
Trigger Event:
push
-
Statement type:
File details
Details for the file openaraw-0.1.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: openaraw-0.1.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 336.9 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fcf52c76c6153f98921f7ab01aed40842e45f76173ff5410035491ae62ed852e
|
|
| MD5 |
e4bb1b917ab9923b9245796c4dfeadaf
|
|
| BLAKE2b-256 |
bed2c00c7ce43bc01ad9649b93bec48fb7766cec694815e9d28bf0f7a758ed63
|
Provenance
The following attestation bundles were made for openaraw-0.1.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
publish.yml on Sigilweaver/OpenARaw
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
openaraw-0.1.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
fcf52c76c6153f98921f7ab01aed40842e45f76173ff5410035491ae62ed852e - Sigstore transparency entry: 2206681069
- Sigstore integration time:
-
Permalink:
Sigilweaver/OpenARaw@bc06afa30862d9c5de720fc464b840b40dfae318 -
Branch / Tag:
refs/tags/v0.1.3 - Owner: https://github.com/Sigilweaver
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@bc06afa30862d9c5de720fc464b840b40dfae318 -
Trigger Event:
push
-
Statement type:
File details
Details for the file openaraw-0.1.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: openaraw-0.1.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 330.0 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 |
38ac1a9f0bdf3b5836b16e9e00860d543197657ba3e2485aa625e4687b534444
|
|
| MD5 |
05f11308c266fe4234100249051ba83b
|
|
| BLAKE2b-256 |
ef9459dd6685173a6163cfabccd46cead2eece4b4fffad8b85beaf10c862456a
|
Provenance
The following attestation bundles were made for openaraw-0.1.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
publish.yml on Sigilweaver/OpenARaw
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
openaraw-0.1.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
38ac1a9f0bdf3b5836b16e9e00860d543197657ba3e2485aa625e4687b534444 - Sigstore transparency entry: 2206681040
- Sigstore integration time:
-
Permalink:
Sigilweaver/OpenARaw@bc06afa30862d9c5de720fc464b840b40dfae318 -
Branch / Tag:
refs/tags/v0.1.3 - Owner: https://github.com/Sigilweaver
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@bc06afa30862d9c5de720fc464b840b40dfae318 -
Trigger Event:
push
-
Statement type:
File details
Details for the file openaraw-0.1.3-cp313-cp313-macosx_11_0_arm64.whl.
File metadata
- Download URL: openaraw-0.1.3-cp313-cp313-macosx_11_0_arm64.whl
- Upload date:
- Size: 296.0 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 |
af227b85294b92b6a96f22ed0eb1cb3dba85020a2c46a53367fa4764a0b583ac
|
|
| MD5 |
32676d86733fd06b3b3e8a9e43ab6db3
|
|
| BLAKE2b-256 |
673d8dbeaa9c478c82ed62a1cc488de5cb894ebe53c4503aa7858070042babb7
|
Provenance
The following attestation bundles were made for openaraw-0.1.3-cp313-cp313-macosx_11_0_arm64.whl:
Publisher:
publish.yml on Sigilweaver/OpenARaw
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
openaraw-0.1.3-cp313-cp313-macosx_11_0_arm64.whl -
Subject digest:
af227b85294b92b6a96f22ed0eb1cb3dba85020a2c46a53367fa4764a0b583ac - Sigstore transparency entry: 2206681176
- Sigstore integration time:
-
Permalink:
Sigilweaver/OpenARaw@bc06afa30862d9c5de720fc464b840b40dfae318 -
Branch / Tag:
refs/tags/v0.1.3 - Owner: https://github.com/Sigilweaver
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@bc06afa30862d9c5de720fc464b840b40dfae318 -
Trigger Event:
push
-
Statement type:
File details
Details for the file openaraw-0.1.3-cp313-cp313-macosx_10_12_x86_64.whl.
File metadata
- Download URL: openaraw-0.1.3-cp313-cp313-macosx_10_12_x86_64.whl
- Upload date:
- Size: 300.2 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 |
30f341c58b2801b2cb0a48b620d14dc5bcaec6c334f60fb287046a2be65adace
|
|
| MD5 |
cad7bb588641b4bc264057900d002b7f
|
|
| BLAKE2b-256 |
2f63a18a9120a3d0038e4b18054543d7dab06cb0b89c6f2db3f281b6aaacee5c
|
Provenance
The following attestation bundles were made for openaraw-0.1.3-cp313-cp313-macosx_10_12_x86_64.whl:
Publisher:
publish.yml on Sigilweaver/OpenARaw
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
openaraw-0.1.3-cp313-cp313-macosx_10_12_x86_64.whl -
Subject digest:
30f341c58b2801b2cb0a48b620d14dc5bcaec6c334f60fb287046a2be65adace - Sigstore transparency entry: 2206681365
- Sigstore integration time:
-
Permalink:
Sigilweaver/OpenARaw@bc06afa30862d9c5de720fc464b840b40dfae318 -
Branch / Tag:
refs/tags/v0.1.3 - Owner: https://github.com/Sigilweaver
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@bc06afa30862d9c5de720fc464b840b40dfae318 -
Trigger Event:
push
-
Statement type:
File details
Details for the file openaraw-0.1.3-cp312-cp312-win_amd64.whl.
File metadata
- Download URL: openaraw-0.1.3-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 200.9 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 |
80ab5e252728d5f5b467fa3b43b53087ad7ba7c899b2e12efc1ea062fb20a602
|
|
| MD5 |
acfd950b430d71ebffefc2e99fb9a5b1
|
|
| BLAKE2b-256 |
aa7ca4b19296673e7f5f37e17a9292cb3060b7dd16eae36f202b16301fe07e51
|
Provenance
The following attestation bundles were made for openaraw-0.1.3-cp312-cp312-win_amd64.whl:
Publisher:
publish.yml on Sigilweaver/OpenARaw
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
openaraw-0.1.3-cp312-cp312-win_amd64.whl -
Subject digest:
80ab5e252728d5f5b467fa3b43b53087ad7ba7c899b2e12efc1ea062fb20a602 - Sigstore transparency entry: 2206681254
- Sigstore integration time:
-
Permalink:
Sigilweaver/OpenARaw@bc06afa30862d9c5de720fc464b840b40dfae318 -
Branch / Tag:
refs/tags/v0.1.3 - Owner: https://github.com/Sigilweaver
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@bc06afa30862d9c5de720fc464b840b40dfae318 -
Trigger Event:
push
-
Statement type:
File details
Details for the file openaraw-0.1.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: openaraw-0.1.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 336.4 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 |
c5b2d4aae949de19d69f7a361abf3643dc770e130ca55f2005c8b5701cf6fb71
|
|
| MD5 |
e42ce8f126ffa48a98cf43a8f8634d1d
|
|
| BLAKE2b-256 |
5d00bb7d8166c3a758560e0f564c0deca98e2812e543ed002351ff2f9de87930
|
Provenance
The following attestation bundles were made for openaraw-0.1.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
publish.yml on Sigilweaver/OpenARaw
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
openaraw-0.1.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
c5b2d4aae949de19d69f7a361abf3643dc770e130ca55f2005c8b5701cf6fb71 - Sigstore transparency entry: 2206681243
- Sigstore integration time:
-
Permalink:
Sigilweaver/OpenARaw@bc06afa30862d9c5de720fc464b840b40dfae318 -
Branch / Tag:
refs/tags/v0.1.3 - Owner: https://github.com/Sigilweaver
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@bc06afa30862d9c5de720fc464b840b40dfae318 -
Trigger Event:
push
-
Statement type:
File details
Details for the file openaraw-0.1.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: openaraw-0.1.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 329.6 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 |
13c63a60e95e2963db9bf2d36ac67309083177a5d56ad8a1acdddf62a4eff85f
|
|
| MD5 |
d6456b16074f08440e30907db7c3452c
|
|
| BLAKE2b-256 |
60554ec66c652f408c53ed6ba9ce835957111aec2b6cacb5983c9574ba0108ce
|
Provenance
The following attestation bundles were made for openaraw-0.1.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
publish.yml on Sigilweaver/OpenARaw
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
openaraw-0.1.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
13c63a60e95e2963db9bf2d36ac67309083177a5d56ad8a1acdddf62a4eff85f - Sigstore transparency entry: 2206681208
- Sigstore integration time:
-
Permalink:
Sigilweaver/OpenARaw@bc06afa30862d9c5de720fc464b840b40dfae318 -
Branch / Tag:
refs/tags/v0.1.3 - Owner: https://github.com/Sigilweaver
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@bc06afa30862d9c5de720fc464b840b40dfae318 -
Trigger Event:
push
-
Statement type:
File details
Details for the file openaraw-0.1.3-cp312-cp312-macosx_11_0_arm64.whl.
File metadata
- Download URL: openaraw-0.1.3-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 295.6 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 |
9e1196cc4e8a9f8177a4f03e104927029fb04016a2176a8978ea745f16f7a597
|
|
| MD5 |
dc4d7f88856ae83af2109fa5f821e119
|
|
| BLAKE2b-256 |
6e0054b27d0c1a7660edeb204f090c8a88a029fe7828d8d01c4ea779a4c926f7
|
Provenance
The following attestation bundles were made for openaraw-0.1.3-cp312-cp312-macosx_11_0_arm64.whl:
Publisher:
publish.yml on Sigilweaver/OpenARaw
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
openaraw-0.1.3-cp312-cp312-macosx_11_0_arm64.whl -
Subject digest:
9e1196cc4e8a9f8177a4f03e104927029fb04016a2176a8978ea745f16f7a597 - Sigstore transparency entry: 2206681278
- Sigstore integration time:
-
Permalink:
Sigilweaver/OpenARaw@bc06afa30862d9c5de720fc464b840b40dfae318 -
Branch / Tag:
refs/tags/v0.1.3 - Owner: https://github.com/Sigilweaver
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@bc06afa30862d9c5de720fc464b840b40dfae318 -
Trigger Event:
push
-
Statement type:
File details
Details for the file openaraw-0.1.3-cp312-cp312-macosx_10_12_x86_64.whl.
File metadata
- Download URL: openaraw-0.1.3-cp312-cp312-macosx_10_12_x86_64.whl
- Upload date:
- Size: 300.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 |
e2e3fb04bd2c458f41a89ae44bcc69da05a48365a93cdb59e16534f7ecbfb5d0
|
|
| MD5 |
16fd1b709a9bdf7c517fd1b2546418a5
|
|
| BLAKE2b-256 |
07071faa9ad825187fe069b3fed013334e1efa5a7cdc95c86b83ee59cabedfef
|
Provenance
The following attestation bundles were made for openaraw-0.1.3-cp312-cp312-macosx_10_12_x86_64.whl:
Publisher:
publish.yml on Sigilweaver/OpenARaw
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
openaraw-0.1.3-cp312-cp312-macosx_10_12_x86_64.whl -
Subject digest:
e2e3fb04bd2c458f41a89ae44bcc69da05a48365a93cdb59e16534f7ecbfb5d0 - Sigstore transparency entry: 2206681199
- Sigstore integration time:
-
Permalink:
Sigilweaver/OpenARaw@bc06afa30862d9c5de720fc464b840b40dfae318 -
Branch / Tag:
refs/tags/v0.1.3 - Owner: https://github.com/Sigilweaver
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@bc06afa30862d9c5de720fc464b840b40dfae318 -
Trigger Event:
push
-
Statement type:
File details
Details for the file openaraw-0.1.3-cp311-cp311-win_amd64.whl.
File metadata
- Download URL: openaraw-0.1.3-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 203.4 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 |
27d89ff04f84aee39f64939c5fe2d9bde364f13e871d2d1d8c07120d6db8734f
|
|
| MD5 |
14609e5963159042b5979dca4a5042e7
|
|
| BLAKE2b-256 |
d322b78578e94baa24614beef20cfca5e0d3598d8450018dcea38f4e1d5bc20f
|
Provenance
The following attestation bundles were made for openaraw-0.1.3-cp311-cp311-win_amd64.whl:
Publisher:
publish.yml on Sigilweaver/OpenARaw
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
openaraw-0.1.3-cp311-cp311-win_amd64.whl -
Subject digest:
27d89ff04f84aee39f64939c5fe2d9bde364f13e871d2d1d8c07120d6db8734f - Sigstore transparency entry: 2206681082
- Sigstore integration time:
-
Permalink:
Sigilweaver/OpenARaw@bc06afa30862d9c5de720fc464b840b40dfae318 -
Branch / Tag:
refs/tags/v0.1.3 - Owner: https://github.com/Sigilweaver
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@bc06afa30862d9c5de720fc464b840b40dfae318 -
Trigger Event:
push
-
Statement type:
File details
Details for the file openaraw-0.1.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: openaraw-0.1.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 339.6 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 |
8cb240b99366c5d56d18998967ed397a492137f214f65c9d8927ee24f24c8e5a
|
|
| MD5 |
bf9a9c19a8e797a4aa2cee145e73512c
|
|
| BLAKE2b-256 |
fdec8c9eb5b2c38ef742d0c4ffb6669818c5f181f2625ed1dbdf15381a91408a
|
Provenance
The following attestation bundles were made for openaraw-0.1.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
publish.yml on Sigilweaver/OpenARaw
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
openaraw-0.1.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
8cb240b99366c5d56d18998967ed397a492137f214f65c9d8927ee24f24c8e5a - Sigstore transparency entry: 2206681285
- Sigstore integration time:
-
Permalink:
Sigilweaver/OpenARaw@bc06afa30862d9c5de720fc464b840b40dfae318 -
Branch / Tag:
refs/tags/v0.1.3 - Owner: https://github.com/Sigilweaver
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@bc06afa30862d9c5de720fc464b840b40dfae318 -
Trigger Event:
push
-
Statement type:
File details
Details for the file openaraw-0.1.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: openaraw-0.1.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 332.6 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 |
d2945b3f5d90355122a9f04c3a09029f447f51003a5d56e57585a732c651791f
|
|
| MD5 |
90893017e8e5683a390dabae5501a751
|
|
| BLAKE2b-256 |
cc63cc6d1ef087b8adf9fcb667564dcdc4828394e243530b97bb9a5134be1727
|
Provenance
The following attestation bundles were made for openaraw-0.1.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
publish.yml on Sigilweaver/OpenARaw
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
openaraw-0.1.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
d2945b3f5d90355122a9f04c3a09029f447f51003a5d56e57585a732c651791f - Sigstore transparency entry: 2206681149
- Sigstore integration time:
-
Permalink:
Sigilweaver/OpenARaw@bc06afa30862d9c5de720fc464b840b40dfae318 -
Branch / Tag:
refs/tags/v0.1.3 - Owner: https://github.com/Sigilweaver
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@bc06afa30862d9c5de720fc464b840b40dfae318 -
Trigger Event:
push
-
Statement type:
File details
Details for the file openaraw-0.1.3-cp311-cp311-macosx_11_0_arm64.whl.
File metadata
- Download URL: openaraw-0.1.3-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 300.2 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 |
aa9c39266cb14c7b3533fb80f1c94052042802ac9dad4f7ebf55bbd4e55cb86c
|
|
| MD5 |
ee25052161fd2bbc251ccf8f1187df9a
|
|
| BLAKE2b-256 |
ac3221abb1bb1f0b779c4961982b118e81b4b60676e5ee2b1b4906e3b4270016
|
Provenance
The following attestation bundles were made for openaraw-0.1.3-cp311-cp311-macosx_11_0_arm64.whl:
Publisher:
publish.yml on Sigilweaver/OpenARaw
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
openaraw-0.1.3-cp311-cp311-macosx_11_0_arm64.whl -
Subject digest:
aa9c39266cb14c7b3533fb80f1c94052042802ac9dad4f7ebf55bbd4e55cb86c - Sigstore transparency entry: 2206681293
- Sigstore integration time:
-
Permalink:
Sigilweaver/OpenARaw@bc06afa30862d9c5de720fc464b840b40dfae318 -
Branch / Tag:
refs/tags/v0.1.3 - Owner: https://github.com/Sigilweaver
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@bc06afa30862d9c5de720fc464b840b40dfae318 -
Trigger Event:
push
-
Statement type:
File details
Details for the file openaraw-0.1.3-cp311-cp311-macosx_10_12_x86_64.whl.
File metadata
- Download URL: openaraw-0.1.3-cp311-cp311-macosx_10_12_x86_64.whl
- Upload date:
- Size: 301.3 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 |
feb38f3d02da064ab0327705007201ff874fc5581c0f8d9b81cf8ce0110ec86f
|
|
| MD5 |
8d35389a0aaa4bbe2b024722eddb3427
|
|
| BLAKE2b-256 |
1785f214f938e4ec257f2f61175b3e4028ae282302859e905aa0cf1869a9afa6
|
Provenance
The following attestation bundles were made for openaraw-0.1.3-cp311-cp311-macosx_10_12_x86_64.whl:
Publisher:
publish.yml on Sigilweaver/OpenARaw
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
openaraw-0.1.3-cp311-cp311-macosx_10_12_x86_64.whl -
Subject digest:
feb38f3d02da064ab0327705007201ff874fc5581c0f8d9b81cf8ce0110ec86f - Sigstore transparency entry: 2206681125
- Sigstore integration time:
-
Permalink:
Sigilweaver/OpenARaw@bc06afa30862d9c5de720fc464b840b40dfae318 -
Branch / Tag:
refs/tags/v0.1.3 - Owner: https://github.com/Sigilweaver
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@bc06afa30862d9c5de720fc464b840b40dfae318 -
Trigger Event:
push
-
Statement type:
File details
Details for the file openaraw-0.1.3-cp310-cp310-win_amd64.whl.
File metadata
- Download URL: openaraw-0.1.3-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 203.5 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 |
d03867936ebdc58cdd214e9af6f462d2918cd8f8521c5a385ec49473ac815ca5
|
|
| MD5 |
991f3ffe6ba4d95a186c1975519831f6
|
|
| BLAKE2b-256 |
50682c04a304446835172772c9a163156097a19e7aaa90bec31087d0420bb97b
|
Provenance
The following attestation bundles were made for openaraw-0.1.3-cp310-cp310-win_amd64.whl:
Publisher:
publish.yml on Sigilweaver/OpenARaw
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
openaraw-0.1.3-cp310-cp310-win_amd64.whl -
Subject digest:
d03867936ebdc58cdd214e9af6f462d2918cd8f8521c5a385ec49473ac815ca5 - Sigstore transparency entry: 2206681330
- Sigstore integration time:
-
Permalink:
Sigilweaver/OpenARaw@bc06afa30862d9c5de720fc464b840b40dfae318 -
Branch / Tag:
refs/tags/v0.1.3 - Owner: https://github.com/Sigilweaver
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@bc06afa30862d9c5de720fc464b840b40dfae318 -
Trigger Event:
push
-
Statement type:
File details
Details for the file openaraw-0.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: openaraw-0.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 339.7 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1da3f7750f70ff7338bdeb40c694705a0ec1cec48f9905a534204822627a5cfd
|
|
| MD5 |
f085cb780b9355edd25fd770e60fa297
|
|
| BLAKE2b-256 |
cfcb46368310396fb998255db34bbabf7ab5dcc12d9e32308c7edaab97ffe954
|
Provenance
The following attestation bundles were made for openaraw-0.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
publish.yml on Sigilweaver/OpenARaw
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
openaraw-0.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
1da3f7750f70ff7338bdeb40c694705a0ec1cec48f9905a534204822627a5cfd - Sigstore transparency entry: 2206681352
- Sigstore integration time:
-
Permalink:
Sigilweaver/OpenARaw@bc06afa30862d9c5de720fc464b840b40dfae318 -
Branch / Tag:
refs/tags/v0.1.3 - Owner: https://github.com/Sigilweaver
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@bc06afa30862d9c5de720fc464b840b40dfae318 -
Trigger Event:
push
-
Statement type:
File details
Details for the file openaraw-0.1.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: openaraw-0.1.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 333.0 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 |
c5748a43cd482f0cb1a7060f98aca72549acfb5b0df641b88520092d81b3f622
|
|
| MD5 |
f065ef27322a5189499269b1bbeb1fab
|
|
| BLAKE2b-256 |
395e2131a2c4bb2245d50bdc48243defa57c915efdc961dfd200e8d625a37852
|
Provenance
The following attestation bundles were made for openaraw-0.1.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
publish.yml on Sigilweaver/OpenARaw
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
openaraw-0.1.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
c5748a43cd482f0cb1a7060f98aca72549acfb5b0df641b88520092d81b3f622 - Sigstore transparency entry: 2206681394
- Sigstore integration time:
-
Permalink:
Sigilweaver/OpenARaw@bc06afa30862d9c5de720fc464b840b40dfae318 -
Branch / Tag:
refs/tags/v0.1.3 - Owner: https://github.com/Sigilweaver
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@bc06afa30862d9c5de720fc464b840b40dfae318 -
Trigger Event:
push
-
Statement type:
File details
Details for the file openaraw-0.1.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: openaraw-0.1.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 341.9 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 |
2bdd648d2de659a86b1de4cd78590a4b5edc0def087b85535886990b98e93159
|
|
| MD5 |
8c977d7b6f9d99dffd7bd5ce03cffe03
|
|
| BLAKE2b-256 |
ce6c14b467e1331266e54bf82856c41090c54f19b6b444ce88cd3f3d0423ea9e
|
Provenance
The following attestation bundles were made for openaraw-0.1.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
publish.yml on Sigilweaver/OpenARaw
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
openaraw-0.1.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
2bdd648d2de659a86b1de4cd78590a4b5edc0def087b85535886990b98e93159 - Sigstore transparency entry: 2206681023
- Sigstore integration time:
-
Permalink:
Sigilweaver/OpenARaw@bc06afa30862d9c5de720fc464b840b40dfae318 -
Branch / Tag:
refs/tags/v0.1.3 - Owner: https://github.com/Sigilweaver
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@bc06afa30862d9c5de720fc464b840b40dfae318 -
Trigger Event:
push
-
Statement type:
File details
Details for the file openaraw-0.1.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: openaraw-0.1.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 335.7 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c39b55c94f3862480d84e70fc5dadc11bacf21a8ab9f9d58727c338728d9ca64
|
|
| MD5 |
b98214f1a9dde05ddece0d27e6043963
|
|
| BLAKE2b-256 |
3e7231cbf60e86b1b4ff7e1593add537b5b2fa38bf51e92c39f5f62d414edcda
|
Provenance
The following attestation bundles were made for openaraw-0.1.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
publish.yml on Sigilweaver/OpenARaw
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
openaraw-0.1.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
c39b55c94f3862480d84e70fc5dadc11bacf21a8ab9f9d58727c338728d9ca64 - Sigstore transparency entry: 2206681310
- Sigstore integration time:
-
Permalink:
Sigilweaver/OpenARaw@bc06afa30862d9c5de720fc464b840b40dfae318 -
Branch / Tag:
refs/tags/v0.1.3 - Owner: https://github.com/Sigilweaver
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@bc06afa30862d9c5de720fc464b840b40dfae318 -
Trigger Event:
push
-
Statement type:
File details
Details for the file openaraw-0.1.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: openaraw-0.1.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 335.5 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 |
4b060598b57b4bf59a1a88415e7dad7f28b1d68fbeae46f078708edd17e78da5
|
|
| MD5 |
e8da45e158d5b0fab5c2d255115d2d6d
|
|
| BLAKE2b-256 |
bf46049add62299b4b08904009ffe48746730083daa9e319cac8204288b134f7
|
Provenance
The following attestation bundles were made for openaraw-0.1.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
publish.yml on Sigilweaver/OpenARaw
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
openaraw-0.1.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
4b060598b57b4bf59a1a88415e7dad7f28b1d68fbeae46f078708edd17e78da5 - Sigstore transparency entry: 2206681164
- Sigstore integration time:
-
Permalink:
Sigilweaver/OpenARaw@bc06afa30862d9c5de720fc464b840b40dfae318 -
Branch / Tag:
refs/tags/v0.1.3 - Owner: https://github.com/Sigilweaver
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@bc06afa30862d9c5de720fc464b840b40dfae318 -
Trigger Event:
push
-
Statement type: