Skip to main content

Python bindings to the nzb-rs library - a spec compliant parser for NZB files, written in Rust.

Project description

rnzb

Tests Build PyPI - Types License

PyPI - Latest Version PyPI - Python Version PyPI - Implementation

Python bindings to the nzb-rs library - a spec compliant parser for NZB files, written in Rust.

Table Of Contents

About

rnzb.Nzb is a drop-in replacement for nzb.Nzb.

For documentation and usage examples, refer to the nzb library's resources:

Error handling

  • rnzb.InvalidNzbError is named identically to nzb.InvalidNzbError, but it's not a drop-in replacement.

  • Error messages will be largely similar to nzb's, though not guaranteed to be identical in every case.

  • rnzb.InvalidNzbError is a simpler exception (See PyO3/pyo3#295 for why). Its implementation is effectively:

    class InvalidNzbError(Exception): pass
    

    This means that it's lacking custom attributes like .message found in nzb's version. Code relying on such attributes on nzb.InvalidNzbError will require adjustment. Consider using the standard exception message (str(e)) to achieve the same result.

  • rnzb will only ever raise explicitly documented errors for each function. Undocumented errors should be reported as bugs.

Installation

rnzb is available on PyPI, so you can simply use pip to install it.

pip install rnzb

Related projects

Considering this is the fourth library for parsing a file format that almost nobody cares about and lacks a formal specification, here's an overview to help you decide:

Project Description Parser Meta Editor
nzb Original Python Library
nzb-rs Rust port of nzb
rnzb Python bindings to nzb-rs
nzb-parser Javascript port of nzb

Performance

rnzb is approximately two to three times faster than nzb, depending on the NZB.

$ hyperfine --warmup 1 --shell=none ".venv/Scripts/python.exe -I -B test_nzb.py" ".venv/Scripts/python.exe -I -B test_rnzb.py"
Benchmark 1: .venv/Scripts/python.exe -I -B test_nzb.py
  Time (mean ± σ):     368.9 ms ±   3.1 ms    [User: 196.9 ms, System: 160.9 ms]
  Range (min … max):   364.4 ms … 374.1 ms    10 runs

Benchmark 2: .venv/Scripts/python.exe -I -B test_rnzb.py
  Time (mean ± σ):     112.7 ms ±   1.2 ms    [User: 45.1 ms, System: 60.7 ms]
  Range (min … max):   111.4 ms … 116.2 ms    26 runs

Summary
  .venv/Scripts/python.exe -I -B test_rnzb.py ran
    3.27 ± 0.04 times faster than .venv/Scripts/python.exe -I -B test_nzb.py

Building from source

Building from source requires the Rust toolchain and Python 3.9+.

  • With uv:

    git clone https://github.com/Ravencentric/rnzb
    cd rnzb
    uv build
    
  • With pypa/build:

    git clone https://github.com/Ravencentric/rnzb
    cd rnzb
    python -m build
    

License

Licensed under either of:

at your option.

Contributing

Contributions are welcome! Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

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

rnzb-0.6.0.tar.gz (52.3 kB view details)

Uploaded Source

Built Distributions

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

rnzb-0.6.0-pp311-pypy311_pp73-win_amd64.whl (927.9 kB view details)

Uploaded PyPyWindows x86-64

rnzb-0.6.0-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl (1.1 MB view details)

Uploaded PyPymanylinux: glibc 2.28+ x86-64

rnzb-0.6.0-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl (1.0 MB view details)

Uploaded PyPymanylinux: glibc 2.28+ ARM64

rnzb-0.6.0-pp311-pypy311_pp73-macosx_11_0_x86_64.whl (1.0 MB view details)

Uploaded PyPymacOS 11.0+ x86-64

rnzb-0.6.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl (948.6 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

rnzb-0.6.0-pp310-pypy310_pp73-win_amd64.whl (927.8 kB view details)

Uploaded PyPyWindows x86-64

rnzb-0.6.0-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl (1.1 MB view details)

Uploaded PyPymanylinux: glibc 2.28+ x86-64

rnzb-0.6.0-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl (1.0 MB view details)

Uploaded PyPymanylinux: glibc 2.28+ ARM64

rnzb-0.6.0-pp310-pypy310_pp73-macosx_11_0_x86_64.whl (1.0 MB view details)

Uploaded PyPymacOS 11.0+ x86-64

rnzb-0.6.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl (948.8 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

rnzb-0.6.0-cp314-cp314t-win_arm64.whl (847.3 kB view details)

Uploaded CPython 3.14tWindows ARM64

rnzb-0.6.0-cp314-cp314t-win_amd64.whl (927.8 kB view details)

Uploaded CPython 3.14tWindows x86-64

rnzb-0.6.0-cp314-cp314t-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

rnzb-0.6.0-cp314-cp314t-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

rnzb-0.6.0-cp314-cp314t-manylinux_2_28_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ x86-64

rnzb-0.6.0-cp314-cp314t-manylinux_2_28_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

rnzb-0.6.0-cp314-cp314t-macosx_11_0_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ x86-64

rnzb-0.6.0-cp314-cp314t-macosx_11_0_arm64.whl (944.9 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

rnzb-0.6.0-cp314-cp314-win_arm64.whl (849.3 kB view details)

Uploaded CPython 3.14Windows ARM64

rnzb-0.6.0-cp314-cp314-win_amd64.whl (929.5 kB view details)

Uploaded CPython 3.14Windows x86-64

rnzb-0.6.0-cp314-cp314-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

rnzb-0.6.0-cp314-cp314-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

rnzb-0.6.0-cp314-cp314-manylinux_2_28_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

rnzb-0.6.0-cp314-cp314-manylinux_2_28_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

rnzb-0.6.0-cp314-cp314-macosx_11_0_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.14macOS 11.0+ x86-64

rnzb-0.6.0-cp314-cp314-macosx_11_0_arm64.whl (946.6 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

rnzb-0.6.0-cp313-cp313t-win_arm64.whl (846.9 kB view details)

Uploaded CPython 3.13tWindows ARM64

rnzb-0.6.0-cp313-cp313t-win_amd64.whl (927.5 kB view details)

Uploaded CPython 3.13tWindows x86-64

rnzb-0.6.0-cp313-cp313t-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

rnzb-0.6.0-cp313-cp313t-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

rnzb-0.6.0-cp313-cp313t-manylinux_2_28_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.28+ x86-64

rnzb-0.6.0-cp313-cp313t-manylinux_2_28_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.28+ ARM64

rnzb-0.6.0-cp313-cp313t-macosx_11_0_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.13tmacOS 11.0+ x86-64

rnzb-0.6.0-cp313-cp313t-macosx_11_0_arm64.whl (945.2 kB view details)

Uploaded CPython 3.13tmacOS 11.0+ ARM64

rnzb-0.6.0-cp313-cp313-win_arm64.whl (848.8 kB view details)

Uploaded CPython 3.13Windows ARM64

rnzb-0.6.0-cp313-cp313-win_amd64.whl (928.6 kB view details)

Uploaded CPython 3.13Windows x86-64

rnzb-0.6.0-cp313-cp313-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

rnzb-0.6.0-cp313-cp313-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

rnzb-0.6.0-cp313-cp313-manylinux_2_28_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

rnzb-0.6.0-cp313-cp313-manylinux_2_28_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

rnzb-0.6.0-cp313-cp313-macosx_11_0_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.13macOS 11.0+ x86-64

rnzb-0.6.0-cp313-cp313-macosx_11_0_arm64.whl (946.6 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

rnzb-0.6.0-cp312-cp312-win_arm64.whl (849.4 kB view details)

Uploaded CPython 3.12Windows ARM64

rnzb-0.6.0-cp312-cp312-win_amd64.whl (929.0 kB view details)

Uploaded CPython 3.12Windows x86-64

rnzb-0.6.0-cp312-cp312-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

rnzb-0.6.0-cp312-cp312-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

rnzb-0.6.0-cp312-cp312-manylinux_2_28_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

rnzb-0.6.0-cp312-cp312-manylinux_2_28_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

rnzb-0.6.0-cp312-cp312-macosx_11_0_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.12macOS 11.0+ x86-64

rnzb-0.6.0-cp312-cp312-macosx_11_0_arm64.whl (946.8 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

rnzb-0.6.0-cp311-cp311-win_arm64.whl (849.8 kB view details)

Uploaded CPython 3.11Windows ARM64

rnzb-0.6.0-cp311-cp311-win_amd64.whl (928.7 kB view details)

Uploaded CPython 3.11Windows x86-64

rnzb-0.6.0-cp311-cp311-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

rnzb-0.6.0-cp311-cp311-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

rnzb-0.6.0-cp311-cp311-manylinux_2_28_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

rnzb-0.6.0-cp311-cp311-manylinux_2_28_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

rnzb-0.6.0-cp311-cp311-macosx_11_0_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.11macOS 11.0+ x86-64

rnzb-0.6.0-cp311-cp311-macosx_11_0_arm64.whl (948.4 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

rnzb-0.6.0-cp310-cp310-win_arm64.whl (849.7 kB view details)

Uploaded CPython 3.10Windows ARM64

rnzb-0.6.0-cp310-cp310-win_amd64.whl (928.5 kB view details)

Uploaded CPython 3.10Windows x86-64

rnzb-0.6.0-cp310-cp310-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

rnzb-0.6.0-cp310-cp310-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

rnzb-0.6.0-cp310-cp310-manylinux_2_28_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

rnzb-0.6.0-cp310-cp310-manylinux_2_28_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

rnzb-0.6.0-cp310-cp310-macosx_11_0_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.10macOS 11.0+ x86-64

rnzb-0.6.0-cp310-cp310-macosx_11_0_arm64.whl (948.6 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

rnzb-0.6.0-cp39-cp39-win_arm64.whl (850.2 kB view details)

Uploaded CPython 3.9Windows ARM64

rnzb-0.6.0-cp39-cp39-win_amd64.whl (928.6 kB view details)

Uploaded CPython 3.9Windows x86-64

rnzb-0.6.0-cp39-cp39-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

rnzb-0.6.0-cp39-cp39-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

rnzb-0.6.0-cp39-cp39-manylinux_2_28_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ x86-64

rnzb-0.6.0-cp39-cp39-manylinux_2_28_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ ARM64

rnzb-0.6.0-cp39-cp39-macosx_11_0_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.9macOS 11.0+ x86-64

rnzb-0.6.0-cp39-cp39-macosx_11_0_arm64.whl (949.1 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

rnzb-0.6.0-cp39-abi3-win_arm64.whl (855.9 kB view details)

Uploaded CPython 3.9+Windows ARM64

rnzb-0.6.0-cp39-abi3-win_amd64.whl (935.9 kB view details)

Uploaded CPython 3.9+Windows x86-64

rnzb-0.6.0-cp39-abi3-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.9+musllinux: musl 1.2+ x86-64

rnzb-0.6.0-cp39-abi3-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.9+musllinux: musl 1.2+ ARM64

rnzb-0.6.0-cp39-abi3-manylinux_2_28_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.9+manylinux: glibc 2.28+ x86-64

rnzb-0.6.0-cp39-abi3-manylinux_2_28_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.9+manylinux: glibc 2.28+ ARM64

rnzb-0.6.0-cp39-abi3-macosx_11_0_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.9+macOS 11.0+ x86-64

rnzb-0.6.0-cp39-abi3-macosx_11_0_arm64.whl (954.8 kB view details)

Uploaded CPython 3.9+macOS 11.0+ ARM64

File details

Details for the file rnzb-0.6.0.tar.gz.

File metadata

  • Download URL: rnzb-0.6.0.tar.gz
  • Upload date:
  • Size: 52.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for rnzb-0.6.0.tar.gz
Algorithm Hash digest
SHA256 46ea2754d4bbe21fef972180bf5310393fffd8e6cb5e964231f4eada8057a626
MD5 52a41aba4100cd3c92d2abb659ae24e3
BLAKE2b-256 7b90d0205644ecd3541ab422ca460dc1ab79eb2daff2bedc178e564e11d0b323

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.6.0.tar.gz:

Publisher: release.yml on Ravencentric/rnzb

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

File details

Details for the file rnzb-0.6.0-pp311-pypy311_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for rnzb-0.6.0-pp311-pypy311_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 05e4a07015933974ad47256808ca2149360cbcf67e02cb270d7f706d089a36ef
MD5 4806849ba3ed8bf99349f266a4e26b75
BLAKE2b-256 e6b2ea7f8e71c50009768870fb7ad09690aa5d3b2232235d1c537adb0aec64d6

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.6.0-pp311-pypy311_pp73-win_amd64.whl:

Publisher: release.yml on Ravencentric/rnzb

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

File details

Details for the file rnzb-0.6.0-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for rnzb-0.6.0-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 db1425ec9e9dbf0ac33d271cbe5eb94a8c3b3751d5225674e781d6847ce41188
MD5 3539c5a83be5bd8a3789b95a0bd4c72a
BLAKE2b-256 b9b2d70bb7dfc684e223e8823e92f1b08fed95473ac499da2a702c81bea108cb

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.6.0-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl:

Publisher: release.yml on Ravencentric/rnzb

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

File details

Details for the file rnzb-0.6.0-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rnzb-0.6.0-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 91f744f68408b09305f7e6f564e0938b4576ff31ac8077ff75670fad5e965ae9
MD5 ab313a562d021afdf65ecfbed0ab6b00
BLAKE2b-256 d394052afe459cd08a0a436534a38f37813ed79859d086fa831632e735d0a705

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.6.0-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl:

Publisher: release.yml on Ravencentric/rnzb

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

File details

Details for the file rnzb-0.6.0-pp311-pypy311_pp73-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for rnzb-0.6.0-pp311-pypy311_pp73-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 0449bfdeb4e78aa2c27d4dcacfb7878d8a9870e42264ead4dd7bbd7556c11115
MD5 c935174854207099e8031d51def3656b
BLAKE2b-256 03bb3c5eb3414af1b127e35f62378c9682cc211439feab998923cc5730b65f2e

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.6.0-pp311-pypy311_pp73-macosx_11_0_x86_64.whl:

Publisher: release.yml on Ravencentric/rnzb

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

File details

Details for the file rnzb-0.6.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rnzb-0.6.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5ba9df2215f32e00d0824362b3961837c756371aaf53fab0ddb5f79d91fed126
MD5 2b9af15ab36e7938702f4b8ea2370f18
BLAKE2b-256 7990c7a650e9aea3a6568fbc2a1f9cfd3af0e142c0e59ae336b0ad87596d54ce

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.6.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl:

Publisher: release.yml on Ravencentric/rnzb

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

File details

Details for the file rnzb-0.6.0-pp310-pypy310_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for rnzb-0.6.0-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 4dd60aae87feb771cb3e7b9ddcbb2d9ac722a0aadf2ae06c1acfc9d25de10678
MD5 e2daeaf1597a261ce2e98ba180c9d34c
BLAKE2b-256 50dcbc15dbfd627122326d2530473271a6927381a159eb348a9a91016d97517d

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.6.0-pp310-pypy310_pp73-win_amd64.whl:

Publisher: release.yml on Ravencentric/rnzb

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

File details

Details for the file rnzb-0.6.0-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for rnzb-0.6.0-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1f49cb5ac60bb8201f41c9d2664ced1d179771f9018ce5b0bc582cd7a9f597fe
MD5 7e068aa0657c8c0ac1f95091b37b94c8
BLAKE2b-256 5b1510a98b4de4f4fe000acc8877cbc2747dc48e7625638baac7ac9f8e7e98e0

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.6.0-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl:

Publisher: release.yml on Ravencentric/rnzb

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

File details

Details for the file rnzb-0.6.0-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rnzb-0.6.0-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e20dde9763be7d5da5665bb30fe49b388e87ae8201bffbdd2f2bc7ca4b30bf30
MD5 06bfcca9e55748a3311c7dad9c65e509
BLAKE2b-256 8a73336073b0fdc1d9ac6af6afb6d9617821c5aafeab319074a4b2e9d5076dc7

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.6.0-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl:

Publisher: release.yml on Ravencentric/rnzb

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

File details

Details for the file rnzb-0.6.0-pp310-pypy310_pp73-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for rnzb-0.6.0-pp310-pypy310_pp73-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 1c9126884316a92b47cfec9038d824b66d4e2571e79261d90823314da1b5a4fe
MD5 e2550ecd78c9fe0a8e3bba3943c4a960
BLAKE2b-256 fda49934e082112c98819e85c0ee2b6bc84b14ac45683e7a8c6fdb6061267045

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.6.0-pp310-pypy310_pp73-macosx_11_0_x86_64.whl:

Publisher: release.yml on Ravencentric/rnzb

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

File details

Details for the file rnzb-0.6.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rnzb-0.6.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d2ffd3fe01087649fb8a245cd0449f274f6b3e46bda7177c381cc1783eb814b8
MD5 2b07c7a1ae7987008d219c19bce6b015
BLAKE2b-256 e5d5855cc1e748db14473d6b593df287c1fbd3b801d424fa3ca7394388e561dd

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.6.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl:

Publisher: release.yml on Ravencentric/rnzb

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

File details

Details for the file rnzb-0.6.0-cp314-cp314t-win_arm64.whl.

File metadata

  • Download URL: rnzb-0.6.0-cp314-cp314t-win_arm64.whl
  • Upload date:
  • Size: 847.3 kB
  • Tags: CPython 3.14t, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for rnzb-0.6.0-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 72c4ea2e41acda46a828aa150b84f9c91868b4b50194ed3c3a737fcf7dea31bd
MD5 30b4ebc8cb75f5c55aba45c6354fd09c
BLAKE2b-256 fdbc8618dc53dcd972e63672b57bfa5d8265574c654b97c9cd033e39f8fef452

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.6.0-cp314-cp314t-win_arm64.whl:

Publisher: release.yml on Ravencentric/rnzb

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

File details

Details for the file rnzb-0.6.0-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: rnzb-0.6.0-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 927.8 kB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for rnzb-0.6.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 c0b04eaebd638beb7222c4449f0326d11a201965b152e499f8d0e15686092a1f
MD5 dce2fb00f625fbd33b4b1358e9b4abab
BLAKE2b-256 a9009d4889a85f9a4a555d66772a31be764c0ad12955d71099c6d8bbf36f385b

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.6.0-cp314-cp314t-win_amd64.whl:

Publisher: release.yml on Ravencentric/rnzb

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

File details

Details for the file rnzb-0.6.0-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rnzb-0.6.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fcc5f4a53617438e039ededffec893182ebbfe03786263273784ad43d7f3a4ff
MD5 8b13eff4f753aa0693bad52b4319eaf8
BLAKE2b-256 f0137de93611b67a92f1ac202e63e5cbd5c1e5c5dbca669215baa70270d56ba6

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.6.0-cp314-cp314t-musllinux_1_2_x86_64.whl:

Publisher: release.yml on Ravencentric/rnzb

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

File details

Details for the file rnzb-0.6.0-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rnzb-0.6.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ee3450c6f97e38d59460d35ca7ecce2a2fcffbdb97b71881f1e4b1dd905d0efb
MD5 fd89bc8daddcf10cdaed2a5cbcb557ba
BLAKE2b-256 2f7a9fe6a404db33858c7150a0fd9d80fc78e93a6daecb4625df1d69cb93afb5

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.6.0-cp314-cp314t-musllinux_1_2_aarch64.whl:

Publisher: release.yml on Ravencentric/rnzb

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

File details

Details for the file rnzb-0.6.0-cp314-cp314t-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for rnzb-0.6.0-cp314-cp314t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d442fa55b7edff894397d231dbfddc0c85752fed88b9ec8156c5c3417bf69a87
MD5 8a549b81d4b02f474877418d46acbc43
BLAKE2b-256 8541a1849a113b3cd20c8faad802e676ad784b19bf43a04ff024fef70191af84

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.6.0-cp314-cp314t-manylinux_2_28_x86_64.whl:

Publisher: release.yml on Ravencentric/rnzb

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

File details

Details for the file rnzb-0.6.0-cp314-cp314t-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rnzb-0.6.0-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4cd9a73198873fc069c3df70d268776bebb33328c4c7231673a2e5cc21e0ba37
MD5 c7050558a5dd9a50df9b8446d75ded86
BLAKE2b-256 1d21a2ee9266fe28b2559083cfa3ba2eb09873407b8f64cc70011b9b7778b9ec

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.6.0-cp314-cp314t-manylinux_2_28_aarch64.whl:

Publisher: release.yml on Ravencentric/rnzb

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

File details

Details for the file rnzb-0.6.0-cp314-cp314t-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for rnzb-0.6.0-cp314-cp314t-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 04dc5353ba881c498198388866cc6d247ce9b26416457c97e264d0c2db67f306
MD5 6abc805ac35ebf6f379d4166d9ae60b2
BLAKE2b-256 d003209b21ed03b903ba74dc6e3dd84afc4af0e1116d5e163a9a230bfb266c50

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.6.0-cp314-cp314t-macosx_11_0_x86_64.whl:

Publisher: release.yml on Ravencentric/rnzb

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

File details

Details for the file rnzb-0.6.0-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rnzb-0.6.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1dcb1371f71102397c7a4bb4d25d20a1882cf66a4538d9580c9c9b57f7103179
MD5 0297b8b2b9ef88e6610c6daf6849c64b
BLAKE2b-256 0590a0d751a846864d626b5a114f36f63dd3e7604ce1ee9aae77211c0d6ba265

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.6.0-cp314-cp314t-macosx_11_0_arm64.whl:

Publisher: release.yml on Ravencentric/rnzb

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

File details

Details for the file rnzb-0.6.0-cp314-cp314-win_arm64.whl.

File metadata

  • Download URL: rnzb-0.6.0-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 849.3 kB
  • Tags: CPython 3.14, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for rnzb-0.6.0-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 53631e6370ade8311126829896d6957117180ad9cb9ca43b4284fe3bbe196555
MD5 b166ce530a4a94d974a3bd1d1a997660
BLAKE2b-256 e1b554774cf5a00f0fa2cfa9e40aac144dec0d95093ade524ad3a299149541d5

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.6.0-cp314-cp314-win_arm64.whl:

Publisher: release.yml on Ravencentric/rnzb

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

File details

Details for the file rnzb-0.6.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: rnzb-0.6.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 929.5 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for rnzb-0.6.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 f18d443f51172273295830223a744882390bb2ced43e116e446cb3120cda5de4
MD5 0c85dcbdc38bb6c7bc298fab7511d21a
BLAKE2b-256 0d4d6e5468eaceb2b3d08045b8cba760be705711f6780cedb337680800ea43ba

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.6.0-cp314-cp314-win_amd64.whl:

Publisher: release.yml on Ravencentric/rnzb

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

File details

Details for the file rnzb-0.6.0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rnzb-0.6.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3595868b3a992c16d445dbff1e6b79eb001d228fdc0f94befeb443d4d57673b6
MD5 9a58f5823bf1df83db0aba1fe28aa65c
BLAKE2b-256 6e8917ae641f20b72f8936c8593ab291fd5e44e4f1d38d66851f34a20fabc2b4

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.6.0-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: release.yml on Ravencentric/rnzb

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

File details

Details for the file rnzb-0.6.0-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rnzb-0.6.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9a5d0293239f60ee3f0ea1f35125dcdde1886968cc619e9e03fa1f25e5b6cbb7
MD5 ae99bd3ee7c2ec8171e76d9350dab576
BLAKE2b-256 4f9562a92caced98ad72c27316d870f4cc9d3f7c01572542eb2203246570ff78

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.6.0-cp314-cp314-musllinux_1_2_aarch64.whl:

Publisher: release.yml on Ravencentric/rnzb

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

File details

Details for the file rnzb-0.6.0-cp314-cp314-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for rnzb-0.6.0-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6594083d5b68da7c54e6e66e6cc68cf2b34b707e66e7e9893eeb8a6841cc975a
MD5 639ef960347dbe3f0fac7e39470c9f56
BLAKE2b-256 d2000f82c7a94479541035a65a4fe6e4d57b8fa29458f45a66495c6a9949a492

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.6.0-cp314-cp314-manylinux_2_28_x86_64.whl:

Publisher: release.yml on Ravencentric/rnzb

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

File details

Details for the file rnzb-0.6.0-cp314-cp314-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rnzb-0.6.0-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 61a696260e7475caa38508550b4c41189abadf1c7b79a2cbab9e9db1ed744612
MD5 3a8d8603a4a2e134fc8513a404f66a3c
BLAKE2b-256 de700c53fa8124270f13d9ff0383f460c29c2450b95452af35103fcf2b9d5e9e

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.6.0-cp314-cp314-manylinux_2_28_aarch64.whl:

Publisher: release.yml on Ravencentric/rnzb

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

File details

Details for the file rnzb-0.6.0-cp314-cp314-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for rnzb-0.6.0-cp314-cp314-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 3bb66807d922d46e0ad091a6f8ecca745d0a7ec5f25d6826dd2ae3ef2c632132
MD5 515dc5e270cc3cca02eead61dbeddaae
BLAKE2b-256 9ca2c6e37ca15b8e504f2d0d14caff11a6d0bb7f2fba3d4bd4ff14e44496ece9

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.6.0-cp314-cp314-macosx_11_0_x86_64.whl:

Publisher: release.yml on Ravencentric/rnzb

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

File details

Details for the file rnzb-0.6.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rnzb-0.6.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a215e6c21dfd0a23a4fe661ba347d2652da89e2405e4f17cd5516d24fff43211
MD5 59c52d677cd2aaa897c1ad77703163e6
BLAKE2b-256 e27d0b273349498d9c64a6c0f0476bb85b9296ee0313de0c25ab3c0ee4e1e814

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.6.0-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: release.yml on Ravencentric/rnzb

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

File details

Details for the file rnzb-0.6.0-cp313-cp313t-win_arm64.whl.

File metadata

  • Download URL: rnzb-0.6.0-cp313-cp313t-win_arm64.whl
  • Upload date:
  • Size: 846.9 kB
  • Tags: CPython 3.13t, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for rnzb-0.6.0-cp313-cp313t-win_arm64.whl
Algorithm Hash digest
SHA256 3885974fec4a4e8512f12aee56f854b004c776e0ee726b48e5947ce0910d4e81
MD5 e828058c531c1865d38ebfc71357294d
BLAKE2b-256 de4b2887b2956f229c78a0b8255c0df66784c8d0533f0321d4574fa79b4f1757

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.6.0-cp313-cp313t-win_arm64.whl:

Publisher: release.yml on Ravencentric/rnzb

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

File details

Details for the file rnzb-0.6.0-cp313-cp313t-win_amd64.whl.

File metadata

  • Download URL: rnzb-0.6.0-cp313-cp313t-win_amd64.whl
  • Upload date:
  • Size: 927.5 kB
  • Tags: CPython 3.13t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for rnzb-0.6.0-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 7297a6c5cca84f72550762f901ffe54189bd3d9675368ce01c4d12661d48b6a1
MD5 349f11bd9abc6c4342323931fb4e48d6
BLAKE2b-256 c95cfb20d026027da58e39e5dc1b052306698a94841b5eefdfe5d86b62eeab29

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.6.0-cp313-cp313t-win_amd64.whl:

Publisher: release.yml on Ravencentric/rnzb

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

File details

Details for the file rnzb-0.6.0-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rnzb-0.6.0-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 87a2b18c39616d7ec99e2d79a7bcefe12b812a76a0f79b415a74f79d55f408f0
MD5 96a1b4b29fd60fadde7153d2d2b9dc3e
BLAKE2b-256 14e1e5eb4bf842a99bd260a86644fdf018f0204199bf86c5eb7ee024d981eb0a

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.6.0-cp313-cp313t-musllinux_1_2_x86_64.whl:

Publisher: release.yml on Ravencentric/rnzb

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

File details

Details for the file rnzb-0.6.0-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rnzb-0.6.0-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5c33ab91efa8bbc64774b3a906364650b5a222c84590fee387c613526eb2adee
MD5 0b93a8e8ab1df7089836ea698336e890
BLAKE2b-256 930f95c41baa19594aa545125bae5f19a3e18180ec01c4b5f2ce05d1362580fa

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.6.0-cp313-cp313t-musllinux_1_2_aarch64.whl:

Publisher: release.yml on Ravencentric/rnzb

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

File details

Details for the file rnzb-0.6.0-cp313-cp313t-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for rnzb-0.6.0-cp313-cp313t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fe21d0c51dd88df39a05ae9be09ec26512017a12b1166c245ae94b9638a4397e
MD5 79a7a88da6a59393da7569828e2815b9
BLAKE2b-256 c9e9dd5b3bd63055b272f67deb952464626e6e105231241830ffbe794c32e64d

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.6.0-cp313-cp313t-manylinux_2_28_x86_64.whl:

Publisher: release.yml on Ravencentric/rnzb

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

File details

Details for the file rnzb-0.6.0-cp313-cp313t-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rnzb-0.6.0-cp313-cp313t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 aaf720b2de55947f10b6373280d395f903e3254e8d262b0e228decd24375c84f
MD5 da03dd469324b8b8de61d7a1f302ab3b
BLAKE2b-256 63e15ccf17db9547de2c5dff108885e8f97709a80cc2bfe05912560f71de76af

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.6.0-cp313-cp313t-manylinux_2_28_aarch64.whl:

Publisher: release.yml on Ravencentric/rnzb

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

File details

Details for the file rnzb-0.6.0-cp313-cp313t-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for rnzb-0.6.0-cp313-cp313t-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 902b0d8b3456de422bc0b0e3f20c14d1060bbde12759c45902a6a9a45aea9b21
MD5 3ad1e7e1b82f367335df9516d9ca9e7c
BLAKE2b-256 7f2babcff997c08c075846505565880939b17f8b92b39d510a8582daa1d7ea6f

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.6.0-cp313-cp313t-macosx_11_0_x86_64.whl:

Publisher: release.yml on Ravencentric/rnzb

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

File details

Details for the file rnzb-0.6.0-cp313-cp313t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rnzb-0.6.0-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 869d4f607da39f24c4081cc4f87589e602fa3835cf0be4b56f9953cf30a5a0fa
MD5 a8bc7031feb224d88527837e06ffd956
BLAKE2b-256 dde50f1f3fb2b5cf239cbf8ebb27562337d74efaa48d5676079e5c8f33274d71

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.6.0-cp313-cp313t-macosx_11_0_arm64.whl:

Publisher: release.yml on Ravencentric/rnzb

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

File details

Details for the file rnzb-0.6.0-cp313-cp313-win_arm64.whl.

File metadata

  • Download URL: rnzb-0.6.0-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 848.8 kB
  • Tags: CPython 3.13, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for rnzb-0.6.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 707e394663ccb886950a1c1a272795bf112e10d9cebd3d70bbc184a8e041601f
MD5 d89cd4c5542f4fcd8f02b12e74d1904e
BLAKE2b-256 041a0e3bcfcee28381f1944627ffa244a608b8943a88d62122ab656c18439823

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.6.0-cp313-cp313-win_arm64.whl:

Publisher: release.yml on Ravencentric/rnzb

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

File details

Details for the file rnzb-0.6.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: rnzb-0.6.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 928.6 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for rnzb-0.6.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 3d540c612486636ed018354d51d39960a3aa7c2ae45f541ede6e85c077f9bb3f
MD5 730d1ac42399856388ce80f30bd7a2ca
BLAKE2b-256 b2571ca81978ff36e562a68adc3ce6beb37ec23bbccce84a5b171af6b20232f6

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.6.0-cp313-cp313-win_amd64.whl:

Publisher: release.yml on Ravencentric/rnzb

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

File details

Details for the file rnzb-0.6.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rnzb-0.6.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 37715aa531077f5dd1c00b008cb22e02434ae5df5d49aae3fe32d51a45676817
MD5 30dc574088511f72221d9c86efb9a02f
BLAKE2b-256 0347a0d91a6ea155d3a8505e1d3366c65ec0afcf427cfe12bb5c08f5587c9704

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.6.0-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: release.yml on Ravencentric/rnzb

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

File details

Details for the file rnzb-0.6.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rnzb-0.6.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 884cd2e47478af47d854a08d45531a330de4ce085f215afeb05979801812fb91
MD5 5f0a7f6311f93ce115e69fdbe8c17232
BLAKE2b-256 69decda1527d984894460ce2ff91dcca474eddffb551ee64420f327213f8c111

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.6.0-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: release.yml on Ravencentric/rnzb

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

File details

Details for the file rnzb-0.6.0-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for rnzb-0.6.0-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cc90a959cb1d3b3a33c07fa75a606d68c774ea8ca9f003d7ed8040e9e323eb45
MD5 dbc9d49bcd935eb6410fb415c83c9b6d
BLAKE2b-256 e0ae766165a6c480e1dfeb6b97caf0707462eea2abdfa51c9d243ed0ee8366dc

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.6.0-cp313-cp313-manylinux_2_28_x86_64.whl:

Publisher: release.yml on Ravencentric/rnzb

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

File details

Details for the file rnzb-0.6.0-cp313-cp313-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rnzb-0.6.0-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e6ac221bf15a27e0f6026fc6ded0542889455cacf90971f5b86096b84c59019f
MD5 d9e7fa87b737f1dd3f8e65d258fa6d2d
BLAKE2b-256 e5daf97a43a1b647e18eef0bf82a4007d2e3868c52d18dbd131d8cd01f913f0d

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.6.0-cp313-cp313-manylinux_2_28_aarch64.whl:

Publisher: release.yml on Ravencentric/rnzb

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

File details

Details for the file rnzb-0.6.0-cp313-cp313-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for rnzb-0.6.0-cp313-cp313-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 a84ab0707fa84e694a974677440a5754fa0a55a6428b3ccab4915fd1c07b7a95
MD5 c3a4e2e5ca6098a3494a058ed8d75cc6
BLAKE2b-256 41007a768ee4c3a595162c3c514ddcdf8a725cb87d8ecea702c545af996eb76c

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.6.0-cp313-cp313-macosx_11_0_x86_64.whl:

Publisher: release.yml on Ravencentric/rnzb

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

File details

Details for the file rnzb-0.6.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rnzb-0.6.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e6976398603a23d7929ce4645bfc28dafa2f90a7fe58a0017e39d0c1299a9633
MD5 d2c9a531cf0bbaab6c13181b35894682
BLAKE2b-256 f7973c0fba294d075f3c4363eee2a932056a6b72423ba887c7000bb6a40b18a9

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.6.0-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: release.yml on Ravencentric/rnzb

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

File details

Details for the file rnzb-0.6.0-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: rnzb-0.6.0-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 849.4 kB
  • Tags: CPython 3.12, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for rnzb-0.6.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 29bff569fbd7c0d51f85b2a157b662d6b369af3cc657bbe610f3377f68c43b32
MD5 75fd2721a919bd314fa575c8d706ab4e
BLAKE2b-256 aa20586a5b9f54345acff7b712271b7742a801019f181b91f8428a30f1da773d

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.6.0-cp312-cp312-win_arm64.whl:

Publisher: release.yml on Ravencentric/rnzb

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

File details

Details for the file rnzb-0.6.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: rnzb-0.6.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 929.0 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for rnzb-0.6.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 6f447fb277e8984910327a6bcc6e81e72a1f5bd2661cad3fdbbba8338ee59a50
MD5 b72ac8c0be05de243713a0c5741157d3
BLAKE2b-256 6929c2e6544496e46d0d43bfa7443af3960cbc5bf9afe1a38db9bec065e9dd65

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.6.0-cp312-cp312-win_amd64.whl:

Publisher: release.yml on Ravencentric/rnzb

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

File details

Details for the file rnzb-0.6.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rnzb-0.6.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e8c2c4ef7fd37062ec7e3d50a0a55165a3183754e079f9def2e56e991915f1b5
MD5 49477b5694af4fd37a88001d66c587cd
BLAKE2b-256 74550ba250bdf4a64cb75a801defdd700970ce9d8184acfe6b264ffa1590e1af

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.6.0-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: release.yml on Ravencentric/rnzb

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

File details

Details for the file rnzb-0.6.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rnzb-0.6.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 692763eeca74cf28ebb0197f9fa4e0fc2f8479f759063151f3400e97f526523c
MD5 4cbbd425dda22407faf2dbdd046e53c2
BLAKE2b-256 31be5db8d83d13e3ba75eb4ef59d20f21af65622c650745cb572648e295bf45b

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.6.0-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: release.yml on Ravencentric/rnzb

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

File details

Details for the file rnzb-0.6.0-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for rnzb-0.6.0-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fd92a415ddebb858b874b6e2ba6c2498c967ed3f52b74de4ac31fc647b9a012c
MD5 ea2dd08eb403a190a15c6cf653a8f426
BLAKE2b-256 75777838f379f6d0ced0ba6c2a8b3830a75aba8ec232a5f198d2d3310def133f

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.6.0-cp312-cp312-manylinux_2_28_x86_64.whl:

Publisher: release.yml on Ravencentric/rnzb

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

File details

Details for the file rnzb-0.6.0-cp312-cp312-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rnzb-0.6.0-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3aa854e2f04dff5b9be74ba9e851c90d7bccb9869cfe929dad10bec094467753
MD5 103c76ce39c0a2cac6d6ca0b3bef1489
BLAKE2b-256 7703b7142f0b55cc22b24b5b53eacd01da4032e7abb0ed816a7765ec62f9f475

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.6.0-cp312-cp312-manylinux_2_28_aarch64.whl:

Publisher: release.yml on Ravencentric/rnzb

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

File details

Details for the file rnzb-0.6.0-cp312-cp312-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for rnzb-0.6.0-cp312-cp312-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 cdc694bfce654b8753a252f846220388f2b2ccf52b3f0c0901ef7e90f45070b7
MD5 1a9731923c9b274a1a48ee4adb89a0fa
BLAKE2b-256 aeb9096b7e38b5b4a91cee7b659a88b8943a1e2a7134b4ccb68bd93c221f7665

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.6.0-cp312-cp312-macosx_11_0_x86_64.whl:

Publisher: release.yml on Ravencentric/rnzb

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

File details

Details for the file rnzb-0.6.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rnzb-0.6.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e9283e4e8a60023b8b4c85d3b84dd1b02c2ce006ed1a0796e1a86e304001592a
MD5 4aa8f0be05e3008fd95d5714499b9093
BLAKE2b-256 f838148d6b31633ff6b5b46ca5e0e315548db9f07e15f5cd7f5dda0c5933fac4

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.6.0-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: release.yml on Ravencentric/rnzb

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

File details

Details for the file rnzb-0.6.0-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: rnzb-0.6.0-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 849.8 kB
  • Tags: CPython 3.11, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for rnzb-0.6.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 4276a82184f18248ea689b700d24fbae4cf5d024fff005a5ed0dc5a461a484ae
MD5 2dfdaa2b53229dac5e68b2bc86fa81e8
BLAKE2b-256 4be51d6e6f5029c1348e430829fb6254f0123b6c6df2d47a54ff0b09b76becb8

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.6.0-cp311-cp311-win_arm64.whl:

Publisher: release.yml on Ravencentric/rnzb

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

File details

Details for the file rnzb-0.6.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: rnzb-0.6.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 928.7 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for rnzb-0.6.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 b9ff315da614ecbb283de2a76c489562884eda247853301ec1f71fc3265be4f8
MD5 d1dd85406ef03f77b7e4b8b6343198ab
BLAKE2b-256 c1f88e2ee2b0e6f3ddaa77268c55d1aca515b1f6847385ab9ca60f51aa01c803

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.6.0-cp311-cp311-win_amd64.whl:

Publisher: release.yml on Ravencentric/rnzb

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

File details

Details for the file rnzb-0.6.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rnzb-0.6.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3912c9f4964a553a56995dbd7d3bd708c9e22e44461dd463079d70d58eb084ab
MD5 451bd3b9e1c148511ec0364639da4936
BLAKE2b-256 bd5260bd89e4794142f8a7a3b418dfb40d5064688a4780766654ed46295503a9

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.6.0-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: release.yml on Ravencentric/rnzb

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

File details

Details for the file rnzb-0.6.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rnzb-0.6.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1f34cc59b900f96c0de8c82ecbbbf7a4e4c929479db7219a423e162ebdc40515
MD5 95cc1b5411b785a00a305cb94e085870
BLAKE2b-256 1fe73e1b38d9897abd0c4ae68e6c5c7d424a6a35d8b661db676f3093b743c6bf

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.6.0-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: release.yml on Ravencentric/rnzb

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

File details

Details for the file rnzb-0.6.0-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for rnzb-0.6.0-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6a7a7c8d6dc9c1abfaee1d6258618c1901ce5b0adac7a0ca667ca8dad9f26bde
MD5 ee68aa6a538c45c9560ae2f5e971237c
BLAKE2b-256 1c67b90d2c47db0bfc2773b9d866ee9ef5dea4f8594c6c97856f0801bfea8f13

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.6.0-cp311-cp311-manylinux_2_28_x86_64.whl:

Publisher: release.yml on Ravencentric/rnzb

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

File details

Details for the file rnzb-0.6.0-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rnzb-0.6.0-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 07bf04ccfe1ba13c282c3280f21b3b950489f07e64402bf66c7b942f9f70a8dd
MD5 5b886c942e8ccbe3e1bf3a5afcf2be58
BLAKE2b-256 f004fe9b98a47986e68bcd00ca5e00a78cf3949b4df3aff8658582968bdf9fdd

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.6.0-cp311-cp311-manylinux_2_28_aarch64.whl:

Publisher: release.yml on Ravencentric/rnzb

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

File details

Details for the file rnzb-0.6.0-cp311-cp311-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for rnzb-0.6.0-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 f4834358f91b8fc02eddf64eb17b93d0001b98c1bc704ce56c8811a6eb4413fc
MD5 7f1db4df610220da72ee5fc5169c20f8
BLAKE2b-256 a1861ea6dd37d5d6cf75dbf163645b17a83694d56207f703d8a4f52fa0251d52

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.6.0-cp311-cp311-macosx_11_0_x86_64.whl:

Publisher: release.yml on Ravencentric/rnzb

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

File details

Details for the file rnzb-0.6.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rnzb-0.6.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d9342b470e5fb05062d370831fff614a2f428c187be7faf8e412159365d27256
MD5 a82a6d65eedac5531e05223915fdb1c8
BLAKE2b-256 526e6196d7cbd894cacb1f75babf5bd3dcc02cc53a7afbb5e03ad1274e875f7b

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.6.0-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: release.yml on Ravencentric/rnzb

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

File details

Details for the file rnzb-0.6.0-cp310-cp310-win_arm64.whl.

File metadata

  • Download URL: rnzb-0.6.0-cp310-cp310-win_arm64.whl
  • Upload date:
  • Size: 849.7 kB
  • Tags: CPython 3.10, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for rnzb-0.6.0-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 070be0fd1156fb373e7a2e6beed8aa76540e33ee31cce804145e0e6de0709f54
MD5 c9257207b92e9835652359c3923755f9
BLAKE2b-256 28c12a18ed3a9f52da74b90eb292b05f0bf5e30a5e39683c626a648b6df6f47c

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.6.0-cp310-cp310-win_arm64.whl:

Publisher: release.yml on Ravencentric/rnzb

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

File details

Details for the file rnzb-0.6.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: rnzb-0.6.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 928.5 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for rnzb-0.6.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 bbbf23de50937c8ef4a802ed9d2361615d4eada41ce45fd73d64a8239192231d
MD5 3c584b01e6bdddb21bb61bdc8da255d6
BLAKE2b-256 8cebd1a8817f95428dc49cbe45ff0973ad29034c1f3fe421128c3d038bfb0d92

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.6.0-cp310-cp310-win_amd64.whl:

Publisher: release.yml on Ravencentric/rnzb

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

File details

Details for the file rnzb-0.6.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rnzb-0.6.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b0d1d210a6ae89f8aa6bde9aaa873c6360c5f2ed49a14619bb8b333b00530aff
MD5 f9c5c3e493a5c82d70d06189ed49a986
BLAKE2b-256 db1acb58917965a565bbf42c6f97137c89fa2975b2a780033229dd4e439a5a3a

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.6.0-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: release.yml on Ravencentric/rnzb

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

File details

Details for the file rnzb-0.6.0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rnzb-0.6.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 35f42b1ab0a82de44d6997c930f7183cb2f22a1849320306d96f7e9aa94f48db
MD5 345acee7e39c8cf1724439fe127e4530
BLAKE2b-256 e356d8e72447d591d94d9f8d5f2ad8d2c1d666e86df1c83b848e532525f853b9

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.6.0-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: release.yml on Ravencentric/rnzb

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

File details

Details for the file rnzb-0.6.0-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for rnzb-0.6.0-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9e9bf083dc89a0290e7afa71e79acb6bb6157acc65b571ca405768f998709cda
MD5 71b0a3d6bb2d01b213f73ee3d7986aa0
BLAKE2b-256 993df7ab28f00c9b0f3d338f260ee3af05a45f587d1487df05c4d58a6482679b

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.6.0-cp310-cp310-manylinux_2_28_x86_64.whl:

Publisher: release.yml on Ravencentric/rnzb

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

File details

Details for the file rnzb-0.6.0-cp310-cp310-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rnzb-0.6.0-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7ad2a44089be7aef46a5f92802283df2d0d20b206696fb4f7ec157ed1649eba7
MD5 c65893814413412a5dd14fd8f5022fbf
BLAKE2b-256 3b8e0ad06f46f01034d6c12cd1249c24cd4a33ff4f3df2c371806ee881dcf0c0

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.6.0-cp310-cp310-manylinux_2_28_aarch64.whl:

Publisher: release.yml on Ravencentric/rnzb

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

File details

Details for the file rnzb-0.6.0-cp310-cp310-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for rnzb-0.6.0-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 bc4cebc499868f0c2b309a2228ba867022eafbfc47a14251a4418dbd8d05550d
MD5 764531a61c67e2a791252d4492e3ce3e
BLAKE2b-256 25fb7dbac314abf8a60d594e58fc4204dc7fba24a4291216f03dabaea933eb04

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.6.0-cp310-cp310-macosx_11_0_x86_64.whl:

Publisher: release.yml on Ravencentric/rnzb

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

File details

Details for the file rnzb-0.6.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rnzb-0.6.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 38733c7455efd0b15cd8de320828a92e42964e808842e856d007859f756c651b
MD5 fd7940d7a80683c4581e03ed4ff30677
BLAKE2b-256 2a8b73cf71b1b170d04713ea6dd81dc78ee71e0cfa012a5aa68504594a968136

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.6.0-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: release.yml on Ravencentric/rnzb

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

File details

Details for the file rnzb-0.6.0-cp39-cp39-win_arm64.whl.

File metadata

  • Download URL: rnzb-0.6.0-cp39-cp39-win_arm64.whl
  • Upload date:
  • Size: 850.2 kB
  • Tags: CPython 3.9, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for rnzb-0.6.0-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 eea341561f903e35fee46bfb8b0bc52d227e304f3c31e5530724f3bfb998b2fe
MD5 550d4f566586cfa4ea9bff89e992985a
BLAKE2b-256 d40595603306fd9326faf5abf25dc5a4e54c13741b401d1987f6a46c6f40d073

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.6.0-cp39-cp39-win_arm64.whl:

Publisher: release.yml on Ravencentric/rnzb

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

File details

Details for the file rnzb-0.6.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: rnzb-0.6.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 928.6 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for rnzb-0.6.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 5b2be81d246ddcdc1417275069d7fc02dc29ea01f981f843d6d52e60b1c583d1
MD5 f75c2c792cc3e7b19d4718b15486e08c
BLAKE2b-256 b009970a0a508d2933d898807423208bf2a786203c3fc372bf712cd5e0cc5c22

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.6.0-cp39-cp39-win_amd64.whl:

Publisher: release.yml on Ravencentric/rnzb

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

File details

Details for the file rnzb-0.6.0-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: rnzb-0.6.0-cp39-cp39-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.9, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for rnzb-0.6.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 25931083ad30fb7279aedac6369d3827e22157aa23c355fc86059c7623399c08
MD5 7507335b513358384aad1738e6c19fe6
BLAKE2b-256 0499a2f6e97cf08d9d0d95b8f89418a4370ec36a13e5ddfc6773af76f4014702

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.6.0-cp39-cp39-musllinux_1_2_x86_64.whl:

Publisher: release.yml on Ravencentric/rnzb

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

File details

Details for the file rnzb-0.6.0-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rnzb-0.6.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a705a8b454f885417c0b534ba195962f309b9139a7528b173ab44e1b938b7acd
MD5 fe80f393fbfb450ab1a1f040066f6994
BLAKE2b-256 4e7f361c36432147acbdf088fae5afae33f5ca8f5d4913c2c3003bba45ecde42

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.6.0-cp39-cp39-musllinux_1_2_aarch64.whl:

Publisher: release.yml on Ravencentric/rnzb

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

File details

Details for the file rnzb-0.6.0-cp39-cp39-manylinux_2_28_x86_64.whl.

File metadata

  • Download URL: rnzb-0.6.0-cp39-cp39-manylinux_2_28_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.9, manylinux: glibc 2.28+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for rnzb-0.6.0-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b67e095322c5e27837c2fcafd32b85aab9e817f07d34f8eb278a9a1ff8d8e26e
MD5 1edb6bd851c68db01ae34d733989c311
BLAKE2b-256 b9895fd6af77caab6e55c21f9a56443a97ab76ac680e8340867423e4309f77f0

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.6.0-cp39-cp39-manylinux_2_28_x86_64.whl:

Publisher: release.yml on Ravencentric/rnzb

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

File details

Details for the file rnzb-0.6.0-cp39-cp39-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rnzb-0.6.0-cp39-cp39-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2c5d11f3b008e755c17f2c14aa98d469733a122aeff2f59c830145c0c2d9359e
MD5 477630b293d75f2fe3f781504ae7038e
BLAKE2b-256 da71f0f15dee1fac6102a5d508e5d6b9d9dd2a953f906c37ed01b072c0fd444f

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.6.0-cp39-cp39-manylinux_2_28_aarch64.whl:

Publisher: release.yml on Ravencentric/rnzb

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

File details

Details for the file rnzb-0.6.0-cp39-cp39-macosx_11_0_x86_64.whl.

File metadata

  • Download URL: rnzb-0.6.0-cp39-cp39-macosx_11_0_x86_64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.9, macOS 11.0+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for rnzb-0.6.0-cp39-cp39-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 c1ab5855fdd5988176041066de09f12ad7e5b32afc53837c0dabcda36717e3dd
MD5 22366a1b033ab6fe039321fbb190afd5
BLAKE2b-256 0e0313914bdb917548454650ccefdde5dec72c2c896fde22b13a3ac115656fff

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.6.0-cp39-cp39-macosx_11_0_x86_64.whl:

Publisher: release.yml on Ravencentric/rnzb

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

File details

Details for the file rnzb-0.6.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

  • Download URL: rnzb-0.6.0-cp39-cp39-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 949.1 kB
  • Tags: CPython 3.9, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for rnzb-0.6.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a52d0ea4d795df45389304b534ed44c15bd0678874de8a5d1d5da08e0baa8bbf
MD5 35eb1504fc042bfab471af4075752478
BLAKE2b-256 dd1a1f978f6bc94db62892f3d586707d9f0fd9d1dc9e39181a1a61361262a4d6

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.6.0-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: release.yml on Ravencentric/rnzb

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

File details

Details for the file rnzb-0.6.0-cp39-abi3-win_arm64.whl.

File metadata

  • Download URL: rnzb-0.6.0-cp39-abi3-win_arm64.whl
  • Upload date:
  • Size: 855.9 kB
  • Tags: CPython 3.9+, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for rnzb-0.6.0-cp39-abi3-win_arm64.whl
Algorithm Hash digest
SHA256 2399dab2124d052ac259b440aa6d931a2467940f7e4b58446999f71568599888
MD5 db7569e1d09d9079092f3207f4d80dac
BLAKE2b-256 c1191c9c3f931dedbaf779068ed1bdfd419f1ebb9fd6fa358945c9d5e492ee7e

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.6.0-cp39-abi3-win_arm64.whl:

Publisher: release.yml on Ravencentric/rnzb

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

File details

Details for the file rnzb-0.6.0-cp39-abi3-win_amd64.whl.

File metadata

  • Download URL: rnzb-0.6.0-cp39-abi3-win_amd64.whl
  • Upload date:
  • Size: 935.9 kB
  • Tags: CPython 3.9+, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for rnzb-0.6.0-cp39-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 4f7e690defd809550dc0e5d4a7a898924ab4794f0fc7f7757693f58140040f94
MD5 6051be63a12b35a895e7d0ac9db7d555
BLAKE2b-256 67de5cbb65c5cbcc4ebcc89891f3dffa7a45ed5e2d004c1781ad9db9bbaecf53

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.6.0-cp39-abi3-win_amd64.whl:

Publisher: release.yml on Ravencentric/rnzb

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

File details

Details for the file rnzb-0.6.0-cp39-abi3-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: rnzb-0.6.0-cp39-abi3-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.9+, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for rnzb-0.6.0-cp39-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2c4d8665ad0993ee5c495846148607bf37a2c69c24f2f254f9b2956456d380c6
MD5 7324a77975b2332b8fae0baf31192a9a
BLAKE2b-256 ade986f68ef04f819a491cb8da334ec1e0232bbd4862215702b3676e5b757e07

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.6.0-cp39-abi3-musllinux_1_2_x86_64.whl:

Publisher: release.yml on Ravencentric/rnzb

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

File details

Details for the file rnzb-0.6.0-cp39-abi3-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rnzb-0.6.0-cp39-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 028457502d646d86111396552080fdfda4370a7dc674d3bfc009996828895648
MD5 dc9167576b2030b5077295da5e1630a3
BLAKE2b-256 c3ec09ecaa5356dd5835709804b607550227cc8b9017842a7d5de8644bca7416

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.6.0-cp39-abi3-musllinux_1_2_aarch64.whl:

Publisher: release.yml on Ravencentric/rnzb

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

File details

Details for the file rnzb-0.6.0-cp39-abi3-manylinux_2_28_x86_64.whl.

File metadata

  • Download URL: rnzb-0.6.0-cp39-abi3-manylinux_2_28_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.9+, manylinux: glibc 2.28+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for rnzb-0.6.0-cp39-abi3-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4c12a7d5f723bb7e48ef0d98f2fefdd0f0118e1b6ca287e7703a4c7bdb3763bc
MD5 39dd2e20f8c670385617b8cb30645b96
BLAKE2b-256 209b59971eac2de3b39c4a9646460271567e908c295021b6f9efb3ae1202fdc4

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.6.0-cp39-abi3-manylinux_2_28_x86_64.whl:

Publisher: release.yml on Ravencentric/rnzb

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

File details

Details for the file rnzb-0.6.0-cp39-abi3-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rnzb-0.6.0-cp39-abi3-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 264bbca51829265fe7940e8833c1b95ce6e867076ebdbc2a884ef7ab6e48c5ab
MD5 d83d85b704b7aa136c7b7c196fcb83a4
BLAKE2b-256 b0bfc03e93a6ce01781c2e2fe1fe393cc2f6859c755211c230acca94a8ee61a8

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.6.0-cp39-abi3-manylinux_2_28_aarch64.whl:

Publisher: release.yml on Ravencentric/rnzb

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

File details

Details for the file rnzb-0.6.0-cp39-abi3-macosx_11_0_x86_64.whl.

File metadata

  • Download URL: rnzb-0.6.0-cp39-abi3-macosx_11_0_x86_64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.9+, macOS 11.0+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for rnzb-0.6.0-cp39-abi3-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 4351acdf3bb1a4c63434c1e995710f5d2899a8761c42d7761fae0af03d93bf4a
MD5 64eca219ed646cbb3c85c48ee81b5738
BLAKE2b-256 592a99dcabe7865745035b319e30a854d9a77d0aef9e1b35d0270c6daa99dec2

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.6.0-cp39-abi3-macosx_11_0_x86_64.whl:

Publisher: release.yml on Ravencentric/rnzb

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

File details

Details for the file rnzb-0.6.0-cp39-abi3-macosx_11_0_arm64.whl.

File metadata

  • Download URL: rnzb-0.6.0-cp39-abi3-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 954.8 kB
  • Tags: CPython 3.9+, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for rnzb-0.6.0-cp39-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7f0bbe4b561b26a23b58d4fdb81720c445cf90f71d5cf2c5df761381fda62e54
MD5 06caeff722b8bdc520e5699834995a78
BLAKE2b-256 6e20150a4b74bc7338d37f6d1b5500bb5150b3da0d3d341185424c1758e2c437

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.6.0-cp39-abi3-macosx_11_0_arm64.whl:

Publisher: release.yml on Ravencentric/rnzb

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