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.0.tar.gz (52.2 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.0-pp311-pypy311_pp73-win_amd64.whl (926.1 kB view details)

Uploaded PyPyWindows x86-64

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

Uploaded PyPymanylinux: glibc 2.28+ x86-64

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

Uploaded PyPymanylinux: glibc 2.28+ ARM64

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

Uploaded PyPymacOS 11.0+ x86-64

rnzb-0.5.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl (944.0 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

rnzb-0.5.0-pp310-pypy310_pp73-win_amd64.whl (925.9 kB view details)

Uploaded PyPyWindows x86-64

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

Uploaded PyPymanylinux: glibc 2.28+ x86-64

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

Uploaded PyPymanylinux: glibc 2.28+ ARM64

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

Uploaded PyPymacOS 11.0+ x86-64

rnzb-0.5.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl (944.3 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

rnzb-0.5.0-pp39-pypy39_pp73-win_amd64.whl (925.9 kB view details)

Uploaded PyPyWindows x86-64

rnzb-0.5.0-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl (1.1 MB view details)

Uploaded PyPymanylinux: glibc 2.28+ x86-64

rnzb-0.5.0-pp39-pypy39_pp73-manylinux_2_28_aarch64.whl (1.0 MB view details)

Uploaded PyPymanylinux: glibc 2.28+ ARM64

rnzb-0.5.0-pp39-pypy39_pp73-macosx_11_0_x86_64.whl (1.0 MB view details)

Uploaded PyPymacOS 11.0+ x86-64

rnzb-0.5.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl (944.4 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

rnzb-0.5.0-cp313-cp313t-win_amd64.whl (925.6 kB view details)

Uploaded CPython 3.13tWindows x86-64

rnzb-0.5.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.5.0-cp313-cp313t-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

rnzb-0.5.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.5.0-cp313-cp313t-manylinux_2_28_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.13tmacOS 11.0+ x86-64

rnzb-0.5.0-cp313-cp313t-macosx_11_0_arm64.whl (939.1 kB view details)

Uploaded CPython 3.13tmacOS 11.0+ ARM64

rnzb-0.5.0-cp313-cp313-win_amd64.whl (926.2 kB view details)

Uploaded CPython 3.13Windows x86-64

rnzb-0.5.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.5.0-cp313-cp313-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

rnzb-0.5.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.5.0-cp313-cp313-manylinux_2_28_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.13macOS 11.0+ x86-64

rnzb-0.5.0-cp313-cp313-macosx_11_0_arm64.whl (940.9 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

rnzb-0.5.0-cp312-cp312-win_amd64.whl (926.6 kB view details)

Uploaded CPython 3.12Windows x86-64

rnzb-0.5.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.5.0-cp312-cp312-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

rnzb-0.5.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.5.0-cp312-cp312-manylinux_2_28_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.12macOS 11.0+ x86-64

rnzb-0.5.0-cp312-cp312-macosx_11_0_arm64.whl (941.2 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

rnzb-0.5.0-cp311-cp311-win_amd64.whl (926.1 kB view details)

Uploaded CPython 3.11Windows x86-64

rnzb-0.5.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.5.0-cp311-cp311-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

rnzb-0.5.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.5.0-cp311-cp311-manylinux_2_28_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.11macOS 11.0+ x86-64

rnzb-0.5.0-cp311-cp311-macosx_11_0_arm64.whl (944.0 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

rnzb-0.5.0-cp310-cp310-win_amd64.whl (926.1 kB view details)

Uploaded CPython 3.10Windows x86-64

rnzb-0.5.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.5.0-cp310-cp310-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

rnzb-0.5.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.5.0-cp310-cp310-manylinux_2_28_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.10macOS 11.0+ x86-64

rnzb-0.5.0-cp310-cp310-macosx_11_0_arm64.whl (943.8 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

rnzb-0.5.0-cp39-cp39-win_amd64.whl (926.4 kB view details)

Uploaded CPython 3.9Windows x86-64

rnzb-0.5.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.5.0-cp39-cp39-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

rnzb-0.5.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.5.0-cp39-cp39-manylinux_2_28_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.9macOS 11.0+ x86-64

rnzb-0.5.0-cp39-cp39-macosx_11_0_arm64.whl (944.6 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

rnzb-0.5.0-cp39-abi3-win_amd64.whl (933.4 kB view details)

Uploaded CPython 3.9+Windows x86-64

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

Uploaded CPython 3.9+musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.9+manylinux: glibc 2.28+ ARM64

rnzb-0.5.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.5.0-cp39-abi3-macosx_11_0_arm64.whl (949.2 kB view details)

Uploaded CPython 3.9+macOS 11.0+ ARM64

File details

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

File metadata

  • Download URL: rnzb-0.5.0.tar.gz
  • Upload date:
  • Size: 52.2 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.0.tar.gz
Algorithm Hash digest
SHA256 547954bd62a5edf78574227211f8b9e820a07a0032fd2016c97d3f08157d27b9
MD5 6c17f000409d5e84de6bfffe89da3b7a
BLAKE2b-256 c0b91b4149ad21f9af9c1a772215886607192578c304fdf1c7ff08acf5c1144b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rnzb-0.5.0-pp311-pypy311_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 96ed925e0fad5a7f8747251b76d4b36d47abc8f2172799557c4cb131a2b17ef9
MD5 ba9279f5800e4780b6755f12ae28bc93
BLAKE2b-256 62bf32b651ec7a0a6dd970cc61a38e3328d6938676ddefe6d870c1f5ef64076e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rnzb-0.5.0-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3a9a5e8bc7466c8a7590d5c56030c0d0c0e55533ec3bb0013f80f70a59e1b57c
MD5 7cf8b0a579bcf4b1bd352ee1b9f00964
BLAKE2b-256 19de27b440e7b7e1649b185477efdbd84be1a0d8e59e871989a3a29737a627e5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rnzb-0.5.0-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c664225eb78a94666a14d37416a3e4acaf27ccd3679c7a687faa7479742b3562
MD5 dc0c0bbe501026a7d1065d3030c6ec5f
BLAKE2b-256 1ca422eab7455810094eb9afeb8386920e7a9c325f2a5ee02c713b01905457cf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rnzb-0.5.0-pp311-pypy311_pp73-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 9a58c958877862c7c2fc57018a7003f5b38a57372190bd335fa63b3a3e91ed92
MD5 f330619eed7919e369c3dc5d1fbdfb59
BLAKE2b-256 39c27b2f9c73e97b088dd93d60265c999c0f43e727096a91566429a6a2ad7a8d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rnzb-0.5.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f384d1f982d0e765c0c3bed7c1280a28fc53f5addc46734f3277cff845ac2a28
MD5 c937b8d339b8cc284b4f3100efa5e006
BLAKE2b-256 58d8e8cf633bb9f228ec85af61ee3852fa03c23b4f30b89e469020c398913613

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rnzb-0.5.0-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 50cca1974231fc16ed4fd0eb890ef21bdb5d639d9bde25e23e3b4416723e7053
MD5 f860dff7869a8ccb33ebb1057dfd85b8
BLAKE2b-256 2bfff15af0ec8104bbd8dc9a332d03f606984e49f0ff931f9ac0ef19c1bcb745

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rnzb-0.5.0-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e72c1ddb66313e80764355a49f5f981b1fd999c46f11d084898262a06b3043fb
MD5 ce29a92fe7d0f8565ba0cab182c044ee
BLAKE2b-256 db18f5555801ec6958e08011702b30451cc8ffdbcab95ef75ad09e6e0f6489b3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rnzb-0.5.0-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 49b6fb7d64d84228671a4965e749efe9af7f6c36a8d9659efd913db169660432
MD5 f466da1b7ae6eec6637c2eeb7200de75
BLAKE2b-256 4290a2aa9ffa54b4d4229ab477b6e4921abfa820a0ec121a138ebfd255c5c78a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rnzb-0.5.0-pp310-pypy310_pp73-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 26bff852e0033e690b86068f9756e17b88ada6f542abe2474c6cd3acd1de45e5
MD5 5e328a8b2871bd298b414e52c4ee6470
BLAKE2b-256 9b95f94d7fea71006a2bd46a4144491a9aff225bfd71fa6f776a082261a2ca28

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rnzb-0.5.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d8db9bd2edf6a09929542da7ca5e4f5e5e09adc950bc80cf3d10880004f8a1e2
MD5 b8bdb0a9eae2d793bf0e121e30f33d17
BLAKE2b-256 42a6ce441cf8f7094e9d6026012dc94b6456830f65d7e243e88b28c0bb6cfa9c

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.5.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.5.0-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for rnzb-0.5.0-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 1c71e9346d2afbafbd092dc0a62e0732408459acb8b66c7e8a024cc9d89f1378
MD5 642cf09a019657ebd26b6725b8a4f47f
BLAKE2b-256 70424a27d8d015902682bec2487daae62a7180329ba4f392e2e4f5a4ed798c12

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.5.0-pp39-pypy39_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.0-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for rnzb-0.5.0-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 79c4b12e5d0b2309d01308b4ab303955005f370005ca2d75fd3ceb585d1bbba5
MD5 c019971fb6f726c4a4d12298ba1e19db
BLAKE2b-256 8ab6302fafbb9c51c84df21584544af944c48b14de844fb45c97ee2071a45a49

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.5.0-pp39-pypy39_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.0-pp39-pypy39_pp73-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rnzb-0.5.0-pp39-pypy39_pp73-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a090e10a5fdbec1c1b8f9e56fa786ae5a99af579a240e0249c46a5bbd4140a0f
MD5 8a852ba96d4e6a692ba7285be694c827
BLAKE2b-256 45f7cfccf649738ee3167d863607e6b24e1e695f566fad6406d853a0462ac078

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.5.0-pp39-pypy39_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.0-pp39-pypy39_pp73-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for rnzb-0.5.0-pp39-pypy39_pp73-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 a5c23932e3ce3fea307c2e9c89c1824038a240da608e8a11d690628215d58b85
MD5 be43d08f23cbbd30eba5a4a19b94fe74
BLAKE2b-256 45a08a5ace51d4fe9bd103c8ac5e44369a192877853a6f403b37e7221de82144

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.5.0-pp39-pypy39_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.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rnzb-0.5.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9b25979079bb70a83f47359fc4794da42a7fd1dc7e718f18af4515e910db9b56
MD5 79490c57cdb0a26e68e03dcceb6f98aa
BLAKE2b-256 9216bb1dde81ef2566cd855df7aac99f0dbff905f19bdd062c75db99753da203

See more details on using hashes here.

Provenance

The following attestation bundles were made for rnzb-0.5.0-pp39-pypy39_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.0-cp313-cp313t-win_amd64.whl.

File metadata

  • Download URL: rnzb-0.5.0-cp313-cp313t-win_amd64.whl
  • Upload date:
  • Size: 925.6 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.0-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 b05085f03890ce47ba452b6b48e3426c108315df08acf22a6cc92d3c7ee1c10c
MD5 3702e9a62c8f1a98e7fe8d142869399e
BLAKE2b-256 f23150a63bca7329dbd49358cbfdd5cc2b27cc9e29f4c565c7e17206fd449d85

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rnzb-0.5.0-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ceb861ade24ad9150375a6c94a713f97dec252dc315aab30d742175fbb6e4517
MD5 f718abcd6a6e4393f9893fef0e049c96
BLAKE2b-256 6e835064cdfdcf4cb947779c7936d453dede87b7aa26f0333c082a5b3a8d2c77

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rnzb-0.5.0-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7b817dde14f305eca15dc616b9b9500cc5bad2b3ba0c4274e27bf688dfedd803
MD5 2f63467bc722aa7db9e97ea3028cb164
BLAKE2b-256 34a3c03a50660c148742eb1c2e729bce3776374d62d9e4a49b0e53f9c3c5d230

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rnzb-0.5.0-cp313-cp313t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ed09b48cdc776fcbb91818c4005b79c8d49778e65d70bfdea41be3f894f5de88
MD5 9d1bbe31c07b522a662785eae298f00b
BLAKE2b-256 a302f46fb121d316f90b51da50524ac8145725bdbd24860ea6b694abe065d58f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rnzb-0.5.0-cp313-cp313t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6fb3a9da3bb13215e7df43243bc66cc3ba5c20e739860f869e40497acff43e00
MD5 793475e6a225c6c9371d3fb130a16dc2
BLAKE2b-256 ad49401f9703956c31ec12d2651009daa27de3ccf5827d8223d6240a9d582921

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rnzb-0.5.0-cp313-cp313t-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 1d317356f7c142e3f19e79f6f60da70ee358186ed99e1bfab8692315393bc49a
MD5 2638a8d2e24f63e87b004db1d7e50458
BLAKE2b-256 8383cf775d974e7ad92784e498163d010a288313575d548c98b82fcfaa64aa44

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rnzb-0.5.0-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f4f77f9c1dbc8649cad14589ec1d3882da610d5dc1dcd34c8cfe83cffcc9f099
MD5 ff7d189ff9707e76ad5184fe40c74da7
BLAKE2b-256 7a5425f1e4daf3bb98dd23f7f61fb6b700c86887179d24852ba04ff22220ef4d

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: rnzb-0.5.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 926.2 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.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 be25e36f35f05a95c3742db8df4b0de1beac1f85198ac6fd36f638502e736563
MD5 7a569962ac5de48ec48dacf5c368545e
BLAKE2b-256 7a85dbfe43e35b41b7906a6a9d48d496cdb67bff651cbb02964f69b68bf3d763

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rnzb-0.5.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 56c2802bf4b0893ab13f1cabdf6d74e3420090613f4ffcb7de0da631ead3fda3
MD5 fc6757d5051befa6858ebc888c9c0392
BLAKE2b-256 eefb016dedf8a2b93c5a659bc50749184f78c4f3769265debd2b238b2dca6044

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rnzb-0.5.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2820b30afcfec711601878e2f7aee8f280c7785f044dc66cfce04f2a78671f2b
MD5 cb1fdd99817f5aea1511766ce01fe901
BLAKE2b-256 dd7b0442be78e90ce470f15caa6c4e095a320e5b091474c6528c9e1c95cb4df8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rnzb-0.5.0-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3197b019bb25a7e4f4be50ced0e77a06787cd523582d4c48b9f3bcd2e1766ce2
MD5 031ddbfa91092f2064148966eff57fff
BLAKE2b-256 62b01e12585171ef8fb3dc7f0d626cf6c7b97769c57f45198ba1426d344893e0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rnzb-0.5.0-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7c41c78ca2ea1d29a75a443dc0cb4a4b3b938b06447b00eb3b99169f696ce7f9
MD5 663222a0817646f18fc5ffb54d00ea46
BLAKE2b-256 0474e538e9a3d20ba1d0c412bbf5132fe801d6df930f526b2a8d54e404ddd1c4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rnzb-0.5.0-cp313-cp313-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 bdd8337284dc6aafdfa6c8f74ae470b9325f98fcf6b2d39c955ce43095fcf807
MD5 091f6be1a846eca0cadb100ca7c6ebf9
BLAKE2b-256 7db88981c8fd3987373386d4970683e69777deaf704c4e3d5ee4b649623a4a4f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rnzb-0.5.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a55facba6cc0304d7186ce764eb491faf287ee3ab840b50b95d78015931b7414
MD5 30669a18e89f6aacaf8dd364a695ed8e
BLAKE2b-256 cd4d8f8430b1c064ba6c20be587e9ca1eae7b52aec37130c86aa7a7f0ddd15dd

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: rnzb-0.5.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 926.6 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.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 0efa9ec90d1464aea60e48ee1709fcc9d1ca8fcf3293f82b2721e8f867e6ea3f
MD5 da141e7826f088075cd06a321eb52125
BLAKE2b-256 2484c836c4100cdfc41c0b9b91bf343636dc7882cd7916f1732092ed29f44a6f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rnzb-0.5.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d8cbb4f4675c94e78c88073d4e47a7561ee33cf3df8e16ba18b4a43243bb4f07
MD5 d26bd3e55611d20aac13ec053139401d
BLAKE2b-256 93e8fb732f82cabc29394059b8c045e6d68dbc84b716d8f2976930124fb3311a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rnzb-0.5.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9cd654b446aea69ac09de3aa478f34f7b55fcc2141a27a2e3e07784e070d6b9e
MD5 aa5a12e1e66f46d60aa391959734ba86
BLAKE2b-256 585aa569ccc20c61a6f108087661751018b980bfebdb765ea61a740295c1df8f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rnzb-0.5.0-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 184bd6a0fde10ba0b3d836eeb72653306a1c0d27be6a6bce097943d70ca8bcb9
MD5 d86aeed722944199f3c84986fc224fd4
BLAKE2b-256 3343acf69b6c2b866552771bea4cbf2a21f6937f2901d1e89188e0d0160a6c22

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rnzb-0.5.0-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 58ddde59fd154eac9d494fcbbb6d9261dd85a124327f085937a080ea542dba16
MD5 6c218e234d88efa3c7f0f9882ccdddfd
BLAKE2b-256 66fe5018d3cd6388ac3be0e3ee3f7634129f709a5ade56530a02e572840ce592

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rnzb-0.5.0-cp312-cp312-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 d239345db4ad3616a91af54a215cb226623212489f4e39f4133a0ac2564ec524
MD5 9e8964c5dfb5d28f8bf9d7cf4bf5b005
BLAKE2b-256 17789db7f51d34986b256847f39cdb99528416c2767919cde270d971f340f0a5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rnzb-0.5.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bcabd04de96dcda7c1bccab6bcb4034adff81430c303adec1e2cf619ddcc6751
MD5 2912b83f4c8ada6faf3b5adaac2a0435
BLAKE2b-256 9e534dccb0fcfaaf9984e20fbc87b7aed526dbfb008580a8d058b1d66e406021

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: rnzb-0.5.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 926.1 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.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 2d102b43a44357fc0f6f3ab6429cbdbfbd68631762f1f120b86eafa2a10920b9
MD5 8c6d6c4086b91c57f8898de2d134f6fe
BLAKE2b-256 04a1478c824326873f0607da4f924130c03551ee5ccb609f48d307be26b88202

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rnzb-0.5.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4270e17a15dd7a31b6ec55bf23a19531a54f778020fc090c54616e97c29ee546
MD5 eacb015d08e7141d2e9c66c1d046c2b2
BLAKE2b-256 e68b6bd5a7488396c3c3433845b1db6bc671a170b0884f53f7e0809f8995e33e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rnzb-0.5.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 048d46441590e8b74658196d4809c43ff38cf7ec0af7b68ac0c4f1da10b83da4
MD5 1eddf49d592c23a57df834845b44dba5
BLAKE2b-256 1eb10cc38b378e0791dd10857935b63a5f2f74f72b22b7c7dbcba9f384f9713c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rnzb-0.5.0-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6ad1fbed0864755dbb7f0a3482cdbffa4f9a123d8a6a7ac06eb4175c93e46db6
MD5 8711bbeb25aa1437badd1f1295d9ce1e
BLAKE2b-256 2c286ec2f8b0d617ebd60762eee23cf4efa2eae21a2b9f3de138717ef794a561

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rnzb-0.5.0-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0b0c3ff002d7193cf818f803b8bff1de1898a14382390112c684c40b523a26b1
MD5 048b832f7a5fa99e8ec5008955d0ce08
BLAKE2b-256 5d657ee67a1ce503582ad5c80d8bc541b5fc29b50f96efc69adf53b423a153ff

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rnzb-0.5.0-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 e5e5855f534da3a78c8b2bbe3a55a4a32bd19032555d66f58a42b2ebef932a09
MD5 418e0318c41ceb8541a7a1014e684a4a
BLAKE2b-256 8ae2f7b49999931c220e7edfff0586fe389755894c5a5bd8dfa1aebbcac38c49

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rnzb-0.5.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 30f147bc9d63a8d8ae6fe9508d64e31bb3b2d8343367c1fa040831083f389a61
MD5 e8bb98d7f1ca21073524b254168e2820
BLAKE2b-256 2a7ce0782aabbf1d1d4528cdb021afeec95faf457ce15aea6977b1cbddce3f48

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: rnzb-0.5.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 926.1 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.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 af8a6c403b38f3a0bdf8b5941a16f4e07423be921035ac4c7b859209fc3e6cf5
MD5 0038ed64a2e2dc40e8eb66f1cbcb52fb
BLAKE2b-256 a9821f2dd0e545526bf17dc44f2015ce54f41437dac768159bc0ca1a16b08d4e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rnzb-0.5.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 777b94034cabc17938c483f606ea21fa34c17b010b1205ccc5c562198df21ea3
MD5 8b78022c411a738c643b6d62c2f2df5a
BLAKE2b-256 3990203e4bcbe01907f80ec6ee362c332b6682c0171df2dac5265b8893efb1b4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rnzb-0.5.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f7b4d27ab6549d5555424588784231282077cb55b52ab788f9821dc82333ee31
MD5 776e9176c3b2bd0fcbe50b0b6d5ab0cc
BLAKE2b-256 11db04f279915bd41e4c4c21a3156da91a82b8c8b50c5518adfff71ec84adc4c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rnzb-0.5.0-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 60a5b23b34a7d0ee309c4d5f563c333f9c64a9430ed0a579a0c71f3fe52203ff
MD5 e6f47095d09ee0336d89019f0b7a88bf
BLAKE2b-256 58ff9f359ea1e3e3a7d5930cddfe072846531905031ce893a9ee91a10f72be8e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rnzb-0.5.0-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 940855e8363ad37fb493173d17e6a2d2ba0360206dd6fb2d39050771b4b4dcad
MD5 18cb7349b9befc14a832cf5fcae3f2dc
BLAKE2b-256 91cd9a8df0ed295a66433d42f5a05c93d382ce07d6b037e67450e0a5dacee14c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rnzb-0.5.0-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 b9296c8b59d40b9b459e04ceabcaf54e1776b734b24de4bb0df3b3d05b5599bb
MD5 851e4e2e241ef944732f5912287b32fa
BLAKE2b-256 8a1483da1af53b3ae1ab63ac72f53cf27930c0e7361222c357391a1cb9c6cb75

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rnzb-0.5.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a9f65be8224cbcea11803f6fec61ac31c168972604bc78b67788f64d7e7f34a6
MD5 84dfcc21a914f8c0d5e4efbe6c7af704
BLAKE2b-256 9279f52165c3581a1deb37fa05d41c3abc9a9bb257ec375a35905980fab476e8

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: rnzb-0.5.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 926.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.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 5fefa216b217e5d3fe0b4ed7fcae1a219d6c9961704efc6e3ab5392c887fe8f4
MD5 b58369e3fd028a5bb12c91c73245eb04
BLAKE2b-256 719ff8b451c73094da7fcc0f528f33b89901e2999b40ab3f09152c51beb79adf

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: rnzb-0.5.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.5.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f5c205376aef65c13f3cb570b29a0eb5be4882fc08545cc03e4bdb76c98df215
MD5 9cf3404b6537ea2bd408466d58ffa34c
BLAKE2b-256 a526d4b15f5af5912eaaf7fe6a275f5f5058e90eb2cbf0cc053fb37215b39eea

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rnzb-0.5.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f24b7fb1ed73cd2b4263522acaf26a389f6303a42c251e9c0509ed7910a88913
MD5 947fd422286c315b0a27e8814957efde
BLAKE2b-256 72ce0e43eb890a9272876340a69cfd68196babdf2938870bf4a72769d5b1cacf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rnzb-0.5.0-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 22aa5333a854c6355352e2a89655777abdaccc77b915f2b4b36cc4e9af526ca4
MD5 8b59270acfe728a6e06bfc7239a3078b
BLAKE2b-256 d7920b10914d4590e2347765e6b7d5a74165b17207a6d8fbcab3c4cf123987ca

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rnzb-0.5.0-cp39-cp39-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 381f35cc493f26e02c0dea931f6166ba8ac75247e932f01907772f51e0673bd6
MD5 4c7baea9db2b7f69649cc4de5cbb2ef8
BLAKE2b-256 0adeb33b66ba758fae4c141309a8e3d26348fbda25685fd43b24ac5219545fce

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: rnzb-0.5.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.5.0-cp39-cp39-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 4f5262199b595f18397d3284cb8cce6411034d299fab6101ff3428c3632608ba
MD5 0900b8121b52e707ff205212066605db
BLAKE2b-256 ee18144e8a2e7214547578833269849fa1a689f1c5d25e3366a42d7b839a4d81

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: rnzb-0.5.0-cp39-cp39-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 944.6 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.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 12001cb114a78d4aa7c1824d916e26f3df02801853c06a9756a9fa19a2895193
MD5 8defb9b7b9c0bb628e150032fc137d55
BLAKE2b-256 2cb95b4ab5836a989fcb5f21201d6924c44c36160c893426964dc0d835181556

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: rnzb-0.5.0-cp39-abi3-win_amd64.whl
  • Upload date:
  • Size: 933.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.0-cp39-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 bf7fd838e70aefb705b5437b21342cff66710a3a157fe0220e72c18e25793417
MD5 8e91a419b3001a2e318d76a98bf5102b
BLAKE2b-256 7da5b9afe26bc0daec20880b6ceb8c6a6f79c28a4cbc0cac486bc54ec8230713

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: rnzb-0.5.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.5.0-cp39-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2724c5f724ba9b3f267218106687a5e55c2919af1f18227ae58ac874714ab05d
MD5 682e7e35811144bbde081cf5823e2d24
BLAKE2b-256 e5f44aca71ccc54ff8966e9a63ace5d91989abd6dfe963fe14c2a7013e1e2d75

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rnzb-0.5.0-cp39-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 21ef4dea33851969dd54ea7d1864030b6cf284d47ea4c02e368acd78cfafee20
MD5 3ba7f13203a9c95fd907a254d0b06698
BLAKE2b-256 806207b542f1efa57d6bda3fdde0d6552501dbc295c371f34292510546773da3

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: rnzb-0.5.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.5.0-cp39-abi3-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 dc14f14198c2fbcdea4103bb87a6dd49549dc2398404bc7c200859520d63fe88
MD5 ef7eb0e11e3cf91494d98c176b923fe5
BLAKE2b-256 e75fedb1267ca8991e7759bb4b78b4ccbdea5329351b2f0510c97c34bb984544

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rnzb-0.5.0-cp39-abi3-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 449c2b116b185b3a09992d3edb7a7d2e38c9a574fe5944c447f1cae47a78fe14
MD5 7e5446206ba6b67f49db28f26f46c8c0
BLAKE2b-256 9eb306a235bdf3aaa049498aada1e8e144e74436062db593611e1ca7d4fc37fa

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: rnzb-0.5.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.5.0-cp39-abi3-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 45927fb102409c76b3a3368c762bef1708890b5e4ae9695a737a0d7eab0eeadd
MD5 a9f4ecb35bfdd046bd7355bd2adb45e8
BLAKE2b-256 4e0449fd071464eb06b910bdd2dee950c168e772e810adf3798819e3ca4de0a1

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: rnzb-0.5.0-cp39-abi3-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 949.2 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.0-cp39-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b29151a5d468ca7f2a382d8fd4de7732f2a95db879d3ebfccb60d8d6b9438583
MD5 887c9d536e5d83fffc8aa2bc537445e7
BLAKE2b-256 8369cdc9bb2c0eb315eb745acddae885ba1c68e1b0dea6794122aba4d1bbc46a

See more details on using hashes here.

Provenance

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