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. 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).

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.2.tar.gz (43.4 kB view details)

Uploaded Source

Built Distributions

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

openwraw-1.2.2-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (358.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

openwraw-1.2.2-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (352.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

openwraw-1.2.2-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (353.7 kB view details)

Uploaded CPython 3.15tmanylinux: glibc 2.17+ x86-64

openwraw-1.2.2-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (354.3 kB view details)

Uploaded CPython 3.15manylinux: glibc 2.17+ x86-64

openwraw-1.2.2-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (353.8 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

openwraw-1.2.2-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (346.6 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

openwraw-1.2.2-cp314-cp314-win_amd64.whl (215.6 kB view details)

Uploaded CPython 3.14Windows x86-64

openwraw-1.2.2-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (353.9 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

openwraw-1.2.2-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (346.7 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.14macOS 10.12+ x86-64

openwraw-1.2.2-cp313-cp313-win_amd64.whl (215.1 kB view details)

Uploaded CPython 3.13Windows x86-64

openwraw-1.2.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (352.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

openwraw-1.2.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (346.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

openwraw-1.2.2-cp313-cp313-macosx_11_0_arm64.whl (313.0 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

openwraw-1.2.2-cp313-cp313-macosx_10_12_x86_64.whl (319.3 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

openwraw-1.2.2-cp312-cp312-win_amd64.whl (215.5 kB view details)

Uploaded CPython 3.12Windows x86-64

openwraw-1.2.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (352.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

openwraw-1.2.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (345.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

openwraw-1.2.2-cp312-cp312-macosx_11_0_arm64.whl (312.9 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

openwraw-1.2.2-cp312-cp312-macosx_10_12_x86_64.whl (319.4 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

openwraw-1.2.2-cp311-cp311-win_amd64.whl (217.3 kB view details)

Uploaded CPython 3.11Windows x86-64

openwraw-1.2.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (356.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

openwraw-1.2.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (349.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

openwraw-1.2.2-cp311-cp311-macosx_11_0_arm64.whl (317.5 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

openwraw-1.2.2-cp311-cp311-macosx_10_12_x86_64.whl (319.9 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

openwraw-1.2.2-cp310-cp310-win_amd64.whl (217.3 kB view details)

Uploaded CPython 3.10Windows x86-64

openwraw-1.2.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (356.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

openwraw-1.2.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (349.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

openwraw-1.2.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (359.7 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

openwraw-1.2.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (353.5 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

openwraw-1.2.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (353.5 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

File details

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

File metadata

  • Download URL: openwraw-1.2.2.tar.gz
  • Upload date:
  • Size: 43.4 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.2.tar.gz
Algorithm Hash digest
SHA256 7b7b7cc037d5dc99e432be7e0bea2d73a3dac24687762ef88413e7bb14ca437b
MD5 1a277cfdb7f170b291af7cc9cab4e429
BLAKE2b-256 2d5c13039c0372f0eb8a79234605220b19db5d51e4aaad218fa9272a98db377d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.2-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2c54648e37e8c73179b0362cb81c94e4ea9a4921b076680b3139e8340be50acb
MD5 6bf3141ce0ded51c0fa8c07d6fba867a
BLAKE2b-256 48f81ee1d06117170e70bec6a9d2501d6afea24f4690c6e052b08d53a02d951e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.2-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c56cf342529e4b385c8092a0eadaea8fccfa8454ba66e91b077148f21bc8c018
MD5 cc76df933131e2c1f452796ecd985598
BLAKE2b-256 d46a30c552ec16d0df4462c8b86795bd02142ce4966c27121445c285feac5afb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.2-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d1aa0eb032b1ef2f76ac6bed5b3b061977f846a17272f75c2e76e533cc415b47
MD5 fd54810fdf92d81a264d84f42ee08422
BLAKE2b-256 2ee40bf4867f97bef0ad5bfebfa7ce8be20354e4b0db376a471830becd7502b7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.2-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c54ed686afc850393895ad3259a45f82ed697fc3d1019f931152acb1935afa84
MD5 f6618018eeb946f9f69a86c3cf2b927f
BLAKE2b-256 8308074bb7a74ca8b68b3b9cd4655b5187374977e5cb2ed99829affd217295ca

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.2-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5b3e941126a109173105be562b2cac378eb5ef3445cac89a3ad742b282b009ed
MD5 832534eb8971c13fde07fff0be8e28a9
BLAKE2b-256 1f5d27a8a159eae88819479755c620e6a5696a3828ddc905e22635260e2b1ea3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.2-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 54f873e1063b5b4c50a4cb9933868129694ad62b0fe182b0894d1496683b00e6
MD5 e12f77b40f0f89470a16eaaeb2647734
BLAKE2b-256 423f6cac93870c6639ce50f0d7e69fb72e3b726730346235b5666efaf67c71b5

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: openwraw-1.2.2-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 215.6 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.2-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 bab1b2cd7fc22738e9aea0eab800d586b44c3752d0a6e12644e924c48f433819
MD5 9de42d05bbdb0cf638c8de94994b2a5d
BLAKE2b-256 ca24b3ca918735061acda0121b868c5be349dcbf9236345187f16bd595967f4f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.2-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b347e023941014095018f5c9e280c874fd25f6e9fa107e74c73d7254b08e354b
MD5 8cf98765de3a3a12b3723eaf724f238f
BLAKE2b-256 4d4f95a8998f39db0809f1d193dab5828d365eec53a7fff238688097a017262a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.2-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 64da653a2199b76f7f227a5c47e5402eda7f080a22c0c1cfdf34d771ab0f8bd9
MD5 09848265aeab0fb9ee6d506da4c3771a
BLAKE2b-256 b10651ba23e2b10be9c78fc2a87f764c1d37334c5ce7106455491b71498f6a45

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.2-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5a1e7496104e3a40b9eafa41bfe4b726769998e3d97ed839c67e1272a7406bc8
MD5 d5539ac819590ee73a043e62791e5661
BLAKE2b-256 3bf55d9139ab400803357de15a7f84eebe683172e0cdd6dd93b0ab88e749addd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.2-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 aaebd15a2c05e48a1cb8438968b02be78e2c43225d56f2eef798c2b5118f20e6
MD5 859fe199cbc3c3156904bcdfa2dcb87f
BLAKE2b-256 89254caa61937a68b5cd758c6016a6e630b574b0a4baa6739f96e195ca39ee9e

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: openwraw-1.2.2-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 215.1 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.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 a298b7e7b46a80ab03158897c3ae932145ba93e5a3068c3504f00c5fbc9db23a
MD5 57e64299c4acd189d140043bc7942e15
BLAKE2b-256 ec6d12bb5a925a7ac22fb89cf14b76e80cc48871f0d1c113fa2d554692cedaef

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ae8d1a4f812a80265bd7802c19a9e875e6aac5436ac278491b2faf56f28b565a
MD5 f2cec4dc24d4e335cdf0d9005c4b4986
BLAKE2b-256 52cd00bdc809a6e76370a33e236e50eb18c17fbdab367b64914c1636ed85836d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 401c161c3b187a7d4547b5630391ca47d04e5914b1e336199fd50a6588541069
MD5 59f71486b8a8a73ac84539ea392de60d
BLAKE2b-256 b8193cf02df5d9e17f8d31c7d98311c4ff5bbc33847c748a90f976fb6648fde2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2f15a91416826c4e4f712d312115cc7aaf6806e617e2a4a4d012b9134531ea66
MD5 f5dfbc816dbb223949dff31079156764
BLAKE2b-256 d5fe6c707dd21400526824f176aa1e1a2a37fcd39bd6b299f9d8d776cd66d9b8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.2-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 75d2f914179a41954afd5d786a6f83979377bb670a97a502e98a2a7867f7b6ec
MD5 dc5c99333f593da6bb2bec63776e4d3a
BLAKE2b-256 5c3cb6548a8423d943533b1e0597792ef37cef7b50fb8d1b70773b75d1982c4c

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: openwraw-1.2.2-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 215.5 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.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 c24f04a79d3b4f22f9ebe244583e06103b7c9141789eab206b4d8201d400701d
MD5 2d9c03ec1055f549aca9770b6abaa191
BLAKE2b-256 45b54dd29e20979485fc5a6c4261ff0174de99e5fc6fc66fc6b1b91c092e3b46

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 530e7f7b516e2e3bd21c1188e38ff7317e58ea098d61e43a51d3d3a393aa3fee
MD5 8cd6aba64218173c0f38cfd3dd985da8
BLAKE2b-256 1610490ea69bde0d78c6153b3dda272c11e7dcdc5e4a017a03912e3375666533

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9fca688edab23443878b16e30591449ed9b371b8ef36f403f3ee6f3c7b4d82e4
MD5 368120101f31830858ae3295cb826479
BLAKE2b-256 a886499679b421552ea934414737975f7c83e0742aba1cd70b9bbb4e8d3295f2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d1b4cd0d41e7a980d0ee518ef59294ee20d818e77caa475eb1466f3541bdad3a
MD5 1b656bfbbc51ef9b2f9a539e2cace9a7
BLAKE2b-256 5085fa262156117711774172fee3c60620ecd53374d82fef5f196d73047c7ffe

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.2-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 81ea1319d3bd9108a4665984e330a768ce8855634b0a418d81c816ee135b0bc4
MD5 1cae5c3ea129a2caded7498cbd6bfd3d
BLAKE2b-256 69fc76cb5599fd21cf55044f748b5cdf464e232fbfd6ea757aae6ee511675a40

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: openwraw-1.2.2-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 217.3 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.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 5203b623d368488bee28dcd0464eb22a2471a48884159741a0588f73ab51144e
MD5 88b557837567e2d3a23f9ac371e085d5
BLAKE2b-256 5653d217a52334487703383a37a082ae848e1fa1fd2dce270557cb1140da015a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 627521cd374d6db5653a7787c454b130bf1f52b9a0fe3730ed506d0a3848b57f
MD5 1bd06d637dccdb2032599e2d3846f038
BLAKE2b-256 ff8893c98ba1db4f2a2e4ead810a33f4d3c1744c354844c9f57f3dba0f0f9c25

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 43e3d4ea0d624fff8ade8132cee49842af75ea34b901affb193228191aa1bd02
MD5 972b726e67c8e4ccf49c3b90ae127d5c
BLAKE2b-256 044895eff68f37f47ba4d67049d6c0b0126001dd234f5ab495155d11be03cf42

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 61bc8878b53c8baaf5edac939530898d728ced05303fd54946c0d6f9ce2d097b
MD5 6aa2abbe1bed04c8ce0d31280fa74ec1
BLAKE2b-256 d34de42f3b1d279741ef0c95f9a15a03b2158535a5db3b2c1ea9252d1665027d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.2-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 78d78f23e7cedaae740fbdb6f51a299ec601d4a3112c29c75f8b7dc97a5ae9a6
MD5 a11c6fc83fc93d147d09bafb509645f4
BLAKE2b-256 b1f6e65bfec6cb3cb68fd4dd9d18ef9e1782dae840160203a720ca0433bc89a4

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: openwraw-1.2.2-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 217.3 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.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 f47c2d93fa35077fc2821545fa77e6831211c8517e99c3ff6285c0c12934670c
MD5 553694ea7b60300201f5b11b4561c39c
BLAKE2b-256 23a79978c1bdddb58932c356b8783391fcea717f0a23eff8a4fbaf9e476f4b5f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a286e70508de1cf6a3db0653acb1a1cff253e3f2e8ce04c0a97ace02b61a4b81
MD5 6d4ff6fd1982e684adf043a12f6ca0c0
BLAKE2b-256 879c2b3287340b9795ed5b8bd0f02d4b77b06a9a16acf05df9abb4f0827b375c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 344cb819abe56ec79cb89691ca275c0212514d4308c4434bda369fcb89941781
MD5 e4face8a47549912ca4f82388e9b8adb
BLAKE2b-256 b1c6c19e96cfe2517d261ff6a4a513470848a7602a457e8e7a7a67c875e74b93

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 903b571353f46e162f49f777d28a0055646c7cc172293d6ed5d01ca84f1058da
MD5 241488210becee10204db9060502ac43
BLAKE2b-256 cdd96a23b0415d67b30fbd4272ed5eb7723cdb6d57f59a72ac14a550b8af5106

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1a9f126863ee2b9bddce36278f5743e3f74eb9d2cf2dc6513c20576c9789f43a
MD5 c4a6e7f088b8850d330809d689dca15d
BLAKE2b-256 f0d2c9db2498efe6601c4052272551d271452d77b718790a157d9061c2e805bd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for openwraw-1.2.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 569ef352d6690edb36d58c9f95da8b07f87b207386c457035024ae7101cd1906
MD5 f10448079d2dce12aaf796efcde58d10
BLAKE2b-256 f95f86b493dd9437e420a3b3f0f8188afc1acca703c1b0c867770be8b50d4423

See more details on using hashes here.

Provenance

The following attestation bundles were made for openwraw-1.2.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish.yml on Sigilweaver/OpenWRaw

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

1.2.9

33 files

1.2.8

33 files

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

This release

1.2.2 This release

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