Skip to main content

Python bindings for the OpenSZRaw Shimadzu LabSolutions .lcd / .qgd file parser

Project description

OpenSZRaw

CI crates.io PyPI docs.rs License: Apache-2.0 Rust MSRV

Rust and Python reader for Shimadzu LabSolutions mass spectrometry raw data (.lcd LC-MS, .qgd GCMS, .gcd GC), with no Shimadzu SDK or software dependency. Covers .qgd GC-MS (full-scan profile and MRM/targeted) and .lcd LC-MS across IT-TOF (profile) and QTOF (centroid) acquisitions.

Documentation: sigilweaver.app/openszraw/docs

Sibling readers in the same stack: OpenTFRaw (Thermo), OpenWRaw (Waters), OpenTimsTDF (Bruker), OpenARaw (Agilent), OpenSXRaw (SCIEX).

Install

Prefer openmassspec-io with the shimadzu feature/extra unless you need this parser standalone (minimal dependencies, or building your own abstraction) - the umbrella gives you format auto-detection, mzML conversion, and Arrow streaming across all wired-in vendors for free:

cargo add openmassspec-io --features shimadzu
pip install openmassspec[shimadzu]

Standalone:

Rust:

cargo add openszraw

Python:

pip install openszraw

Quickstart

Rust:

use openszraw::reader::Reader;
use openmassspec_core::SpectrumSource;

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

Python:

import openszraw

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

Reader::open (and RawReader) auto-detects .qgd vs .lcd IT-TOF vs .lcd QTOF from the file's internal CFBF stream layout, never from the filename or extension alone.

See the docs site for the full guide, format specification, and API reference.

License

Apache-2.0. See LICENSE.

The format specification was developed by binary analysis of public mass-spectrometry datasets (PRIDE, MassIVE, and MetaboLights accessions). See CORPUS.md and ATTRIBUTION.md.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

openszraw-0.1.1.tar.gz (38.0 kB view details)

Uploaded Source

Built Distributions

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

openszraw-0.1.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (350.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

openszraw-0.1.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (343.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

openszraw-0.1.1-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (348.8 kB view details)

Uploaded CPython 3.15tmanylinux: glibc 2.17+ x86-64

openszraw-0.1.1-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (348.4 kB view details)

Uploaded CPython 3.15manylinux: glibc 2.17+ x86-64

openszraw-0.1.1-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (348.6 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

openszraw-0.1.1-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (339.8 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

openszraw-0.1.1-cp314-cp314-win_amd64.whl (209.5 kB view details)

Uploaded CPython 3.14Windows x86-64

openszraw-0.1.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (347.9 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

openszraw-0.1.1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (340.4 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

openszraw-0.1.1-cp314-cp314-macosx_11_0_arm64.whl (307.4 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

openszraw-0.1.1-cp314-cp314-macosx_10_12_x86_64.whl (312.0 kB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

openszraw-0.1.1-cp313-cp313-win_amd64.whl (207.3 kB view details)

Uploaded CPython 3.13Windows x86-64

openszraw-0.1.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (346.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

openszraw-0.1.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (338.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

openszraw-0.1.1-cp313-cp313-macosx_11_0_arm64.whl (305.6 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

openszraw-0.1.1-cp313-cp313-macosx_10_12_x86_64.whl (310.5 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

openszraw-0.1.1-cp312-cp312-win_amd64.whl (207.5 kB view details)

Uploaded CPython 3.12Windows x86-64

openszraw-0.1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (345.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

openszraw-0.1.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (338.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

openszraw-0.1.1-cp312-cp312-macosx_11_0_arm64.whl (305.3 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

openszraw-0.1.1-cp312-cp312-macosx_10_12_x86_64.whl (310.1 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

openszraw-0.1.1-cp311-cp311-win_amd64.whl (212.0 kB view details)

Uploaded CPython 3.11Windows x86-64

openszraw-0.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (350.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

openszraw-0.1.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (341.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

openszraw-0.1.1-cp311-cp311-macosx_11_0_arm64.whl (310.1 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

openszraw-0.1.1-cp311-cp311-macosx_10_12_x86_64.whl (311.9 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

openszraw-0.1.1-cp310-cp310-win_amd64.whl (212.1 kB view details)

Uploaded CPython 3.10Windows x86-64

openszraw-0.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (350.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

openszraw-0.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (342.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

openszraw-0.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (353.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

openszraw-0.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (345.9 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

openszraw-0.1.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (345.9 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

File details

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

File metadata

  • Download URL: openszraw-0.1.1.tar.gz
  • Upload date:
  • Size: 38.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for openszraw-0.1.1.tar.gz
Algorithm Hash digest
SHA256 52efd724c879d70862602e016d0b3a8c8d23298f3d20a213390ad06171ce9319
MD5 07486b0f47648d9b795158b94139401e
BLAKE2b-256 972e2472274b6b2229774f8eeacbf43677f45a27c2fdd6b5e6f1548c63818c3c

See more details on using hashes here.

Provenance

The following attestation bundles were made for openszraw-0.1.1.tar.gz:

Publisher: publish.yml on Sigilweaver/OpenSZRaw

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

File details

Details for the file openszraw-0.1.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openszraw-0.1.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0aa6df56d12561fb90555b0c04099cb4c424e1bd750e264b9d4eb179738ac48a
MD5 92997cd47e1024d5e6cd94b2099e30e5
BLAKE2b-256 c37b20b7fe1f7c285dd1eb38807f3b6ca33a9eba8dd8014297f062267f8ee077

See more details on using hashes here.

Provenance

The following attestation bundles were made for openszraw-0.1.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on Sigilweaver/OpenSZRaw

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

File details

Details for the file openszraw-0.1.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for openszraw-0.1.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d1cf8cd51bb80a09618f7b95faa447b75cba3dfe05ac19810211ad9eba823c3e
MD5 323345ef53d936a70c4f1039d68787c0
BLAKE2b-256 c05387cf1aec58e7aeeba976851387d0875b2f9b244edbe2ef784fd4d18b1d0b

See more details on using hashes here.

Provenance

The following attestation bundles were made for openszraw-0.1.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish.yml on Sigilweaver/OpenSZRaw

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

File details

Details for the file openszraw-0.1.1-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openszraw-0.1.1-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b12e7e274cf82b327bbba57417af303ce71e5b34504066f4d1b50f5843be6fef
MD5 0860fe762c0d499dace431e9d379790b
BLAKE2b-256 cf89dca5457ca073b6b3798d8303cb5a1977dc12559c84689f8eb051e7b8a21b

See more details on using hashes here.

Provenance

The following attestation bundles were made for openszraw-0.1.1-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on Sigilweaver/OpenSZRaw

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

File details

Details for the file openszraw-0.1.1-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openszraw-0.1.1-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e0d9d55746930a088ac2cc163fb85345ff4995f8ea4cb9e12cd24c8fa86a616b
MD5 37366e05c56792e145a5ac3dc23317e4
BLAKE2b-256 e5eda0bfbd35450e9cbafa2e42667722e2262ea2c2b268ff0fb10222e575d654

See more details on using hashes here.

Provenance

The following attestation bundles were made for openszraw-0.1.1-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on Sigilweaver/OpenSZRaw

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

File details

Details for the file openszraw-0.1.1-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openszraw-0.1.1-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c4cb42d1f3ea45bbb4c48eaf50dfa7258ef5e93caf1669f8b89a431aed5958ec
MD5 b21f10b9b0bc3063d9b4b7f9fc6fc56d
BLAKE2b-256 410923b14e9a7d8b1c8855dcb4172e57b8b63199e5d873015a15e809462e9ece

See more details on using hashes here.

Provenance

The following attestation bundles were made for openszraw-0.1.1-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on Sigilweaver/OpenSZRaw

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

File details

Details for the file openszraw-0.1.1-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for openszraw-0.1.1-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ad766c84b9a4715c40676155ad0e92494050602040d628824407b894bfcd9abd
MD5 8c203dbef62ff1ee8555f111405a4f41
BLAKE2b-256 0a422d009b1457b15ea85e80fc89aa868709908108e6626fd7248dbdb0fbff57

See more details on using hashes here.

Provenance

The following attestation bundles were made for openszraw-0.1.1-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish.yml on Sigilweaver/OpenSZRaw

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

File details

Details for the file openszraw-0.1.1-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: openszraw-0.1.1-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 209.5 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for openszraw-0.1.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 3c58168891b6fdab68037caf3d8d295e25d57bfcd632193ca3d5efc2d69cb30d
MD5 e8da798a09a40aac0bf4c3affe75416e
BLAKE2b-256 b22ca115d9f4d66580c6c85192880bfd24479e06e51b3a1cb7c9919286dbe284

See more details on using hashes here.

Provenance

The following attestation bundles were made for openszraw-0.1.1-cp314-cp314-win_amd64.whl:

Publisher: publish.yml on Sigilweaver/OpenSZRaw

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

File details

Details for the file openszraw-0.1.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openszraw-0.1.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cc1d6e1b0a796307f6212c333527b822fe8a2940208bd83e072fa4a9cb644995
MD5 bcc38dbdfb6c512572475f9119297d31
BLAKE2b-256 822b46b9b0c76078755cce1a2f34434b0dfbff3fb13a77df6877cead53e19c89

See more details on using hashes here.

Provenance

The following attestation bundles were made for openszraw-0.1.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on Sigilweaver/OpenSZRaw

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

File details

Details for the file openszraw-0.1.1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for openszraw-0.1.1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f6acccee6c52d16c6f6c8a7aa2fe49cc8864f20e1e9a4c14c6548492ca58932f
MD5 93635735540a0638d0fd2ae4807f3053
BLAKE2b-256 67cd2f5b77063f35549fc10985212226495e7471b8eff7e6888828f3b3b1c85a

See more details on using hashes here.

Provenance

The following attestation bundles were made for openszraw-0.1.1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish.yml on Sigilweaver/OpenSZRaw

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

File details

Details for the file openszraw-0.1.1-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openszraw-0.1.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 78eb462203b07b4007fd7965c23ab033eef6c62d724f2fcad3500765e7437a1a
MD5 1971da08a736d31567fd5535f9a54f57
BLAKE2b-256 7c5a74af30a3abe70d3606d272851b7ab9e8a4c4d7c23f44b94531cd62774424

See more details on using hashes here.

Provenance

The following attestation bundles were made for openszraw-0.1.1-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: publish.yml on Sigilweaver/OpenSZRaw

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

File details

Details for the file openszraw-0.1.1-cp314-cp314-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for openszraw-0.1.1-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 3843f7b0aaabb1a69fc99a48ee8f0aafeac08f861ae758d1aa6e369d49d5cab2
MD5 721c309756e7355ab6fa250e6660714c
BLAKE2b-256 345e2d4c5a14502a93c7706787f4bb2aaab780dc9df2ed9d58644549e0787b3b

See more details on using hashes here.

Provenance

The following attestation bundles were made for openszraw-0.1.1-cp314-cp314-macosx_10_12_x86_64.whl:

Publisher: publish.yml on Sigilweaver/OpenSZRaw

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

File details

Details for the file openszraw-0.1.1-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: openszraw-0.1.1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 207.3 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for openszraw-0.1.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 a9677b54667f6a3f1396080cac4d910bda64bcb1b56323caf89e07d709e5ca42
MD5 45e879759d719ffd8b48de3d0f72b9c2
BLAKE2b-256 220dae25a13cb9cb7f0b9d5d04eef0aab51b56a35fccdcc1058ccfd5d9f19acf

See more details on using hashes here.

Provenance

The following attestation bundles were made for openszraw-0.1.1-cp313-cp313-win_amd64.whl:

Publisher: publish.yml on Sigilweaver/OpenSZRaw

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

File details

Details for the file openszraw-0.1.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openszraw-0.1.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 38e0dd3c968d96af24fadd5c0666563394bb872977fec777bc59440dbeb3b12d
MD5 62d3d9cda5438c02c6dbe308cee0114a
BLAKE2b-256 ec258668301cf26ca3aed6ce6ce0fe1c2f0a14727136fe734ddcd85aa5945773

See more details on using hashes here.

Provenance

The following attestation bundles were made for openszraw-0.1.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on Sigilweaver/OpenSZRaw

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

File details

Details for the file openszraw-0.1.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for openszraw-0.1.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 378cfc67f78c2dd06e5afa3e529c498d1ff18c33aa5ab8345601e51264dcdc75
MD5 f92b0b2a8cbc342dbc5bc6b2394e50cb
BLAKE2b-256 95e27544602029db71b10339bde724cdb185dd507cec812f7d6819da434a68ee

See more details on using hashes here.

Provenance

The following attestation bundles were made for openszraw-0.1.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish.yml on Sigilweaver/OpenSZRaw

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

File details

Details for the file openszraw-0.1.1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openszraw-0.1.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4af94156165ed9975d01428ca051ebb067e04c94ccf7c8a403053000a517b7e1
MD5 4152af1711991e035ea78908483b6a6a
BLAKE2b-256 f89d0bd984e83ee43f726a03f386c7db00b8934a22f37f92395ea7319293cfea

See more details on using hashes here.

Provenance

The following attestation bundles were made for openszraw-0.1.1-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: publish.yml on Sigilweaver/OpenSZRaw

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

File details

Details for the file openszraw-0.1.1-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for openszraw-0.1.1-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 9b996f82cca6ec68ad105315bdc2837d8e7bf4b85f04ef4b1f3b94d167b54e13
MD5 f14fa89dfcc8412acc48a0b2fea216d5
BLAKE2b-256 ca19b92bdbd4db2d6a6490e9ae4e07bd0d5cef4e80dfe37b9ebf071da0cb6dc5

See more details on using hashes here.

Provenance

The following attestation bundles were made for openszraw-0.1.1-cp313-cp313-macosx_10_12_x86_64.whl:

Publisher: publish.yml on Sigilweaver/OpenSZRaw

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

File details

Details for the file openszraw-0.1.1-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: openszraw-0.1.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 207.5 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for openszraw-0.1.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 1bf544730299657e46db980e5ec86871c767c6f3c0e8f889dd873a1163d721cf
MD5 dffba7681e8dc477c43ea91042995882
BLAKE2b-256 568fbd321e15f5536d60c19e2dcbdfb098599f7624d4151eff27c88fca7d944e

See more details on using hashes here.

Provenance

The following attestation bundles were made for openszraw-0.1.1-cp312-cp312-win_amd64.whl:

Publisher: publish.yml on Sigilweaver/OpenSZRaw

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

File details

Details for the file openszraw-0.1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openszraw-0.1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 80b714a8da1d6ab51552f2e100292f4478d5e87db6289276e298c8593ae97c51
MD5 c96ef1383c952e81b7b9da889b6b08fd
BLAKE2b-256 87d9f79fc7fd3ba3a078e36ef90d07d4ea405c2324fb8e6c44b74d73e003f898

See more details on using hashes here.

Provenance

The following attestation bundles were made for openszraw-0.1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on Sigilweaver/OpenSZRaw

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

File details

Details for the file openszraw-0.1.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for openszraw-0.1.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 92d9a9bf00500460c230246efff49fa48a163057e2eedaed7ae4372c74c536cd
MD5 1aba0d8e9456eef9c5e0f2d414b2c7f9
BLAKE2b-256 e7de80408ef7fdc538237418e526dce36812fa2fa6f2003c9797417684544190

See more details on using hashes here.

Provenance

The following attestation bundles were made for openszraw-0.1.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish.yml on Sigilweaver/OpenSZRaw

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

File details

Details for the file openszraw-0.1.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openszraw-0.1.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7b9399dcfa2da12af0d7a9fde31d6a8ba630d99c42222cfc4aba2172c8b69bbe
MD5 f65b85f029671de203f1b6629e7a46d7
BLAKE2b-256 36fa1343e839eef5ee3378d3500d1d4f8cdf3996a5466b9c3f7352f6824373b6

See more details on using hashes here.

Provenance

The following attestation bundles were made for openszraw-0.1.1-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: publish.yml on Sigilweaver/OpenSZRaw

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

File details

Details for the file openszraw-0.1.1-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for openszraw-0.1.1-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 7fb76fce1e0e2005e95c8f43b4bc2e2af491dafae8b739530b81335764a01abb
MD5 3b596eb8c923a92aac8839892f2005e2
BLAKE2b-256 b4619446e2bfd023fe110e44b5a169295481fbfe1c1c898c00b2659c44c0a555

See more details on using hashes here.

Provenance

The following attestation bundles were made for openszraw-0.1.1-cp312-cp312-macosx_10_12_x86_64.whl:

Publisher: publish.yml on Sigilweaver/OpenSZRaw

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

File details

Details for the file openszraw-0.1.1-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: openszraw-0.1.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 212.0 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for openszraw-0.1.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 157335e1558ae7858bb4d7449ebf34ef897c488d93d22d4b655a29c88cf85481
MD5 3bd5c500795ee93d13148dfc2ee153b8
BLAKE2b-256 efb9fdfa79008c24036c3ed51d9bfc4d24e17fab7f89c26e0ebfa2e2f9c590fa

See more details on using hashes here.

Provenance

The following attestation bundles were made for openszraw-0.1.1-cp311-cp311-win_amd64.whl:

Publisher: publish.yml on Sigilweaver/OpenSZRaw

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

File details

Details for the file openszraw-0.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openszraw-0.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2ab10ec9ee1bd1bf6dcb815357e0f8f8cf68c3a7205e6c558b72b3f39720c66c
MD5 7fce18d4e83b3ee60728619b483cbf6b
BLAKE2b-256 578f0acf9e4ffd9abefb722125c9db000c94684b83b5e780bc39bb1457814325

See more details on using hashes here.

Provenance

The following attestation bundles were made for openszraw-0.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on Sigilweaver/OpenSZRaw

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

File details

Details for the file openszraw-0.1.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for openszraw-0.1.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 477c78e0144f7f9236456b14edade32c94f7a048c4d1a9719fab232d218b700c
MD5 3ab6310294ce597998b1f88c18672c80
BLAKE2b-256 43a16e5da1de0b229c14f7f29392ddd44a6e3451c5d0dcbc512c5e9aaf3402a9

See more details on using hashes here.

Provenance

The following attestation bundles were made for openszraw-0.1.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish.yml on Sigilweaver/OpenSZRaw

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

File details

Details for the file openszraw-0.1.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openszraw-0.1.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 63d39ed0738a4f2b131a617f39c0d7eba73ce0db414813b7f656a3c4267e9be7
MD5 62951e8d7a28ad4b109e1f7eb8b34f04
BLAKE2b-256 655e7ec8e72474b02ec589bb150d59b81e0612d13870db9f24db5bdadf0663f7

See more details on using hashes here.

Provenance

The following attestation bundles were made for openszraw-0.1.1-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: publish.yml on Sigilweaver/OpenSZRaw

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

File details

Details for the file openszraw-0.1.1-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for openszraw-0.1.1-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 3391d750a21f5ed5458194482faf44cdcf067ccf3682395529363700fc84b1fa
MD5 aeb5101598c8ec8aea582275bfdea972
BLAKE2b-256 3fe26d997b3d667b07abe3846d36ce7f52e49ae271d4d0bd0fe969c61929f234

See more details on using hashes here.

Provenance

The following attestation bundles were made for openszraw-0.1.1-cp311-cp311-macosx_10_12_x86_64.whl:

Publisher: publish.yml on Sigilweaver/OpenSZRaw

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

File details

Details for the file openszraw-0.1.1-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: openszraw-0.1.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 212.1 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for openszraw-0.1.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 4b1cecfcb17e5e5418a64b29cce938371c8f6155c3ef3c5787bb1fa11f5d7cdc
MD5 cb6677879be6f7047ffb2ae283846730
BLAKE2b-256 4764f9215de85b83e7cfe1c7026f894c26a5038d5f627e224a84ad594a597e01

See more details on using hashes here.

Provenance

The following attestation bundles were made for openszraw-0.1.1-cp310-cp310-win_amd64.whl:

Publisher: publish.yml on Sigilweaver/OpenSZRaw

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

File details

Details for the file openszraw-0.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openszraw-0.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3f5d111b5035b73471b3fa6e4fa7dc5764bdf905ae275f14b57bd99b4307bf57
MD5 6cb89ece691ec3c59815cf9fa2e7d605
BLAKE2b-256 e71b4138f78bb8bedae236ad4d87ecd9080a3a1059ee8dea5b269b50067156d7

See more details on using hashes here.

Provenance

The following attestation bundles were made for openszraw-0.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on Sigilweaver/OpenSZRaw

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

File details

Details for the file openszraw-0.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for openszraw-0.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d586c4c3a560e88af749d391e1c7c0f552c1f5ca9f68180dbe882f81c0260125
MD5 5cf9d5a39d0d456d41ad92445e19e952
BLAKE2b-256 b79ef4a2d64af573521c7e0ef897f5329395fb31c96afc056dc9af83c43fa3a6

See more details on using hashes here.

Provenance

The following attestation bundles were made for openszraw-0.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish.yml on Sigilweaver/OpenSZRaw

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

File details

Details for the file openszraw-0.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openszraw-0.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 15d3b8eeccb16c9bb013289b1a37302dcf7cac69d0db3eff3b8b271959192b22
MD5 d7a8860d82369a161fb32cb22886142d
BLAKE2b-256 4799fe0e05bba4fb9b5dd2266aacae9f8d770ad1691cfb9fe115476e29c44034

See more details on using hashes here.

Provenance

The following attestation bundles were made for openszraw-0.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on Sigilweaver/OpenSZRaw

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

File details

Details for the file openszraw-0.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for openszraw-0.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5e685b0c4ca89be6afb971103a940855fa3f1db1da160dc860c45ac0c70c169e
MD5 02c2a9b44168e70581c3cdc6a177cf60
BLAKE2b-256 7e339197fc8e8cdd052ed7850005e515a22b5baa5654f152c78755ade1b48bbf

See more details on using hashes here.

Provenance

The following attestation bundles were made for openszraw-0.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish.yml on Sigilweaver/OpenSZRaw

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

File details

Details for the file openszraw-0.1.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for openszraw-0.1.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 84b91ce81d48a123e7ab00895aca59bbd77cd43ca93d9402cdb1e72c37ad4ff0
MD5 f3dc86b55877fa0e0e26da1088852356
BLAKE2b-256 6dd77d8532df9c6be7b887e4912b27517fa019664a1229e38d6298cab07f9e29

See more details on using hashes here.

Provenance

The following attestation bundles were made for openszraw-0.1.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish.yml on Sigilweaver/OpenSZRaw

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