Skip to main content

Python bindings for the OpenWRaw Waters MassLynx RAW file parser

Project description

OpenWRaw

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

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

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

Full documentation: sigilweaver.app/openwraw/docs

Install

Rust:

cargo add openwraw

Python:

pip install openwraw

Quickstart

Rust:

use openwraw::RawReader;

let r = RawReader::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 (69 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).

Project details


Download files

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

Source Distribution

openwraw-1.2.0.tar.gz (42.9 kB view details)

Uploaded Source

Built Distributions

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

openwraw-1.2.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (358.1 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

openwraw-1.2.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (353.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

openwraw-1.2.0-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (356.1 kB view details)

Uploaded CPython 3.15tmanylinux: glibc 2.17+ x86-64

openwraw-1.2.0-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (355.4 kB view details)

Uploaded CPython 3.15manylinux: glibc 2.17+ x86-64

openwraw-1.2.0-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.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (348.1 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

openwraw-1.2.0-cp314-cp314-win_amd64.whl (216.8 kB view details)

Uploaded CPython 3.14Windows x86-64

openwraw-1.2.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (354.8 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

openwraw-1.2.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (349.6 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.14macOS 11.0+ ARM64

openwraw-1.2.0-cp314-cp314-macosx_10_12_x86_64.whl (320.7 kB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

openwraw-1.2.0-cp313-cp313-win_amd64.whl (216.7 kB view details)

Uploaded CPython 3.13Windows x86-64

openwraw-1.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (355.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

openwraw-1.2.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (349.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

openwraw-1.2.0-cp313-cp313-macosx_11_0_arm64.whl (313.9 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

openwraw-1.2.0-cp313-cp313-macosx_10_12_x86_64.whl (320.2 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

openwraw-1.2.0-cp312-cp312-win_amd64.whl (216.6 kB view details)

Uploaded CPython 3.12Windows x86-64

openwraw-1.2.0-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.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (349.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

openwraw-1.2.0-cp312-cp312-macosx_11_0_arm64.whl (314.2 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

openwraw-1.2.0-cp312-cp312-macosx_10_12_x86_64.whl (320.4 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

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

Uploaded CPython 3.11Windows x86-64

openwraw-1.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (357.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

openwraw-1.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (352.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

openwraw-1.2.0-cp311-cp311-macosx_11_0_arm64.whl (315.1 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

openwraw-1.2.0-cp311-cp311-macosx_10_12_x86_64.whl (321.9 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

openwraw-1.2.0-cp310-cp310-win_amd64.whl (217.7 kB view details)

Uploaded CPython 3.10Windows x86-64

openwraw-1.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (358.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

openwraw-1.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (352.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

openwraw-1.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (361.2 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

openwraw-1.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (356.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

openwraw-1.2.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (356.6 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

File details

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

File metadata

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

File hashes

Hashes for openwraw-1.2.0.tar.gz
Algorithm Hash digest
SHA256 2f5fd70be8db2123fb1dba94122a6251d54936d1782c7acc8fac2e8d8c30c12b
MD5 aab0159ea618e5445f5763a94bba716b
BLAKE2b-256 3205bf0a2acc5658a3924055c53fcd51b4fd5a35be66d2c8618c7216e301510a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 15f8618cc6315f6ff2805ea4030d964b9d48fa12cc622daf3be8d1dc5bfcf7f6
MD5 b07d99fc38f8f38d0f6b04100dede74f
BLAKE2b-256 5125aefe0874221781ab08e1f850acce0f47cb7732ab38c346f00980d8b7089e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 dbe279804fd9ef5fea7a704a7fc0cc9724b87913bf83f14c419bf48e0cff0044
MD5 e473d1ed49371866b6c2d79d9fe0c867
BLAKE2b-256 e7528ffb81416c0a4d2f8d3c74ea2de5a6c52ac8a1e0ee6af541f9bd8d6bbe3c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.0-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0160a6a04c89e312050766ddb0fc1f3239d4b37c81222c96ac8eebee4e2f9036
MD5 77dff03c1b66fc6723432c365da93083
BLAKE2b-256 800ca8e0ba5302ca75b7cff814082385bd247deddd24c1b464f039cf2f653b03

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.0-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 eacb89e0142d328b42b8a556d57ae851a24dcba0854fba33cf59185155e59ccc
MD5 90e5e487c8f3882759bb8dda6ee6819d
BLAKE2b-256 ed3249100c0890289ef209b6ea86dafcf6f2a523490efa2c73610e827ef177f8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bd63ecf7f71fb5c757f9fb8cbbb3284776697320c426c7f42756d70428d17fa6
MD5 d60243cfec823364ff7a06c796c13b8e
BLAKE2b-256 99a544865a198d4f76427bb4c2f4f79aa643bbb7f605c516c1284ff77ddf6bf1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9ad17f7b1420a0a7452488a100a8704b419b1017580ff5132239c21d2c193c28
MD5 1603a88051c41b03de2f1a5d9dee3c24
BLAKE2b-256 98bfa2ec33498d65308895aa2b4795e005130b791b244e1fe30e32b662ade395

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: openwraw-1.2.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 216.8 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for openwraw-1.2.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 c08b1e41c43c1d5d3b827023bf41bec941dd0e036955a67f2639eca3685a444d
MD5 761c582e4efc0c6aaa2e738732198ac4
BLAKE2b-256 2978d3cda1bb79cddddc857a1c868965b4a4ff609a647dd50aa3673981993539

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4dcf9b2c84f5b89e25103436bdb476612bc0e704d03ae226fb9c75e0e66f792c
MD5 c0ec8da710b86afb4682d9678b53b6bc
BLAKE2b-256 9e25b369eef85e607bfdc58f96697b258823fceafc7e6d661a9c902b9a0a98e4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6f79ca2d627a1fe262c9bb421ec623e42ca5aab6f6700a260f1f3488d47a7e64
MD5 c3daf01d5833158cfab0bfa8c6626647
BLAKE2b-256 42616985e7de0eb732fdf1fcdcdac3424657bb7c50bf49ac42b84af213849b29

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2609bb7c9b5556fc1e4f6a1ab5a5284fd5249eb80e7e95e455b5dcc031b1d7fd
MD5 856b0eaee780b183ba7752f893956d0d
BLAKE2b-256 bce2942f559143b762f2043f6519ac06c3f658a86cf922dcd9ef965486ae9122

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.0-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c801af45e1eccab0387bf31331ae89e7b6ac54d52a733d1709516f85e11bb833
MD5 a4d298d1b1d8715609c0142be1f96f65
BLAKE2b-256 735b74405e194cc2cd3a09d51dae614052e96f4cad608f301085f3ce2a71ff0e

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: openwraw-1.2.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 216.7 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for openwraw-1.2.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 9c7e7ba0b6d966976f1f65f30e27c2d91924fd6f0a27951290dc085efa8f7475
MD5 72d4e74e6f6fce0de41146c6e87cc752
BLAKE2b-256 fb4634d138e4eec00f402dc21a659508d818baa1d8c707084f0f04fbfc0af4af

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2bd52ea6a889f6425f616ab07db5778ffbbcba17451108a8e8835071aa8734fb
MD5 fb6b43559a2f53903499d510f41f0f8e
BLAKE2b-256 d9c394795c52ee1142a93e8b1f3387f58371e6573b933421dfb8249205ad3cfb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 41c44f98c79e28e69c72f3a31a4b037c213da5aa8b2539de6bb9ee2e2d741368
MD5 d795981530703c3729b776b32c4d43cf
BLAKE2b-256 2afe2dc5da56a5b5b897b8bab4d024946367c9233714b031621b19db5714c8b1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ce5565b73ced7fa63f68e3865f82da81ae76c8194c2175e75eba7b265ed2599e
MD5 c73ad0b4fcc372f207008591e7ce6016
BLAKE2b-256 d688ac5883ac69835b4b316f4162b27d04a0308a481d23fca0c7434ffff56349

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c2d2b7cd1afc34afb808320e2487e6d3367fe8320a79c9a86a0a2292a0a85776
MD5 22c345efd92bcc0b722751ce16eca195
BLAKE2b-256 366939de946e9e3adade98e0412b8654ebe1e0816d6d5590162a6bff84d52c9d

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: openwraw-1.2.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 216.6 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for openwraw-1.2.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 51d8fd2dfb634ac0c124a83c7dc3be7842e0f5cf142fe88f4663d54f9a7b8468
MD5 294b5b010660c73991d200d4ce8f323c
BLAKE2b-256 b12e3e254b8c7a274d9946649bfbb527d592a01662bdf184ec7e0ee934274dc3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 141a642f43d6a888cf7e28754fbdcfc90d957512a2be37a7638bf01c74e4f070
MD5 06c22993fe299714262e27ac008196a0
BLAKE2b-256 a9960018861f639290cdd2a957a5d26335d2e8ffafb19b90b61735ac5269a2b4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f673577583b63278f9f31ec2f7208b383044af74c5b1031d75d684d44b6edeb0
MD5 1acc97b99c4b8eef61c2537538af0566
BLAKE2b-256 519248d79208c7a774c5fbd9a918dab6c61d233e67dc5b25850ae7f41cf25bcc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 787acde50c83b053161678b3b76521205c3149bb6ee8556408e27362d26cbdde
MD5 21377ce55b36015737d1fea598e99d2d
BLAKE2b-256 8320167ad1eac537aabaebcbe7a8849212e920052fac898f2069ad4dbb055d49

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 95c51d925d5606cc2c69a11b88f077dcd141f080f94c42be7388f5263b69997a
MD5 027e2edf940e15e9d753e65149fa8564
BLAKE2b-256 279a28a52229bb5df1540c969c1d6ebc832f46c79aa70b0b1311fe73d4955582

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: openwraw-1.2.0-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.12

File hashes

Hashes for openwraw-1.2.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 effc3b54d0eeb300ad3481fd4eaa59fe53c795f46754e33bf8380d618c11286b
MD5 db4310920cecbc3d161f155441dee906
BLAKE2b-256 514435617b32100c747936e36ad0562e5bfbb79b865981fa7079ff7bad29c1d6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 457275146911beaf8c8f1063f8b8ef6e4d2d31de2a5ad33ec4598b55659e91e0
MD5 2670a2614e9e26a362c67bbce2665d83
BLAKE2b-256 6eae6e77b715f7be50c6c5cf11be97ed73bb1fcf119f18cfb570a9c1c53c995d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 09a885c178950f94605173da200d7ffda2c222f297ca2ed2bc20a88c454f4cf0
MD5 bdb72d967e880da00e222a8edd7a2c84
BLAKE2b-256 d2d60919a48ab1d4562b381f0934bb09460da81df9c4bf028ed1e57ab14baa61

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 519c5cf23c78e6d52d47bba8ae5c390e86ed144b9b397a6a74e2366c139ba074
MD5 e6ab1ec952a89b58ca9232426f0c15e1
BLAKE2b-256 f9fda169ad56c823534211a99d5550a3c435f405dd39da7b72bd480d7c11c29f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 320cffd67d2d56d4c94056e1288f400f989ac758263170cde95b066de28de5de
MD5 a9eb5d51d0728f4610ea123060991849
BLAKE2b-256 9ab34141707ad9606067a670fb9168df5bbbebe4e2135a7151dd724a97cff5b3

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: openwraw-1.2.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 217.7 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for openwraw-1.2.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 931a1b0c746450779d7e35172b8ecff89c0d52a5f69f33d1683cc8d973248094
MD5 b13357d571dd3633ce7ff0f45a199b67
BLAKE2b-256 eb2da9013c892e72a568bebd7fb8289cf01c15670211d1a8ed24618b2cf1fb98

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7c78eb113143c312b5adb509936a9c1df5eb1e3f1075256d1d8cd9e75fdb6337
MD5 a744344550dfa424400f0cdb94a474e0
BLAKE2b-256 e09ad5bb8ce969c9def45d5cbe742d9c41f620e1010b06a760ebcf8604aa1b86

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3c892db7bbe08801bb73ec4eebc21655ebd244643001a9143113c57e4ae87da6
MD5 2c800fd5cbd0f03e7a64e97d2f0cb47c
BLAKE2b-256 4ca2c006de7e3bfbb8b9e494475f617b412c9fbd0e0a09dbcaacf40c05212739

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 87f103d6a007a15335b274b346818b1c967ecb3f38dc032d6e2a2150e7d4155a
MD5 5b79e7318fcf37bf8013f383b33af8e5
BLAKE2b-256 12615a8218bcb88f41c7f60c49d9b39a982aaa099e91dfe801df9b55b73714bb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7727c36a6e51c57adb04f08ff133521d67ded091d8b913aa1cb9672b18b5114f
MD5 56d238e5dd06dfd7cf16529e67741af2
BLAKE2b-256 4e85c412a3c21050a3ce55cc14e2614b8ad6a381a4df0daab98d9027e7c19426

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fcd7cd1ef49ed089ba2e770542630eb3831b801e82896c0f1197f4b8a32e63f6
MD5 d236d7b4530119a70574b0a34767734e
BLAKE2b-256 02242e73315417ee56eb04d491212837414f89a9f683d5a0cf232b737e4132c8

See more details on using hashes here.

Provenance

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

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page