Skip to main content

Python bindings for the OpenARaw Agilent MassHunter .d file parser

Project description

OpenARaw

License: Apache-2.0 Rust MSRV

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, clean-room reverse-engineered with no Agilent SDK or software dependency. Covers the modern AcqData MassHunter shape across Q-TOF (profile and centroid) and QQQ (MRM) acquisitions.

Status

Not yet published to crates.io or PyPI. The reader is implemented and validated against the full corpus (332 of 338 real-world PRIDE .d datasets pass conformance checks end to end; the remaining 6 are malformed source uploads, see docs/format/06-known-limitations.md).

Install

Not yet published. Once released:

cargo add openaraw
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))

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

openaraw-0.1.0.tar.gz (16.3 kB view details)

Uploaded Source

Built Distributions

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

openaraw-0.1.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (294.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

openaraw-0.1.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (290.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

openaraw-0.1.0-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (292.0 kB view details)

Uploaded CPython 3.15tmanylinux: glibc 2.17+ x86-64

openaraw-0.1.0-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (291.6 kB view details)

Uploaded CPython 3.15manylinux: glibc 2.17+ x86-64

openaraw-0.1.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (291.9 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

openaraw-0.1.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (286.8 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

openaraw-0.1.0-cp314-cp314-win_amd64.whl (160.8 kB view details)

Uploaded CPython 3.14Windows x86-64

openaraw-0.1.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (291.7 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

openaraw-0.1.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (287.1 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

openaraw-0.1.0-cp314-cp314-macosx_11_0_arm64.whl (257.3 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

openaraw-0.1.0-cp314-cp314-macosx_10_12_x86_64.whl (259.6 kB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

openaraw-0.1.0-cp313-cp313-win_amd64.whl (160.7 kB view details)

Uploaded CPython 3.13Windows x86-64

openaraw-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (291.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

openaraw-0.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (287.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

openaraw-0.1.0-cp313-cp313-macosx_11_0_arm64.whl (256.9 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

openaraw-0.1.0-cp313-cp313-macosx_10_12_x86_64.whl (259.3 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

openaraw-0.1.0-cp312-cp312-win_amd64.whl (160.6 kB view details)

Uploaded CPython 3.12Windows x86-64

openaraw-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (292.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

openaraw-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (287.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

openaraw-0.1.0-cp312-cp312-macosx_11_0_arm64.whl (257.2 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

openaraw-0.1.0-cp312-cp312-macosx_10_12_x86_64.whl (259.4 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

openaraw-0.1.0-cp311-cp311-win_amd64.whl (162.4 kB view details)

Uploaded CPython 3.11Windows x86-64

openaraw-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (294.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

openaraw-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (289.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

openaraw-0.1.0-cp311-cp311-macosx_11_0_arm64.whl (259.0 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

openaraw-0.1.0-cp311-cp311-macosx_10_12_x86_64.whl (260.9 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

openaraw-0.1.0-cp310-cp310-win_amd64.whl (162.4 kB view details)

Uploaded CPython 3.10Windows x86-64

openaraw-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (294.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

openaraw-0.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (289.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

openaraw-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (296.9 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

openaraw-0.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (291.9 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

openaraw-0.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (292.2 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

File details

Details for the file openaraw-0.1.0.tar.gz.

File metadata

  • Download URL: openaraw-0.1.0.tar.gz
  • Upload date:
  • Size: 16.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for openaraw-0.1.0.tar.gz
Algorithm Hash digest
SHA256 2a81842b9828ff72bc0004b70e227f75ff9d3ae3795008bc3f8715ea5a2230d3
MD5 bf48eb6450023a22ca783c2da2b71cf4
BLAKE2b-256 db9ca636fc09a376e1a8cf01dd873db99a5fb2070b546f7ecbe21c9336a69145

See more details on using hashes here.

Provenance

The following attestation bundles were made for openaraw-0.1.0.tar.gz:

Publisher: publish.yml on Sigilweaver/OpenARaw

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

File details

Details for the file openaraw-0.1.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openaraw-0.1.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4029866cc9fea02262803184c2efdacfca2e28702f440548525f407c6cf724f8
MD5 9eb2a4468700d501d81a1319386c3136
BLAKE2b-256 59cf9d2603e403e1bba1cebe83c8a713ac53f7c9856f12d514bbdb0e1c3ac919

See more details on using hashes here.

Provenance

The following attestation bundles were made for openaraw-0.1.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on Sigilweaver/OpenARaw

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

File details

Details for the file openaraw-0.1.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for openaraw-0.1.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 92b9c13b8f7724c1a942bfbe541eda53e54cdf4218ca062a5e42027cf216b378
MD5 d74c5a006c6e25103f1a9e53b7eada2f
BLAKE2b-256 2dd3ed4f0c279ea03738d304e73cdebb303e6439896388b8eb537dc48e31fd16

See more details on using hashes here.

Provenance

The following attestation bundles were made for openaraw-0.1.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish.yml on Sigilweaver/OpenARaw

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

File details

Details for the file openaraw-0.1.0-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openaraw-0.1.0-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 850a4f265e5b64b2103be0410b600f8e068d58caa4c2fc2dfc9258f94143337e
MD5 3484427abf11265c1b878970327a2ccd
BLAKE2b-256 178dc1ccb9c4581c5516989de6e28ca962d86c29ff84b8ad00f5ed1109cb063f

See more details on using hashes here.

Provenance

The following attestation bundles were made for openaraw-0.1.0-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on Sigilweaver/OpenARaw

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

File details

Details for the file openaraw-0.1.0-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openaraw-0.1.0-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8f332645727e63a0d81ee8476d5550521e59316c7b01569be440892e7c123630
MD5 2da79f261a93b786df9a32e5544db389
BLAKE2b-256 070e19f9773f92677f68de2a799a24dc1dc0105195df2207e125fe14f7559107

See more details on using hashes here.

Provenance

The following attestation bundles were made for openaraw-0.1.0-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on Sigilweaver/OpenARaw

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

File details

Details for the file openaraw-0.1.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openaraw-0.1.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4c162e807cafc5020869bc17cfac4a95f42eef149736118da9546817923eb48c
MD5 186269566141aec1f402b5623467917a
BLAKE2b-256 50109ef216177a93bee9511a5f27b33aeee71546b6194d73c49eb6b3c7892cc8

See more details on using hashes here.

Provenance

The following attestation bundles were made for openaraw-0.1.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on Sigilweaver/OpenARaw

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

File details

Details for the file openaraw-0.1.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for openaraw-0.1.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7c5baa26a0eee0dcc7f9c1b7de6dbdef3f9a2a9a8f9b9b499b0f43c9a70fc54b
MD5 b55fb2351d72258c24af0097f04e3129
BLAKE2b-256 9702faadee155c94d6a9c2a5052d8b845066fd1e0cd88f3dee9135ad2595080c

See more details on using hashes here.

Provenance

The following attestation bundles were made for openaraw-0.1.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish.yml on Sigilweaver/OpenARaw

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

File details

Details for the file openaraw-0.1.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: openaraw-0.1.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 160.8 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for openaraw-0.1.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 3f1e95031b96afaf40de3738357b46fd77a7b00d618bf5bf03350900d9779542
MD5 194b7ca32cf71bf671c1e1ee93cffc52
BLAKE2b-256 91b0dbc60f03b87c6da527e287424c542ad336c61980802cc8c4271098a05d1a

See more details on using hashes here.

Provenance

The following attestation bundles were made for openaraw-0.1.0-cp314-cp314-win_amd64.whl:

Publisher: publish.yml on Sigilweaver/OpenARaw

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

File details

Details for the file openaraw-0.1.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openaraw-0.1.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cdfe55df03ff0886627e2a06201dec00c49bf294600f89646767d0bd38b3a0ce
MD5 479229e0e73ce75d4daa23524c7e43f2
BLAKE2b-256 819797c8b6f8fc8b63d680cff364a2b2789cb3aeca5a9c5a686bb671c402fa20

See more details on using hashes here.

Provenance

The following attestation bundles were made for openaraw-0.1.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on Sigilweaver/OpenARaw

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

File details

Details for the file openaraw-0.1.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for openaraw-0.1.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 25565d907eadc7e507eab025c0ddbd49225ffb5983ba74e4687d54aec5258258
MD5 5633634290ccf8e8d0223d32899e4627
BLAKE2b-256 cdd6e4954dbd7338c5cbf0ba755058f801e10aeb787ca1c0ec58c3b53d5e02e0

See more details on using hashes here.

Provenance

The following attestation bundles were made for openaraw-0.1.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish.yml on Sigilweaver/OpenARaw

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

File details

Details for the file openaraw-0.1.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openaraw-0.1.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dc2c56513563ca81ccfa8c66429bca3031467b77411da90079f792611188367d
MD5 2d04a4f3abb31ad354307c59189b1fe1
BLAKE2b-256 b66f6f87f35d1c484eb005b4f4872d6f4f624c977c77c046d10ec951330b6ed5

See more details on using hashes here.

Provenance

The following attestation bundles were made for openaraw-0.1.0-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: publish.yml on Sigilweaver/OpenARaw

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

File details

Details for the file openaraw-0.1.0-cp314-cp314-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for openaraw-0.1.0-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 e7b6849a0205df30e861d6559519be3ec927497983d3206e05b6ac992014eaa6
MD5 8ad030e7fb97293470b7118f9c7a131a
BLAKE2b-256 b8fb90f5296b35d1640137ca45c4a6fa693d2fa67edba6a57fcf59cb43b97bd2

See more details on using hashes here.

Provenance

The following attestation bundles were made for openaraw-0.1.0-cp314-cp314-macosx_10_12_x86_64.whl:

Publisher: publish.yml on Sigilweaver/OpenARaw

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

File details

Details for the file openaraw-0.1.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: openaraw-0.1.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 160.7 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for openaraw-0.1.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 302552a1648fc5cd14b98668ce4cd63b2928c3cdc0c9fabe908adb0c26a68f3b
MD5 4d972dc52396cd8245ededee0e337703
BLAKE2b-256 39ffbd8b5ef798b22b19c0f07639fd8148de942b13a5a49d2d5c05015905589b

See more details on using hashes here.

Provenance

The following attestation bundles were made for openaraw-0.1.0-cp313-cp313-win_amd64.whl:

Publisher: publish.yml on Sigilweaver/OpenARaw

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

File details

Details for the file openaraw-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openaraw-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b3f7fe1c56b973e3f05a8ca1c62cfcf8ff0795bbbb7c1ec91c2f50026702cece
MD5 77674b66042389fda2a01298dc589933
BLAKE2b-256 3234f34b0eca95fa7cbd7b7657e395c5223e84dbdc2dfdb0d87271e73fc6eae2

See more details on using hashes here.

Provenance

The following attestation bundles were made for openaraw-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on Sigilweaver/OpenARaw

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

File details

Details for the file openaraw-0.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for openaraw-0.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 784b1be5fb36180797dc386d0c9f44959b6b62cbc4d383a55f0412f1f4dc0510
MD5 2cbbfc313fd41cd2a25cde5dbc561f3f
BLAKE2b-256 a3dc2869215bc5e35abf836c955bb7d4241b3588a56320909a7a201c81bb0a9b

See more details on using hashes here.

Provenance

The following attestation bundles were made for openaraw-0.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish.yml on Sigilweaver/OpenARaw

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

File details

Details for the file openaraw-0.1.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openaraw-0.1.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7b42619f49521fdf98e2eab1ec32ad15c034cd1f8e31534d54796aa2e6f9c494
MD5 852325bcc56d43fa99f3575d15d9893d
BLAKE2b-256 403204abac27edaf2d025f6dc229ceb8ad6774fdf8843c12027249610f1a9d09

See more details on using hashes here.

Provenance

The following attestation bundles were made for openaraw-0.1.0-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: publish.yml on Sigilweaver/OpenARaw

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

File details

Details for the file openaraw-0.1.0-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for openaraw-0.1.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 7ef403ee398ca9272e97929be1b233e8bd9eb695fb48610dcd5198802f0c42b1
MD5 839c64cbdd1d12ddea603e550ec386af
BLAKE2b-256 1ba86e2e1e0d7a3a2dadeda970496d8bdf6625fcaac23ca7522fcd8c858bf2b9

See more details on using hashes here.

Provenance

The following attestation bundles were made for openaraw-0.1.0-cp313-cp313-macosx_10_12_x86_64.whl:

Publisher: publish.yml on Sigilweaver/OpenARaw

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

File details

Details for the file openaraw-0.1.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: openaraw-0.1.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 160.6 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for openaraw-0.1.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 6d32d3b38a49100a56cf4d2885390884d51165b7e3a64ec789dc3c88307c9f7a
MD5 62c6e24a3e7754dec403a7050bb3b731
BLAKE2b-256 d1250d12a2d53a4ae75c6b62fdd289656edfb647881105992ff9bc7b9aaf5770

See more details on using hashes here.

Provenance

The following attestation bundles were made for openaraw-0.1.0-cp312-cp312-win_amd64.whl:

Publisher: publish.yml on Sigilweaver/OpenARaw

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

File details

Details for the file openaraw-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openaraw-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cd087affd8832c8aeb21f4520229058873d27690015ebb28b4092cade3c93479
MD5 3ca6649d74f822c4fb9cf62572baad30
BLAKE2b-256 41f935f1940202a61adaac8833c407cb322ce67c622280802de8f065f84eddbb

See more details on using hashes here.

Provenance

The following attestation bundles were made for openaraw-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on Sigilweaver/OpenARaw

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

File details

Details for the file openaraw-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for openaraw-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7e74c1d83ddeadc8a17a80ba53a8ee847c85ddc5f2532dc6b2a9802ff751ab40
MD5 d4367b08f8f73d08e065d3c67c0716bb
BLAKE2b-256 6a315f34fcce86d2df7b9a50e5bd131ca61ba4b42b534769b0a4a38e4c44c742

See more details on using hashes here.

Provenance

The following attestation bundles were made for openaraw-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish.yml on Sigilweaver/OpenARaw

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

File details

Details for the file openaraw-0.1.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openaraw-0.1.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9a45f6082c72ff68e3386044ddf41e0d4940ffbda078f2744462ce9f77c2d772
MD5 a151bb140f25b110e7763b0a3e0e06e0
BLAKE2b-256 bda9c0ead82dd13c16112abd89b67434d54ea7b6090f37c8da023f33f5f0cf2b

See more details on using hashes here.

Provenance

The following attestation bundles were made for openaraw-0.1.0-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: publish.yml on Sigilweaver/OpenARaw

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

File details

Details for the file openaraw-0.1.0-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for openaraw-0.1.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 5105207f8c46e2b3b34550c7d3bd13b415d67ca800b190b47652c748ad1df08c
MD5 5ba22237705e4c7a70fbf9f115586249
BLAKE2b-256 9cd5b443f71494f824d1d1bc7b95482255c6f852e1ecbd99342c73cc1d024cfd

See more details on using hashes here.

Provenance

The following attestation bundles were made for openaraw-0.1.0-cp312-cp312-macosx_10_12_x86_64.whl:

Publisher: publish.yml on Sigilweaver/OpenARaw

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

File details

Details for the file openaraw-0.1.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: openaraw-0.1.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 162.4 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for openaraw-0.1.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 6882d4d9f5a1c4f1aa6b83e67cd0de627e51f4709d3d3f602115f95169930ee9
MD5 3cfe66b8d62da38b60f50702f88f9eed
BLAKE2b-256 639df7faf1fa2b88fd8d8d1b669c34df57c52421528835ed30e0b991e312463b

See more details on using hashes here.

Provenance

The following attestation bundles were made for openaraw-0.1.0-cp311-cp311-win_amd64.whl:

Publisher: publish.yml on Sigilweaver/OpenARaw

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

File details

Details for the file openaraw-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openaraw-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b0f37abfb7980057f36048a623c9b2d623ec9b365c74883ef77d66e0b085bd98
MD5 273d2b466483155e0724ef76d282be58
BLAKE2b-256 d13d90bbc3a03475a0cd0d14c3023b96bb8d0c8b900384fa391b11ed9ab9a406

See more details on using hashes here.

Provenance

The following attestation bundles were made for openaraw-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on Sigilweaver/OpenARaw

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

File details

Details for the file openaraw-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for openaraw-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3157ee02e7ddb3d354a6f490ca90df3e3eae1dc0b50a28fe980a84d7b774a5dd
MD5 efbedd947220a23c2219fed7c78ad1d2
BLAKE2b-256 4845633e2c2862b6fd90fd6161048abfb4035c548fe427d6e186c9285bc0f1d3

See more details on using hashes here.

Provenance

The following attestation bundles were made for openaraw-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish.yml on Sigilweaver/OpenARaw

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

File details

Details for the file openaraw-0.1.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openaraw-0.1.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 08d5aff25b039001a955394ba495af511e63ab5a7c3936208fdc381a4aa42d92
MD5 a49526e5bca856e818fe7450c45ff1af
BLAKE2b-256 399ca31b7043d0300876aeb5b267bd8cc44303ad2a6d2a4e41f18ed7de47b112

See more details on using hashes here.

Provenance

The following attestation bundles were made for openaraw-0.1.0-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: publish.yml on Sigilweaver/OpenARaw

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

File details

Details for the file openaraw-0.1.0-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for openaraw-0.1.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 13de48e24ab5e982b5642e781820f0d62ac4abf9f7eaed3a0daca0558d6bdd03
MD5 599c3c2b7c7bd746f406a7b2e5fc9527
BLAKE2b-256 9035987c4922f8f564fc79ce25fbd2200a8a06e150d6e09967d1885fe0fbcf7d

See more details on using hashes here.

Provenance

The following attestation bundles were made for openaraw-0.1.0-cp311-cp311-macosx_10_12_x86_64.whl:

Publisher: publish.yml on Sigilweaver/OpenARaw

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

File details

Details for the file openaraw-0.1.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: openaraw-0.1.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 162.4 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for openaraw-0.1.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 087e728b932988e39aadac813f45b67ee927e19ffb1b8f664fb5510c44db5935
MD5 699495a3f4565a982e4632a7af30c93c
BLAKE2b-256 a8974eac8d5cabc4c27f2c962c0432ba058fedaba93b08c5ba2f6d308d54a4ec

See more details on using hashes here.

Provenance

The following attestation bundles were made for openaraw-0.1.0-cp310-cp310-win_amd64.whl:

Publisher: publish.yml on Sigilweaver/OpenARaw

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

File details

Details for the file openaraw-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openaraw-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 681268b33843ad2def7d7c0e2fdfec6842cf0139e173f3a4061da2647b6db41c
MD5 6ab399399a9bfc203fbc983923cc11bf
BLAKE2b-256 a2a436498237fd53255ce0a14da277c4c1074043f1ec35735fed190a5db3f29e

See more details on using hashes here.

Provenance

The following attestation bundles were made for openaraw-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on Sigilweaver/OpenARaw

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

File details

Details for the file openaraw-0.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for openaraw-0.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 06aabae1ef61f286e5025d27db32042ee5164c239ff808bb48d8ed36bd9fa320
MD5 340c0709d44d7430c4d1ebae88e3dba8
BLAKE2b-256 b03e9e4fc672c5b316ecdfa744e9d9f34ec2e2551ae850e43dd3635a561db396

See more details on using hashes here.

Provenance

The following attestation bundles were made for openaraw-0.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish.yml on Sigilweaver/OpenARaw

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

File details

Details for the file openaraw-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openaraw-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6d8e2f4cad65db91fea7c1fb2aa30c6c3b1849fbcb65e4fb8b9d8d2d6203ff31
MD5 c193da49ae0e0c2cffae1da6fb17303f
BLAKE2b-256 496e39d3e5fbd7d02a137790d75b36141d6e5663e6a4e104414d7d9d3055fc22

See more details on using hashes here.

Provenance

The following attestation bundles were made for openaraw-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on Sigilweaver/OpenARaw

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

File details

Details for the file openaraw-0.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for openaraw-0.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f8c38496c37a80aaed0e9ff6d3883b1fe4c9ec2062dbf08d933e039900e5fddb
MD5 cd6b8710c32f8a3f5897c108312b40af
BLAKE2b-256 9f0e0b89dbbaa72d09b4df2cef17a530946bc82f1bb8dda6829a3e90eb150e23

See more details on using hashes here.

Provenance

The following attestation bundles were made for openaraw-0.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish.yml on Sigilweaver/OpenARaw

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

File details

Details for the file openaraw-0.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for openaraw-0.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d162ae559c4e7489b9cb522565f6c03830a869d96733552453719004dbfedba5
MD5 fdb482502cfa1f74f87759b130a28147
BLAKE2b-256 55aa9f53036d876e6269ceaaebd9487dee07651162c3782c2cf15cf278532f42

See more details on using hashes here.

Provenance

The following attestation bundles were made for openaraw-0.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish.yml on Sigilweaver/OpenARaw

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

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page