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.9.tar.gz (59.4 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.9-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (360.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

openwraw-1.2.9-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (353.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

openwraw-1.2.9-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (356.0 kB view details)

Uploaded CPython 3.15tmanylinux: glibc 2.17+ x86-64

openwraw-1.2.9-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (356.8 kB view details)

Uploaded CPython 3.15manylinux: glibc 2.17+ x86-64

openwraw-1.2.9-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (356.1 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

openwraw-1.2.9-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (348.3 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

openwraw-1.2.9-cp314-cp314-win_amd64.whl (218.0 kB view details)

Uploaded CPython 3.14Windows x86-64

openwraw-1.2.9-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (355.3 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

openwraw-1.2.9-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (348.6 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

openwraw-1.2.9-cp314-cp314-macosx_11_0_arm64.whl (314.0 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

openwraw-1.2.9-cp314-cp314-macosx_10_12_x86_64.whl (320.3 kB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

openwraw-1.2.9-cp313-cp313-win_amd64.whl (216.6 kB view details)

Uploaded CPython 3.13Windows x86-64

openwraw-1.2.9-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (355.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

openwraw-1.2.9-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (349.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

openwraw-1.2.9-cp313-cp313-macosx_11_0_arm64.whl (312.5 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

openwraw-1.2.9-cp313-cp313-macosx_10_12_x86_64.whl (318.8 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

openwraw-1.2.9-cp312-cp312-win_amd64.whl (216.7 kB view details)

Uploaded CPython 3.12Windows x86-64

openwraw-1.2.9-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (355.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

openwraw-1.2.9-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (347.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

openwraw-1.2.9-cp312-cp312-macosx_11_0_arm64.whl (312.8 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

openwraw-1.2.9-cp312-cp312-macosx_10_12_x86_64.whl (319.8 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

openwraw-1.2.9-cp311-cp311-win_amd64.whl (219.9 kB view details)

Uploaded CPython 3.11Windows x86-64

openwraw-1.2.9-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (359.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

openwraw-1.2.9-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (352.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

openwraw-1.2.9-cp311-cp311-macosx_11_0_arm64.whl (317.8 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

openwraw-1.2.9-cp311-cp311-macosx_10_12_x86_64.whl (320.1 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

openwraw-1.2.9-cp310-cp310-win_amd64.whl (219.9 kB view details)

Uploaded CPython 3.10Windows x86-64

openwraw-1.2.9-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (359.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

openwraw-1.2.9-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (352.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

openwraw-1.2.9-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (362.4 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

openwraw-1.2.9-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (355.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

openwraw-1.2.9-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (356.0 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

File details

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

File metadata

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

File hashes

Hashes for openwraw-1.2.9.tar.gz
Algorithm Hash digest
SHA256 243a615cf383c080d1bfb357d941a4fcbcb2917f4227051ffa5dc2253bf64ea6
MD5 06268ea99ecff1e0aa5500734cd7dcd1
BLAKE2b-256 2604b3b25036a32eb03a8a67bc614c6173ecc0292912e8d800f1bd906f4fe36d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.9-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1a1d1255a915049a4777f3e57d06f80945b8b6e93cb8b4e86f97ba14162a401b
MD5 e8da0799e20e970fed9598312820a87c
BLAKE2b-256 c2b48de66951007d52431e4a8baf265bd379572d405bed9e85f9ce600d0924ba

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.9-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 30be5f3b89bf8b17a7c02c1dd4e190d863ec1fdec7c5fc2d47f97e2324c9644c
MD5 b6f463b5189e4a7c8392fe6f8c35ed50
BLAKE2b-256 87059c6efe1aace1233356cf894aa3f6cc46efa5a3394674c81e1ccf5ff38f9d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.9-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4c7571f36a75a00209fc02becab6ab35e7f5bf7bc3acab969539ff797c7a60c2
MD5 85eda7ea7863da0bb0756900fc7686e0
BLAKE2b-256 1145f3add1a44562bc1cbc2abf9489c59fb6ae44ab6fb97971a9f5bcb91b9f5e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.9-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3e25f98c3d5cf892eb742abea9157db306b8a7d00ce0cffdb2dba2b313dc600c
MD5 0aa556e0c4cae522f8cf3acdfa918f74
BLAKE2b-256 434b9987ac20ea7934216bbd7bce407e940aeb8a7d2c6284d8ccf4902f5aab8f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.9-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 365c7c387ba5ed9a8ec51459b928fe1b32e89334a1343fd7a22e5a8c1696b281
MD5 14e50f75089f1dbeffb43bcff71ef219
BLAKE2b-256 56160c2823b088b54d91df5aff12d5f9fd6ba96d2f943acc4f9a7dbb99289c6f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.9-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 81d331081cf957b071e8266142e871de650b3a43e709ee38682b64244f179d13
MD5 f1bcaf5fdd0355c51d4bc322c7b6daba
BLAKE2b-256 22b9afbf775c9abfa4e941d3dd1fa81ee8ab914c4da3cbc90d65a2bdf903ed66

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: openwraw-1.2.9-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 218.0 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for openwraw-1.2.9-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 eb1e73b9f44d1f270c5e65fd390191b72de9c75c26b05239a90aa94555bd4ef4
MD5 b58c7e27e89df5491618882d65393b9d
BLAKE2b-256 a9eebf9ba702cb375789764f23ac1c38fd3630e8d4f973b3f8559d7cc0079400

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.9-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a2eb768f5b23e79dea4bbe66021f33f3d8c6cdd39c014599cd17a9bd7e2477a0
MD5 3917e81d54764b65cd4a2a7eca9bad45
BLAKE2b-256 99d6fab5e3a838da5264dab984b2458d7dde8a300a37cdfdd25bcaddf86a1086

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.9-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0a12c4d14b30d923a5fdd5c3e46b40fb7cdbaaee8b390eaff1ca5fb3e03abbbe
MD5 11d63b9e8a87b2b28531d7698883ec19
BLAKE2b-256 936449857153ad0fde9a45eebde31d6d8a412fe09f483c13f7d99070f00449a6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.9-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2b7ca915fe0f86fa3d10fdc0b44f0a03fec0837fcc3507a48e97293c2116b888
MD5 21eaa1f4fc63c433a792cf3d9c55f0a9
BLAKE2b-256 393b22897081811a57ae0ed68303af1a493d6cee1c32863b4aafc8749373f897

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.9-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d2ff5fbb6ad7b03958735f5477b808f6106e21e443fbbefb2277f6e639051e3e
MD5 67701044b2ef79843bdfd31ee0220b08
BLAKE2b-256 6c0379470c7c772f89e815e04c380d74b036413827a75beb932426155ab32b7a

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: openwraw-1.2.9-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 216.6 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for openwraw-1.2.9-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 43b2bcd136040bf655fb78c755279735271bedafd259e1c189f39036c0331c47
MD5 0cc5ac0562ec041e22a4ef501766b49f
BLAKE2b-256 6b002bfb86665fcbc9160a0c89f021a6967f8ef6f884ad559951be71fb79f020

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.9-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 08eb0e4afb55978ab0b4ddb54e783b176268999b92ce65bc6daa7ca27f2c3ad3
MD5 3e5fd197f57cdbb3a9bedff022463cde
BLAKE2b-256 3f07bea049ff7f9fd607bc72092c9e60117e5c587cbcf2dac15304aa75c87a25

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.9-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 19deb509418f95e2776a2a8f9bb6a73140cf38b705da10a461a612ac85148a32
MD5 1c3c9fbe7821fec5e6005e1c1da73d20
BLAKE2b-256 fdd1f472d888ff203fcdec3137190cc3c1d3e327ac1c1497eaf05722b49303cd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.9-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2d6d9d5d7d33fa4722c8feaae6db13d1f7b18ae4091330f0269cc553508f07a6
MD5 f64ebd1eb3dfbc7406e435527e1be26f
BLAKE2b-256 3cdb3a2077354201750a28f561f16cc0875bc7832dd27a1cbac55a1c68519855

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.9-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 f2ce3c2a6d9bee41b389799aa1e95e07536e3fe24fd23241def34ce2776dcd2e
MD5 c92a9719505e947b804199387ee0be65
BLAKE2b-256 c7ce674357ecb438534b913345361f7f2a1b64534f6fb41895ce198b3cfa9378

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: openwraw-1.2.9-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 216.7 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for openwraw-1.2.9-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 c3359e5f8bc3049d86ec27c3627f6c05bbc55b5586112447f8780539de514b0e
MD5 7666c645c29c65f3a10daf49f7c946ba
BLAKE2b-256 d0d87efff688dde2e2ed0e270f95f749508852fdbeeadb2d404437bbb2b98b47

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.9-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6dd09ec3144a97a1f7d46e82a103c4f42245140e4daeb3639067943e319bec4d
MD5 bff096bd3cd7a5785bd6c2040be30caf
BLAKE2b-256 ea3e1a0d48b23212063406384239f06d88a9830c9e04adfd35c0c6ec01e63f2f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.9-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e6bc91b5d233d8a406cc7d43eaf80d8f6969fd99fdfeaf171987f00cdcb91da5
MD5 d7bb058199cfc4f947c905f662a9ed1a
BLAKE2b-256 689632e630562c3b6a8ea3fdb903cead64b4da082152c8c1910fbd85af90fae4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.9-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cc416350322623e96bb7bb8fc25cdb0eb28d85f104ce4802f47e9602dd81c8a3
MD5 6b10c4cf5975bf55a23d7db068512a87
BLAKE2b-256 22a9ba3902dd13b144da852359418b988d10b573b4f1ca0521f3c751354705d1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.9-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 86b77b69fedc18d8ca2c8f2905112dfcf908388c358419e5b4d9ee2ca5515f6e
MD5 f98287ee2cabb0d0c384feaf15ccf710
BLAKE2b-256 944e929749b7875609c15d762343919213ec5d6d208a8d24a95e7ea4d66177cb

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: openwraw-1.2.9-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 219.9 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for openwraw-1.2.9-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 ca9406936b7068c2b08d91f3ff79cf8849f06a97000cd69bceb79bfcc424a0dd
MD5 38a11ee87a1c7cb64858c4f4d3118c4e
BLAKE2b-256 f3dee672d941bd75ef22fd47b6f54269020a9fcb1ca14a0a52148a88c6ec7dc6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.9-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 03233c203d5dfbcaa235afa76512efd8be3e47937ad07df052ca4b0dbd9258c2
MD5 1c10c17db52106c267e3ae6ee75fadb8
BLAKE2b-256 6a8a1d7bd89ad7a3e404b94db73be9f3ac9ced7c69c6d363c9c68a6ec4d4c553

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.9-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e880eca18df2d62a2e68d8cb5f271938762436147ede2eae864556e93856ded2
MD5 bb18d6ee0ed573ce6c7ec4505b3cfc2f
BLAKE2b-256 4d28633ea5d22c83c33d51b54daab107c20317200be19e0469e9d9da3775da07

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.9-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cff9c6e2ba7a93867f52e1c9cb9ad748d4fb0acaf57bce5337efb22c818bd2a5
MD5 673b3eb969d64b6756a518f629651064
BLAKE2b-256 5bb7d3c3767888e85c96c727ea42c6bae0a19a0105d155ba22101c1abfed2dbe

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.9-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 02e07d0a6f59cc14a0a4d49212965e262d6419a4cc2c6be14a493cb78b62937c
MD5 35992e0b8cb112708d86ac061d101aec
BLAKE2b-256 f6e661008acba818790ea1f4f687ae8c8f2ea3a87cc17b0dc75d14095b0cf160

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: openwraw-1.2.9-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 219.9 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for openwraw-1.2.9-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 a2b8b62422798a663de283841b06762b70d6719180256ed84f363408a9d8f3bf
MD5 897f13989bc474de8ceb91ecea6c1fc0
BLAKE2b-256 88d6c28adddea43ea7cec0928ba0ede807d6301d9711073ae3638b85f41f3aa2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.9-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1d467d550052ae651fa9ffcbc12c55fbc9aae9965bee7449680f4bea7cdec364
MD5 6009fcff48cd37a51fd8223084666d6e
BLAKE2b-256 75578ed35804ce7027f3de7eaa9083b4391888ab0fa40247b7930e606720b3ee

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.9-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2b6bd1f523aba5e29d45a8e0117149ccc4abdae7844bc3a49c557770a30d910e
MD5 19e57338047baed3364a0b5bd194f7b7
BLAKE2b-256 eaca9f4c2d175fda8f62b425b5b94dfeb54fecc90ed2c4582247ddbb9ccf77ee

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.9-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 181c0747fa8177c480e0f49eb9ef5ef3298d36930861ecf9d49dc7c13607abb1
MD5 377f9cbc9fa4ad10d9785f0f796d01db
BLAKE2b-256 2cf699d09e0b4e3504c475c5a55a36842d9bb917ea199827a770871dd495cebe

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.9-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0cbf0b94acaa0e8043948736f8a522af0bb0aa0c872cfcc1ade992794a39ee4a
MD5 e604e3ee56f66dce408500a933f4269a
BLAKE2b-256 d20a08d302865135280eb57807824e235d55cabb63fd9166a09050495f9e97b4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.9-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5cc5230cefa997a74270b79bc2165a82cb0e8e1e3534fe9ee81ef27f19b372ba
MD5 a4b44a1f6d34a9de985089dbe359f1cf
BLAKE2b-256 9bdaf8a7aea512f5db0816c8b14f46c2ad968ec22e200122ff7c845bc3fa0300

See more details on using hashes here.

Provenance

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

This release

1.2.9 This release

33 files

1.2.8

33 files

1.2.7

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