Skip to main content

Compiles NetsBlox projects into PyBlox projects

Project description

License: MIT OR Apache-2.0 Requires-Python: >=3.6 Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM Project-URL: Source Code, https://github.com/dragazo/nb2pb Project-URL: Issues, https://github.com/dragazo/nb2pb/issues

# nb2pb

[NetsBlox](https://netsblox.org/) is an educational block-based programming environment (based on [Snap!](https://snap.berkeley.edu/)) which has a focus on advanced CS topics such as distributed computing, cybersecurity, and the internet of things. [PyBlox](https://github.com/dragazo/PyBlox) is an educational Python environment which supports most of the same features as NetsBlox, but which has students program in native (unrestricted) Python rather than the block-based language. nb2pb is a rust crate that allows for the compilation of NetsBlox (nb) project files into PyBlox (pb) project files.

## How to Use

In addition to being a native rust crate available on crates.io, nb2pb also has (simplified) [Python bindings](https://pypi.org/project/nb2pb/), which are used by PyBlox. As the python bindings are our main interest, they will be kept up to date as the rust crate evolves.

## Installation

To use nb2pb as a Python package, you can simply install it through pip.

`sh pip install nb2pb `

We build wheels for several operating systems and versions of python (>=3.6). However, if there is not a wheel for your platform, pip will have to compile the rust crate from source, which will require installing [cargo](https://doc.rust-lang.org/cargo/getting-started/installation.html). If this is the case, feel free to [submit an issue](https://github.com/dragazo/nb2pb/issues/new) including your operating system and processor architecture, and we can see if your system can be officially supported (without needing to be compiled by users) in the future.

## Building Wheels

To build a wheel on the local system for installed versions of CPython and PyPy, run the following command:

`sh maturin build --release --features pyo3 `

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

nb2pb-0.1.15.tar.gz (77.3 kB view details)

Uploaded Source

Built Distributions

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

nb2pb-0.1.15-pp310-pypy310_pp73-win_amd64.whl (1.8 MB view details)

Uploaded PyPyWindows x86-64

nb2pb-0.1.15-pp310-pypy310_pp73-manylinux_2_34_x86_64.whl (2.2 MB view details)

Uploaded PyPymanylinux: glibc 2.34+ x86-64

nb2pb-0.1.15-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl (2.2 MB view details)

Uploaded PyPymanylinux: glibc 2.28+ x86-64

nb2pb-0.1.15-pp310-pypy310_pp73-macosx_11_0_arm64.whl (1.9 MB view details)

Uploaded PyPymacOS 11.0+ ARM64

nb2pb-0.1.15-pp310-pypy310_pp73-macosx_10_12_x86_64.whl (2.0 MB view details)

Uploaded PyPymacOS 10.12+ x86-64

nb2pb-0.1.15-pp39-pypy39_pp73-win_amd64.whl (1.8 MB view details)

Uploaded PyPyWindows x86-64

nb2pb-0.1.15-pp39-pypy39_pp73-manylinux_2_34_x86_64.whl (2.2 MB view details)

Uploaded PyPymanylinux: glibc 2.34+ x86-64

nb2pb-0.1.15-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl (2.2 MB view details)

Uploaded PyPymanylinux: glibc 2.28+ x86-64

nb2pb-0.1.15-pp39-pypy39_pp73-macosx_11_0_arm64.whl (1.9 MB view details)

Uploaded PyPymacOS 11.0+ ARM64

nb2pb-0.1.15-pp39-pypy39_pp73-macosx_10_12_x86_64.whl (2.0 MB view details)

Uploaded PyPymacOS 10.12+ x86-64

nb2pb-0.1.15-pp38-pypy38_pp73-win_amd64.whl (1.8 MB view details)

Uploaded PyPyWindows x86-64

nb2pb-0.1.15-pp38-pypy38_pp73-manylinux_2_34_x86_64.whl (2.2 MB view details)

Uploaded PyPymanylinux: glibc 2.34+ x86-64

nb2pb-0.1.15-pp38-pypy38_pp73-manylinux_2_28_x86_64.whl (2.2 MB view details)

Uploaded PyPymanylinux: glibc 2.28+ x86-64

nb2pb-0.1.15-pp38-pypy38_pp73-macosx_11_0_arm64.whl (1.9 MB view details)

Uploaded PyPymacOS 11.0+ ARM64

nb2pb-0.1.15-pp38-pypy38_pp73-macosx_10_12_x86_64.whl (2.0 MB view details)

Uploaded PyPymacOS 10.12+ x86-64

nb2pb-0.1.15-pp37-pypy37_pp73-win_amd64.whl (1.8 MB view details)

Uploaded PyPyWindows x86-64

nb2pb-0.1.15-pp37-pypy37_pp73-manylinux_2_34_x86_64.whl (2.2 MB view details)

Uploaded PyPymanylinux: glibc 2.34+ x86-64

nb2pb-0.1.15-pp37-pypy37_pp73-manylinux_2_28_x86_64.whl (2.2 MB view details)

Uploaded PyPymanylinux: glibc 2.28+ x86-64

nb2pb-0.1.15-pp37-pypy37_pp73-macosx_10_12_x86_64.whl (2.0 MB view details)

Uploaded PyPymacOS 10.12+ x86-64

nb2pb-0.1.15-cp313-cp313-win_amd64.whl (1.8 MB view details)

Uploaded CPython 3.13Windows x86-64

nb2pb-0.1.15-cp313-cp313-manylinux_2_34_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ x86-64

nb2pb-0.1.15-cp313-cp313-manylinux_2_34_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ ARM64

nb2pb-0.1.15-cp313-cp313-manylinux_2_28_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

nb2pb-0.1.15-cp313-cp313-macosx_11_0_arm64.whl (1.9 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

nb2pb-0.1.15-cp313-cp313-macosx_10_12_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

nb2pb-0.1.15-cp312-cp312-win_amd64.whl (1.8 MB view details)

Uploaded CPython 3.12Windows x86-64

nb2pb-0.1.15-cp312-cp312-manylinux_2_34_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ x86-64

nb2pb-0.1.15-cp312-cp312-manylinux_2_34_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ ARM64

nb2pb-0.1.15-cp312-cp312-manylinux_2_28_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

nb2pb-0.1.15-cp312-cp312-macosx_11_0_arm64.whl (1.9 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

nb2pb-0.1.15-cp312-cp312-macosx_10_12_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

nb2pb-0.1.15-cp311-cp311-win_amd64.whl (1.8 MB view details)

Uploaded CPython 3.11Windows x86-64

nb2pb-0.1.15-cp311-cp311-manylinux_2_34_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.34+ x86-64

nb2pb-0.1.15-cp311-cp311-manylinux_2_34_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.34+ ARM64

nb2pb-0.1.15-cp311-cp311-manylinux_2_28_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

nb2pb-0.1.15-cp311-cp311-macosx_11_0_arm64.whl (1.9 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

nb2pb-0.1.15-cp311-cp311-macosx_10_12_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

nb2pb-0.1.15-cp310-cp310-win_amd64.whl (1.8 MB view details)

Uploaded CPython 3.10Windows x86-64

nb2pb-0.1.15-cp310-cp310-manylinux_2_34_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.34+ x86-64

nb2pb-0.1.15-cp310-cp310-manylinux_2_34_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.34+ ARM64

nb2pb-0.1.15-cp310-cp310-manylinux_2_28_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

nb2pb-0.1.15-cp310-cp310-macosx_11_0_arm64.whl (1.9 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

nb2pb-0.1.15-cp310-cp310-macosx_10_12_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

nb2pb-0.1.15-cp39-cp39-win_amd64.whl (1.8 MB view details)

Uploaded CPython 3.9Windows x86-64

nb2pb-0.1.15-cp39-cp39-manylinux_2_34_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.34+ x86-64

nb2pb-0.1.15-cp39-cp39-manylinux_2_34_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.34+ ARM64

nb2pb-0.1.15-cp39-cp39-manylinux_2_28_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ x86-64

nb2pb-0.1.15-cp39-cp39-macosx_11_0_arm64.whl (1.9 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

nb2pb-0.1.15-cp39-cp39-macosx_10_12_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.9macOS 10.12+ x86-64

nb2pb-0.1.15-cp38-cp38-win_amd64.whl (1.8 MB view details)

Uploaded CPython 3.8Windows x86-64

nb2pb-0.1.15-cp38-cp38-manylinux_2_34_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.34+ x86-64

nb2pb-0.1.15-cp38-cp38-manylinux_2_34_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.34+ ARM64

nb2pb-0.1.15-cp38-cp38-manylinux_2_28_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.28+ x86-64

nb2pb-0.1.15-cp38-cp38-macosx_11_0_arm64.whl (1.9 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

nb2pb-0.1.15-cp38-cp38-macosx_10_12_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.8macOS 10.12+ x86-64

nb2pb-0.1.15-cp37-cp37m-win_amd64.whl (1.8 MB view details)

Uploaded CPython 3.7mWindows x86-64

nb2pb-0.1.15-cp37-cp37m-manylinux_2_34_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.34+ x86-64

nb2pb-0.1.15-cp37-cp37m-manylinux_2_28_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.28+ x86-64

nb2pb-0.1.15-cp37-cp37m-macosx_10_12_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.7mmacOS 10.12+ x86-64

File details

Details for the file nb2pb-0.1.15.tar.gz.

File metadata

  • Download URL: nb2pb-0.1.15.tar.gz
  • Upload date:
  • Size: 77.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for nb2pb-0.1.15.tar.gz
Algorithm Hash digest
SHA256 49eff68dc8632aec2975fef59beec826f343ac61453892d3110c2a807dfff846
MD5 70cd8112ad790a3618cbe03240e7a81b
BLAKE2b-256 6e32d555ab54a6465bc8275e6eab495d978b2500a9f9b728e86a8ca60a1aa68b

See more details on using hashes here.

Provenance

The following attestation bundles were made for nb2pb-0.1.15.tar.gz:

Publisher: publish.yml on dragazo/nb2pb

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

File details

Details for the file nb2pb-0.1.15-pp310-pypy310_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for nb2pb-0.1.15-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 bbef5c4b29006e568ae7dadd5ac1e9046a8c0de7e4f3be91258d0f23cc0528ca
MD5 42405bfecd920e84d213a228d6891b9f
BLAKE2b-256 7ce67e6c9e3fabb1b337fb9e7e79998db315dfcff7467fa2a7d8f3362fbf2a16

See more details on using hashes here.

Provenance

The following attestation bundles were made for nb2pb-0.1.15-pp310-pypy310_pp73-win_amd64.whl:

Publisher: publish.yml on dragazo/nb2pb

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

File details

Details for the file nb2pb-0.1.15-pp310-pypy310_pp73-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for nb2pb-0.1.15-pp310-pypy310_pp73-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 bb58f5cab46166e8ee4e5614d0f6f0340cbd5985de9aa389a80b91c14cf12ac7
MD5 a244dfbe6e80234c5896ff3b0c7e2ae7
BLAKE2b-256 38cf7b08c3d56478815a8ef42f5ff500a6da52cdb786fbc6fb7fd2db27bc2e2c

See more details on using hashes here.

Provenance

The following attestation bundles were made for nb2pb-0.1.15-pp310-pypy310_pp73-manylinux_2_34_x86_64.whl:

Publisher: publish.yml on dragazo/nb2pb

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

File details

Details for the file nb2pb-0.1.15-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for nb2pb-0.1.15-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 58c064bea55d641e4b8bf0d9a46c56c89012e321cc0f7f6522b73b641e80067e
MD5 88a3a7311769431a0d9b9bfb519df3b7
BLAKE2b-256 feea38168443de768c4196eadac7abebf48c6c8125afa5f7c80e309f800d79de

See more details on using hashes here.

Provenance

The following attestation bundles were made for nb2pb-0.1.15-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl:

Publisher: publish.yml on dragazo/nb2pb

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

File details

Details for the file nb2pb-0.1.15-pp310-pypy310_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for nb2pb-0.1.15-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0dce09ef5b070656692aba73fee6c271ceeb497df094a0f9c077d04872d20ecc
MD5 860160e973b5084d17a9c6fe5aa0fa6f
BLAKE2b-256 6c46bc414ee8b56a0939bd4c8b37af9cd1f9b49431c3381d5bc209948907cc29

See more details on using hashes here.

Provenance

The following attestation bundles were made for nb2pb-0.1.15-pp310-pypy310_pp73-macosx_11_0_arm64.whl:

Publisher: publish.yml on dragazo/nb2pb

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

File details

Details for the file nb2pb-0.1.15-pp310-pypy310_pp73-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for nb2pb-0.1.15-pp310-pypy310_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 b2dd1f748e993379a24179be6fc398b290d09335068d6f1ba279557b45528d5d
MD5 922949786bf401b9c5c32fdecf0d9ce3
BLAKE2b-256 fbff0bab8b21e0c15c267cc9ceec7dd6bc05e0d9431dc6672d188e96e482f3cc

See more details on using hashes here.

Provenance

The following attestation bundles were made for nb2pb-0.1.15-pp310-pypy310_pp73-macosx_10_12_x86_64.whl:

Publisher: publish.yml on dragazo/nb2pb

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

File details

Details for the file nb2pb-0.1.15-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for nb2pb-0.1.15-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 a85875816176d136347cf077e0fc2a4cd246fdca36fca1f2a9cfb77679327c51
MD5 d65d653a6bb774214e84fc8fec0b0ca4
BLAKE2b-256 d9c0b085e766e7a60f2de42729b15c8c28bcfca6f2afbca61dd2e84ff9a65f51

See more details on using hashes here.

Provenance

The following attestation bundles were made for nb2pb-0.1.15-pp39-pypy39_pp73-win_amd64.whl:

Publisher: publish.yml on dragazo/nb2pb

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

File details

Details for the file nb2pb-0.1.15-pp39-pypy39_pp73-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for nb2pb-0.1.15-pp39-pypy39_pp73-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 9f7fd56c3cf3a26f62b5051a04aa88539ea4bec483ddbc68a74b228b335db8f2
MD5 c344108d9cf51a38754a28560f44af52
BLAKE2b-256 fdb73049cbf552b460c9f690cbe018b8815246bd6429800a0ed9c51adccc78ae

See more details on using hashes here.

Provenance

The following attestation bundles were made for nb2pb-0.1.15-pp39-pypy39_pp73-manylinux_2_34_x86_64.whl:

Publisher: publish.yml on dragazo/nb2pb

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

File details

Details for the file nb2pb-0.1.15-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for nb2pb-0.1.15-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 463c9e0985a823800cc06b02b591ada16ec650b7cf8a2b8b193f24bee551da20
MD5 ae803cfd0bcdd62a56765586922a4af5
BLAKE2b-256 d3c452dfdb766d54d25718f073033e9cc030e9017f79f8f8541ef426a671ba75

See more details on using hashes here.

Provenance

The following attestation bundles were made for nb2pb-0.1.15-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl:

Publisher: publish.yml on dragazo/nb2pb

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

File details

Details for the file nb2pb-0.1.15-pp39-pypy39_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for nb2pb-0.1.15-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a97c5d685118a69350b016cfca558130cbebfdd379bb1a053edd8b53e5b7c4d9
MD5 01f5cdbeaf2bec8b95143ec468a2fc37
BLAKE2b-256 8dcf2ac08b4f9377d16c186e29e2ab6384fd785bbbfb2d414451bcc46897cd96

See more details on using hashes here.

Provenance

The following attestation bundles were made for nb2pb-0.1.15-pp39-pypy39_pp73-macosx_11_0_arm64.whl:

Publisher: publish.yml on dragazo/nb2pb

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

File details

Details for the file nb2pb-0.1.15-pp39-pypy39_pp73-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for nb2pb-0.1.15-pp39-pypy39_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 8648805999bebb5a09206da6bc7ce9d3e1970f91fb99c16e7a9a4b3bbff48108
MD5 7057fdd09f317bed43b9613e70a6a9de
BLAKE2b-256 99142062a9ba867ea1ddfbee48b830e4172622767b4b8745cfead3544737bfe8

See more details on using hashes here.

Provenance

The following attestation bundles were made for nb2pb-0.1.15-pp39-pypy39_pp73-macosx_10_12_x86_64.whl:

Publisher: publish.yml on dragazo/nb2pb

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

File details

Details for the file nb2pb-0.1.15-pp38-pypy38_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for nb2pb-0.1.15-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 13a826d9bbd7b3526395d8a9f8396051f2f82a7135735f51bf8d6970a23e3a63
MD5 2e939cddbf92aa7493da849749216c5a
BLAKE2b-256 b630cfee8ea59e4c1540436611176b85738e3e13ad9b25f2c824e15a07b4f627

See more details on using hashes here.

Provenance

The following attestation bundles were made for nb2pb-0.1.15-pp38-pypy38_pp73-win_amd64.whl:

Publisher: publish.yml on dragazo/nb2pb

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

File details

Details for the file nb2pb-0.1.15-pp38-pypy38_pp73-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for nb2pb-0.1.15-pp38-pypy38_pp73-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 99e7720a5d02b94d0f683efc6f216b98343b5945576cc88a6b3bd2fa4758a641
MD5 32f0a2dcf4ff4a9013121079dca574dd
BLAKE2b-256 84d5c9680dcd69aa8fb247ab9de62ae25b176062dafcfb060015204928ab5f47

See more details on using hashes here.

Provenance

The following attestation bundles were made for nb2pb-0.1.15-pp38-pypy38_pp73-manylinux_2_34_x86_64.whl:

Publisher: publish.yml on dragazo/nb2pb

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

File details

Details for the file nb2pb-0.1.15-pp38-pypy38_pp73-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for nb2pb-0.1.15-pp38-pypy38_pp73-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 21a479b65226161c855d56eb733ec2a2975e7ddd1acf80035efa260e464b37dd
MD5 6c8f5cb431b9215acd897e9ddf42fc13
BLAKE2b-256 570caf0cc15d29469f73d1cfde3df8f47aa2462876256d7dfaea319624a1c1fe

See more details on using hashes here.

Provenance

The following attestation bundles were made for nb2pb-0.1.15-pp38-pypy38_pp73-manylinux_2_28_x86_64.whl:

Publisher: publish.yml on dragazo/nb2pb

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

File details

Details for the file nb2pb-0.1.15-pp38-pypy38_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for nb2pb-0.1.15-pp38-pypy38_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d884f15a72c5b9292da6121018236a7e571af437e698f98cf8a8eb0d1fde2ebf
MD5 f52a48df2d8ecbca84d767ffc8199e88
BLAKE2b-256 25acdec41eb017990b82c0a0a5229ccdf2d5ef307b9432dd3a7ccc03e303482e

See more details on using hashes here.

Provenance

The following attestation bundles were made for nb2pb-0.1.15-pp38-pypy38_pp73-macosx_11_0_arm64.whl:

Publisher: publish.yml on dragazo/nb2pb

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

File details

Details for the file nb2pb-0.1.15-pp38-pypy38_pp73-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for nb2pb-0.1.15-pp38-pypy38_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d6b2c6870651bd146aa3238c7842e3270c3661c4b97472c0af221606619896d9
MD5 d1b58193af06c455da6750ff7ba0bcf4
BLAKE2b-256 a1011e477e38fa01d2193d9f0102f9079a5fbe419f73952cd26d83ae8a232541

See more details on using hashes here.

Provenance

The following attestation bundles were made for nb2pb-0.1.15-pp38-pypy38_pp73-macosx_10_12_x86_64.whl:

Publisher: publish.yml on dragazo/nb2pb

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

File details

Details for the file nb2pb-0.1.15-pp37-pypy37_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for nb2pb-0.1.15-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 279213fadc993333055831b05bbac94d6bb14d3a3e511567bd3cc3bc7a759c17
MD5 fa8824532353925a82ac5a0df59dd5b7
BLAKE2b-256 e1f72068560c483abcba6c44ca72a68e4287d2d4f2acb3c281a352d8839b19e2

See more details on using hashes here.

Provenance

The following attestation bundles were made for nb2pb-0.1.15-pp37-pypy37_pp73-win_amd64.whl:

Publisher: publish.yml on dragazo/nb2pb

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

File details

Details for the file nb2pb-0.1.15-pp37-pypy37_pp73-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for nb2pb-0.1.15-pp37-pypy37_pp73-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 430b06578584f1b8b60a1dc1b275d7083c55f51844b5cc8e6748cfdcd7d832e3
MD5 aff28e954afc37411e8860d9112853f2
BLAKE2b-256 3be936f8aaddf7d8c8456a6688e6fc00964e929cc8c5d6bae8560f3016b187bf

See more details on using hashes here.

Provenance

The following attestation bundles were made for nb2pb-0.1.15-pp37-pypy37_pp73-manylinux_2_34_x86_64.whl:

Publisher: publish.yml on dragazo/nb2pb

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

File details

Details for the file nb2pb-0.1.15-pp37-pypy37_pp73-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for nb2pb-0.1.15-pp37-pypy37_pp73-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 dd824d82826a5826ca84ac083d7db0454784f889fd0fbadd3c4ca0ecf8b386f9
MD5 b910899b3abcb15a287f6ceec1d6236a
BLAKE2b-256 f83a8c99889d000153efa318e9d14b95ca7e3c1bd8ab52dfb2965c5e73301161

See more details on using hashes here.

Provenance

The following attestation bundles were made for nb2pb-0.1.15-pp37-pypy37_pp73-manylinux_2_28_x86_64.whl:

Publisher: publish.yml on dragazo/nb2pb

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

File details

Details for the file nb2pb-0.1.15-pp37-pypy37_pp73-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for nb2pb-0.1.15-pp37-pypy37_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 a6302788c41a454c2d3f02f77398de882a763de61c83bf66378097f4371e75bb
MD5 06e11a663c6f0bffabe69bcc1c088a52
BLAKE2b-256 d7102d807bfa2332e89b3db2ce148664a8628181fa332f8040ed87d7b20738ee

See more details on using hashes here.

Provenance

The following attestation bundles were made for nb2pb-0.1.15-pp37-pypy37_pp73-macosx_10_12_x86_64.whl:

Publisher: publish.yml on dragazo/nb2pb

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

File details

Details for the file nb2pb-0.1.15-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: nb2pb-0.1.15-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for nb2pb-0.1.15-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 6c5dd3fefea0eb386e9c4ec28e5e39a9c0ccbb213d5e9149847a5bdae2fa0bbc
MD5 4e8f290cf4426befbdfbaa3cfe4166ae
BLAKE2b-256 61f18762274215541a868f41d11187bd17fe17e47475c858b97ca066bb075312

See more details on using hashes here.

Provenance

The following attestation bundles were made for nb2pb-0.1.15-cp313-cp313-win_amd64.whl:

Publisher: publish.yml on dragazo/nb2pb

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

File details

Details for the file nb2pb-0.1.15-cp313-cp313-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for nb2pb-0.1.15-cp313-cp313-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 605e1884dc9eb4df42302c19798cbee42437fd8cb163b190f8741f5dcba9b8c3
MD5 e95f17a335579401b31145a41cb7b5d0
BLAKE2b-256 d6b2a10bd0c19448fe69b7c6bb02311f9485049afaecb1da0c7acab7d263fa4e

See more details on using hashes here.

Provenance

The following attestation bundles were made for nb2pb-0.1.15-cp313-cp313-manylinux_2_34_x86_64.whl:

Publisher: publish.yml on dragazo/nb2pb

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

File details

Details for the file nb2pb-0.1.15-cp313-cp313-manylinux_2_34_aarch64.whl.

File metadata

File hashes

Hashes for nb2pb-0.1.15-cp313-cp313-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 241833061fb882a714247656b2d5c5f5b0e827eb53a16d33bed63a82103514ee
MD5 6034fbe7728c31e67dd0e392f9500d8e
BLAKE2b-256 0afb792257bc7a33e26ef11b69e566cf1ac07a5a3a901163c7d35471508919f6

See more details on using hashes here.

Provenance

The following attestation bundles were made for nb2pb-0.1.15-cp313-cp313-manylinux_2_34_aarch64.whl:

Publisher: publish.yml on dragazo/nb2pb

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

File details

Details for the file nb2pb-0.1.15-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for nb2pb-0.1.15-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bf9a6ce675b58a434e62c165bd5dc2f130c9df79c18af9dfbed872c45716ba40
MD5 7d6f89ea36a391aaccaa55454533b0a7
BLAKE2b-256 91c840608919a553b15326bcb202c5ac19adc5b9dc8e1bd9f91259122600c1df

See more details on using hashes here.

Provenance

The following attestation bundles were made for nb2pb-0.1.15-cp313-cp313-manylinux_2_28_x86_64.whl:

Publisher: publish.yml on dragazo/nb2pb

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

File details

Details for the file nb2pb-0.1.15-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for nb2pb-0.1.15-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2946d2991ad0aa0921631266c7c304d5f4be8a5c144dbbd161653dd748852e11
MD5 1606184b4f7734a735f4acde65be628b
BLAKE2b-256 abcb3213415fe7a49d3df55ab5cecba7a03f9ccb482286b8a7774a20947a5d84

See more details on using hashes here.

Provenance

The following attestation bundles were made for nb2pb-0.1.15-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: publish.yml on dragazo/nb2pb

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

File details

Details for the file nb2pb-0.1.15-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for nb2pb-0.1.15-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 6806e187c58714cc930411806c12c38399ea3ffb4dbab16cf9f8388d58ad01b5
MD5 0e2d61b6a953420e93787d8dbb74961e
BLAKE2b-256 2076d7ad82fb0b039806dca43761766d1627ca601bb117fb066e61f61a2cd2a6

See more details on using hashes here.

Provenance

The following attestation bundles were made for nb2pb-0.1.15-cp313-cp313-macosx_10_12_x86_64.whl:

Publisher: publish.yml on dragazo/nb2pb

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

File details

Details for the file nb2pb-0.1.15-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: nb2pb-0.1.15-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for nb2pb-0.1.15-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 4937fec3bffd7b1ecd4345e03bd6cdc0f4ec02cec7a9e7488b6fa95095c0937a
MD5 c9afc4fed234b14f7f20aad51248d945
BLAKE2b-256 30ae027997b65ad139efc773437d3dc975aa33fac2b5764f896e2971ee0620fd

See more details on using hashes here.

Provenance

The following attestation bundles were made for nb2pb-0.1.15-cp312-cp312-win_amd64.whl:

Publisher: publish.yml on dragazo/nb2pb

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

File details

Details for the file nb2pb-0.1.15-cp312-cp312-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for nb2pb-0.1.15-cp312-cp312-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 a89c3fcc6ae616780f5b30cd1e5e0be0dd86541c5f9a8bc3e7222ee6cb8e0026
MD5 38fd276ef373c5a63649dc1e57a0d931
BLAKE2b-256 29dd16a8d3d30679734fbf29bd07f2374effccba0cc16d9ba34e8582a5eab555

See more details on using hashes here.

Provenance

The following attestation bundles were made for nb2pb-0.1.15-cp312-cp312-manylinux_2_34_x86_64.whl:

Publisher: publish.yml on dragazo/nb2pb

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

File details

Details for the file nb2pb-0.1.15-cp312-cp312-manylinux_2_34_aarch64.whl.

File metadata

File hashes

Hashes for nb2pb-0.1.15-cp312-cp312-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 4046a92b4fe458c6b28e6113af01377d2846d61d714cf31a46600a1625c8ced9
MD5 2dbff1854bf4dc2cbfa731790681f00b
BLAKE2b-256 40bbf7192a33af9ec932acd0a4f7fa976ef793b706357e400a8eb12f601ec8a1

See more details on using hashes here.

Provenance

The following attestation bundles were made for nb2pb-0.1.15-cp312-cp312-manylinux_2_34_aarch64.whl:

Publisher: publish.yml on dragazo/nb2pb

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

File details

Details for the file nb2pb-0.1.15-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for nb2pb-0.1.15-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 633da0435407b085d0841929253125af85ae6d518656c334270ab253229fed42
MD5 d4daa707153a45148093b6fb25d007a1
BLAKE2b-256 013c26d699c398d4242d1825d6c47f41b93da6cd43efdadbe95b34e30a53d0de

See more details on using hashes here.

Provenance

The following attestation bundles were made for nb2pb-0.1.15-cp312-cp312-manylinux_2_28_x86_64.whl:

Publisher: publish.yml on dragazo/nb2pb

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

File details

Details for the file nb2pb-0.1.15-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for nb2pb-0.1.15-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 278f6c33e77964eea84ac6cee89762d2354103b3d7952d28af5b8133bf6d385a
MD5 0a45fafa6da5a51ca7642a2b2e50b37b
BLAKE2b-256 8f841a2239519ee4b94ce0a8dcc59adc055faea3844410b2a067ab7857b07a23

See more details on using hashes here.

Provenance

The following attestation bundles were made for nb2pb-0.1.15-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: publish.yml on dragazo/nb2pb

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

File details

Details for the file nb2pb-0.1.15-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for nb2pb-0.1.15-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d2a799ba35116a746aa7cf61acb52d0c8228faf984970b87a1304a48de5cf6dd
MD5 acf4dca38f15ca3f06551e419124eb1c
BLAKE2b-256 f43becdda221e95537e02e5ea02a1c6cf45b97e0684af5b5c0ebca8a79fd6fd1

See more details on using hashes here.

Provenance

The following attestation bundles were made for nb2pb-0.1.15-cp312-cp312-macosx_10_12_x86_64.whl:

Publisher: publish.yml on dragazo/nb2pb

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

File details

Details for the file nb2pb-0.1.15-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: nb2pb-0.1.15-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for nb2pb-0.1.15-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 bec62c85e823e47e40eb146987bb852f0b2f34386318321a5d9c220d6ae097dd
MD5 2ac9009d0c3fec86fea4c2476c99f6be
BLAKE2b-256 dd44db2b6dc441b2ed3e7ca6f5ddb339c145eeafea5ff449a68f3df839f23899

See more details on using hashes here.

Provenance

The following attestation bundles were made for nb2pb-0.1.15-cp311-cp311-win_amd64.whl:

Publisher: publish.yml on dragazo/nb2pb

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

File details

Details for the file nb2pb-0.1.15-cp311-cp311-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for nb2pb-0.1.15-cp311-cp311-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 4145824e7bab2fa8cd2338e3d5fa027317f431455e33dd2bec937c1adc0ff436
MD5 e548d3288f69a30d3ba58678e64ea2e8
BLAKE2b-256 a0bc36cac67cbf1a2d2c8d28b4de40573abd076c2ede0b08f04c8c2c36294b63

See more details on using hashes here.

Provenance

The following attestation bundles were made for nb2pb-0.1.15-cp311-cp311-manylinux_2_34_x86_64.whl:

Publisher: publish.yml on dragazo/nb2pb

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

File details

Details for the file nb2pb-0.1.15-cp311-cp311-manylinux_2_34_aarch64.whl.

File metadata

File hashes

Hashes for nb2pb-0.1.15-cp311-cp311-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 63a3d038a1b18c9d99d4c9599e8c5eeaed6acae836e5c5257f44ab729b3e1ca0
MD5 a72add592e28d3be439ba30212d9c610
BLAKE2b-256 7927849e94cf6702e904db924681b283fb8b65669515085ef03c6303742addae

See more details on using hashes here.

Provenance

The following attestation bundles were made for nb2pb-0.1.15-cp311-cp311-manylinux_2_34_aarch64.whl:

Publisher: publish.yml on dragazo/nb2pb

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

File details

Details for the file nb2pb-0.1.15-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for nb2pb-0.1.15-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 969ae4ddfe9c9cc593c88a48cb69ffa70eb10b78c4d178c71ad823cbe5b55a52
MD5 c84a9cd28e9b51c0b1c094a43a92c616
BLAKE2b-256 e756889ede65644593bf411a2bf3b42be9280ae240d660dbd16500f1ead36dc4

See more details on using hashes here.

Provenance

The following attestation bundles were made for nb2pb-0.1.15-cp311-cp311-manylinux_2_28_x86_64.whl:

Publisher: publish.yml on dragazo/nb2pb

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

File details

Details for the file nb2pb-0.1.15-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for nb2pb-0.1.15-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7e03512d58e4d4a63991f814fbe1654378488b38a52bd483228486d70900e9cf
MD5 b5ceea8ce265ae8344e424c512b8ca60
BLAKE2b-256 071cb3a4179106dec10f1d4ae5174a0b06a4e124660e20025fdfc0a6ed3d6d4e

See more details on using hashes here.

Provenance

The following attestation bundles were made for nb2pb-0.1.15-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: publish.yml on dragazo/nb2pb

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

File details

Details for the file nb2pb-0.1.15-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for nb2pb-0.1.15-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 5e9bf990d26daaf0def2b6f978b010039d8dc93dfa1ebd3721ddd5ffd38ad61c
MD5 a8d2437bd436a3025088239d1644c439
BLAKE2b-256 15a1fa686de9c7b2b91a3eca27feaac5354f606047b582d86860b7fd04b3774f

See more details on using hashes here.

Provenance

The following attestation bundles were made for nb2pb-0.1.15-cp311-cp311-macosx_10_12_x86_64.whl:

Publisher: publish.yml on dragazo/nb2pb

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

File details

Details for the file nb2pb-0.1.15-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: nb2pb-0.1.15-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for nb2pb-0.1.15-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 77c84599e969a40b202ef2e70fc3d81f3751b70adfe9797ee8b363c4ee8be94c
MD5 e2818a651318fc23d9accf49e3c49dac
BLAKE2b-256 c3d468b5c461bc4a7c9388ed010b1d0ed59f571520d4361596359bda0028e61a

See more details on using hashes here.

Provenance

The following attestation bundles were made for nb2pb-0.1.15-cp310-cp310-win_amd64.whl:

Publisher: publish.yml on dragazo/nb2pb

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

File details

Details for the file nb2pb-0.1.15-cp310-cp310-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for nb2pb-0.1.15-cp310-cp310-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 89d3a8c4ae18f9d48681b7095565d9c41443ca15a39b179967257967df820cd9
MD5 a079246f4910f94c82f5900548486b1f
BLAKE2b-256 0609044a073ec150456bfd4862d1ceb24b84c5993bddea1abadecac48d180f79

See more details on using hashes here.

Provenance

The following attestation bundles were made for nb2pb-0.1.15-cp310-cp310-manylinux_2_34_x86_64.whl:

Publisher: publish.yml on dragazo/nb2pb

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

File details

Details for the file nb2pb-0.1.15-cp310-cp310-manylinux_2_34_aarch64.whl.

File metadata

File hashes

Hashes for nb2pb-0.1.15-cp310-cp310-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 9d57c8e7d04aed74ed60bfcd5e19cf4a3d6b088d196f49d93df99fb11e352817
MD5 768220d1df985b90d6ef6f23b22aef6b
BLAKE2b-256 f2cde6bbb2aa1b8bef26d4bdaac8eacdf75d6d8c3f9e175fac86dd4732e2fafb

See more details on using hashes here.

Provenance

The following attestation bundles were made for nb2pb-0.1.15-cp310-cp310-manylinux_2_34_aarch64.whl:

Publisher: publish.yml on dragazo/nb2pb

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

File details

Details for the file nb2pb-0.1.15-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for nb2pb-0.1.15-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4fc832ec63947dfbabe99b8b3c05acdc94cef03cdb3e291ee0468a4fd70323b7
MD5 5444371f81af95f2885504065fc1ee06
BLAKE2b-256 ec0e099beb9e0118e669391d40f2cbec5ba07a690fc379279206b2d2959981db

See more details on using hashes here.

Provenance

The following attestation bundles were made for nb2pb-0.1.15-cp310-cp310-manylinux_2_28_x86_64.whl:

Publisher: publish.yml on dragazo/nb2pb

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

File details

Details for the file nb2pb-0.1.15-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for nb2pb-0.1.15-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2fa1dc3c7f87c781a9ff5c6319cc3c0d7fff3760a97558be124ffff353aa9923
MD5 1e99930f666495a7f996bdf92feb80a7
BLAKE2b-256 783ac927757847bfe962f6ac11bfcd81f9ab281d6510d6f0042eb6c63d79cb65

See more details on using hashes here.

Provenance

The following attestation bundles were made for nb2pb-0.1.15-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: publish.yml on dragazo/nb2pb

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

File details

Details for the file nb2pb-0.1.15-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for nb2pb-0.1.15-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 7a51151e0d9556604a52d04dd86e0ac4b4fc479e673be3bb46d6874ade53bf78
MD5 aabca2e043170f95242d587bb0db55da
BLAKE2b-256 776255ba965ed82e421e308090f831df38f3b49ca8fb709496d8b3c2b99d2546

See more details on using hashes here.

Provenance

The following attestation bundles were made for nb2pb-0.1.15-cp310-cp310-macosx_10_12_x86_64.whl:

Publisher: publish.yml on dragazo/nb2pb

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

File details

Details for the file nb2pb-0.1.15-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: nb2pb-0.1.15-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for nb2pb-0.1.15-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 db8a5adf875188a4b830e60b7d7972178297d9379b3354c3834921f5e3c6f26b
MD5 9085913f82f39aa39e2dc1805de0b471
BLAKE2b-256 b052634d5f39474a1a6ac79969e7ca840043dc9ebb82a1e2d1c3e9dd26e20591

See more details on using hashes here.

Provenance

The following attestation bundles were made for nb2pb-0.1.15-cp39-cp39-win_amd64.whl:

Publisher: publish.yml on dragazo/nb2pb

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

File details

Details for the file nb2pb-0.1.15-cp39-cp39-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for nb2pb-0.1.15-cp39-cp39-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 1d670ef9f23cdb3a6c372281212ce4f82906151a2a1460075a05223f7ee3a42a
MD5 cc54d66e021b655fa8ea7d6f5ecb9627
BLAKE2b-256 47186938a6371d1e4d33b9121452e420b953fd8fe852a8afbe9d65fa0de9fe31

See more details on using hashes here.

Provenance

The following attestation bundles were made for nb2pb-0.1.15-cp39-cp39-manylinux_2_34_x86_64.whl:

Publisher: publish.yml on dragazo/nb2pb

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

File details

Details for the file nb2pb-0.1.15-cp39-cp39-manylinux_2_34_aarch64.whl.

File metadata

File hashes

Hashes for nb2pb-0.1.15-cp39-cp39-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 6d6c173eea3b7f31a64a5b8e0ca9d39fba92d95fa008f8b0ed6743d5a24c3a85
MD5 a06393044f2eb20b820da42e2464c186
BLAKE2b-256 60982bd9df37bfb7366ec0fd3ecac882167dc6c564dccf9c7f87838b51bd93cb

See more details on using hashes here.

Provenance

The following attestation bundles were made for nb2pb-0.1.15-cp39-cp39-manylinux_2_34_aarch64.whl:

Publisher: publish.yml on dragazo/nb2pb

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

File details

Details for the file nb2pb-0.1.15-cp39-cp39-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for nb2pb-0.1.15-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f6c827f62c5db2486c0268010a4b3d6a0320c4e7a6f60c8cb9f9633719ccea89
MD5 21658b76c7947b1c86b30a837fcef611
BLAKE2b-256 b6aac3116f8374fb05ce933504413641f7dc82303883ee6061c835f92548402b

See more details on using hashes here.

Provenance

The following attestation bundles were made for nb2pb-0.1.15-cp39-cp39-manylinux_2_28_x86_64.whl:

Publisher: publish.yml on dragazo/nb2pb

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

File details

Details for the file nb2pb-0.1.15-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for nb2pb-0.1.15-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d7eeb7adfe64466758854a9c29c2e8538420a6fecc27cf7262051ea33904facc
MD5 58fa09759baf6fe70d18b90bd119bb4a
BLAKE2b-256 ebc38860975dd07c32c08f621323b43f3c0fdc4fd81efa06a10e03fdf706251f

See more details on using hashes here.

Provenance

The following attestation bundles were made for nb2pb-0.1.15-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: publish.yml on dragazo/nb2pb

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

File details

Details for the file nb2pb-0.1.15-cp39-cp39-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for nb2pb-0.1.15-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 64561647f1f4e9b62505c6ad92fbe85a1fad5a4884cf64a0677a1f66d2419ba0
MD5 35462ea3954d900af1477aa57b87a0c1
BLAKE2b-256 154f9e1d5e42b178912439759472d9f04d3fe0a94a41718108963993fa9951c2

See more details on using hashes here.

Provenance

The following attestation bundles were made for nb2pb-0.1.15-cp39-cp39-macosx_10_12_x86_64.whl:

Publisher: publish.yml on dragazo/nb2pb

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

File details

Details for the file nb2pb-0.1.15-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: nb2pb-0.1.15-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for nb2pb-0.1.15-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 277f04d259cb3a253712186e5af6dad60be8778c1106814680bec890c96d3811
MD5 b1515dfc3bbf664d9a32a29c006d433b
BLAKE2b-256 b9bcd9d57872cece48f113db904601ac67cce629a1112247af552d5af9c269b0

See more details on using hashes here.

Provenance

The following attestation bundles were made for nb2pb-0.1.15-cp38-cp38-win_amd64.whl:

Publisher: publish.yml on dragazo/nb2pb

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

File details

Details for the file nb2pb-0.1.15-cp38-cp38-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for nb2pb-0.1.15-cp38-cp38-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 0e7beabf331f965bb8e041c5cc4778314b78c7c13c74f0052115f6b49190dcd7
MD5 47d3e45910d5fcce1372e577e1aa481f
BLAKE2b-256 348664c5a14c5bef2f94c23b2e54b8d363a22a86b6bb5bf6cdebd8d9bad55f4e

See more details on using hashes here.

Provenance

The following attestation bundles were made for nb2pb-0.1.15-cp38-cp38-manylinux_2_34_x86_64.whl:

Publisher: publish.yml on dragazo/nb2pb

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

File details

Details for the file nb2pb-0.1.15-cp38-cp38-manylinux_2_34_aarch64.whl.

File metadata

File hashes

Hashes for nb2pb-0.1.15-cp38-cp38-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 3c1ba049d4e723d6594c0c0dd83a1fac91c1c39c410835c093f1602f421c0947
MD5 de140e9d3df31f710efeb6aa3234f85d
BLAKE2b-256 8c3839b67c2b8d0573102894632fe788c4798d02ae6bc259ad976bb880c2829f

See more details on using hashes here.

Provenance

The following attestation bundles were made for nb2pb-0.1.15-cp38-cp38-manylinux_2_34_aarch64.whl:

Publisher: publish.yml on dragazo/nb2pb

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

File details

Details for the file nb2pb-0.1.15-cp38-cp38-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for nb2pb-0.1.15-cp38-cp38-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d8fffaa58885d8f3797dcb8420d313a0601fd4dc02b971f2c10a69a3be0dd2a2
MD5 f458f39621bb0f954748b36e9e693182
BLAKE2b-256 92425f045b5840e417fdb782b32cb69859610690dd3ce013151f57bc7e41a93c

See more details on using hashes here.

Provenance

The following attestation bundles were made for nb2pb-0.1.15-cp38-cp38-manylinux_2_28_x86_64.whl:

Publisher: publish.yml on dragazo/nb2pb

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

File details

Details for the file nb2pb-0.1.15-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for nb2pb-0.1.15-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a88c653db7240cc096512dd56d364f85f50f5fd4fbe00477d335ce52ae8e3233
MD5 7b145d720bc5d6bc105a450e3dba879e
BLAKE2b-256 7b84f22cf186b436600e219437f9ccb28a52fb38332a32571c045fa2b94fa330

See more details on using hashes here.

Provenance

The following attestation bundles were made for nb2pb-0.1.15-cp38-cp38-macosx_11_0_arm64.whl:

Publisher: publish.yml on dragazo/nb2pb

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

File details

Details for the file nb2pb-0.1.15-cp38-cp38-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for nb2pb-0.1.15-cp38-cp38-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 abe28e453a2ae95e1bfea3096ffddb3ad639acaf5830f34414145966dca2cbef
MD5 7448a157d89f249251f2c393c7bdf340
BLAKE2b-256 054ae3d1653d655872ffebb1c1f3efeee17887c249a306890b93f11147e58193

See more details on using hashes here.

Provenance

The following attestation bundles were made for nb2pb-0.1.15-cp38-cp38-macosx_10_12_x86_64.whl:

Publisher: publish.yml on dragazo/nb2pb

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

File details

Details for the file nb2pb-0.1.15-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: nb2pb-0.1.15-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for nb2pb-0.1.15-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 033add784cd7c082b23671bb88caec8749f6da56c1b3de48b29974dcb7796e18
MD5 3981b46871d61c3def9011c1c3391857
BLAKE2b-256 ecbe6f38a10d78e17f17c71e6cdfc1a9c2104771210ce842156a31fa0a4dfe95

See more details on using hashes here.

Provenance

The following attestation bundles were made for nb2pb-0.1.15-cp37-cp37m-win_amd64.whl:

Publisher: publish.yml on dragazo/nb2pb

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

File details

Details for the file nb2pb-0.1.15-cp37-cp37m-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for nb2pb-0.1.15-cp37-cp37m-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 3e290cca5bc87d22fb82c3d410c9f10a4a360ebaa9bea5e8ffbd7231baed8b4d
MD5 00d32bdb23d7eed68839c3bf9882b685
BLAKE2b-256 2eaedf97baf6a19a8b46f718347a2aa876a55ce013c3c6fc181111564fd584ff

See more details on using hashes here.

Provenance

The following attestation bundles were made for nb2pb-0.1.15-cp37-cp37m-manylinux_2_34_x86_64.whl:

Publisher: publish.yml on dragazo/nb2pb

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

File details

Details for the file nb2pb-0.1.15-cp37-cp37m-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for nb2pb-0.1.15-cp37-cp37m-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b4ea018680a07b5466f8999c0c5303e4ab0a8e3cf375ebf2675b3c6663b71cc5
MD5 0b2321a01607456fff8ccad2c8dd1bc7
BLAKE2b-256 170a3e07e12785146c59f97969c7fe08919964ac1aa52180b41f84c0531c05d1

See more details on using hashes here.

Provenance

The following attestation bundles were made for nb2pb-0.1.15-cp37-cp37m-manylinux_2_28_x86_64.whl:

Publisher: publish.yml on dragazo/nb2pb

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

File details

Details for the file nb2pb-0.1.15-cp37-cp37m-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for nb2pb-0.1.15-cp37-cp37m-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 7ca6ac8aced2410788b082ec37d6fc54791161b3c4c122d78a8ca19e9051e9f6
MD5 3ab94697fd9b3b224b4b7b6cfff49a86
BLAKE2b-256 d3253d37587954cbc4c5d95ea58cf5703089e4e3170889e220eff40609505360

See more details on using hashes here.

Provenance

The following attestation bundles were made for nb2pb-0.1.15-cp37-cp37m-macosx_10_12_x86_64.whl:

Publisher: publish.yml on dragazo/nb2pb

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