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

Published on crates.io (openaraw) and PyPI (openaraw). The reader is 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

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))

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.1.tar.gz (16.9 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.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (295.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

openaraw-0.1.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (291.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

openaraw-0.1.1-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (293.2 kB view details)

Uploaded CPython 3.15tmanylinux: glibc 2.17+ x86-64

openaraw-0.1.1-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (293.2 kB view details)

Uploaded CPython 3.15manylinux: glibc 2.17+ x86-64

openaraw-0.1.1-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (293.1 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

openaraw-0.1.1-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (287.9 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

openaraw-0.1.1-cp314-cp314-win_amd64.whl (160.3 kB view details)

Uploaded CPython 3.14Windows x86-64

openaraw-0.1.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (292.9 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

openaraw-0.1.1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (288.3 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

openaraw-0.1.1-cp314-cp314-macosx_11_0_arm64.whl (258.0 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

openaraw-0.1.1-cp314-cp314-macosx_10_12_x86_64.whl (260.3 kB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

openaraw-0.1.1-cp313-cp313-win_amd64.whl (160.2 kB view details)

Uploaded CPython 3.13Windows x86-64

openaraw-0.1.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (292.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

openaraw-0.1.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (287.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

openaraw-0.1.1-cp313-cp313-macosx_11_0_arm64.whl (256.6 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

openaraw-0.1.1-cp313-cp313-macosx_10_12_x86_64.whl (259.2 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

openaraw-0.1.1-cp312-cp312-win_amd64.whl (160.5 kB view details)

Uploaded CPython 3.12Windows x86-64

openaraw-0.1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (291.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

openaraw-0.1.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (287.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

openaraw-0.1.1-cp312-cp312-macosx_11_0_arm64.whl (256.6 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

openaraw-0.1.1-cp312-cp312-macosx_10_12_x86_64.whl (259.3 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

openaraw-0.1.1-cp311-cp311-win_amd64.whl (162.5 kB view details)

Uploaded CPython 3.11Windows x86-64

openaraw-0.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (295.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

openaraw-0.1.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (290.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

openaraw-0.1.1-cp311-cp311-macosx_11_0_arm64.whl (261.8 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

openaraw-0.1.1-cp311-cp311-macosx_10_12_x86_64.whl (260.4 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

openaraw-0.1.1-cp310-cp310-win_amd64.whl (162.6 kB view details)

Uploaded CPython 3.10Windows x86-64

openaraw-0.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (295.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

openaraw-0.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (290.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

openaraw-0.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (297.3 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

openaraw-0.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (293.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

openaraw-0.1.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (293.3 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

File details

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

File metadata

  • Download URL: openaraw-0.1.1.tar.gz
  • Upload date:
  • Size: 16.9 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.1.tar.gz
Algorithm Hash digest
SHA256 61a7b88b5266a44d1bac09e696e8b78e2734a72022bfada5cb94429aa3ae9783
MD5 03665f9e5a586725ddf3adc6fd3dbf08
BLAKE2b-256 aa7a64dc0703655bd223499b8a43e429ed1c0227442641f0ade06766ff51f7d7

See more details on using hashes here.

Provenance

The following attestation bundles were made for openaraw-0.1.1.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.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openaraw-0.1.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8162bad5d4e1f73e1bfb7a6356970ed19054307165c90c8acc43f60bff0c8246
MD5 2b3b15ef3c8ba6bdc3b96d6ee67872c8
BLAKE2b-256 6e1cb9e298a85ed19589d81ca9d8314fe84586404a49790600382002a3884d54

See more details on using hashes here.

Provenance

The following attestation bundles were made for openaraw-0.1.1-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.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for openaraw-0.1.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 19c4c5eddb1651a6ee4b1ab682cab57a9da7a1ec198fd2a364fcf018e5d164ab
MD5 c52b240acfd836ef260bc767fc9f9f7d
BLAKE2b-256 45ad794744c021b10107fe7aaebde705cace6bafa8eea9b959eaed16b6755f82

See more details on using hashes here.

Provenance

The following attestation bundles were made for openaraw-0.1.1-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.1-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openaraw-0.1.1-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8253766986f558f2a80357dc8f9d900b12ce67947a48d1deeee939eeba69072a
MD5 05beb479723722bc2dfd44fcc5d493f8
BLAKE2b-256 e497ffaef43610e5588c8defd0a59e696f71a444c6301aa77424774756a1460a

See more details on using hashes here.

Provenance

The following attestation bundles were made for openaraw-0.1.1-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.1-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openaraw-0.1.1-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7ed5fec37c9d661306e8fbe5a07357d103634c4643f70f000829b4a02890bd6c
MD5 5944a24d6d6c71137d4484328f657dc9
BLAKE2b-256 6ebbdb9b220582c42acb408ae13d0228fb8513b9b4ad465325782d0ad8171672

See more details on using hashes here.

Provenance

The following attestation bundles were made for openaraw-0.1.1-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.1-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openaraw-0.1.1-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 badb9c5a265360d21d0e49f2ec31310d5a442d5034600d8d08d43b66108d0d10
MD5 3a177fee1cd1b06f41694508ac7b86e5
BLAKE2b-256 523b12fdd7954535117dc36e45d2dc861e87f27b5553cce327308107679ac10d

See more details on using hashes here.

Provenance

The following attestation bundles were made for openaraw-0.1.1-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.1-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for openaraw-0.1.1-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 636e291d1598efca7a5e14082c4093e72b5b239ac1b5d6184114300eae1b61e7
MD5 6581bca191a53e53a63efaca00cc0e0f
BLAKE2b-256 f2b0eeaafccd790f72fb5d2fc6fbd993203005b38a91aeed26750da83ed6de2b

See more details on using hashes here.

Provenance

The following attestation bundles were made for openaraw-0.1.1-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.1-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: openaraw-0.1.1-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 160.3 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.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 6a5270a00ba1915c79cf0841a70c4dd11ccc070dc7252e0813c79cf201144b34
MD5 4c7d331725609cd749832942fa4c2f3d
BLAKE2b-256 050b2739fefb04c73b0a8ace9620eeb58221b4cf5e68646f6db6aa3b9c6acd6f

See more details on using hashes here.

Provenance

The following attestation bundles were made for openaraw-0.1.1-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.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openaraw-0.1.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a4f4b720b9a1f3db903848db3ee5e764d566339fac987f60fcb1c18ea526846a
MD5 2f1ce918556ec78f7c435fb2748783f1
BLAKE2b-256 8745132be7f44ad93101a3d3d192966bfc52046c2ddae2a45c4ee70a76cc2ca1

See more details on using hashes here.

Provenance

The following attestation bundles were made for openaraw-0.1.1-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.1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for openaraw-0.1.1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0dbb8abc511df13c25f8911d9b413775aceab7b1ce027027de3832234da43a14
MD5 65c220b821d747cd7098f3ab25aab1e8
BLAKE2b-256 89579fa9e48fceef3ded900419c388f20b6425e59e42e56fef68d299b647c977

See more details on using hashes here.

Provenance

The following attestation bundles were made for openaraw-0.1.1-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.1-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openaraw-0.1.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 112e154dd262f0ef065a6a9975bca02ceef18bdb7fa212b2c00fa8418be95445
MD5 d00e620e4409aac0a95fb7735f7dbd4e
BLAKE2b-256 cd0021b9bf9da33cce52b696683ba34bc39742b493eca34f4e667bd1d9d4da3c

See more details on using hashes here.

Provenance

The following attestation bundles were made for openaraw-0.1.1-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.1-cp314-cp314-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for openaraw-0.1.1-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 e9eda0cf64086989ea4e7363996e3feaa6079f47a9fb208dd31970ee0a68749b
MD5 46e043c9679f280b71bf57110f7c8016
BLAKE2b-256 0fef14e2c4c356dd3b0cba2e33943e316a6bf947d1db67734fee62c70a0390a8

See more details on using hashes here.

Provenance

The following attestation bundles were made for openaraw-0.1.1-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.1-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: openaraw-0.1.1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 160.2 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.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 e635b505d36f616d53c39f4859810227b6179a5426b8e4ccf17c7321742175dc
MD5 58117bd7b1dd06d7f81109f012b256e8
BLAKE2b-256 8191ee3e81ba09905bea1e699050e6e500eb6adcf017eeb66e1b5252053456d3

See more details on using hashes here.

Provenance

The following attestation bundles were made for openaraw-0.1.1-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.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openaraw-0.1.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 927c45d0befc132057dbb323e2994c2137843920f54bd20a44f1f239cb03a166
MD5 8b89abab94f203c576e56c0b9102a273
BLAKE2b-256 7d99f699b34b9dc405099e423ba2005260d1b6a3f44e7b6937e6fec78213b1bf

See more details on using hashes here.

Provenance

The following attestation bundles were made for openaraw-0.1.1-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.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for openaraw-0.1.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 efa657e8e74b52ecdf57c204951e7534b5c5ae15c0b30ea542408965cdee1c8c
MD5 b6202d77de02bc7b3a1cb005abc28506
BLAKE2b-256 fb592b07a22f3c10407edc87d22cab7664ac4f8aa0c5a1065ac4853440f1e2fe

See more details on using hashes here.

Provenance

The following attestation bundles were made for openaraw-0.1.1-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.1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openaraw-0.1.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2703e2feef6864881b778b03d575ace1cf436e193196e1d027ccadc276fa2d07
MD5 6706a0b1eb94a9bd5f688416f0f304d3
BLAKE2b-256 bddc19eef5f2485b21d1105cd8e75f67b3abb4c3e485ac2e229db8033c997240

See more details on using hashes here.

Provenance

The following attestation bundles were made for openaraw-0.1.1-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.1-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for openaraw-0.1.1-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 8415e87af6bf29a52acf5c775b4d15f3a89828bc686af962eae3406801649bc4
MD5 e6e150794cd76c84ee76d255d4a559c9
BLAKE2b-256 bbadf63836129a5e9f654041fa5851624e2a0fef0c23bfef4e4c86bf5d04630c

See more details on using hashes here.

Provenance

The following attestation bundles were made for openaraw-0.1.1-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.1-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: openaraw-0.1.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 160.5 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.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 7356f960c33a6bed803bdf2370c78c6720bca3ffd7a0284adfe5529b45dbed32
MD5 1ba0a02d0f661cbc349adc0335635a30
BLAKE2b-256 1015849bbd83d59ebf70d64f39083e98927b4ca092666e140601c11454b6147c

See more details on using hashes here.

Provenance

The following attestation bundles were made for openaraw-0.1.1-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.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openaraw-0.1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 da0a2abf799b7d966059e7e076e8e9945a1bc410aed0028f3ea59162b54a1052
MD5 b65e5e73605ce206336516f4fdb2b246
BLAKE2b-256 2a3277b0c9b3bbfafe2ef905f3c2a1af90ccab93f6cc002f27ada4e0816b6042

See more details on using hashes here.

Provenance

The following attestation bundles were made for openaraw-0.1.1-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.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for openaraw-0.1.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 667e5fdddb287d2124ef4469368d692b9d19f13e5f13005bfd5ce702b86f50eb
MD5 0081590b787d6d23f17df488aa2b0957
BLAKE2b-256 c2fe33373be6155613034046f31b6906a196efad48f21248ea2178dd442cedf7

See more details on using hashes here.

Provenance

The following attestation bundles were made for openaraw-0.1.1-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.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openaraw-0.1.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9f7f5b1b3582d692e1c80ec15019e64b7a57471fc39e0f394138f3dafaba8803
MD5 8afeb4608d5b67ddaae1d2a18e970744
BLAKE2b-256 2d6a3339bff8acff4dc85a85330bbab88cff1f1c8f8060ac797b11a766de9d01

See more details on using hashes here.

Provenance

The following attestation bundles were made for openaraw-0.1.1-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.1-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for openaraw-0.1.1-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 a5c1ade6aeec34413fbffdefbbc04648e95c1ff8d365c230a6ee622d46b0442a
MD5 4af6266d32e8df153568adaa508399f6
BLAKE2b-256 eee884f9b9098fe775cf3e110d96102f27d8856652f608c5398596a822e50c70

See more details on using hashes here.

Provenance

The following attestation bundles were made for openaraw-0.1.1-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.1-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: openaraw-0.1.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 162.5 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.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 e56a7a52f7c0d8877a6b38b9eec822aa0032d800adb315a5e4896e78f730a9f6
MD5 c03d88209cb6e77f5b59c5e70f5afc8c
BLAKE2b-256 dbecab1b308372a636355d77576e668ad9588675fb099e78721c7481d8681d3a

See more details on using hashes here.

Provenance

The following attestation bundles were made for openaraw-0.1.1-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.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openaraw-0.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8d21583890424c8a2280bef60cd323662e98e7a53798fffc11b54cddbda012ef
MD5 1ebb39649f00a283bc0aca2ee951de37
BLAKE2b-256 ff46fdcaa7760157387e28d630ecd213c336c7fee54a7ec23bc65b4ba4e2f021

See more details on using hashes here.

Provenance

The following attestation bundles were made for openaraw-0.1.1-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.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for openaraw-0.1.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 22edd944648a573ae610cf15f2b143f3e74632c93bd75dce6f6bc76aa07bdedf
MD5 574490ac79ee71eb1725b8e600a58869
BLAKE2b-256 6bf1ad3186f0faf67337465ab4197c7be82635e8aebeb1268e79f29747c952c4

See more details on using hashes here.

Provenance

The following attestation bundles were made for openaraw-0.1.1-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.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openaraw-0.1.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 65804ebbd4fb3a82ed240bbe73fb20f419955bb7913d96bd26a72d8c74df3972
MD5 966f355f4a91e1195c5afc5127dd20f8
BLAKE2b-256 75ca9ee257b382c72e68a2a762a7eb313cdf903c95dadbb57190bbbf8bfc3b71

See more details on using hashes here.

Provenance

The following attestation bundles were made for openaraw-0.1.1-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.1-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for openaraw-0.1.1-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 f82ac96f00f220a2bacb48e97977d965eb291c9bf39458f3ae70ae2ad1941899
MD5 9e81b70be0a5e9d7b1c8b9554517f819
BLAKE2b-256 453c60c8d6abfbb213cd4e610c013121e12627d777652da243d13692e527ca95

See more details on using hashes here.

Provenance

The following attestation bundles were made for openaraw-0.1.1-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.1-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: openaraw-0.1.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 162.6 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.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 5ff6982e035a449149562d692103cdd9ff25db0c2f8c8995d53df35e2298d71a
MD5 2e1305200dd35ee78377f7ea9e61b646
BLAKE2b-256 d6e8612eb9fe31471714fc3cee9b7e526cb515c1d62436813f411bf349a824ab

See more details on using hashes here.

Provenance

The following attestation bundles were made for openaraw-0.1.1-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.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openaraw-0.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8d41ed338b12147109e28aab3b221182349e1649dadea56646bcceab3ee54361
MD5 5f85c59526d1db1e9136f94cd06822d8
BLAKE2b-256 7a4d94f707f55b51463bbf69dafb2b9e331c594071ae134f2b4cb6d61214ee8b

See more details on using hashes here.

Provenance

The following attestation bundles were made for openaraw-0.1.1-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.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for openaraw-0.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5f42c28c40c4d3dc42ddd07088d80bdc3a16449f0f2d89f71663401b17b3a9f8
MD5 ea5e23799ec3524cd720a217ac344167
BLAKE2b-256 61a0812bd9b80f64cb32f30970194d82c075b2d7b4bb8146d49e9dd6b64781ba

See more details on using hashes here.

Provenance

The following attestation bundles were made for openaraw-0.1.1-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.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openaraw-0.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 22d5d9487e81efd95f9c5dff97187b6cfa2be29e126f4c99025a1f767f66b2e6
MD5 67d15944b7badb15e8875b4b69192144
BLAKE2b-256 1ba91a94c236276f3ab3ca3e36e229fbb4377dd665d360ba7f4f5cf998dddc3c

See more details on using hashes here.

Provenance

The following attestation bundles were made for openaraw-0.1.1-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.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for openaraw-0.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 02f17be9e1ea63c06c08b21decea1b89ef07e8733962653fc9db8e866d4439d5
MD5 e1f1d53db911e889392987c7b2764c95
BLAKE2b-256 e3b0dfc77cb65739f4a2e401fd56bf0238de0488d873255a8db393828f02f315

See more details on using hashes here.

Provenance

The following attestation bundles were made for openaraw-0.1.1-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.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for openaraw-0.1.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bcff2f504927b8b00a8b65372b89fb79b7da11b8652ddfef7c20f8d38f0eb693
MD5 4debec58366d029c5f0b6cd00171bd51
BLAKE2b-256 48efd663a277716d4f3de33522957514c5211d234054709961cfeffa1187740e

See more details on using hashes here.

Provenance

The following attestation bundles were made for openaraw-0.1.1-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