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.5.5.tar.gz (52.1 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.5.5-pp311-pypy311_pp73-win_amd64.whl (921.6 kB view details)

Uploaded PyPyWindows x86-64

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

Uploaded PyPymanylinux: glibc 2.28+ x86-64

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

Uploaded PyPymanylinux: glibc 2.28+ ARM64

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

Uploaded PyPymacOS 11.0+ x86-64

rnzb-0.5.5-pp311-pypy311_pp73-macosx_11_0_arm64.whl (942.2 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

rnzb-0.5.5-pp310-pypy310_pp73-win_amd64.whl (921.4 kB view details)

Uploaded PyPyWindows x86-64

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

Uploaded PyPymanylinux: glibc 2.28+ x86-64

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

Uploaded PyPymanylinux: glibc 2.28+ ARM64

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

Uploaded PyPymacOS 11.0+ x86-64

rnzb-0.5.5-pp310-pypy310_pp73-macosx_11_0_arm64.whl (942.7 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

rnzb-0.5.5-cp314-cp314t-win_arm64.whl (840.0 kB view details)

Uploaded CPython 3.14tWindows ARM64

rnzb-0.5.5-cp314-cp314t-win_amd64.whl (921.6 kB view details)

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmanylinux: glibc 2.28+ x86-64

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

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.14tmacOS 11.0+ x86-64

rnzb-0.5.5-cp314-cp314t-macosx_11_0_arm64.whl (937.8 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

rnzb-0.5.5-cp314-cp314-win_arm64.whl (841.7 kB view details)

Uploaded CPython 3.14Windows ARM64

rnzb-0.5.5-cp314-cp314-win_amd64.whl (923.1 kB view details)

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

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

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.14macOS 11.0+ x86-64

rnzb-0.5.5-cp314-cp314-macosx_11_0_arm64.whl (939.3 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

rnzb-0.5.5-cp313-cp313t-win_arm64.whl (839.6 kB view details)

Uploaded CPython 3.13tWindows ARM64

rnzb-0.5.5-cp313-cp313t-win_amd64.whl (921.1 kB view details)

Uploaded CPython 3.13tWindows x86-64

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13tmanylinux: glibc 2.28+ x86-64

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

Uploaded CPython 3.13tmanylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.13tmacOS 11.0+ x86-64

rnzb-0.5.5-cp313-cp313t-macosx_11_0_arm64.whl (937.9 kB view details)

Uploaded CPython 3.13tmacOS 11.0+ ARM64

rnzb-0.5.5-cp313-cp313-win_arm64.whl (841.3 kB view details)

Uploaded CPython 3.13Windows ARM64

rnzb-0.5.5-cp313-cp313-win_amd64.whl (922.4 kB view details)

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

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

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.13macOS 11.0+ x86-64

rnzb-0.5.5-cp313-cp313-macosx_11_0_arm64.whl (939.3 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

rnzb-0.5.5-cp312-cp312-win_arm64.whl (841.8 kB view details)

Uploaded CPython 3.12Windows ARM64

rnzb-0.5.5-cp312-cp312-win_amd64.whl (922.8 kB view details)

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

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

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.12macOS 11.0+ x86-64

rnzb-0.5.5-cp312-cp312-macosx_11_0_arm64.whl (939.5 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

rnzb-0.5.5-cp311-cp311-win_arm64.whl (842.3 kB view details)

Uploaded CPython 3.11Windows ARM64

rnzb-0.5.5-cp311-cp311-win_amd64.whl (922.5 kB view details)

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

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

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.11macOS 11.0+ x86-64

rnzb-0.5.5-cp311-cp311-macosx_11_0_arm64.whl (942.5 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

rnzb-0.5.5-cp310-cp310-win_arm64.whl (842.2 kB view details)

Uploaded CPython 3.10Windows ARM64

rnzb-0.5.5-cp310-cp310-win_amd64.whl (922.2 kB view details)

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

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

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.10macOS 11.0+ x86-64

rnzb-0.5.5-cp310-cp310-macosx_11_0_arm64.whl (942.7 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

rnzb-0.5.5-cp39-cp39-win_arm64.whl (842.7 kB view details)

Uploaded CPython 3.9Windows ARM64

rnzb-0.5.5-cp39-cp39-win_amd64.whl (922.4 kB view details)

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.9manylinux: glibc 2.28+ x86-64

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

Uploaded CPython 3.9manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.9macOS 11.0+ x86-64

rnzb-0.5.5-cp39-cp39-macosx_11_0_arm64.whl (943.3 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

rnzb-0.5.5-cp39-abi3-win_arm64.whl (849.4 kB view details)

Uploaded CPython 3.9+Windows ARM64

rnzb-0.5.5-cp39-abi3-win_amd64.whl (929.8 kB view details)

Uploaded CPython 3.9+Windows x86-64

rnzb-0.5.5-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.5.5-cp39-abi3-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.9+musllinux: musl 1.2+ ARM64

rnzb-0.5.5-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.5.5-cp39-abi3-manylinux_2_28_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.9+manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.9+macOS 11.0+ x86-64

rnzb-0.5.5-cp39-abi3-macosx_11_0_arm64.whl (947.4 kB view details)

Uploaded CPython 3.9+macOS 11.0+ ARM64

File details

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

File metadata

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

File hashes

Hashes for rnzb-0.5.5.tar.gz
Algorithm Hash digest
SHA256 1b1d2bbf890528781e0af73a67a06e04a573378209a7df26075b50281d22af9d
MD5 748cc8a6e4256d0a07b76bdf5988ca17
BLAKE2b-256 9532f95c0c6147b9530a4f779012fe723c94bb44ebcdf1437f3b0a2c8d47e5b4

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.5.5.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.5.5-pp311-pypy311_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for rnzb-0.5.5-pp311-pypy311_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 eae344d2868b06bf4cb54953ddca0b9c0c6089fcde5236a73f774aebef66bc47
MD5 78ffdb2d7d26dc5ce3d120540c62aa5e
BLAKE2b-256 85d82ffd061fce1a06662eabf28519030a34011a4134bf6649f5f7aa82ed5b37

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.5.5-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.5.5-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for rnzb-0.5.5-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4d1e30d975f8bdb4d3e99a5dc389c75f5217fe1d6ee7119db21740e1abd99e70
MD5 ee96d70f9c859ac07211ca51f3642d84
BLAKE2b-256 4180fabdb44ebaae0102b3802d94e715b4eb4d1f957931c6b0653182e1528138

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.5.5-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.5.5-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rnzb-0.5.5-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 bdafe26a6684a85e03f193a57eaaf7d6520d763273d4c6e9f2a4b0231a0b95f4
MD5 f7cc610aebfc088f028b7b4908ba231a
BLAKE2b-256 c62e261cc7d17612afe2806d9150908f6034767810bbcda071bb40462a104124

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.5.5-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.5.5-pp311-pypy311_pp73-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for rnzb-0.5.5-pp311-pypy311_pp73-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 3d7ca5a8d79ac8000e9279fdf30e7b572adc505f6ea08b0b1cc0d6f16d4cc7cd
MD5 e39dacd50015ea280412cabec44c100d
BLAKE2b-256 62c4e6e1e6ec5f8ff7b2b31b3cedb3da109b6c0f684f4a07c927382d43ee486e

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.5.5-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.5.5-pp311-pypy311_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rnzb-0.5.5-pp311-pypy311_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9c98531a839d680d95adbb6874b236270b944791b93da6825f988ce9edaf4600
MD5 6c471767718cc124a17a3b3fb2321e74
BLAKE2b-256 7f44f3f1476a99a80eb6ad878d8818ee81ad565bed7a53590ab8ed84bf369c0a

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.5.5-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.5.5-pp310-pypy310_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for rnzb-0.5.5-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 7bc6a83afa0b6609cd216bd1fe4c7e0ccfffe127723ea3e799d29aa3fa4f66a6
MD5 bfda0f76ace65480436d9640c834af41
BLAKE2b-256 3275c318d923c0695c433bd232e5515fa5cc0566f4cef70d8e9844cb8ec11a5d

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.5.5-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.5.5-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for rnzb-0.5.5-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cc35915eaff349af750c803b8003a1f7f574ccfd5f5022a11a1fb81bd56e842b
MD5 2b5ee432e0229001b17b9a481366e40b
BLAKE2b-256 dd8e9bb048d3d2cd3c5c4df347af70abc3778dabb87e43cc61e980aa5d157f4f

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.5.5-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.5.5-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rnzb-0.5.5-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c4e3b22526d771a13a379eb7b03a4dc8379ae6c047f52fa74035952af17e7c15
MD5 ea2dfbf88ed252727cc65af6d9d45940
BLAKE2b-256 7c1c927ce2a2bf7ceb9b51e9910f59b1c432685b38b690665a6bbb6d529e190b

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.5.5-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.5.5-pp310-pypy310_pp73-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for rnzb-0.5.5-pp310-pypy310_pp73-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 1918cff6f2ffa0975462bbfbfa29434b9769cea730ef1353fbfd93fd9d6fc13e
MD5 b4ec504e738b283765477d1ab21d757c
BLAKE2b-256 5f8d16fe831b26183dd89f70a43c2faf3e6d998cc66d90ea98e71987f151a786

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.5.5-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.5.5-pp310-pypy310_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rnzb-0.5.5-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 46f48a28fcfa41473734dd4dad1b236140612c7764d53522fdf519c2adf34287
MD5 a062bb194d5ec977b4d12e535743338e
BLAKE2b-256 990a01f1ba5a8a3e10315225bee2c201ccf75141d0f656fdaface7cdab91aaa1

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.5.5-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.5.5-cp314-cp314t-win_arm64.whl.

File metadata

  • Download URL: rnzb-0.5.5-cp314-cp314t-win_arm64.whl
  • Upload date:
  • Size: 840.0 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.5.5-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 444d3ad077a55d1fa02173dd177aa751acf1a8f89b3a0f8ce06aaaa125793460
MD5 a58904af9c5459dc3c49616e660e5ab8
BLAKE2b-256 fc8865d637c8334fe3173625d586b9d377bea3f53758fc8bd0b191e97a30b46f

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.5.5-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.5.5-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: rnzb-0.5.5-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 921.6 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.5.5-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 b28e165386c137a7fe2f019f0bbd4097adb64d23da86cc47c3367ff9f0f5ef9e
MD5 8595778b6d0236d15903e8831db80219
BLAKE2b-256 7e644df9e3fecbef893fe86fb59c21f855d5f5156ec9cf14fc7efe7f3c3bb1b2

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.5.5-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.5.5-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rnzb-0.5.5-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7230315c2f9e50e1ddf1f7d8db6b35ed7af55dfc66cb4ca329c27bdcb62a6193
MD5 a33993456d1bcdfa62fc9a7dec853535
BLAKE2b-256 1801f7f43ec81b20f67466230debc0fc7d5815434c5f9476ba60ae4f436c1317

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.5.5-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.5.5-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rnzb-0.5.5-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fb8fadf4b69c800236b281acbe505ea62804511818745d09d056fa647aaef26b
MD5 d674ee60b2e9136f57cbdb750a126656
BLAKE2b-256 cbbec8ab5e22d5f3f10cb78d82eab81527746c7cb51019d068362ebd21374563

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.5.5-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.5.5-cp314-cp314t-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for rnzb-0.5.5-cp314-cp314t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0cd6ddfffa85c6bb4ae7211ae8d0ba7aee10f67ba66649eddce1c43f60c7f5f7
MD5 011e10151d3fc24b7ee68070d1e38f95
BLAKE2b-256 3180eee42f6370d91cfb18d98744b8af78a165aa73af5b1af1d4cbe87da0e3f4

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.5.5-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.5.5-cp314-cp314t-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rnzb-0.5.5-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 bf0fa86b893c3de5e2b1a02f9b05362d8975b1c3621bf8c25583636636c81831
MD5 027af244e0f5899fe0668a9be0270009
BLAKE2b-256 a04b396bbc071ed0d2f6b3689b520b2410bdcd8054c7f56ba36d060bcb393bdf

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.5.5-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.5.5-cp314-cp314t-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for rnzb-0.5.5-cp314-cp314t-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 831962e103be730e6011cd3b55b46e508fb6c90af9e6457feee9453df5d4bec5
MD5 d9460912dd32223291228afdfbd9dffd
BLAKE2b-256 b5fefb23da2ec5d1fc976a0efe760013599e757798aa4249d81071217486ac22

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.5.5-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.5.5-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rnzb-0.5.5-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fa644af354d21b38dd074e1fbb078217ae0ac12a2b8f6f9348becc3680b1815e
MD5 ea4018a438e2115f0f0d74af8bd2dbcc
BLAKE2b-256 6d37c748541931e963d5dc373bd3ea38c478cb9a2b941f2a36d517be22fc0ce7

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.5.5-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.5.5-cp314-cp314-win_arm64.whl.

File metadata

  • Download URL: rnzb-0.5.5-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 841.7 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.5.5-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 f7cabf2ef8923c0792a503b952b84b38b653afc4cc933578f23cfadca9c64f53
MD5 f1a39f4115256e6ebc86fa210f42b4d7
BLAKE2b-256 df2f4e3214c8540c70d3d2f10301eb6023acc28b5b3253c1735b4190592e224f

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.5.5-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.5.5-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: rnzb-0.5.5-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 923.1 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.5.5-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 bf906a2c64d5e066f178bcf0de3f42848fee9397c5e5557e0cd7655a98f8e584
MD5 5b35f3673851a5c8d01f07d638cab667
BLAKE2b-256 982e9daeed47b625abaa0b63c879f2cb45c463bc6d1e9d79540d7e2cb8fe9a2a

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.5.5-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.5.5-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rnzb-0.5.5-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 90abfd40317af4c773b85fa02ebe7e65e52912abe3d61a2f12c506f77da8cda6
MD5 dda7eea6ea2398643c409836a3aafc1c
BLAKE2b-256 46cacbb8dbcb8b798cbb44124d59f99630a9df4ea5b9817f19b82b44fa49e37c

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.5.5-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.5.5-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rnzb-0.5.5-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d8b8bd52ab2192058d4c3343cfea2ff9a5916e33b447582e2629e28d80d0e4b0
MD5 92e129f83a65f5ccf89cbd1017a58917
BLAKE2b-256 6ca2860fa7275ece8e1649da03197fe422102056ccf15cb2e9fe6e06c7061d07

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.5.5-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.5.5-cp314-cp314-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for rnzb-0.5.5-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 347d97d074721fae6232f11cc5b3198d29a805c41f905a95bdd99ad00b974328
MD5 09515c80825187e9ec1e6f35355e0701
BLAKE2b-256 7a430188720adda3e62f70fabaefc3d40b0882009880689ae5511780bc89cb55

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.5.5-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.5.5-cp314-cp314-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rnzb-0.5.5-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 60da4687862f4de93eb30282cbaca9b93018ce56b84b01c0c29935cf269f3797
MD5 b40f55f2eab14b2853bd1fac177d82f2
BLAKE2b-256 cf1a80f268245387bc79e10e7711a133ba6b7a0eff1f93daa034068568e457f5

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.5.5-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.5.5-cp314-cp314-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for rnzb-0.5.5-cp314-cp314-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 ac41ca11ac6e32e709efe3ba7c64b19c0f4bbad3b806ec1b24c652d408109512
MD5 8a837ea322c4dd9a65ac245a9cf4987d
BLAKE2b-256 cb2fa794b0b022bfc1b99f893c5cddb34b24f5ff703c7ff75cd1b8ba64f1bafc

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.5.5-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.5.5-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rnzb-0.5.5-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 46cbe38c7988f8d72b8d18cb86ba64873ef5383bc562dd4ae759371dd8eea48e
MD5 c0d166726e549d217fb85cfdfe02b0c3
BLAKE2b-256 86a95258f3b21aef3e73c49d6593bdd7f26a5665934a7f6cb68431fc459b2382

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.5.5-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.5.5-cp313-cp313t-win_arm64.whl.

File metadata

  • Download URL: rnzb-0.5.5-cp313-cp313t-win_arm64.whl
  • Upload date:
  • Size: 839.6 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.5.5-cp313-cp313t-win_arm64.whl
Algorithm Hash digest
SHA256 35968fe32e03fe999d7b4547ba0e2471b5072984a8f000a93b660eb6e632188f
MD5 89cd64249056fd5f12474c03733d7af1
BLAKE2b-256 2732084e8e233536e12abacfe687b65c4c9b61a39735becb54e5337b9aba06fa

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.5.5-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.5.5-cp313-cp313t-win_amd64.whl.

File metadata

  • Download URL: rnzb-0.5.5-cp313-cp313t-win_amd64.whl
  • Upload date:
  • Size: 921.1 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.5.5-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 ac2e822ca895d92cd6ae49346704e4bad98bb35c62bc8f023b157ff2bbf5ff1a
MD5 1dd3032f78a0d6c97159af79efecfe04
BLAKE2b-256 119b9b007ed5453291b5e3fa58f798b7fa7d614a772b3d4059494873cc7c940b

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.5.5-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.5.5-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rnzb-0.5.5-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 be0f1bbc85709d3538d8040af4da8fe1d56b4d4f88ff0744da09da8b74d9dfc5
MD5 99c3af59d9e021c827f3ef444840c42f
BLAKE2b-256 37ed7dc95c17a58be8be2a8e81dda598d5db63edd79a30913b21816fae94a436

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.5.5-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.5.5-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rnzb-0.5.5-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f3b7253786055fb8e0033517a983e268967bd45084e7734ae62ea87596fdd46d
MD5 b07dec1b406427853de6f250f3a1d5d7
BLAKE2b-256 fbc09e5a786f1d4f2bd3d96efe2942fed2adc05698b398ae4600dd5ecaeb7182

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.5.5-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.5.5-cp313-cp313t-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for rnzb-0.5.5-cp313-cp313t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3d22fa4256269b59460652ef978b7d8a98bfe556a08f510c4dec13daf6ba24d5
MD5 96ff08c1684caac030a9ed482e886d0c
BLAKE2b-256 b0da1105a4b01dbe627b46884b34e448c23bb6c6859b420a17cbafce3a49aa44

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.5.5-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.5.5-cp313-cp313t-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rnzb-0.5.5-cp313-cp313t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 851a36ddf3ae990d684fbec2096d5de407eb2f199b4f226925ecbabdc639163c
MD5 afb413077f145434d7848a7717b2b900
BLAKE2b-256 abf2c30b321ed6533711338de549f3bd5337bdabba760509f17a2a0b697c494d

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.5.5-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.5.5-cp313-cp313t-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for rnzb-0.5.5-cp313-cp313t-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 8f75f6588798249846f8ce9382c09fa36563cab7197befee3f7259ac698cf48b
MD5 402f2a63273bdb3afe519551436bce3f
BLAKE2b-256 c4173fbf7082d84f3b66b5067a0bce9b430972d3f3b9cf0b1f0908069fcbc976

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.5.5-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.5.5-cp313-cp313t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rnzb-0.5.5-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cff3eb67e11d92c50173d3cc8e7fc4b249352938980aaffab93ca1285d88b88a
MD5 78a8f7adbed2cca815229e11e156bf45
BLAKE2b-256 b0c29c7a1597a06bb7f497d390cc66eef704b4ead0700e5051ce525d2948c7e7

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.5.5-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.5.5-cp313-cp313-win_arm64.whl.

File metadata

  • Download URL: rnzb-0.5.5-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 841.3 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.5.5-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 97a24d9aa60aece8a8892004ce25acd2a0da3daf1db03d7ec0cb5848545a0b4c
MD5 a2cd589664ab82c9bcba7fd4640605b6
BLAKE2b-256 58687a9c4a9a576685c0d913e612a4fae3ee23f315cdcb2cb166043cd22fe1d8

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.5.5-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.5.5-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: rnzb-0.5.5-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 922.4 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.5.5-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 867e7c286f35ba5713a8d8a0715a2a8d093a0ff32f85c3114e2d70799750cdcd
MD5 1c2eb8d0958bb3486fcbc7efda8552ae
BLAKE2b-256 e2e607b66bc84350bb797a4c97389a81328ab6e1f28e1da5626a9940cf021e4d

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.5.5-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.5.5-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rnzb-0.5.5-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0de0d7d184f284a63c6b24344b2d5b72c1eee428dab9dbf4d4e3c8709aeb716e
MD5 443ab90bbd0bdf97735dd8a7f956fbe6
BLAKE2b-256 91e8dc14c89fd22967368138db109b03096e09460100affc6eb59ed5d32cf651

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.5.5-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.5.5-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rnzb-0.5.5-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bd9b6f00524c08d85cd936f87983ca8110a60f2df7cb04aaaf427bb03d95cf3a
MD5 88123837c36226443c4dcfdb219e8f23
BLAKE2b-256 aa4bda0033fda599e65953c2ce8a57df8035e1d20d75045fad8038e296e72c9f

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.5.5-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.5.5-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for rnzb-0.5.5-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8b3d91d6471e939443b0c8bf9c61d64b57ac87cbf601ef9f347fca9f46d07828
MD5 5bc1bf0b959ddba64e477eed22a191e5
BLAKE2b-256 b56303aa89a8d031e05559a71891260b38e437517e7094e8419a4ed73ff9a3dc

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.5.5-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.5.5-cp313-cp313-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rnzb-0.5.5-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 00840813897d28c886d872bd25bba257b6bedfacfcc2e798b8cd9d6cf0de21e2
MD5 32e1717e53daa7e513f30b887a20fd3f
BLAKE2b-256 31d0108ad4a871f75cd8ab15f854908c4dd49fdb4578d356a17b03fdcf970159

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.5.5-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.5.5-cp313-cp313-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for rnzb-0.5.5-cp313-cp313-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 274c40cf305fb8a44b20a18052bd691df1fe6fe6eb821814a6669e7a101f6785
MD5 ec6471133ecf453f25a2a0ed9a8bea86
BLAKE2b-256 020dc645fd25c05912ba0c055c81866a89e99c66669e4ff517235b4e0957970a

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.5.5-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.5.5-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rnzb-0.5.5-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9d6ff39f3e202ae237adba5105fd096539337ee538ef511690c597f152caf1ba
MD5 96c400c6e309a2c4ecefcc6865bede43
BLAKE2b-256 024fb159acc203b872240e030d591486f7e78afc1738448a691d1ed215856e31

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.5.5-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.5.5-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: rnzb-0.5.5-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 841.8 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.5.5-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 597eed35b14d84d50835a1d9c67f4087728b37127d6c5f3308db65b07e97b4fd
MD5 5c6bca055dff178e3651385ba71524c8
BLAKE2b-256 dcad2e5e6add1234745d1bcfcc5663842ed2c585a857b0f8a2313e3e6f1322aa

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.5.5-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.5.5-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: rnzb-0.5.5-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 922.8 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.5.5-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 5c51c7246c694672c436fb25a0f1a2a2cf6ee4cbbece09bca196b8c81befc4af
MD5 5f5cb59263f813d225e33f63c0307350
BLAKE2b-256 c6caf48637aee0fb1076a739d246d0017d9fb9e12a14ac95a117a37a13bd0ffc

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.5.5-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.5.5-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rnzb-0.5.5-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a6619ba0174497173318749173ef02001f80eb905227135c3efbaee364ce2a25
MD5 fde9e35e0d78e8d7fc0c442c3b36cc8a
BLAKE2b-256 75cee146c46cdaa46f9de8c27536e2b738e6aeb11e48d0ac0d222d670c8fbe68

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.5.5-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.5.5-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rnzb-0.5.5-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b98836e56952d10dd264bec2095c8cb7223e4274d07fcba56dffde8c2dc93065
MD5 aaac38de5f55096b1f93beecaac8158e
BLAKE2b-256 c390f191c6fa6a27e8dd5ffc11c92e021322f15e2758298752a8fb3aeaee60f8

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.5.5-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.5.5-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for rnzb-0.5.5-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 90afbc28f65a8777d8fca051164ec21b191a101b80e372f92f86401001941a19
MD5 92e5083c5a7197334cfe3707f13d1c81
BLAKE2b-256 9469ad378e2ff73bcaa409f938f6e317550d19db409ec7c9a2be444e4277a98a

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.5.5-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.5.5-cp312-cp312-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rnzb-0.5.5-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e4c9e63ef7d2c7b8b1243ac9bda0de5d6fbb09b23da288ed4cac079f4235874e
MD5 6df9b838b670beeaeed5605a46747c78
BLAKE2b-256 1dff0b30fdf20bf7db2a4c33d1b25c3a02d4b111b4df5d6eca655dc8e82e1f26

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.5.5-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.5.5-cp312-cp312-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for rnzb-0.5.5-cp312-cp312-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 ed15268fc41a3ac8ae37ea20b35cbdfd572eee2483650f9be10e0b13db97aa55
MD5 dc12115eb411b61ded5a83752bad4197
BLAKE2b-256 f55e106effddb1c1d5f588e3701aab8f7410ddb029a4cbff7c317d976b0ba4c8

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.5.5-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.5.5-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rnzb-0.5.5-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6c1a8d2f946f6d984d57c165141584648a4f06670377308ee51ccc2361d8e627
MD5 c170888350e4cd789c1d1fb6bf176e37
BLAKE2b-256 6a8c005930de554c7d830185dabebdf83453e82cc8b25001f1f4e4e5c867e93c

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.5.5-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.5.5-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: rnzb-0.5.5-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 842.3 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.5.5-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 1f67c6ccd8cf2dccc7b33d0c36a05453f0fdef0274cf889720755ae6d72977a6
MD5 85c69dd99f4a44d3de5cbbb8d70632f6
BLAKE2b-256 a5b4786052af73623047a74fc99237b3354b90bac82e315791f16792d922281b

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.5.5-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.5.5-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: rnzb-0.5.5-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 922.5 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.5.5-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 886c47d59340ce3e1d7d0b52b998eff299ec433f000eaec5bd22fad4c25bf3bb
MD5 c78e8db1b562f203388f1d983a877942
BLAKE2b-256 68eab682770f62c731bc848e0e71ea14607e22872e36452fcf1151a3d213178b

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.5.5-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.5.5-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rnzb-0.5.5-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 59fd10eb140630bb76f79fc41849ca3b323894575e86a2d026cb09ae0a129dc7
MD5 8055dc7fdec258fc78e4f251ff83e72d
BLAKE2b-256 5a79f553051448b15b3bd9d69cec0656fa16c560d57aad1c490a8efd99242dbd

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.5.5-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.5.5-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rnzb-0.5.5-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 954ee607454e8d57b9cd0772c168c5368c8d6e5d13e25fbbb8c9641a3c8e9e61
MD5 9e34eeefa86870a40eea8792b0584ef1
BLAKE2b-256 2fbdadf7cf57f38a590b71d4c6d8ab85e4751e6f6584df6fd3a969f3673c1c62

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.5.5-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.5.5-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for rnzb-0.5.5-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 46c059769189e0c204a1d1397db513a89066174f9a406d41d5b91065a7cf8d8d
MD5 cb3d0bb709ef05189df7d335a6867ffb
BLAKE2b-256 5c96fa5d3af130a1e029e2a6850644c0f99b897dfe6842bb50ca83d8066f838e

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.5.5-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.5.5-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rnzb-0.5.5-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 28872bf08513daa4ee076642066febacbc8ac73e7ea445da5f815e0d9700a67a
MD5 5ef51336d4c0cf5034556a5dc1d9b583
BLAKE2b-256 dfcea058d74b58fbba45543cd3931da88bb18896cb9323f4d0c66440c530057d

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.5.5-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.5.5-cp311-cp311-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for rnzb-0.5.5-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 e7c18f0f383fe4fa07e111b7efefba1c43c503bfe28570b8437508f452fa4350
MD5 18a4f4062b4529352379c28f89ce923f
BLAKE2b-256 1c334c339fec0a72ec57bc98eab5202400736407f5333e007bccb3be95770702

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.5.5-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.5.5-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rnzb-0.5.5-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7a4fac7da4bc275dcfd8e6e4d9caadad4a6668322ab2ac49cd1a4e68ce99262a
MD5 b09b463f645b4aa1687b7c6bd690c29a
BLAKE2b-256 229e061105b798271c7d37d8a310feac23ab4097a11dfe15f03d490f1772b75a

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.5.5-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.5.5-cp310-cp310-win_arm64.whl.

File metadata

  • Download URL: rnzb-0.5.5-cp310-cp310-win_arm64.whl
  • Upload date:
  • Size: 842.2 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.5.5-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 52eaabc7aeb6fde3d9ed8a988c780de2f4222a5a85be84e307142268a5598f48
MD5 65a6aaf5eb6f8172974fa23b8b9323c5
BLAKE2b-256 10eb4887d5b18c7506ecc3b453987dfc23e46a112506ccf6919a18cac34e7252

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.5.5-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.5.5-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: rnzb-0.5.5-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 922.2 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.5.5-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 50a0c0ab8fb2a5337030c73f51957ebc458b0e92ab7e93058bd936f169b3e6c9
MD5 12973bbe36e2f5d62813b0e5717ccf2a
BLAKE2b-256 6367c9c717a5bdb4f853ad40b17abb0f1bef64c5ae3421bb59b9331427d994b4

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.5.5-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.5.5-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rnzb-0.5.5-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1a6a6f876d1d222ff06f37adf873f4743f6324636e71b7fde236e7c9d033a7be
MD5 94a9e2e86b9a761aec97489b944ffeba
BLAKE2b-256 2a8540fe5f59edbe20468e9b8b5c24420d6c62f15996c4be545edc6d0b8b6913

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.5.5-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.5.5-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rnzb-0.5.5-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a0349aa692e6b9c3deb9d341a7a4b551c7fe44884cc49159b262a07512a6f780
MD5 e1ad15ff64113138c6f2856a73a081f5
BLAKE2b-256 335097253a5969bdd01d100c2660b52aa0b517db3247bf2e85f798702b60d8cc

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.5.5-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.5.5-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for rnzb-0.5.5-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2087256cb2ebd8eaa0b4fa3df925db8257110e7f167bc122ec83191623dace4b
MD5 a8ff81c5c76a5dbefba4d5ab0031fe0a
BLAKE2b-256 2534909db9ac83f6598d10db639887c7224b9b20dc26f42aeedd5b28d6f9f848

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.5.5-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.5.5-cp310-cp310-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rnzb-0.5.5-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ff3f9ba6e58fe8aaabd96f4e3c55a00278440e76f61e873462d05487cc69603a
MD5 4992d71756d288a05395309ea824683c
BLAKE2b-256 e2a2e5040068c4e20550ecd1c12c80f85f22f47820b1ee7bea90fbad07904a83

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.5.5-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.5.5-cp310-cp310-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for rnzb-0.5.5-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 b8e8ffd6daf4159b9b9b8202d05927e39380a7632e1d4e87159280046cd4ce5d
MD5 1602a87c4a9f3d984509427faecce91f
BLAKE2b-256 091fef6b87708b78c12bbefb7d407855647ab0834dc5805495d1463294a07769

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.5.5-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.5.5-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rnzb-0.5.5-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 08c7d16bb2201cc3f76b4e8fa9b67e0963e5c8cc0b0273dd4a3581afb523b7be
MD5 2480c5c01b7742d74bd7502a35cd228c
BLAKE2b-256 01338009dd01bce69f6ccb25b0c56b1ab5f38ffa37757081c0e36763af75015c

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.5.5-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.5.5-cp39-cp39-win_arm64.whl.

File metadata

  • Download URL: rnzb-0.5.5-cp39-cp39-win_arm64.whl
  • Upload date:
  • Size: 842.7 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.5.5-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 0e32792a557de18c6a344af087ddedc295dc4d645706e8c8a1b6569691e0a84e
MD5 b63d09f78daa05aca4adbf7ac03f57bf
BLAKE2b-256 34efc762f83e79eed9a54b9fb559e218ff06adc14d07cef43b057c805de0dad7

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.5.5-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.5.5-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: rnzb-0.5.5-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 922.4 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.5.5-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 9c1e43b0d2a7c3c01a999f9e070912c3b7744829ba52d4228be08f6fe479daaf
MD5 f58d015c848c437e4c8fcdcc95260711
BLAKE2b-256 7d7307cb73c5c3de78b545d916d291469d9ff9ddc38acd02680359e09d79c1fd

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.5.5-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.5.5-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: rnzb-0.5.5-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.5.5-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3b577ba67a6159329e4a0c362c011ed76bfd3ad8f4b8bdb93261f67022d6ed4d
MD5 e0ec7f02699d219441563eb0190254e4
BLAKE2b-256 5bb6ac4462efc242f79ea657bdd2f68807368b56e4bd0bf392f63e28452ebe7a

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.5.5-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.5.5-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rnzb-0.5.5-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a2f30e334ba812dde47649bf1c5ef006cf2a0f6c3e3035b544e45eaf16104310
MD5 c1fc275d9e92dfe11bdba935842f333c
BLAKE2b-256 777ebffd7f89438c0ef4981eaf84c731dcdc05d6358994483609dacac1921ae1

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.5.5-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.5.5-cp39-cp39-manylinux_2_28_x86_64.whl.

File metadata

  • Download URL: rnzb-0.5.5-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.5.5-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 072d735553b72a1e336ebe7f372d6b12db08ce659f154d259405754fa70f2a93
MD5 06f3fe5d76723f42e9586cd06f63a307
BLAKE2b-256 84801e8949611e4abe51a040ed710918c02bcfc0e1b7107f5f4cb3bfb14da389

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.5.5-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.5.5-cp39-cp39-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rnzb-0.5.5-cp39-cp39-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5e4863667ae50cc93930800ec6995264e32381fd73c3a45d54d459345101711c
MD5 2abb579e2e3b21ba5e9ce1869384ee41
BLAKE2b-256 8caa8a8bcffd6ae0df5ab6de33e3e1eef59bd3dc00c6ee6bcead8a7557cbacd6

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.5.5-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.5.5-cp39-cp39-macosx_11_0_x86_64.whl.

File metadata

  • Download URL: rnzb-0.5.5-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.5.5-cp39-cp39-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 e3f9472fbfe171b0ce838de49fb7512a11c7fae5b2f09d7344744ae639cd9e87
MD5 2c70eb6439008d03be7236b36e358b13
BLAKE2b-256 92b8f7688cbe3d7195f78cc35319ec6614b4b5b0195efbf4b846e86cb1fe71a7

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.5.5-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.5.5-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

  • Download URL: rnzb-0.5.5-cp39-cp39-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 943.3 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.5.5-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b808b86666ee6d88acb0084f833dc3e83702faaeb8910ec030349f4e059a3740
MD5 3d0da0760ee149133ebb5fb3bdf000a1
BLAKE2b-256 1f6734139d7e6f78241281d4ade515507a9dda5cf1c95e9a3281a8e0530076dd

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.5.5-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.5.5-cp39-abi3-win_arm64.whl.

File metadata

  • Download URL: rnzb-0.5.5-cp39-abi3-win_arm64.whl
  • Upload date:
  • Size: 849.4 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.5.5-cp39-abi3-win_arm64.whl
Algorithm Hash digest
SHA256 c1f829c4b36dc5d5a4fac216dc2f8d4bfd6c62bd208608f2c3dfaf23542674f5
MD5 dff7fed1771d8bef60d99b6231ee3094
BLAKE2b-256 aa6322c2083307442cb67f1f95c6083b771251372036552225593a9f10f15d9a

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.5.5-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.5.5-cp39-abi3-win_amd64.whl.

File metadata

  • Download URL: rnzb-0.5.5-cp39-abi3-win_amd64.whl
  • Upload date:
  • Size: 929.8 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.5.5-cp39-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 c1d56616897396b9c86bbf219b284209959fc6403fd13d2930bdb569462ad167
MD5 9d5624290b9c92cc208fd44efc9b8b19
BLAKE2b-256 c3ed0a5361d22025b811ca61e3221f906850a743013f4bb81a4725252cf23c6d

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.5.5-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.5.5-cp39-abi3-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: rnzb-0.5.5-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.5.5-cp39-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e678610dbed6dbee1dfa5bb7ac018b573a90d5e4d8c1d667bbfc1b7c6e224f70
MD5 bc05c15ea3dfe39072bdc51a4151fb71
BLAKE2b-256 beeb16e354f327cdf3b83fc6edeb9120e102b59618333bdca2c6daaac85f4f15

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.5.5-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.5.5-cp39-abi3-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rnzb-0.5.5-cp39-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 dd14334fb47ca5d4bbbe071000b319fa82967df5acc8e6d2b07dff40c68615f4
MD5 436b69a0307cb019cfdc22a6ec0d7917
BLAKE2b-256 78681572baa9472341c28f6ea8aec148568044b4990f097af14ad5c8db4a84ad

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.5.5-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.5.5-cp39-abi3-manylinux_2_28_x86_64.whl.

File metadata

  • Download URL: rnzb-0.5.5-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.5.5-cp39-abi3-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b7a849e82cd9793978a68b28961d8d402c753929bfbc9f1ec08ba9f1242d899d
MD5 53bcc290d11ecc25a35ab4e4842824d3
BLAKE2b-256 3b2d1292b482d7cdd2c5c1c6285da8e8f9180a856cceb43a0182c74d745d9390

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.5.5-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.5.5-cp39-abi3-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rnzb-0.5.5-cp39-abi3-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ae39689f0b211142ec6ccad463f540f1b330554c23c1f99d89bf65ba6872ed55
MD5 d14eba43c2c77919a386ec43f66302e6
BLAKE2b-256 7c1266972041d64d3edd8f13779c0e64a86ddf8d2e70cb27a686bda494de8585

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.5.5-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.5.5-cp39-abi3-macosx_11_0_x86_64.whl.

File metadata

  • Download URL: rnzb-0.5.5-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.5.5-cp39-abi3-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 5858475515f3acbdd9e7eaf955c08c998b9adfe317f7697f1e5e66a3cf7249c0
MD5 7e9c2e98984f039a643f71e3eeb03dfb
BLAKE2b-256 55d48008083ff2597b304a282e315e59602116d5fabbbd9fbe0698069e2e8b8e

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.5.5-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.5.5-cp39-abi3-macosx_11_0_arm64.whl.

File metadata

  • Download URL: rnzb-0.5.5-cp39-abi3-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 947.4 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.5.5-cp39-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2142832edb8876efd79ede597b80060006198f8c38bf3bd3595d01f61bfe0680
MD5 5bd8464dcd6e5a3201f31b3fa0c54f12
BLAKE2b-256 90f26963332efae3d40ef20338b0b093938dafa316443bd355f04e57d05550f8

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.5.5-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