Skip to main content

OpenWRaw

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

Part of the OpenMassSpec stack for mass spectrometry raw-file access. Sibling readers: OpenTFRaw (Thermo), OpenTimsTDF (Bruker).

Rust and Python reader for the Waters MassLynx RAW mass spectrometry data format. Cross-platform (Linux, macOS, Windows), with no native or system dependencies.

Documentation: sigilweaver.app/openwraw/docs

Install

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

Standalone:

Rust:

cargo add openwraw

Python:

pip install openwraw

Quickstart

Rust:

use openwraw::Reader;

let r = Reader::open("sample.raw")?;
for f in &r.functions {
    println!("function {}: {} scans", f.index, f.scan_count());
}

Python:

import openwraw

r = openwraw.RawReader("sample.raw")
spec = r.read_spectrum(1, 0)
print(spec.mz[:5], spec.intensity[:5])

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

Repository layout

crates/
  openwraw/      Core Rust library (96 tests)
  openwraw-py/   PyO3 / maturin Python bindings
docs/            Docusaurus site (format spec + guides)

License

Apache-2.0. See LICENSE.

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

Download files

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

Source Distribution

openwraw-1.2.6.tar.gz (57.9 kB view details)

Uploaded Source

Built Distributions

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

openwraw-1.2.6-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (358.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

openwraw-1.2.6-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (352.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

openwraw-1.2.6-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (354.2 kB view details)

Uploaded CPython 3.15tmanylinux: glibc 2.17+ x86-64

openwraw-1.2.6-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (354.5 kB view details)

Uploaded CPython 3.15manylinux: glibc 2.17+ x86-64

openwraw-1.2.6-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (354.2 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

openwraw-1.2.6-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (347.2 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

openwraw-1.2.6-cp314-cp314-win_amd64.whl (216.2 kB view details)

Uploaded CPython 3.14Windows x86-64

openwraw-1.2.6-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (354.3 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

openwraw-1.2.6-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (347.8 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

openwraw-1.2.6-cp314-cp314-macosx_11_0_arm64.whl (313.3 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

openwraw-1.2.6-cp314-cp314-macosx_10_12_x86_64.whl (319.4 kB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

openwraw-1.2.6-cp313-cp313-win_amd64.whl (215.3 kB view details)

Uploaded CPython 3.13Windows x86-64

openwraw-1.2.6-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (353.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

openwraw-1.2.6-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (347.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

openwraw-1.2.6-cp313-cp313-macosx_11_0_arm64.whl (312.2 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

openwraw-1.2.6-cp313-cp313-macosx_10_12_x86_64.whl (318.4 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

openwraw-1.2.6-cp312-cp312-win_amd64.whl (215.2 kB view details)

Uploaded CPython 3.12Windows x86-64

openwraw-1.2.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (353.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

openwraw-1.2.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (346.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

openwraw-1.2.6-cp312-cp312-macosx_11_0_arm64.whl (311.6 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

openwraw-1.2.6-cp312-cp312-macosx_10_12_x86_64.whl (318.1 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

openwraw-1.2.6-cp311-cp311-win_amd64.whl (217.8 kB view details)

Uploaded CPython 3.11Windows x86-64

openwraw-1.2.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (356.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

openwraw-1.2.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (350.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

openwraw-1.2.6-cp311-cp311-macosx_11_0_arm64.whl (315.8 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

openwraw-1.2.6-cp311-cp311-macosx_10_12_x86_64.whl (318.3 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

openwraw-1.2.6-cp310-cp310-win_amd64.whl (217.9 kB view details)

Uploaded CPython 3.10Windows x86-64

openwraw-1.2.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (357.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

openwraw-1.2.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (350.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

openwraw-1.2.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (360.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

openwraw-1.2.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (354.3 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

openwraw-1.2.6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (354.3 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

File details

Details for the file openwraw-1.2.6.tar.gz.

File metadata

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

File hashes

Hashes for openwraw-1.2.6.tar.gz
Algorithm Hash digest
SHA256 48154594583bc91ab2bbf5f2ba258343034382f8b0a2499c72d4cfc417c6c1dd
MD5 d791620f8eab350da223ce6b81806f74
BLAKE2b-256 d52a0cda5c328a7d275e2012e78ac405de222d752ea3bd91d31e2b716b09a003

See more details on using hashes here.

Provenance

The following attestation bundles were made for openwraw-1.2.6.tar.gz:

Publisher: publish.yml on Sigilweaver/OpenWRaw

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

File details

Details for the file openwraw-1.2.6-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openwraw-1.2.6-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c5804f0bbef17658268695dc073abfa19d6ddeb2b79d6b98e30eb435dfb1bcc7
MD5 d64ebf6c316dbfb1138c1ba755a39aa9
BLAKE2b-256 c0cf509ca562ad0cc552e87ba1ca61baf6635ef8e86f6e10a4a0284a7e493f2d

See more details on using hashes here.

Provenance

The following attestation bundles were made for openwraw-1.2.6-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on Sigilweaver/OpenWRaw

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

File details

Details for the file openwraw-1.2.6-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for openwraw-1.2.6-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8e5c43a440ba6916aa7e22e6187746d248e90bc7cce50af440c87565051248d9
MD5 f6321bc917917330ae513c0081cf8dcf
BLAKE2b-256 9184796fa999be21532397df9c8254beb53bd0c96c87b28f3c5cb10324f8fba7

See more details on using hashes here.

Provenance

The following attestation bundles were made for openwraw-1.2.6-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish.yml on Sigilweaver/OpenWRaw

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

File details

Details for the file openwraw-1.2.6-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openwraw-1.2.6-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1628e26d8bf481ad416b08b81cff1160812ea2a957b8e9b3d5759edffd053197
MD5 2e721d7f12cf4d17b6975c8793756f28
BLAKE2b-256 762ffde291aa126f78f6eb4d8af3488f68e9e6ebccbfdd4f8a714e304dbbd4f1

See more details on using hashes here.

Provenance

The following attestation bundles were made for openwraw-1.2.6-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on Sigilweaver/OpenWRaw

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

File details

Details for the file openwraw-1.2.6-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openwraw-1.2.6-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2cbdf73dbdd0e3dccf034d2954ad0ee20913da9ab064b3930e3d3d982c686b75
MD5 e3eacb83f8851dab74d20d087ee1c4ed
BLAKE2b-256 1e74d4d60447f658264ef1be2c03c86feab4a88e151d71a4bcc915a76d059d5a

See more details on using hashes here.

Provenance

The following attestation bundles were made for openwraw-1.2.6-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on Sigilweaver/OpenWRaw

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

File details

Details for the file openwraw-1.2.6-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openwraw-1.2.6-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6ec96d03dececfbb3dad1018ff5bea4b142f5e253af866c63b40cd3ff276e4f6
MD5 46acda53a21a7c1fada19b22505464cd
BLAKE2b-256 d5264e6ba43e9143936b4024b20e7998aa422c24c65002cee8c64c639b158e30

See more details on using hashes here.

Provenance

The following attestation bundles were made for openwraw-1.2.6-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on Sigilweaver/OpenWRaw

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

File details

Details for the file openwraw-1.2.6-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for openwraw-1.2.6-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8205486eea9fcf7e7bfd33b4e2b53d06e28e9055c06e051e68148ef029d04bdd
MD5 d967ef939a09e80d053269e864a13573
BLAKE2b-256 87f16a4f8c4f61c12e2824e4c4553338004ff7c72d14465592e43b171b2e5497

See more details on using hashes here.

Provenance

The following attestation bundles were made for openwraw-1.2.6-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish.yml on Sigilweaver/OpenWRaw

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

File details

Details for the file openwraw-1.2.6-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: openwraw-1.2.6-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 216.2 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 openwraw-1.2.6-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 f80cdf58bef5fd1846a5ff494e7a95680f03c957c5cb03305887dde8c4c2905d
MD5 14776e0e14dec3f15bd1a9bf1e42b7b4
BLAKE2b-256 6c380a85a0b6afe9963926060cbcf133e3301dc95f56be0035eb8294ac0d0c82

See more details on using hashes here.

Provenance

The following attestation bundles were made for openwraw-1.2.6-cp314-cp314-win_amd64.whl:

Publisher: publish.yml on Sigilweaver/OpenWRaw

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

File details

Details for the file openwraw-1.2.6-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openwraw-1.2.6-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 77e146929b3fc213e7c057df47f197d18588bba5bc9dc23cd3124adc54787f4d
MD5 42cdff28e67e202859e6e528177c53fe
BLAKE2b-256 a7d5dcb3e7ee1da68a44b178b6b3a06be40083523d4c029ecebb8dba2f358068

See more details on using hashes here.

Provenance

The following attestation bundles were made for openwraw-1.2.6-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on Sigilweaver/OpenWRaw

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

File details

Details for the file openwraw-1.2.6-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for openwraw-1.2.6-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 17027a59796ac87265db5071baf6b3a8a43e38e281282cbefa5e1aff35654373
MD5 f811743a19b92b4a9292ce9988ba4b21
BLAKE2b-256 e6e3cb5a5981439495d9204584320b4d26b55df86afefba9c96178a2afe5d6bd

See more details on using hashes here.

Provenance

The following attestation bundles were made for openwraw-1.2.6-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish.yml on Sigilweaver/OpenWRaw

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

File details

Details for the file openwraw-1.2.6-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openwraw-1.2.6-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 09d2e7c21391cc5f38679ff10c3f568c4c9b320137fff51910a1800dbcde9b6c
MD5 c058f40c466b87252cdb015cc57fd2c2
BLAKE2b-256 59fe603b54e933c0ee19ae47d5cfa7eb852de46131301440d98ea11dbe70a819

See more details on using hashes here.

Provenance

The following attestation bundles were made for openwraw-1.2.6-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: publish.yml on Sigilweaver/OpenWRaw

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

File details

Details for the file openwraw-1.2.6-cp314-cp314-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for openwraw-1.2.6-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 f7bf881f52c8e4cc4a582675d43a34f348788397f38b9f6c658652bc3c2bc756
MD5 d4a96f675b0c9bb80d34d1838ffbbb0e
BLAKE2b-256 b2b4a1bacc772f77ac64ce6902227e9f09b11bb5a0943d50652e02aac552a121

See more details on using hashes here.

Provenance

The following attestation bundles were made for openwraw-1.2.6-cp314-cp314-macosx_10_12_x86_64.whl:

Publisher: publish.yml on Sigilweaver/OpenWRaw

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

File details

Details for the file openwraw-1.2.6-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: openwraw-1.2.6-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 215.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 openwraw-1.2.6-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 92d02792c16841bddcf3c5512001083f85b141482df8b249e975284cac6831a9
MD5 a523b8e8f5f8bbc95e245e0b0669c5d9
BLAKE2b-256 39c6c6eb177ce8cca518b1b233e8accfeca5b5304143b8f5345bf3781e4632e8

See more details on using hashes here.

Provenance

The following attestation bundles were made for openwraw-1.2.6-cp313-cp313-win_amd64.whl:

Publisher: publish.yml on Sigilweaver/OpenWRaw

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

File details

Details for the file openwraw-1.2.6-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openwraw-1.2.6-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 86abdaa925a0c4430f239ddd32c2b6ca237fc54a2d02414b0d73ea6b55c7f8b9
MD5 4b1ac5bbaa1c1de606cdb5f0a10a7482
BLAKE2b-256 a1e606667d7865981aeff698f23105aa9b0a1d0c98cc83e09908d6a059435dac

See more details on using hashes here.

Provenance

The following attestation bundles were made for openwraw-1.2.6-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on Sigilweaver/OpenWRaw

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

File details

Details for the file openwraw-1.2.6-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for openwraw-1.2.6-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c6e11d871bdbde06190fb62ae862b4111df85466a43e45bd810f3ead65f8a504
MD5 47cd228cc54bde2dad63f7f9e849a7a1
BLAKE2b-256 5d85b19610fc44ca70ef62d8f72430c7a0100f160a74ff76f958456c6b1f1fbf

See more details on using hashes here.

Provenance

The following attestation bundles were made for openwraw-1.2.6-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish.yml on Sigilweaver/OpenWRaw

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

File details

Details for the file openwraw-1.2.6-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openwraw-1.2.6-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a7a94f9022d56cd63ced6fb81fddeac17e04536d9dbdcb66acdb2afbe533d952
MD5 e745724ecee9f649c088516a7ab132c2
BLAKE2b-256 639817929e9ec9d8fd7bed76e9461ef69411e5401b9232f7577fad7e181dea1b

See more details on using hashes here.

Provenance

The following attestation bundles were made for openwraw-1.2.6-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: publish.yml on Sigilweaver/OpenWRaw

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

File details

Details for the file openwraw-1.2.6-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for openwraw-1.2.6-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c0f3b5750bc378e945a8f5d7102c6fbede5a01850d259f0a5189582095f13449
MD5 41e8946e218c81bc21b877120e94c6ad
BLAKE2b-256 4630d4f9b30a287b47334c51e6b1b6fde501e8b6c9ca780f658976d47fdfadba

See more details on using hashes here.

Provenance

The following attestation bundles were made for openwraw-1.2.6-cp313-cp313-macosx_10_12_x86_64.whl:

Publisher: publish.yml on Sigilweaver/OpenWRaw

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

File details

Details for the file openwraw-1.2.6-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: openwraw-1.2.6-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 215.2 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 openwraw-1.2.6-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 f12903eb7c850325c12063c427d537c6cb85f379338b3f85fba4445d2aa5822a
MD5 53c55ae1a644d58d9b2bfd2ded8b7062
BLAKE2b-256 ca01f0194249737ce2e44b27ab3a01c8952be48288bbb02f3ea8a74186f93c9c

See more details on using hashes here.

Provenance

The following attestation bundles were made for openwraw-1.2.6-cp312-cp312-win_amd64.whl:

Publisher: publish.yml on Sigilweaver/OpenWRaw

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

File details

Details for the file openwraw-1.2.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openwraw-1.2.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d597e8d8088115d77fdfdae6be831974216a882b1601f9d3ae1f8228dad2d98d
MD5 f642df42277f3a3f1d29eee84b0d4842
BLAKE2b-256 cf7c1556fda6a593581a81180e0e32f743455695d0ecadf404b5b9d7a36e896c

See more details on using hashes here.

Provenance

The following attestation bundles were made for openwraw-1.2.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on Sigilweaver/OpenWRaw

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

File details

Details for the file openwraw-1.2.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for openwraw-1.2.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d94338f3f37f240039c3d0fed77244f26fcf20d5faf438b62250c0f8e5a52832
MD5 ba012b3cb21a2d0a0394d4330b45e59f
BLAKE2b-256 b6c9d94ba70746522fa33b8228a48bbd103fb285aac1a8f58eb5d8582b8883f1

See more details on using hashes here.

Provenance

The following attestation bundles were made for openwraw-1.2.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish.yml on Sigilweaver/OpenWRaw

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

File details

Details for the file openwraw-1.2.6-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openwraw-1.2.6-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7e323bf86c97ac216e58e1d9f10552ea0eeba5a4856cf4c65cb7331b88a60bdc
MD5 89770d448247dd106f4762bb9d2e02c1
BLAKE2b-256 72786ffe880c8c3dd954b508659b175445409731d556f8d20089721b934e5bfd

See more details on using hashes here.

Provenance

The following attestation bundles were made for openwraw-1.2.6-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: publish.yml on Sigilweaver/OpenWRaw

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

File details

Details for the file openwraw-1.2.6-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for openwraw-1.2.6-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 9627d3e59d3a47ecb1b145ef32363615fddb6c8fc653eb91d2208691bc517eff
MD5 1788c816de1e08fb7c26f2fac2655aec
BLAKE2b-256 e00378e19ad4dacb0d79b8883490eef2f723594998b7d4426c740b8bd1eb55b1

See more details on using hashes here.

Provenance

The following attestation bundles were made for openwraw-1.2.6-cp312-cp312-macosx_10_12_x86_64.whl:

Publisher: publish.yml on Sigilweaver/OpenWRaw

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

File details

Details for the file openwraw-1.2.6-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: openwraw-1.2.6-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 217.8 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 openwraw-1.2.6-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 0a19c1f4e75b4df27b7dbfe39b63135b1c08b3dd0d12065042e4c00418314cff
MD5 6b878ba333e89fa54cb570ddcc9dd4c6
BLAKE2b-256 2b0d78f338b097b63daa6745ac6e9324671bfbc9a3ecad1cdd67bca624ece39c

See more details on using hashes here.

Provenance

The following attestation bundles were made for openwraw-1.2.6-cp311-cp311-win_amd64.whl:

Publisher: publish.yml on Sigilweaver/OpenWRaw

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

File details

Details for the file openwraw-1.2.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openwraw-1.2.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8d187b232ad2380b74a56f2e2dea3336dd06b78a1805fcea42d433459ff874ef
MD5 b96922ff173319bcebe4b38997390c16
BLAKE2b-256 32cfd41df1dbddab719461a0fab5baea3cefd72fbccb3e655ceb24a26dd6202f

See more details on using hashes here.

Provenance

The following attestation bundles were made for openwraw-1.2.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on Sigilweaver/OpenWRaw

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

File details

Details for the file openwraw-1.2.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for openwraw-1.2.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bf9148b61ad8a1ac4034c2ae7a51b21d01f357b0d0d3a53f9a8967eef7263b01
MD5 52128de9a0686c8cc9140de66484c26b
BLAKE2b-256 ab09187c7925ec145e099313fc400d4a1b3b9711ed19acf53020002c769c309a

See more details on using hashes here.

Provenance

The following attestation bundles were made for openwraw-1.2.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish.yml on Sigilweaver/OpenWRaw

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

File details

Details for the file openwraw-1.2.6-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openwraw-1.2.6-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c8a4136e29b0748118256e5bde221a5b019808db76904464fac97dd975ed780d
MD5 1d669a65fe1a0d450576b53e520fcddd
BLAKE2b-256 85bf71f636ba573c7122d03fb3bd9d785c30a551417d8460b63e6633e9f31b81

See more details on using hashes here.

Provenance

The following attestation bundles were made for openwraw-1.2.6-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: publish.yml on Sigilweaver/OpenWRaw

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

File details

Details for the file openwraw-1.2.6-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for openwraw-1.2.6-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 166c29a16bba6d68b4311034249bf6568016b248250f8ed8f319ad3a59fb1d50
MD5 96c5932f64f47930979d857cfab72c31
BLAKE2b-256 bc6d1a31f4e29946b277f9070a0898059a10e7bc72e26bb9aa88d7b111c56196

See more details on using hashes here.

Provenance

The following attestation bundles were made for openwraw-1.2.6-cp311-cp311-macosx_10_12_x86_64.whl:

Publisher: publish.yml on Sigilweaver/OpenWRaw

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

File details

Details for the file openwraw-1.2.6-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: openwraw-1.2.6-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 217.9 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 openwraw-1.2.6-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 b853b7f79e184d7451c2e210a68f1a802e46b83debdd5437530ab73b60a60db1
MD5 220a4e402aad2e9bdb729d0691da704a
BLAKE2b-256 89983c607981bcb1f224a92684905e32f9608f721a04b0770845002a9e6cb4a6

See more details on using hashes here.

Provenance

The following attestation bundles were made for openwraw-1.2.6-cp310-cp310-win_amd64.whl:

Publisher: publish.yml on Sigilweaver/OpenWRaw

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

File details

Details for the file openwraw-1.2.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openwraw-1.2.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ddee21b89afb5325869e3213ed83f31887863cd4468e8fdf47f316d179f5f1ec
MD5 d1fab74a9c121aec9baff5f908a68ff0
BLAKE2b-256 b575aaa7b2472fe714d6e3152a4ba99eb5cbf8f8beb299589ef81911e0875d52

See more details on using hashes here.

Provenance

The following attestation bundles were made for openwraw-1.2.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on Sigilweaver/OpenWRaw

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

File details

Details for the file openwraw-1.2.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for openwraw-1.2.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c019d5c14fad1ca674859aedf01aa4e3940d07a332f713a5c0cba7b4bbf296bf
MD5 bb351e65b8d2834c1790ee8624653178
BLAKE2b-256 c83a871cda7991e1817cf967d3b23b46ed1eec933677239a11be165b63ffa69a

See more details on using hashes here.

Provenance

The following attestation bundles were made for openwraw-1.2.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish.yml on Sigilweaver/OpenWRaw

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

File details

Details for the file openwraw-1.2.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openwraw-1.2.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d16a17fa9f6eee4f93aad88b12bff594d90ad2c5e299441c3380e9af9c2fed6e
MD5 601f7767faa70b03845a9b2ed5f86734
BLAKE2b-256 8195d7211ff13c8c3c83bb5037a2323046e79594a8fd15b381f8c6656d5583f9

See more details on using hashes here.

Provenance

The following attestation bundles were made for openwraw-1.2.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on Sigilweaver/OpenWRaw

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

File details

Details for the file openwraw-1.2.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for openwraw-1.2.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f881205bcae3ce788d9c75f41b228db98dce26f4861b83caacb826dd719454ca
MD5 8c32835cd9b8de58895d1e055472c040
BLAKE2b-256 07c16bca2ec8a5693718554978d613002892e4c77a12a3c230d0fc5d234a9b66

See more details on using hashes here.

Provenance

The following attestation bundles were made for openwraw-1.2.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish.yml on Sigilweaver/OpenWRaw

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

File details

Details for the file openwraw-1.2.6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for openwraw-1.2.6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6b12b302493c561477aab735f272fa3792b9e34be5b2829a44ff3cfb8a8304ca
MD5 f8e8f0c30fb23ba5fa4fefcc5c39ad33
BLAKE2b-256 6035f682e3ab11f616ccfff7af4e0a8613e74d442259a0e4f988f03ab1fc1334

See more details on using hashes here.

Provenance

The following attestation bundles were made for openwraw-1.2.6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish.yml on Sigilweaver/OpenWRaw

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

Release history Release notifications | RSS feed

1.2.9

33 files

1.2.8

33 files

1.2.7

33 files

This release

1.2.6 This release

33 files

1.2.5

33 files

1.2.4

33 files

1.2.3

33 files

1.2.2

33 files

1.2.0

33 files

1.1.0

32 files

1.0.5

32 files

1.0.4

32 files

1.0.3

32 files

1.0.2

32 files

1.0.1

32 files

1.0.0

31 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page