Skip to main content

Python bindings for the OpenSXRaw SCIEX .wiff / .wiff.scan file parser

Project description

OpenSXRaw

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), OpenARaw (Agilent).

Rust and Python reader for SCIEX .wiff/.wiff.scan legacy mass spectrometry data files, clean-room reverse-engineered with no SCIEX SDK or software dependency. Covers the TripleTOF and QTRAP instrument families.

Status

Published on crates.io (opensxraw). Python bindings (opensxraw on PyPI) publish from the release workflow. The legacy .wiff/.wiff.scan format is fully decoded and has a working reader (crates/opensxraw), tested against a real TripleTOF 5600 corpus file (2228 scans decoded).

.wiff2, SCIEX's newer self-contained format, was investigated in depth (see docs/format/03-wiff2-container.md) but uses proprietary, non-standard encryption that could not be resolved from the ciphertext alone, so .wiff2 support is deferred pending new information. See docs/format/ for the full format writeups.

Known limitations: m/z values are raw, uncalibrated time-bin integers (no ExperimentTOF calibration yet); MS2 precursor m/z is not yet populated (DDERealTimeDataEx not yet decoded). See CHANGELOG.md for the full list.

Install

Prefer openmassspec-io with the sciex feature 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 sciex
pip install openmassspec[sciex]

Standalone:

Rust:

cargo add opensxraw

Python:

pip install opensxraw

Quickstart

Rust:

use opensxraw::reader::Reader;
use openmassspec_core::SpectrumSource;

let mut reader = Reader::open("sample.wiff")?;
for spectrum in reader.iter_spectra() {
    println!("{}: {} peaks", spectrum.native_id, spectrum.mz.len());
}

Python:

import opensxraw

reader = opensxraw.RawReader("sample.wiff")
spectrum = reader.read_spectrum(0)
print(spectrum.ms_level, spectrum.retention_time_sec, len(spectrum.mz))

Reader::open (and RawReader) expects the paired .wiff.scan file to sit alongside the .wiff file, with .scan appended to the .wiff filename.

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

opensxraw-0.2.1.tar.gz (29.7 kB view details)

Uploaded Source

Built Distributions

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

opensxraw-0.2.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (332.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

opensxraw-0.2.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (327.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

opensxraw-0.2.1-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (328.8 kB view details)

Uploaded CPython 3.15tmanylinux: glibc 2.17+ x86-64

opensxraw-0.2.1-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (329.1 kB view details)

Uploaded CPython 3.15manylinux: glibc 2.17+ x86-64

opensxraw-0.2.1-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (329.0 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

opensxraw-0.2.1-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (324.2 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

opensxraw-0.2.1-cp314-cp314-win_amd64.whl (195.0 kB view details)

Uploaded CPython 3.14Windows x86-64

opensxraw-0.2.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (328.6 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

opensxraw-0.2.1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (324.4 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

opensxraw-0.2.1-cp314-cp314-macosx_11_0_arm64.whl (295.0 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

opensxraw-0.2.1-cp314-cp314-macosx_10_12_x86_64.whl (298.1 kB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

opensxraw-0.2.1-cp313-cp313-win_amd64.whl (194.5 kB view details)

Uploaded CPython 3.13Windows x86-64

opensxraw-0.2.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (328.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

opensxraw-0.2.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (322.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

opensxraw-0.2.1-cp313-cp313-macosx_11_0_arm64.whl (294.0 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

opensxraw-0.2.1-cp313-cp313-macosx_10_12_x86_64.whl (296.6 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

opensxraw-0.2.1-cp312-cp312-win_amd64.whl (194.9 kB view details)

Uploaded CPython 3.12Windows x86-64

opensxraw-0.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (327.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

opensxraw-0.2.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (322.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

opensxraw-0.2.1-cp312-cp312-macosx_11_0_arm64.whl (294.0 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

opensxraw-0.2.1-cp312-cp312-macosx_10_12_x86_64.whl (297.0 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

opensxraw-0.2.1-cp311-cp311-win_amd64.whl (197.1 kB view details)

Uploaded CPython 3.11Windows x86-64

opensxraw-0.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (331.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

opensxraw-0.2.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (326.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

opensxraw-0.2.1-cp311-cp311-macosx_11_0_arm64.whl (297.2 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

opensxraw-0.2.1-cp311-cp311-macosx_10_12_x86_64.whl (297.9 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

opensxraw-0.2.1-cp310-cp310-win_amd64.whl (197.1 kB view details)

Uploaded CPython 3.10Windows x86-64

opensxraw-0.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (331.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

opensxraw-0.2.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (326.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

opensxraw-0.2.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (334.5 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

opensxraw-0.2.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (330.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

opensxraw-0.2.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (330.2 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

File details

Details for the file opensxraw-0.2.1.tar.gz.

File metadata

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

File hashes

Hashes for opensxraw-0.2.1.tar.gz
Algorithm Hash digest
SHA256 41c08cf820533bcf8611a7634c2a16b4da19d24b0b9bf9ff9e8bd14bb4280240
MD5 662429141ffefd0975e341183ffc63c1
BLAKE2b-256 7c4fd4a0ed14b9248b2f89f1e4aaaead75e638bd38a3e500513922a7757bf714

See more details on using hashes here.

Provenance

The following attestation bundles were made for opensxraw-0.2.1.tar.gz:

Publisher: publish.yml on Sigilweaver/OpenSXRaw

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

File details

Details for the file opensxraw-0.2.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for opensxraw-0.2.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3cc582f1d5db0d81fde0350753c6cd1ebaa26c4739e3e8496e1117eee59ad0e5
MD5 756f62a3ca49cd178ea7b4ac4c0efabd
BLAKE2b-256 756475dbe3a6bdf84deb767bcee7ba83da2df1f418f2c91437250d34cae9b8b5

See more details on using hashes here.

Provenance

The following attestation bundles were made for opensxraw-0.2.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on Sigilweaver/OpenSXRaw

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

File details

Details for the file opensxraw-0.2.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for opensxraw-0.2.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4fa3f3a0dac06808e704f43000001f19ad19d02cf57fec75f557b4cbcf90473b
MD5 87c2dc8c43ec0cbeea2b05f53855b1bd
BLAKE2b-256 c3377219739e6e78fbd4c536585196000f7d5e0a8dd516076940152fb57637c0

See more details on using hashes here.

Provenance

The following attestation bundles were made for opensxraw-0.2.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish.yml on Sigilweaver/OpenSXRaw

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

File details

Details for the file opensxraw-0.2.1-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for opensxraw-0.2.1-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f9c9b014f58a6c2a4f9b7b70b279bf47f87ffa08aaef05f9a75365c8c180fa8b
MD5 f5026679ee49c465e04bafd33eb29658
BLAKE2b-256 b5d8007962edc15e60b05f6656126615e70d42def0f0222afc10853d2541eae5

See more details on using hashes here.

Provenance

The following attestation bundles were made for opensxraw-0.2.1-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on Sigilweaver/OpenSXRaw

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

File details

Details for the file opensxraw-0.2.1-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for opensxraw-0.2.1-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d547ea39dbf79a21bf197d4961219fd8beaa374306e7024be7e658f2d75d9f61
MD5 d43f731a032b559834c325f5f767a0ef
BLAKE2b-256 98c852d1c01f28f668812f5e9dcc1a96f2fc24be17857fd87f92b560fd6660bf

See more details on using hashes here.

Provenance

The following attestation bundles were made for opensxraw-0.2.1-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on Sigilweaver/OpenSXRaw

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

File details

Details for the file opensxraw-0.2.1-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for opensxraw-0.2.1-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 341f3368674369a13ea731bca8391ba1921fb35ce36f1fdf01ad2714af273e7c
MD5 fa0ba76cf568b7634b0a18326b39da86
BLAKE2b-256 576cfa9142cfb9d2b4f8998243f4e0fa9ec32aa9b333d02dad3adef979d97d84

See more details on using hashes here.

Provenance

The following attestation bundles were made for opensxraw-0.2.1-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on Sigilweaver/OpenSXRaw

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

File details

Details for the file opensxraw-0.2.1-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for opensxraw-0.2.1-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 079f430b1e39058be6d361b7daf385611c5c6ca831001bf968407027ed88407e
MD5 02d3a690f9381da55fcb674f1305cfd8
BLAKE2b-256 83a5573992e8acbb6f3200560aa6709164d7b5c60d73cdbbf0099dd7cbcc2084

See more details on using hashes here.

Provenance

The following attestation bundles were made for opensxraw-0.2.1-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish.yml on Sigilweaver/OpenSXRaw

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

File details

Details for the file opensxraw-0.2.1-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: opensxraw-0.2.1-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 195.0 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 opensxraw-0.2.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 ef0d6ed49a5846c2af75cdbef79e2aab089b6e26d0ca7d59ca3e1b10307d92bd
MD5 188ac25e7b87ef5ac4412f583a6db728
BLAKE2b-256 bca20e7def0428cdae21f66d1dd922d0f9a7d23cfb9e622f25e8cc289e054c17

See more details on using hashes here.

Provenance

The following attestation bundles were made for opensxraw-0.2.1-cp314-cp314-win_amd64.whl:

Publisher: publish.yml on Sigilweaver/OpenSXRaw

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

File details

Details for the file opensxraw-0.2.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for opensxraw-0.2.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f258f761d3b9b000dbb237ec0fc49ced98b474f4b51fdfd55f44e5403a5b8cde
MD5 f8dd272eb24a89de206c9c85c5c4cb23
BLAKE2b-256 1edd72c09519c0716e99f80be770d066d8877eb7a1afe91aa4cd17faf95d324e

See more details on using hashes here.

Provenance

The following attestation bundles were made for opensxraw-0.2.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on Sigilweaver/OpenSXRaw

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

File details

Details for the file opensxraw-0.2.1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for opensxraw-0.2.1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1a9dbac5cb2898ccc77e25cba8b46254cdd641b46bc0019c857056bcadd2e3a5
MD5 80e0cd8fe18cc5c6132197da8a030562
BLAKE2b-256 db179ebb5992eeeb84d657c8958f6b86c6ed960fdeec0c739685b830c6cc4012

See more details on using hashes here.

Provenance

The following attestation bundles were made for opensxraw-0.2.1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish.yml on Sigilweaver/OpenSXRaw

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

File details

Details for the file opensxraw-0.2.1-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for opensxraw-0.2.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d9f31910e9a6aa6ffdc89eea9e99e7fccacdab93116032923808ad968fe5d27d
MD5 90e6c1cfcdb0ebaa945343327ed5cd2e
BLAKE2b-256 3b0fdefbe150f58adc839ef8f30ce804493c1b700e9593fd93d6db3e51805d8c

See more details on using hashes here.

Provenance

The following attestation bundles were made for opensxraw-0.2.1-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: publish.yml on Sigilweaver/OpenSXRaw

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

File details

Details for the file opensxraw-0.2.1-cp314-cp314-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for opensxraw-0.2.1-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 ed459390024083996d495edc6288e3278dcc2226032d15819a0edd94e61846be
MD5 14191df846448c93b968098d6feceef5
BLAKE2b-256 321ab2c0db8bb53e75681c59fa73da8fade77580bcf49aa7010e6b7e7901949b

See more details on using hashes here.

Provenance

The following attestation bundles were made for opensxraw-0.2.1-cp314-cp314-macosx_10_12_x86_64.whl:

Publisher: publish.yml on Sigilweaver/OpenSXRaw

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

File details

Details for the file opensxraw-0.2.1-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: opensxraw-0.2.1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 194.5 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 opensxraw-0.2.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 53cbc843434a00dff40d05aa25b2b87732295057edcdcfc644fe7da83d74ac84
MD5 8bb4b78ac4986da780edb1faa4f89f54
BLAKE2b-256 eebc7d6ca84a0675730fac8436400e59772f4a71a9cd483ad8abd22b599ba8fb

See more details on using hashes here.

Provenance

The following attestation bundles were made for opensxraw-0.2.1-cp313-cp313-win_amd64.whl:

Publisher: publish.yml on Sigilweaver/OpenSXRaw

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

File details

Details for the file opensxraw-0.2.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for opensxraw-0.2.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 64884d7234523a643e9d2bb10c74f8fe26f02460730afeb101bea493e5ed265f
MD5 be4d0f75c99c8b033e9ea082e46bc2a3
BLAKE2b-256 cd0aa56f3e766431879076267201eb54e9857e3806572f786452c350f7846df9

See more details on using hashes here.

Provenance

The following attestation bundles were made for opensxraw-0.2.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on Sigilweaver/OpenSXRaw

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

File details

Details for the file opensxraw-0.2.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for opensxraw-0.2.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f897d9b41dec34cf3b7ffee655f66739e8ec061f03f9c2fd231ce16f7983b88c
MD5 8f90bcd9b27196215ac39414e16e305e
BLAKE2b-256 8281b2f0b5ba5c0cfdb056489702ae873e4827715d8ddb59456a0746ee00b173

See more details on using hashes here.

Provenance

The following attestation bundles were made for opensxraw-0.2.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish.yml on Sigilweaver/OpenSXRaw

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

File details

Details for the file opensxraw-0.2.1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for opensxraw-0.2.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6d1c98990b26bfd2f35ae972404c6cd3f1774742e67f54149afd76bc79e0ba4c
MD5 3805c309bcea81f37c4284e7d79d56fd
BLAKE2b-256 5e4d0eb51e3dcf88c8c94eae74efc6d0af4d37d67c1a3a63980d20f2148f4580

See more details on using hashes here.

Provenance

The following attestation bundles were made for opensxraw-0.2.1-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: publish.yml on Sigilweaver/OpenSXRaw

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

File details

Details for the file opensxraw-0.2.1-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for opensxraw-0.2.1-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 2c53deb182af6652954e8217b754036230bb40f175077538e90e09542963d005
MD5 91e7cdd87b904d735a91c0acade9f953
BLAKE2b-256 63a0afdb9effc5cff68175fa40c3bef9bfa14b797bb2b04de70180ffef637351

See more details on using hashes here.

Provenance

The following attestation bundles were made for opensxraw-0.2.1-cp313-cp313-macosx_10_12_x86_64.whl:

Publisher: publish.yml on Sigilweaver/OpenSXRaw

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

File details

Details for the file opensxraw-0.2.1-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: opensxraw-0.2.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 194.9 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 opensxraw-0.2.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 c1b7c98a680350fc2dfda44531300064e53dfc2a27fde6e5a098a736bece947e
MD5 b3d92f1b817d993004b2b54bf38e0cf8
BLAKE2b-256 2ac3da240bf0b8a82f6f7d6b2874c121dd1e088e2e10566ae3170d503b6def85

See more details on using hashes here.

Provenance

The following attestation bundles were made for opensxraw-0.2.1-cp312-cp312-win_amd64.whl:

Publisher: publish.yml on Sigilweaver/OpenSXRaw

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

File details

Details for the file opensxraw-0.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for opensxraw-0.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 70aabb19685f201f1fb74bbcd273d74c7717d658aba38768ce27c661ba187f8a
MD5 a67c04dfb896e62042fc942ced062e37
BLAKE2b-256 d4fc3d38f53b1167c98d49891ba1df1559bc6ee9ea98cfb109a5a6e033a7be2d

See more details on using hashes here.

Provenance

The following attestation bundles were made for opensxraw-0.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on Sigilweaver/OpenSXRaw

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

File details

Details for the file opensxraw-0.2.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for opensxraw-0.2.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e9ea10f87159b3d9a3f26cc64f68e45f858bd5175ff7627e6fa5bfbe563d687f
MD5 a10ae9ad0589dd38da0e34d776bec171
BLAKE2b-256 f94e77174d164546264834ebf3220c3561d8c8bb62c5a9508325c55ec7f395e6

See more details on using hashes here.

Provenance

The following attestation bundles were made for opensxraw-0.2.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish.yml on Sigilweaver/OpenSXRaw

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

File details

Details for the file opensxraw-0.2.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for opensxraw-0.2.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ad83146b3db33434d32f327641cfbfcf50aec92947e51df387e9b1ed3d6bc1d6
MD5 7697358aa6bce050ac336c2b0e331142
BLAKE2b-256 934564625fcf79fcc73f234be003c18b8e3b6bd7e15bf014b0c436d390942ed6

See more details on using hashes here.

Provenance

The following attestation bundles were made for opensxraw-0.2.1-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: publish.yml on Sigilweaver/OpenSXRaw

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

File details

Details for the file opensxraw-0.2.1-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for opensxraw-0.2.1-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 99ee30398f39d1067d6bde8e3e599a04402e66c0697e9d04b82bb9520a1270f5
MD5 2ba06ab639132d75fc8636cd69bae7c8
BLAKE2b-256 0bcbdd11694150f4ec9f870fd52b52ced6441e5f2c845711a7ce4af1ee5d9547

See more details on using hashes here.

Provenance

The following attestation bundles were made for opensxraw-0.2.1-cp312-cp312-macosx_10_12_x86_64.whl:

Publisher: publish.yml on Sigilweaver/OpenSXRaw

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

File details

Details for the file opensxraw-0.2.1-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: opensxraw-0.2.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 197.1 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 opensxraw-0.2.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 b094c34511c4f9e04fa6cca52d75c0cbb765d8c36305a6ebf83a1908acfb9044
MD5 0575894f1b32e6fa9f49f8b061352bd3
BLAKE2b-256 ef6843cf71c727f0e4b1b95088bfe7bd2c3bb24cbd66633774e7000c82ed040e

See more details on using hashes here.

Provenance

The following attestation bundles were made for opensxraw-0.2.1-cp311-cp311-win_amd64.whl:

Publisher: publish.yml on Sigilweaver/OpenSXRaw

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

File details

Details for the file opensxraw-0.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for opensxraw-0.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 962c2688dd79c034ab8f20f3d7f3912b9dadad60e309a89ccb78bf12de68e2a3
MD5 d9a2c13a45426b1b8e397843d0c74750
BLAKE2b-256 1d67c9595fd447d867a80f35897467496d3a59369f1c78b9f8f16a6ead8e2e2b

See more details on using hashes here.

Provenance

The following attestation bundles were made for opensxraw-0.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on Sigilweaver/OpenSXRaw

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

File details

Details for the file opensxraw-0.2.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for opensxraw-0.2.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c5ff7b195ef174c21646b3363ae75db612a06d17ca379bd74406ea2b7c758199
MD5 ea640ff16b19d8e012dfeafd9f3a2bc1
BLAKE2b-256 66e3cf28e5528e368b09ce24870c8aa01af2ab4fc88fb18d76d74385468c7461

See more details on using hashes here.

Provenance

The following attestation bundles were made for opensxraw-0.2.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish.yml on Sigilweaver/OpenSXRaw

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

File details

Details for the file opensxraw-0.2.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for opensxraw-0.2.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 583131924348f292f5ddf44a9f761e260aead3e29eba14a9f36127b6184abe18
MD5 dab8b18ca07276e45c8723557440a176
BLAKE2b-256 7030ccde0ad731bfdff1f6886c2f3efdd451bb5a696aa59d833d9ffb89b50b12

See more details on using hashes here.

Provenance

The following attestation bundles were made for opensxraw-0.2.1-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: publish.yml on Sigilweaver/OpenSXRaw

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

File details

Details for the file opensxraw-0.2.1-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for opensxraw-0.2.1-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 3390f381b5a9bccc144038f6582f693e4a02f3a7da3d029a4b9343c290f3a8ca
MD5 790a244cd10d57e3b4994b3e3efa4c69
BLAKE2b-256 c5c8841cef87f0dba1428702a6e083a203dc2ac17897f2d01495f3a5f79f1d98

See more details on using hashes here.

Provenance

The following attestation bundles were made for opensxraw-0.2.1-cp311-cp311-macosx_10_12_x86_64.whl:

Publisher: publish.yml on Sigilweaver/OpenSXRaw

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

File details

Details for the file opensxraw-0.2.1-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: opensxraw-0.2.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 197.1 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 opensxraw-0.2.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 69f871c28bcd268ef1d3545d677e0865b29374c4d157ae60daf2dd9538d3c7d7
MD5 208dc94672d14ff9abcba59abd6ec0a5
BLAKE2b-256 53091348abe89f657bc358391b97add19bbeb8dbb3e91da12616604e199e0847

See more details on using hashes here.

Provenance

The following attestation bundles were made for opensxraw-0.2.1-cp310-cp310-win_amd64.whl:

Publisher: publish.yml on Sigilweaver/OpenSXRaw

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

File details

Details for the file opensxraw-0.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for opensxraw-0.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4726df3a1f140a2d48aa6ca68d48621c73eaf0d44ac27392d74444ea8f293265
MD5 8f63c721c4cd16e9b3f0794106fb383f
BLAKE2b-256 79b1fff0e13d8b2817675420b3c903e5daaf3fad9a54a22dd20cc67b2badd191

See more details on using hashes here.

Provenance

The following attestation bundles were made for opensxraw-0.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on Sigilweaver/OpenSXRaw

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

File details

Details for the file opensxraw-0.2.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for opensxraw-0.2.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f012fbf8df832c516d32a682db14eb4fe1a0c5566197fdebc601143a055f7543
MD5 c5b1241c49eba957ef8f98fd9f14d5ee
BLAKE2b-256 5c0fed2038be2ee2af5f957031b95395ddef4f7336c9596cf416f1189f80aebc

See more details on using hashes here.

Provenance

The following attestation bundles were made for opensxraw-0.2.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish.yml on Sigilweaver/OpenSXRaw

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

File details

Details for the file opensxraw-0.2.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for opensxraw-0.2.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fd273a7544122b6c494535e624416638a31304e5cbe8c265c8c2256f1703984a
MD5 4090bdad1f915f11fa96c6bd513835ba
BLAKE2b-256 acd2ece6aa852b043d2b78cd5fac9c10e20abc08e1f6f0a94770554eeb8eee2a

See more details on using hashes here.

Provenance

The following attestation bundles were made for opensxraw-0.2.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on Sigilweaver/OpenSXRaw

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

File details

Details for the file opensxraw-0.2.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for opensxraw-0.2.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 807609bb2e8ca0b48b32ca9ef3f5d997c968a07254d85a9285af8fdd96f18430
MD5 b3bfabd53bf0a2d25adf6607f3f63dfe
BLAKE2b-256 351cb4279d67ae7b8104e51a924a408c9e98edf90426da6c04748cce0f645193

See more details on using hashes here.

Provenance

The following attestation bundles were made for opensxraw-0.2.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish.yml on Sigilweaver/OpenSXRaw

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

File details

Details for the file opensxraw-0.2.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for opensxraw-0.2.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9853c39db7f5fc008f5d3dcde013579e37f6d85bbb0657d2839b211401a6891d
MD5 6547a55ca668e9ab6a80d3e5a3e60883
BLAKE2b-256 8abcccf7ca1cf5f86317fd648f907896b13c13936457f2b30814d86eec57a076

See more details on using hashes here.

Provenance

The following attestation bundles were made for opensxraw-0.2.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish.yml on Sigilweaver/OpenSXRaw

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