Skip to main content

Python bindings for the OpenWRaw Waters MassLynx RAW file parser

Project description

OpenWRaw

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

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.0.3.tar.gz (32.7 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.0.3-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (346.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

openwraw-1.0.3-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (342.1 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

openwraw-1.0.3-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (344.9 kB view details)

Uploaded CPython 3.15manylinux: glibc 2.17+ x86-64

openwraw-1.0.3-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (338.0 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

openwraw-1.0.3-cp314-cp314-win_amd64.whl (208.1 kB view details)

Uploaded CPython 3.14Windows x86-64

openwraw-1.0.3-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (344.7 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

openwraw-1.0.3-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (339.4 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

openwraw-1.0.3-cp314-cp314-macosx_11_0_arm64.whl (306.0 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

openwraw-1.0.3-cp314-cp314-macosx_10_12_x86_64.whl (311.7 kB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

openwraw-1.0.3-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (338.0 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

openwraw-1.0.3-cp313-cp313-win_amd64.whl (208.0 kB view details)

Uploaded CPython 3.13Windows x86-64

openwraw-1.0.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (343.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

openwraw-1.0.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (339.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

openwraw-1.0.3-cp313-cp313-macosx_11_0_arm64.whl (306.2 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

openwraw-1.0.3-cp313-cp313-macosx_10_12_x86_64.whl (310.8 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

openwraw-1.0.3-cp312-cp312-win_amd64.whl (207.9 kB view details)

Uploaded CPython 3.12Windows x86-64

openwraw-1.0.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (344.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

openwraw-1.0.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (339.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

openwraw-1.0.3-cp312-cp312-macosx_11_0_arm64.whl (306.3 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

openwraw-1.0.3-cp312-cp312-macosx_10_12_x86_64.whl (310.4 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

openwraw-1.0.3-cp311-cp311-win_amd64.whl (209.2 kB view details)

Uploaded CPython 3.11Windows x86-64

openwraw-1.0.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (346.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

openwraw-1.0.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (342.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

openwraw-1.0.3-cp311-cp311-macosx_11_0_arm64.whl (307.5 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

openwraw-1.0.3-cp311-cp311-macosx_10_12_x86_64.whl (312.7 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

openwraw-1.0.3-cp310-cp310-win_amd64.whl (209.4 kB view details)

Uploaded CPython 3.10Windows x86-64

openwraw-1.0.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (346.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

openwraw-1.0.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (342.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

openwraw-1.0.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (350.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

openwraw-1.0.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (345.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

openwraw-1.0.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (345.1 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

File details

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

File metadata

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

File hashes

Hashes for openwraw-1.0.3.tar.gz
Algorithm Hash digest
SHA256 cd6729d438730202dba51a0c753f618360d4713a8f49d7dbb833cd49ed2be1b2
MD5 e5d18ebdeea91e5e650b0a18f75ed57f
BLAKE2b-256 0c452ac68ed479eadb5ba813fd12ef00f0cdc6d249635498398a2623a09b058a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.0.3-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 449794f45cc4f663d0b053d985308950fad9736fb0f069436805d76fb8660d82
MD5 86704099a0c2ccedcd1e462ee4039cd0
BLAKE2b-256 0c5f262f353f6da4c095cb56fa4ad90152ada12ae10a86fbd8f4c9337d83a9ac

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.0.3-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 11ffb97db3ad180f559287534548a4e35e3b7e631c44cf97e8327e054c2c2a74
MD5 b54eccaf835e53d73dedbbaf3aa25e0e
BLAKE2b-256 6f00e48734b31426879280cd9cb471f3d8c7e83fdcb91d38edcec0f5c267f77b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.0.3-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2db8c661128a1c260329847a7b9af1a9673fa61c150d4204a6b7cac45e510899
MD5 e8454abf52178c8bd21b690c2492c1e2
BLAKE2b-256 39031460e7129ef0f8f692a74137289d01b4d4f9735aaa02b95915c6fcb5dca4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.0.3-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1814ae96e1a64f66d698b251c4f5b8adbcc935f6eb7d873adbac0b6028665cd8
MD5 ce5fb6471ccb520c6ca8df8f5d9e44bb
BLAKE2b-256 e07ec8e452e0a104e4a7680e21f1eae132daad10a06b92190e639d9d788d3a76

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: openwraw-1.0.3-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 208.1 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.0.3-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 c907493078fc2fff7858895e81f939682dccabaff9f8f8263dcb10bb6a2ce1a5
MD5 d899bcc7ddaed22dc44ef88107ec53b9
BLAKE2b-256 b111b2995843a03bf94cb6b79969e2c3fa71cbe53262260ecea7b4144f713fae

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.0.3-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 26fe83f153633039b7c6d1b7c65654d3806ab3bf17798fb00642f06ce509b399
MD5 70af7a5f849e20770dd73fea476c98bc
BLAKE2b-256 d1aff4e3f57a8f2c92329cb817e31aa1c89320224bead313f8bd6155d6c99472

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.0.3-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 dba49ed6bd4edcc1af330bf21c3668e8d47db311928bc7a5af1d80a6a969f857
MD5 8c3f8e3812ec85b772385710f8f67a6c
BLAKE2b-256 a9daa805678d40073f999069516d1560b1d38e187ffa0bc2b7735fe1d523c302

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.0.3-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 64f33fcea13b708029e39e000eea73e397fa8e20fb4c512077398e9ac523818b
MD5 d7b88b25b2c53baa60d85dd1d63a4350
BLAKE2b-256 f9e5ab544642db89c281ce069f15d2e9525c1a5ca65da6e06e5dbf99eb6434a4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.0.3-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 cb82aca766b588d7f57fedb38ea381d95f1278fe6644a6063188484faae77c26
MD5 619c813e6c76b9e0233b5ad993440968
BLAKE2b-256 bf637d2a81c2ed5eac69f17c8bcc033a0e42dc99e4187a57764f1d0ec9bf782a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.0.3-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 47b7dfd92dafbbd9d328ce89a4b85849719aa3044d2a36af1259bc60f1b3effb
MD5 06d3653b783f3b1e0243bc2e9e703a6d
BLAKE2b-256 3eb9d0158967063b19e4bcce1a110f1e979fc9608e70a63a68c6d88c3672a839

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: openwraw-1.0.3-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 208.0 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.0.3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 d44d3d60156612cd48f56752f1dd5756228d5983f2f23f93b1b6dc01686a36a4
MD5 9db5c780fc604b8dfe94242c6e197f63
BLAKE2b-256 618a9968ef20e818bd16dd71f59c87d0f25965dfb9e1cb3f638d4d30088bac73

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.0.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 db312bcb4c9af71aa789221999eb33fac809f7e934ed445bcb54a14918ea11d9
MD5 0bfa70411869e81ba52aec4e1873e206
BLAKE2b-256 7d9ccfd703359cd2912ab26bf0d47b2951a9d5a7cb5038f480694b3192199c9b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.0.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c5905e4412f9a31cbd8afb065929c0d238fe125523b7d662c71c597525875067
MD5 5274c76f5fed2b3bbd9cd49eb5b732d0
BLAKE2b-256 6137e121bc9e97b1d81b6d712eba8aca9048f091659b04f82e5063fb5f5b1f2e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.0.3-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a9b110075f1c7b53b3b7e461277bec2300380ea34cce5fedb52e1c1e35a45131
MD5 6f6cc11d88029fb0813ce2d6e0e525c2
BLAKE2b-256 97e787b848cf43765d1bc326fefc2f931e8c96c86944fd9172f5536300cfbf9a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.0.3-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 f067982145b47a4632fe45b4bc2a55438cb4646394e35ac475add177d5f29712
MD5 324d0b79e4041289e3bae670607e6ad8
BLAKE2b-256 ed459c6b3e1992b17c3daee096d3a6ae3c18a53ee50267307280dcac7ffa6daf

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: openwraw-1.0.3-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 207.9 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.0.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 c9bd8b4795cf4f46a06270b10ead802feab95a2e173f07aec74c47112abe079a
MD5 1afceff52f352e5c7bc8b1a6466d19ad
BLAKE2b-256 def86ffbe2dcb603b6b9cdd420b5c4538547445f4ca61af1bc015570fd68a2a8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.0.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 732aa3693da1808da1a1e3042058ede5075bd4f84222668eb78b25ac5a13c4cc
MD5 3cbd6d761cf93e51a3a4ef88c100778a
BLAKE2b-256 3ffb1e8485eb2ab665c7070e63ee320a0f938a4b99228a61f94bb573ee308f71

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.0.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 463369ec0c69a6eaaebf6becaeef59eb70e240928d930354a63cc33a4a637733
MD5 2f5a925bbd48fccd06f59dbadecbff15
BLAKE2b-256 0a42f14b47e6969cd76052957dbf275eb28460a4617b0d7188a13aef1c36ebfa

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.0.3-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3ed250235005f85c947d63db6ec44894ad33332c9ac41aa35c77e44a88d373a1
MD5 574891ac9f914aa8bd9cded499807460
BLAKE2b-256 e73aeda28507d3d1226c954a68842af09c89b56f07442d544bc03c6c3fe23806

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.0.3-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 053c6b4faae930d44f73bd5babc1af2f50f2a64581c6630aab763ad88f716ab0
MD5 c987be41befea9b87f7b96c30aa306b0
BLAKE2b-256 ef9aba721a177d032ab4617caf05f98c017dd44b3a165ca3fa5416056acc82f2

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: openwraw-1.0.3-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 209.2 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.0.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 8893af5d6c888621fa2cc1eb3b93189a3bdf8a2db7b3ce1009df2a8bf2b17d47
MD5 587b30e068e0f06016ad75d8c9623a7a
BLAKE2b-256 8f9ab354ddd0006a5f864b94ebcb3b7a874c90473c0b31f8ac65fcf2f53e1fa9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.0.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 69e8e2e35ee138ed6a948cb04a489c457cfebfd81e05c69a9a6c3db91acce132
MD5 474894c381adb2990f827c5aae2eed56
BLAKE2b-256 b5f971cb39e64cefa68614ec1a3c0bc179132084a8690e6162d75df83f8dbe12

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.0.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8410f9e4a9df914b78bf1748b260a34630eee3d10bb254bce049679703644c0f
MD5 8bc4552b1418cbf98268c8d115c823be
BLAKE2b-256 66855043d3e9349a0ab65e3e6c538f0ea9d38606cf844608f140b29b68b28291

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.0.3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 496cadce284b0dffb99998f064e1c906a217c0ed22c3fa2f4e604bf3c314a67e
MD5 2d9708c227f75cd3eee1b7183726aad1
BLAKE2b-256 1d1a67bdbe43d2cb78e9a461ad8a3814327406ca78fecf79e0b1183647e72f10

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.0.3-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 7fff6d4b1fccc70c5e6f1cde1e03d52a20cbdb4c9a66527fed4b5ff631599387
MD5 ab1e5da29573967ad62a170554831846
BLAKE2b-256 d1e268ed81b1d63f367434513272309d7c00e8a533a581e9086ab504508bd7f7

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: openwraw-1.0.3-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 209.4 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.0.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 8f39b8c6c225c5a1ac847ec7192dd6d2d9ebd39b6aafcdd2bf0af734ef74ef64
MD5 4d49b2f16c2319067d993b7750342e81
BLAKE2b-256 df05def0ab16dc5dab76614dad2d0654e831a77efdaa19058ebb392d61a29d31

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.0.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 09a4f303c6b475418aa8960eba4046c2dc63e1d1bdd02b9e77501eb1446cb29a
MD5 80491bca835983907d26a874e79d0065
BLAKE2b-256 47677e547453999960dc8cb24888b622b7abe268d72163138e60eecd6c6d8c8e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.0.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e6e8b4297b162534bb379e8b03d47c614c956c76a35a5092c121901eee7c2f2b
MD5 c3bff262116299cc452b5f95e20c5539
BLAKE2b-256 32bdee531bfd3582593e55b6ebf365154f930bfd3cb7376624debdb94b57e24d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.0.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 11322fc2bc0b083abf1d967a8707c767770158cd1eebcafdabad6e8b1b6808c3
MD5 90be3d6f7d08c255673d375f80d00810
BLAKE2b-256 1d15747dccd388accb24f01a9a7afcde011b12642721ea17106fac4f0170902d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.0.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f37b2beec929eb20e71ca3cbca896cefc4903aab47b9a47fa6101f95475f812e
MD5 a03963dcf80fa49b5a71240f654de091
BLAKE2b-256 7f420e12629adf6a0fd423518a089cf55b8d8e9f361c0ee21e262290857f254d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.0.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c613631763ea4d2506ff000fbfce357fbba8d56d44b8ee6d4778ff1f1ca54f5b
MD5 10ed287c0c40794d65c4d98876af8d29
BLAKE2b-256 481e1feac4834a0674fae7d5df917edf7c56e3053e18fdebbcf09b4d39e94087

See more details on using hashes here.

Provenance

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