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.

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.7.tar.gz (58.0 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.7-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.7-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (352.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

openwraw-1.2.7-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.7-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (354.6 kB view details)

Uploaded CPython 3.15manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

openwraw-1.2.7-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (347.0 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

openwraw-1.2.7-cp314-cp314-win_amd64.whl (216.3 kB view details)

Uploaded CPython 3.14Windows x86-64

openwraw-1.2.7-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (354.4 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

openwraw-1.2.7-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (347.6 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

openwraw-1.2.7-cp314-cp314-macosx_11_0_arm64.whl (313.2 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

openwraw-1.2.7-cp314-cp314-macosx_10_12_x86_64.whl (319.3 kB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

openwraw-1.2.7-cp313-cp313-win_amd64.whl (215.2 kB view details)

Uploaded CPython 3.13Windows x86-64

openwraw-1.2.7-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (353.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

openwraw-1.2.7-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (346.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

openwraw-1.2.7-cp313-cp313-macosx_11_0_arm64.whl (312.1 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

openwraw-1.2.7-cp313-cp313-macosx_10_12_x86_64.whl (318.3 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

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

Uploaded CPython 3.12Windows x86-64

openwraw-1.2.7-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.7-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (346.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

openwraw-1.2.7-cp312-cp312-macosx_11_0_arm64.whl (311.5 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

openwraw-1.2.7-cp312-cp312-macosx_10_12_x86_64.whl (318.0 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

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

Uploaded CPython 3.11Windows x86-64

openwraw-1.2.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (356.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

openwraw-1.2.7-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (349.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

openwraw-1.2.7-cp311-cp311-macosx_11_0_arm64.whl (315.9 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

openwraw-1.2.7-cp311-cp311-macosx_10_12_x86_64.whl (318.4 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

openwraw-1.2.7-cp310-cp310-win_amd64.whl (217.8 kB view details)

Uploaded CPython 3.10Windows x86-64

openwraw-1.2.7-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.7-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (350.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

openwraw-1.2.7-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.7-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (354.2 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

openwraw-1.2.7-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (354.1 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

File details

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

File metadata

  • Download URL: openwraw-1.2.7.tar.gz
  • Upload date:
  • Size: 58.0 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.7.tar.gz
Algorithm Hash digest
SHA256 04958e4fb447762dbdb1c3f2d0fba4eedab1c1a585081691114924af27850d0f
MD5 00d6ecf0e4125a8d9590dc11fa344722
BLAKE2b-256 a55a8663a3f35ec3fceff49beeae11793947d93a3a79b4b9e1a956e99aad35de

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.7-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f4f000d02b82c84d595a3ce32f630796f617f15d5154c90b30afa90031860b26
MD5 4cb59859db6a6508480239da85b16dde
BLAKE2b-256 859249d3c037bd522b300202cc74573bb787793db926780b59a4a42d5dccb0f7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.7-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 761a0111055c5e44afdddd8cbd2f495caf62f9b88708a5b8487af4f39dba1556
MD5 10d5bdd264a9a5c2d83f44d657410200
BLAKE2b-256 6b574bd66f31af9b2b6abbce3e9a3ef727d4d0651489cb4c9a37bcdf162e9079

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.7-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3e96412c75690d499b107d62e7c603f201d7e1b7fde5b0ef90beaf49e77673cc
MD5 b6e72cc781e10ee3596cf17ead3bd2ca
BLAKE2b-256 a64e0ad82d9821a53374e5ac14da0bdca3de81a501417ad08d93ba0462252c8c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.7-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7d281a248c0e2dafc71010cbb61bbf9c8a5a9619623a3d2657217be86e0fab43
MD5 6a2ec2478232d8578c504631fbc821eb
BLAKE2b-256 6532ac95613eeef149a1cb5cf00d161890ce5620a9a6a7bfd34b559261d2a5c9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.7-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f3a26d1534d9e3ca4940a6923dd63074026129bba5c81eb52e27bbcd8d393b4d
MD5 94b850073bda7f65e6179046f8b422dc
BLAKE2b-256 618dfc06b153317cb37164429cd12b4e2380c578494c6826d73c5598e4a060d4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.7-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 015a73a99200228feeccb3d60d93da1fe514b9a4d8d2cbf750d3a87fbcb76e0b
MD5 e4184dbbebca343c6a7d2bebe8bd259e
BLAKE2b-256 e56330cf157d68a23548386523d196247b57700d8d41305528bed836ff12d10d

See more details on using hashes here.

Provenance

The following attestation bundles were made for openwraw-1.2.7-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.7-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: openwraw-1.2.7-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 216.3 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.7-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 583c78ad2f065b20d293759117f40adeb43044561768faa3a72b3f625c1198c5
MD5 15f4e079578cbaa712b3cb6dae260a76
BLAKE2b-256 eb618f291a285dc82757201027498968dbfe7d89ee3a6516140d5fcaa560d990

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.7-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 283b46c33a8f673d8245055ffc5315a3f11c71812b2d794acfafc6fac770747a
MD5 0ea79588c3f0779657fab495ed0b02bc
BLAKE2b-256 f1d592079e08fbeff2f311526ed858a6790c19df27c49daef389bea0cfca83bc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.7-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 00f3bbafbf7fb377081072d2de96825c157e27ed583082bf89f711192d581af9
MD5 b4cdc4d8649c10a0165f0e64a7549b5c
BLAKE2b-256 b643b1a2c741db200b9572e44aa16e1fb134c70f06665f0fdd689810dcf50741

See more details on using hashes here.

Provenance

The following attestation bundles were made for openwraw-1.2.7-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.7-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openwraw-1.2.7-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 749e398b0e6845fab3198653204fef485ccfbe003387032f7992cd134c5355ce
MD5 6fd8fefc3d831342e739f3c78f0a5ab2
BLAKE2b-256 27516337e175416bc8951bd02f36ba05b9a093243507aae0c54bf7ca1606f85f

See more details on using hashes here.

Provenance

The following attestation bundles were made for openwraw-1.2.7-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.7-cp314-cp314-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for openwraw-1.2.7-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c50af0a25b688df3d00840421ecb1e0cc8ba73edba6ea514874908e1fd3645e1
MD5 3ca333bab92760044304eed0251a0a1e
BLAKE2b-256 e5c43b07745b9b9a67d314dda8a53084cba1dc94b122f44c3a11ea31039bd6be

See more details on using hashes here.

Provenance

The following attestation bundles were made for openwraw-1.2.7-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.7-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: openwraw-1.2.7-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 215.2 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.7-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 6bee19b23dca6fadd79da7224aed454255bb80cb0d98801ce5c253d7fcc019b7
MD5 34795ee8ad8e1ce5a7e520a8dd6062ff
BLAKE2b-256 94267afb5ca3de77e03c4b10af3608ef586164e31505d2bd5b9166dec73e25f5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.7-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 54e4c9ac535faad88f81bb68dad09e123c3a321e4dd8f99c77aa7796f58366cc
MD5 7f0a0d4832d1a191efadfac996892570
BLAKE2b-256 2cf440fd4b6b1a24f7729616e8974a6d60642ade6f204d7c4ce08bcf3907d6ac

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.7-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a9c51ced4ba95b15b0ecb2f732584efbd105d6618b568f357bc145d97cfb673d
MD5 2542649a1bb8b7353b6d68cd84686415
BLAKE2b-256 b6fd53ca5204cb4db0a3d9b6233f19fc088161cb29a6879e03286359addeb647

See more details on using hashes here.

Provenance

The following attestation bundles were made for openwraw-1.2.7-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.7-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openwraw-1.2.7-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bd5428270d07bc6f93b5538374fa7f3c6ae3282c0e1dfbe3bddd2fb4adab7a4f
MD5 bb4d39f3354f90b3dbc38648a0bca048
BLAKE2b-256 9f98a93bc2d4e702542bc95cf56d5626199435fea58e151dc03bb3d864d2855a

See more details on using hashes here.

Provenance

The following attestation bundles were made for openwraw-1.2.7-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.7-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for openwraw-1.2.7-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c57e549a8ed0b7be56d6fdf5c9d4a1289a5351e47a9b2f0bce5950931d9c0121
MD5 88da7e82201ce906d88ba4dede4210ff
BLAKE2b-256 8b56cee5ea106dd343665c4363bab1dc3bbd03377e97ceda4215daeb406f4f52

See more details on using hashes here.

Provenance

The following attestation bundles were made for openwraw-1.2.7-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.7-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: openwraw-1.2.7-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.7-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 dab13c93e34111ad67473e7a4d76596cb79999fda5401e12c8810547f144c4c1
MD5 a85ad21e19458c234fe3306867f7b4eb
BLAKE2b-256 d4d249e223de3259635f1c9d1040ec29b921d1be9788871d1116dea91e8e506b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.7-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ffb45a26cdac578d244c06da90df1a08077c4eeaf3f0f307d864e24bea9a4e58
MD5 7059e9c9376482ffc18314ddc5c6487a
BLAKE2b-256 a81edf4e39c226230fb92838888b6404c0d4b318aa6ead747f3c607e453e733c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.7-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ef48d4d16f96bff7dabd136231bd9c578b8a3e128fea99df850c0cf72345e7ef
MD5 37ba3a13c1cf69596f40b99eec9763cb
BLAKE2b-256 c1ae9fe38b5de268c5209ca9929cd86435bfb815175a227a13acdbc239613efa

See more details on using hashes here.

Provenance

The following attestation bundles were made for openwraw-1.2.7-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.7-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openwraw-1.2.7-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ffcb7536a33fc788c84b63a505a138689a69f9f601d2dea306daf5f7e1b01e51
MD5 1eaac71ac154b15c949faf0e890891aa
BLAKE2b-256 a7a7b1fdfdf7708248d1d907c6c07fb52a32d21a857d42c13686f89b973f34fd

See more details on using hashes here.

Provenance

The following attestation bundles were made for openwraw-1.2.7-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.7-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for openwraw-1.2.7-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 525af01d3a3964adb45fa2a7114677f474589362bdc126677fcc494b2fb44018
MD5 309ef3810a9f6e57eb4981f79fe4015f
BLAKE2b-256 105ef7a22a224cc36bdcc6d984f0d8bcab6fecb0372971202094b11a018cee5c

See more details on using hashes here.

Provenance

The following attestation bundles were made for openwraw-1.2.7-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.7-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: openwraw-1.2.7-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.7-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 c7692b07167e360e4c1b0c4916254697f7ca5bc9e9fdf629afd38c8a6e47a9dd
MD5 97980b81438bdf2d705f885bce2135c6
BLAKE2b-256 0589f22b57ea0d7162a07751f8d10595c87bc59fa244426c571be9e7facc8fa4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 50524818ceea4b91972e15e00e4b840d93f8e2fc0cc0a211cd4f2dc53318ef46
MD5 48b416e572e3c6a07aba80b8afebb3ff
BLAKE2b-256 8b862427096a03f50d9df8cec6db7be499b4d851b75c6134f641af80cee77b22

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.7-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e7e93e2584ef54e13aaebb9b0db36250c2fb584364a6722d396d38da63ace2bd
MD5 dd672c20106a4c3324b89b298852d7c7
BLAKE2b-256 91d7a5efbffc1a2e3eb750b16c07f1f864517bfd45e41bb45a9a4470bde6c13b

See more details on using hashes here.

Provenance

The following attestation bundles were made for openwraw-1.2.7-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.7-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openwraw-1.2.7-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 aac7efd3f57addd88398003c87cb78035e8980635cea5d42be1f686eb54f1c50
MD5 9171584225fa68c6e3dbba6f5f04344f
BLAKE2b-256 c3ecb0792a0761cf063f69501141c05ad09bd97a5b9f3acccc178f879db3356d

See more details on using hashes here.

Provenance

The following attestation bundles were made for openwraw-1.2.7-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.7-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for openwraw-1.2.7-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 cc8008fb8680c649c2fb4e71fe46744edb1efb45656b8d7727f5acb7caf9301a
MD5 bcdd804b1a112a801fc55b2f8f1dc8f9
BLAKE2b-256 85e69454e87ae7c954fce5d4b84dd9ac36c596cae2e082dbf58959678a6ccc22

See more details on using hashes here.

Provenance

The following attestation bundles were made for openwraw-1.2.7-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.7-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: openwraw-1.2.7-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 217.8 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.7-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 b196cfc15fd3364572f7d3476965f114f09632c7488905e9dab4f1bb2c955081
MD5 0a43e27e19c9496b5caba26b64e751a0
BLAKE2b-256 e20ae3ee8484708bbcfbe4235c55cbadbd2176949fd8bc1d6116439e96982169

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 346aeba8c163ee5cb650cbbb0c2473c0009e06c9132fb0eada1ead5773222f24
MD5 2b19c2fb0a1e6806f62036ef7a03e2b8
BLAKE2b-256 a852709ccd3a2ba0e449e866904fb5fe218799bf492a0dafbb4375e80b4e05c9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.7-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a3a9f77e5a4e22fffbf30acbbfb1615efb4198208cfbf6ffebc179157ae38d54
MD5 3af03afd67adfcc5403a78eba33154c1
BLAKE2b-256 8f25e4a51e072204674b7f14679ae2528666160f96ce870b424867f0c035f7d7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f1387651b4e76a085f1281cc6590cf9ef3b745a376ec33fee04bfb16ed1f4a96
MD5 ed3eec623783a3b3548d2d15b8616c36
BLAKE2b-256 cfe4a19a3f7eb92554c67170465367583263157b2edc8280a28c08df07d6542f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.7-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 35b9d7f3b36a5994db6ba718c2dc6d79c05ca0fd5218f1f44b39f6890b9800d4
MD5 53508b3227a7f1aac115327b07e455e7
BLAKE2b-256 89468e38e42f5e56d017a898720b8f521fbf0859aeb6d3f78c4f5007fe318546

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.7-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 20cf374841a992716460f255729f61ca4758037a0c21bb13a923ef3735918247
MD5 bafdce03110a9f4362198493255f071a
BLAKE2b-256 20230b80541ab90f98a0d44440073a624046458ca4cd6a6624ef10afd490aa65

See more details on using hashes here.

Provenance

The following attestation bundles were made for openwraw-1.2.7-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

This release

1.2.7 This release

33 files

1.2.6

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