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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

openwraw-1.2.8-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (355.6 kB view details)

Uploaded CPython 3.15tmanylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.15manylinux: glibc 2.17+ x86-64

openwraw-1.2.8-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (355.7 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

openwraw-1.2.8-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (348.2 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

openwraw-1.2.8-cp314-cp314-win_amd64.whl (217.4 kB view details)

Uploaded CPython 3.14Windows x86-64

openwraw-1.2.8-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (355.8 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

openwraw-1.2.8-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (348.7 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

openwraw-1.2.8-cp314-cp314-macosx_11_0_arm64.whl (314.3 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

openwraw-1.2.8-cp314-cp314-macosx_10_12_x86_64.whl (320.4 kB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

openwraw-1.2.8-cp313-cp313-win_amd64.whl (216.4 kB view details)

Uploaded CPython 3.13Windows x86-64

openwraw-1.2.8-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (354.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

openwraw-1.2.8-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (347.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

openwraw-1.2.8-cp313-cp313-macosx_11_0_arm64.whl (313.2 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

openwraw-1.2.8-cp313-cp313-macosx_10_12_x86_64.whl (319.4 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

openwraw-1.2.8-cp312-cp312-win_amd64.whl (216.3 kB view details)

Uploaded CPython 3.12Windows x86-64

openwraw-1.2.8-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (354.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

openwraw-1.2.8-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (347.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

openwraw-1.2.8-cp312-cp312-macosx_11_0_arm64.whl (312.6 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

openwraw-1.2.8-cp312-cp312-macosx_10_12_x86_64.whl (319.1 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

openwraw-1.2.8-cp311-cp311-win_amd64.whl (218.9 kB view details)

Uploaded CPython 3.11Windows x86-64

openwraw-1.2.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (358.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

openwraw-1.2.8-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (350.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

openwraw-1.2.8-cp311-cp311-macosx_11_0_arm64.whl (317.1 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

openwraw-1.2.8-cp311-cp311-macosx_10_12_x86_64.whl (319.5 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

openwraw-1.2.8-cp310-cp310-win_amd64.whl (219.0 kB view details)

Uploaded CPython 3.10Windows x86-64

openwraw-1.2.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (358.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

openwraw-1.2.8-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (351.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

openwraw-1.2.8-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (361.5 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

openwraw-1.2.8-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (355.2 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

openwraw-1.2.8-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (355.2 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

File details

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

File metadata

  • Download URL: openwraw-1.2.8.tar.gz
  • Upload date:
  • Size: 58.6 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.8.tar.gz
Algorithm Hash digest
SHA256 1f920b7a119d99a97fc8107a242a97a514cb7f2fdd5d5fc6e1102ba4e12afad3
MD5 634218b41ffec9db07b2dc8cd49d9cc5
BLAKE2b-256 c07f23d817c4717fe710c17b3fdf24224feb82534f8109a81777cf10c281859d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.8-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cc2a2bca149a363bd2764952614f760bf05d28227ba393c6ee7dd0e9330d53b3
MD5 c2f5d2e4870a40b7d182ecfa5f204859
BLAKE2b-256 11cba9bf0725edcbd50d8ecc7e9fcf77f2c6ed3e4fd761cdebd54d2e0024be05

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.8-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0d5eb7bf3b40acfeca1fabdb4160ee2a472ebb7d94395ae9774339e853b5c768
MD5 3577ad85a917c25a3f2a960ed3a8e3bd
BLAKE2b-256 2a5fcbd8aecb709b833678522382c9c2a7c4260ce154b8f978d747a72503f2dd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.8-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b7ce348997793b97268cc1abcd44614e4d0e1dd448a7e1c295eccbc1c102c9ba
MD5 daf3fdd4fa6ae71138f4a1850421e056
BLAKE2b-256 e5bd7de331c44a00daf28dab1314f48531360502be35f78ccaafd03b188be12e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.8-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a20a303de82fbb55d7f3e2b9aa6e12093502f3ee4ba6d617b07d4c9d1056c612
MD5 01fddae71dd22163c2b1eee8949db73b
BLAKE2b-256 65142a2526e151f119690e77ba2db0afa942a3a15dc05a857da49f6c8a4de3fc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.8-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 472f92bcc802f72e3183d49ddea6a89395716afa4bd8332457975f4e83482205
MD5 bcfa59cc6b7d1b218856d429377dc4d5
BLAKE2b-256 dcb25438e1659d6600241782bd15c5dac9100e180c504656f8d3903ed6665595

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.8-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5926f0251d82dff7b28131b9b3323d59d83b9fc825de375899764f0b85e98236
MD5 5dd1dc1df2aa082f01dd79c610fae8dd
BLAKE2b-256 c50602e732d86f0dbb5d356d4e336ef3dce8c4b8261e6ff15112d0cc717a9daf

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: openwraw-1.2.8-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 217.4 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.8-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 7a6933f33efe3867e6a444c94b520d19765ea84addc21b94a6458b73863eff67
MD5 3cdddb29b16f03a0ae99f15f68111cbc
BLAKE2b-256 b23b98d7f545413877db27d45a14581e26514b8109d0c24233177883eee127d5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.8-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a54f987096ebbe6ede00b6c8ffe31209d03c2b9502667f7aba7fe8861c5a591e
MD5 a3b79863458829b3602f357a35591579
BLAKE2b-256 d79fa5ef50aaf14c1f4681bd2c71feea45412e20c77edb5f378b91572a8c8bb2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.8-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f58a5ec1a3e0f999775bdca0d828951ed32b3afe44d4ad08f72d58eb90608205
MD5 3dc0d5433a4a9044d3f1417786d98289
BLAKE2b-256 7ba31984fdbbca725cc306a021f13fc401bbff0024d24f7514a17f13845ac150

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.8-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4af665e73e119a33d47ced8168e7f3373242f30ba16bf7b48b10902daed2fc29
MD5 96ffcdf28438e0a07432940ae12cdd60
BLAKE2b-256 39a6ec77b06d696b3164a6036cb96e0dd71be20751d5a3a11e1e971de7171568

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.8-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 3e3a606d780bcfc7c130c77028b1efc4bc3e5e1d949dbb2c77e2808ee6fdb2ed
MD5 f8389347866853a957c6a314cc5df520
BLAKE2b-256 9afde681496959f2175a9b0ac4e0933366b93ab009cff5243ab2b90d4de082da

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: openwraw-1.2.8-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 216.4 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.8-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 540a2210df2f993d1850857c745561b4a7d1e7fb8bec80aec910aca679f00768
MD5 91db3b6b3d69d4f34045de58d9244da9
BLAKE2b-256 bc95ff83bc0e22e77e7a71a57de98ae21ad48b3d2c154d42903595e54f910361

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.8-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 51ae524f8a2a65ab58a5ed29d9881d5e255f80c0412b36b08c43f5053bdf5133
MD5 3757251dcbf8603ebb8f7e8c5781f840
BLAKE2b-256 5db52b2452aacbad338615f55f235000bebaa2ab3f6fcaca812c429b2b36984e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.8-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 321e60e08903053531639f657cbf4720dcfd5d7f04497b59a7df8acadedd9ee3
MD5 ebb0e17ae29abd49cc291c041524027e
BLAKE2b-256 442526e1492b680a1a696845b8943461fbb0c5cf36e9ee7bc89584c05e4d2366

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.8-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 82ee6acbd2aeb2d781b92a6cf6fbd9f17be496bc6ab6a013649ed5bdfaa1c7c8
MD5 1f6cfc69c0146ac3705f4030bc322a8c
BLAKE2b-256 badbec36eda592df34a97031af09fa6e357fa57cf04344dc96711264df5a95fa

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.8-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c76b507efdfe40634f6c01928836301c2f010a909ab8ffe550bcaca456608962
MD5 686fe67a3c8f5182e51f0773d671e7ca
BLAKE2b-256 10d990fb12e7a38838ca5bfb6732d0a83037251cb88fab84572c562481d6056f

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: openwraw-1.2.8-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 216.3 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.8-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 4f8b41f81c99cb755ebb45117799984107a20dd37f688033318cb7f306e96e3b
MD5 7a8ac7abfa945992800a6dc8aa420ced
BLAKE2b-256 27113d7a9c4cd229053f5efdaa956829809467737407c58fc016083334c2cb9f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.8-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 95595b1f0b3626fb9fd254c03e28c4a0f31c6011c068498367a68f7e848bc219
MD5 dfa3545f72aad86615234854d2fecb3c
BLAKE2b-256 4b3bcb8aca87e45205ced511604339df8358ccc5dc6a43c94bd71ebdca6a02fe

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.8-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ccbbc9c4c4c62215096b3b108a14a137576c47fd86996b579e730d7c56e61f35
MD5 f90e188b1a0fab14ed129f455bb8bd45
BLAKE2b-256 5fbb4fedb7c131248fabfc5cc9757644bfeace412141f955f132da0bbd7e6299

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.8-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 501e81d34c08b5997d013b15cfc0e7ccdd57a2cfa411598238c31ed1534b12b3
MD5 fb7c2f9c5f54c59a6148e89c54944855
BLAKE2b-256 660c6943b99bab4008521f2589ee0496bad10b3a6e8715b40a29ee8d7dc39251

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.8-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 82753516aee47a93d0020e122e9836ea1c273bf83ad43f1aae837712a8f7db44
MD5 a0e9b96e58ffd47cb020142fe11d5187
BLAKE2b-256 9fe63ed2fdda0eb3b4e3ca31ff12f03ad82e2e21ac8ff64a3fd5b5e98c16afd5

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: openwraw-1.2.8-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 218.9 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.8-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 59f3ddfec35ae6c99dfc87fceffdaed7879f60f481750a81ad6c15608dcab7de
MD5 2784194265a8e2b74f3cd6fb0967d660
BLAKE2b-256 d57de0c34dee25953e96e9685077061ee137d169f147659871f8b112a4919ca2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 524f1a265b8dd2b1c41c600551fc2e97cc771164b302e6152b6919628c7fe4d5
MD5 74c76355058897d68d39704787dc486f
BLAKE2b-256 338ac91f21b2a648f64d400d42a8da4ec0dfb9f71b9d568acd26f020f5a3146f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.8-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1958e77cde0b641b1e8d8c9aa2ebc7f57725b09ff2655b19934a9c6b2d419f92
MD5 624a2b2032c02130d2169fdb5252cc28
BLAKE2b-256 dad2fec08d4793719fa871bf80872e08350c94ec601e61a6475959da0e34a94d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.8-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c8768d23de2d66897e473b8ae6d1ed0370dde8ea2fc98add78071df1e39e56f6
MD5 c7a65d6fb7793a5dab6ef1cfc91b12a2
BLAKE2b-256 71bfad56db488958ccbc1a52bdeac41de4d9fd0b49d55afa6e565267bbac60e4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.8-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 420fc8c01b1eacdc6bc2a0cc49638560f9170c6861d27ab269168fcbcf4763af
MD5 3402b6645b91e874f29cc32c4268e12d
BLAKE2b-256 946cdc24fee0e1130fbaf2fe3e1c7cc8e280e8ce7ec81476986028ac48ba8653

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: openwraw-1.2.8-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 219.0 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.8-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 fa434df8a7539a9f2b534dae3ef63c84d033f6b6fe8bc10de6d38ab0949b2826
MD5 fd19a8a91d48532bb422b48edcbe2c88
BLAKE2b-256 ad50b105084cc2a05674eb191ed33a749c948af57ba9e11a6f31e1c1af66f51f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f999eebc154e88661ad99ef38cdf6c81dc78ff3f0b997ca7c9655530e22f52a2
MD5 a2ea853eab92294cce0ca82f3f73e076
BLAKE2b-256 213e5ae87261cd6ef9cadd8b56744355985c0d1b61e2f1f9228fc4594706effd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.8-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 00a9fe556a34652d7b3bf5adf50b6d3d9c34756991c23ef6554d63649d71f2a0
MD5 a403e4c763e05594e09fe96eeb329618
BLAKE2b-256 1b08859d1848e61f640430f7c57633573b4b139e87a8a7e04e52940b3cb6d0c0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.8-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5d8e062ada626f92fc76dc63e3632f84a5217319ac7004b793f3b925013b65dc
MD5 56f838bfbb6863c226ae0639accfed9c
BLAKE2b-256 758177c3dcc34c20828c019822cbedf89f38e41c1d651df80e2c14ede6528753

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.8-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 16c4d35d96ff891205a5ab1cde9f2f46bc95e60bd64af4c181906c49c387d35c
MD5 fb64592f521d4546d04af5861d85b9dc
BLAKE2b-256 dd37e8f05ea8b4ed3fed7f02ccbac6ad615015a84e1fb972b2e2b650c069f730

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.8-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 94fec3fa06998e7a192da1c4d788da0cf59b66fc40f2e1e375c003fd49d1c3dd
MD5 780cbca56a2a278fbb941484f9fd341d
BLAKE2b-256 e5e81e156bc3141e5b81852544064ae1d139627ec18247e9956ad1a89ac14862

See more details on using hashes here.

Provenance

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

This release

1.2.8 This release

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