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

Uploaded Source

Built Distributions

nb2pb-0.1.14-pp310-pypy310_pp73-win_amd64.whl (1.7 MB view details)

Uploaded PyPy Windows x86-64

nb2pb-0.1.14-pp310-pypy310_pp73-manylinux_2_34_x86_64.whl (2.1 MB view details)

Uploaded PyPy manylinux: glibc 2.34+ x86-64

nb2pb-0.1.14-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl (2.1 MB view details)

Uploaded PyPy manylinux: glibc 2.28+ x86-64

nb2pb-0.1.14-pp310-pypy310_pp73-macosx_11_0_arm64.whl (1.8 MB view details)

Uploaded PyPy macOS 11.0+ ARM64

nb2pb-0.1.14-pp310-pypy310_pp73-macosx_10_12_x86_64.whl (1.9 MB view details)

Uploaded PyPy macOS 10.12+ x86-64

nb2pb-0.1.14-pp39-pypy39_pp73-win_amd64.whl (1.7 MB view details)

Uploaded PyPy Windows x86-64

nb2pb-0.1.14-pp39-pypy39_pp73-manylinux_2_34_x86_64.whl (2.1 MB view details)

Uploaded PyPy manylinux: glibc 2.34+ x86-64

nb2pb-0.1.14-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl (2.1 MB view details)

Uploaded PyPy manylinux: glibc 2.28+ x86-64

nb2pb-0.1.14-pp39-pypy39_pp73-macosx_11_0_arm64.whl (1.8 MB view details)

Uploaded PyPy macOS 11.0+ ARM64

nb2pb-0.1.14-pp39-pypy39_pp73-macosx_10_12_x86_64.whl (1.9 MB view details)

Uploaded PyPy macOS 10.12+ x86-64

nb2pb-0.1.14-pp38-pypy38_pp73-win_amd64.whl (1.7 MB view details)

Uploaded PyPy Windows x86-64

nb2pb-0.1.14-pp38-pypy38_pp73-manylinux_2_34_x86_64.whl (2.1 MB view details)

Uploaded PyPy manylinux: glibc 2.34+ x86-64

nb2pb-0.1.14-pp38-pypy38_pp73-manylinux_2_28_x86_64.whl (2.1 MB view details)

Uploaded PyPy manylinux: glibc 2.28+ x86-64

nb2pb-0.1.14-pp38-pypy38_pp73-macosx_11_0_arm64.whl (1.8 MB view details)

Uploaded PyPy macOS 11.0+ ARM64

nb2pb-0.1.14-pp38-pypy38_pp73-macosx_10_12_x86_64.whl (1.9 MB view details)

Uploaded PyPy macOS 10.12+ x86-64

nb2pb-0.1.14-pp37-pypy37_pp73-win_amd64.whl (1.7 MB view details)

Uploaded PyPy Windows x86-64

nb2pb-0.1.14-pp37-pypy37_pp73-manylinux_2_34_x86_64.whl (2.1 MB view details)

Uploaded PyPy manylinux: glibc 2.34+ x86-64

nb2pb-0.1.14-pp37-pypy37_pp73-manylinux_2_28_x86_64.whl (2.1 MB view details)

Uploaded PyPy manylinux: glibc 2.28+ x86-64

nb2pb-0.1.14-pp37-pypy37_pp73-macosx_10_12_x86_64.whl (1.9 MB view details)

Uploaded PyPy macOS 10.12+ x86-64

nb2pb-0.1.14-cp313-none-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.13 Windows x86-64

nb2pb-0.1.14-cp313-cp313-manylinux_2_34_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.34+ x86-64

nb2pb-0.1.14-cp313-cp313-manylinux_2_28_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.28+ x86-64

nb2pb-0.1.14-cp313-cp313-macosx_11_0_arm64.whl (1.8 MB view details)

Uploaded CPython 3.13 macOS 11.0+ ARM64

nb2pb-0.1.14-cp313-cp313-macosx_10_12_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.13 macOS 10.12+ x86-64

nb2pb-0.1.14-cp312-none-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.12 Windows x86-64

nb2pb-0.1.14-cp312-cp312-manylinux_2_34_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.34+ x86-64

nb2pb-0.1.14-cp312-cp312-manylinux_2_28_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.28+ x86-64

nb2pb-0.1.14-cp312-cp312-macosx_11_0_arm64.whl (1.8 MB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

nb2pb-0.1.14-cp312-cp312-macosx_10_12_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.12 macOS 10.12+ x86-64

nb2pb-0.1.14-cp311-none-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.11 Windows x86-64

nb2pb-0.1.14-cp311-cp311-manylinux_2_34_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.34+ x86-64

nb2pb-0.1.14-cp311-cp311-manylinux_2_28_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.28+ x86-64

nb2pb-0.1.14-cp311-cp311-macosx_11_0_arm64.whl (1.8 MB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

nb2pb-0.1.14-cp311-cp311-macosx_10_12_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.11 macOS 10.12+ x86-64

nb2pb-0.1.14-cp310-none-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.10 Windows x86-64

nb2pb-0.1.14-cp310-cp310-manylinux_2_34_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.34+ x86-64

nb2pb-0.1.14-cp310-cp310-manylinux_2_28_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.28+ x86-64

nb2pb-0.1.14-cp310-cp310-macosx_11_0_arm64.whl (1.8 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

nb2pb-0.1.14-cp310-cp310-macosx_10_12_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.10 macOS 10.12+ x86-64

nb2pb-0.1.14-cp39-none-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.9 Windows x86-64

nb2pb-0.1.14-cp39-cp39-manylinux_2_34_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.34+ x86-64

nb2pb-0.1.14-cp39-cp39-manylinux_2_28_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.28+ x86-64

nb2pb-0.1.14-cp39-cp39-macosx_11_0_arm64.whl (1.8 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

nb2pb-0.1.14-cp39-cp39-macosx_10_12_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.9 macOS 10.12+ x86-64

nb2pb-0.1.14-cp38-none-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.8 Windows x86-64

nb2pb-0.1.14-cp38-cp38-manylinux_2_34_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.34+ x86-64

nb2pb-0.1.14-cp38-cp38-manylinux_2_28_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.28+ x86-64

nb2pb-0.1.14-cp38-cp38-macosx_11_0_arm64.whl (1.8 MB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

nb2pb-0.1.14-cp38-cp38-macosx_10_12_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.8 macOS 10.12+ x86-64

nb2pb-0.1.14-cp37-none-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.7 Windows x86-64

nb2pb-0.1.14-cp37-cp37m-manylinux_2_34_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.34+ x86-64

nb2pb-0.1.14-cp37-cp37m-manylinux_2_28_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.28+ x86-64

nb2pb-0.1.14-cp37-cp37m-macosx_10_12_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.7m macOS 10.12+ x86-64

File details

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

File metadata

  • Download URL: nb2pb-0.1.14.tar.gz
  • Upload date:
  • Size: 75.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.5

File hashes

Hashes for nb2pb-0.1.14.tar.gz
Algorithm Hash digest
SHA256 e9759a1ae8e3ae9cad7b6b8e1ec6a570d6b01b558aee90f261affabff232aaa4
MD5 332547f9cd81fa85b31a7f2a1bb113ac
BLAKE2b-256 ead27225e89799424064e2d468e72f0faebb04e5ed8dff888bd2949cd09076cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for nb2pb-0.1.14-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 a9f7131a7bdfbdc845828ec268a28654feda1fdaa25f93c9f68ac9033afdfb68
MD5 b7ebd42631db54cfdf1b32753a18f4e4
BLAKE2b-256 a9700870ee84073336811789c9a637dcdb4f5e5affdd81b05d5336cc95536f64

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for nb2pb-0.1.14-pp310-pypy310_pp73-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 b0c098728c33ec412c349ac10a28d1361b2e5acfd89c1eadeeba2bf3eb573d10
MD5 611e58efa415c92f30cd4afbac6727e5
BLAKE2b-256 b458d2425fa0c04ae6f9bf61957192dbc26a90eda4e2bfc87a381172173df079

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for nb2pb-0.1.14-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 77dc9936e168a6e85667461dcc79b3f60c35fcd5334a1508f511b2c3a28c8143
MD5 9399b37b186dd913b6d2ff07f8ea54c1
BLAKE2b-256 3b15681c09344b8dab361cd220cf8775dc60989da3b545fcf6b7a19469dfe62d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for nb2pb-0.1.14-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8000d0e078f2178da552eacd593f0f1fc32827ebde8ea5848da64da036396dad
MD5 6342e3fb8eb525bb5f3db75d5e0e49e7
BLAKE2b-256 9b130031ceb57f686756750f0d19ddf94904a10a8b8ef97a90d658250471ca34

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for nb2pb-0.1.14-pp310-pypy310_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 2d9b30624069e084ecf118b39335e780c805911901a933ac61d0dc7016a3bcae
MD5 bdd5d407c65a7650fd0fc121b448ea4e
BLAKE2b-256 f237e3e7e6b21bd0273b1610d92ac27f07a839695c878a31d3b3ecebf621af46

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for nb2pb-0.1.14-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 f73cea591f442f2e06c937a779b6125191aab0653a64d76cc8d21b9c45c0531a
MD5 e5cab546261edf7175e0a73268a2a69e
BLAKE2b-256 d9b7559d78da584ac31d87ddb07e78d2a6c7bdf8501b461ac9ed18ac94fffe77

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for nb2pb-0.1.14-pp39-pypy39_pp73-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 1a5f9d803884ca4966ac584615b535ae27b9cda33ac9b50f2b8fe8c5baeb06ab
MD5 46cc103d537178dc4f72803af65360ce
BLAKE2b-256 67d056facd1375e77bf2542b05830de8880241d1a17daced02e79bb315d7b089

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for nb2pb-0.1.14-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5207d4b7e1b4ade9aa9654e0e619cd1ac59e607ba51bc6bcaaa330f511d771a2
MD5 55ca9550294ff29e7b020dd4166b85f1
BLAKE2b-256 248fe94b5b3028aac89ca74e87c5fd922b85606af4258054803c13bf0e7b7ee4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for nb2pb-0.1.14-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6b373cae209bddfcc1720c592276f8d22b9e37069bbd2d45024b2f795fe13c81
MD5 3e86170dcb693977043ebe4a207575a5
BLAKE2b-256 398c55ddb60878cb75ead3a240bf520920d23ab111dd7e33700359f724262021

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for nb2pb-0.1.14-pp39-pypy39_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d294ac6df7bd4916af216cb0511ee7d6e8c97a7fa035f06d5c0c170eb6c27340
MD5 8f298debe6c8088ebf45055f27ff0620
BLAKE2b-256 9fd0566d26f8b94399f8b3595a424f04af98f145c0081cd4935074dc1474334f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for nb2pb-0.1.14-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 71eecbd25060f470cb0f62bc9c841f8e6178143a4d048625edef3bdc7f462cf4
MD5 3f643592b8562df1f3989fb309dc772a
BLAKE2b-256 74890e6ac817a91917d88cb5978200b5244ffe8c4721ece6e9d65e980381e8ec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for nb2pb-0.1.14-pp38-pypy38_pp73-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 313e0a105537b3566d454e4ce31d62b65b62bdb7e2e5e5f0572c9eb8cb3e9701
MD5 0ef151cc918d966fd1f43676e16da60f
BLAKE2b-256 d4c8ec4caf2be7079a373c29eb5395d43d2031fd6a12b4da1f86f48f654dc178

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for nb2pb-0.1.14-pp38-pypy38_pp73-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ae8756869689d66eec804a9fd024befc40e121a6f2c331b207da2efb4b2b6693
MD5 40ddcb315ae453f5d43e60abb04869eb
BLAKE2b-256 5b1f0bca423d42fc0219304336fe5a62cfccdee157b7bad32e388b88868f8e26

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for nb2pb-0.1.14-pp38-pypy38_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e2efa8b0783171b7bb5c19a60ac6ef309cb0ba233f7d0ffde914b043422238c4
MD5 a5954fcc6dd99aa2372536b8e62e43d3
BLAKE2b-256 42e13a04bceacbabf7969c7ffbc5d4ceb1b98159f1a28e48f81b3fc014cdd553

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for nb2pb-0.1.14-pp38-pypy38_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 de8eb043baa81f2a62c5befc2ac2926e4aab12257cc8167c66d9038aec74a99e
MD5 14b9ff83c8834200668103297e1d33d6
BLAKE2b-256 e83d96247b41120ff072991c1266ac7e08d5e91c4dc798a6470d04eee3599c7d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for nb2pb-0.1.14-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 04c2e7c6096e70225c9d87edc8aef29274d6efac59fdd1e761424300ce9ca347
MD5 b9955658e007701e59bc116eea56a835
BLAKE2b-256 58fbbeb46b969004cadf218b4d905d401bc74eb9ac7c4d05f453429f44409297

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for nb2pb-0.1.14-pp37-pypy37_pp73-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 6f99f807c96070525610df01fb0dbdc1858f1a7f11d17ec17e635fc0b3e2c6f8
MD5 ba0be2c740737c1f23ee4f81d9ee3ddd
BLAKE2b-256 983ceaaf411fab979e2731cefc4475f45e917c1197b0a76a8c7eed4eea5fc11b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for nb2pb-0.1.14-pp37-pypy37_pp73-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 dba7e53ba25c7ddce481085a6eee3f1fa4cb9fbd1623aae75cbe24c52809b17f
MD5 af701e57cd70141d2d0c478600c45315
BLAKE2b-256 e5fec6899f8eb2302a1f56101baf85cd613e1afeb23fa7184697ec55245af50e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for nb2pb-0.1.14-pp37-pypy37_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 9c99bb39c01bfa8de63886057195661670853a29a87118721987eff30eeaf5c4
MD5 b787b4c31ada4df208db0b17f9c33cad
BLAKE2b-256 7327ebc38486412884794c00bd7aa31676bb63d95a0d34c08102a0968d2a6e74

See more details on using hashes here.

File details

Details for the file nb2pb-0.1.14-cp313-none-win_amd64.whl.

File metadata

  • Download URL: nb2pb-0.1.14-cp313-none-win_amd64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for nb2pb-0.1.14-cp313-none-win_amd64.whl
Algorithm Hash digest
SHA256 1700456c6721bcac274a72e6991ad2bca16957946ba027c049072d8fb97d298c
MD5 8414776e301419e3acb93de9c5498102
BLAKE2b-256 ad90b54f8f58011d1bb4617cd4e79cedc2653970814cc2ff68c5840da9257946

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for nb2pb-0.1.14-cp313-cp313-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 726a8f0a935eb1faa725dbdb946697bde49f1ebc764c81aa44f0c32aad3d8757
MD5 a99c931ea171d852cff9c27459867d7e
BLAKE2b-256 c7c421c6c7866a671bb820e6ba5a3d98a7b8d26f50664df9ca014016f9e45aa6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for nb2pb-0.1.14-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7385ee473cabd584c36d431741bc04ef59e71feff333603e3bbfad6969a48e4b
MD5 c455fcd92625ba9bc02053f01555387c
BLAKE2b-256 a341a8f6ed47b143c773762757e7c527cb7bcc1b55458e573f6c206c49caa9a0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for nb2pb-0.1.14-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ce8a3bf0eb658a58d42cdfbb25b80d119f7a1cef0fb4f1e705f096e2f95cbfcb
MD5 c8495d37de07f552fdea177816c3e117
BLAKE2b-256 c940122f0a71c473b65b78511169e4f7a3e9a2a87e06ca3daccb2563c3a20e57

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for nb2pb-0.1.14-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 f927835bc1eb9b7bd1f543581a06d742f0d784a4ecf8642cfa89a74bc74c7b0a
MD5 1b65353e5f2b46f0e23bcd6a8b988582
BLAKE2b-256 76345bef2aeddbcbf3e3a5875b29f9e5a97c0f1c225b1ecaeec2957f0c79872f

See more details on using hashes here.

File details

Details for the file nb2pb-0.1.14-cp312-none-win_amd64.whl.

File metadata

  • Download URL: nb2pb-0.1.14-cp312-none-win_amd64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.5

File hashes

Hashes for nb2pb-0.1.14-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 a262b7935c4629cbf19f12d56677dec4d344c913e540ba5e9136a1c0a1a5cb9c
MD5 2324fa06bae2eaf79eb3262a1fd849fc
BLAKE2b-256 13140e027cb541b89ed31c5c4067bb5b032598700b39f7b8b6821273c03e341a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for nb2pb-0.1.14-cp312-cp312-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 093c1142fe5f36c0baa67c7accf06dc28b335db6a65daa4679f2fedd4ed645a4
MD5 f8046d8547e8628f37b6cc42d91c4162
BLAKE2b-256 855a9a252e4a2742d74d45e6a971bd8b80c4baa19bcabb0c2d13d190005d68b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for nb2pb-0.1.14-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 70da0fa7a5c033b5d3a47d21b28030db46fe45bae1f1d856fabecff93a9e64eb
MD5 14b82ed3229823758795c2e9acc4455b
BLAKE2b-256 81c9823ebc3ecc872b02f81d2cf38f4a0ab48916df25bd9ea9a8df6acc38410f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for nb2pb-0.1.14-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 839a46cf1e28bd607efebf131b6d494fe414a477c8548618eaf25f2643326493
MD5 6a5d30071688693e3c33808f24a69929
BLAKE2b-256 a1f93fb70ec2ceb31c5e50f974d39f4360717d6016adb8195f18c476ade96548

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for nb2pb-0.1.14-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 f012d30a7c2eb270694ae6076cddeab93ade19831f2f56ac6b6f0b01f945729c
MD5 b943a8850491e30445e0a9e99d2b04b6
BLAKE2b-256 0670ccb7d857666282421de26cb636133a447b75e33ea54becd8ea7556c130fd

See more details on using hashes here.

File details

Details for the file nb2pb-0.1.14-cp311-none-win_amd64.whl.

File metadata

  • Download URL: nb2pb-0.1.14-cp311-none-win_amd64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.5

File hashes

Hashes for nb2pb-0.1.14-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 1f4f2f66d15b2ee69ba0223f27d6955d4cca1db965218972f065ffd9b8ce16a0
MD5 992c0672bef8ec05bd7127f9ce951212
BLAKE2b-256 f8033aa48708f84481f36085bab548c6686cb5f424dcf15670e491fc727163b4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for nb2pb-0.1.14-cp311-cp311-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 85f466be3808360ae8742fe224828eb431cf2c742f99f4c8b57a5d8c99aca18e
MD5 0056bab9498d1344478a12e1ea341d53
BLAKE2b-256 571d639ed7e030aceaf38dbe0fa823b8161ebc7daf334eceef7e1eeb909707ff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for nb2pb-0.1.14-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 898e7021ed05879628246887a3da6447350d132ca7be7ab5118adda8fba78452
MD5 97f5e88678bdb46defb904b5f78b728a
BLAKE2b-256 e4caf5a412349abae354ecd72d2f1f3073c99bfdcada44722f7de2f109114e38

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for nb2pb-0.1.14-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f488c0982af0b3df5b56c8c793dc2f9b567dfdbf35e2d7a0e0c4f66ffdd12885
MD5 86e76d2c08b5411eb081f06eb9b9cee2
BLAKE2b-256 89d0879f765ac7d16a2de0d5943f91782aa023f1b7b290943161c26cd523878d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for nb2pb-0.1.14-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 fdff6b3c12c69020110296ee3ce0e0afc9534cea94da47b00a30d6a761167f57
MD5 23caa5b572b50a2513cf9deb76b3cce3
BLAKE2b-256 0d841733f92fd6b3393b0907cff399532ff4163623876e645909980d6fc15fce

See more details on using hashes here.

File details

Details for the file nb2pb-0.1.14-cp310-none-win_amd64.whl.

File metadata

  • Download URL: nb2pb-0.1.14-cp310-none-win_amd64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.5

File hashes

Hashes for nb2pb-0.1.14-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 7a176aba6218fa3c8985de683296e9f61a940a121c9086a839a4bcf359378d0c
MD5 0a5441d0db850bb2a6e21d963fbf07ef
BLAKE2b-256 ec99552053ccbf04a810026fb8006fd65efc0ac8446e6f8d592fab752e3a17bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for nb2pb-0.1.14-cp310-cp310-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 c8f1f1c22b3707da93ff4da8443c4e92b879c810e10f229b152e1e9943582fcf
MD5 00931d51afea8d14a03d5825be1020fd
BLAKE2b-256 507ccffb30b33a31c63e037fe1461a5d7e763318ad92b045ce04dfd27d886eb4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for nb2pb-0.1.14-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 da9b40785aef69f717202b9a004cd66f19e0760750007820d4e204821f8314a0
MD5 b5f56f757ae0346399bc7aa1e8fc0198
BLAKE2b-256 7b0dff207b6aeaaa72d5c4c0ad52dc840162d153469d68b0f3b8d559cf4cd47a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for nb2pb-0.1.14-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 56588d76b4ba7813792816cc0d51bce7b0fae984581d5b49645036a91766ca65
MD5 8222011f7169c84c6d1651b7189a81a4
BLAKE2b-256 f592595fb5ce80737c49cdff418fcc8ed34813ee1a90ba992f6eff5b20c40da1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for nb2pb-0.1.14-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 82d85db2a381a1701906288961881cc58b12c6556472c804b1edf9cdd5b0a39e
MD5 df2e6a10da7d808bb3d3e842a5d84e63
BLAKE2b-256 e80171bfd3e7b3d74aaae0eda58671bca2019be30f2a0942b37e02e8271c6917

See more details on using hashes here.

File details

Details for the file nb2pb-0.1.14-cp39-none-win_amd64.whl.

File metadata

  • Download URL: nb2pb-0.1.14-cp39-none-win_amd64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.5

File hashes

Hashes for nb2pb-0.1.14-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 b78a531bd5ff7ce3d4d5bc3dc7f7ad754ce3838003576585ed7090b4a00fcb9f
MD5 b361f550c76ffd6d80397e64b28bf890
BLAKE2b-256 3ae5218bdad1bd5fc7ec6ac00a0ff7a63528294becc127110f9fd4a0f65b34b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for nb2pb-0.1.14-cp39-cp39-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 f4a3c31e4bd976c39a0008fc9071ea9f29c9b9ea27a8e91ad755eb6ca91b5f2c
MD5 ce827bb969535271af819608fbbfe6db
BLAKE2b-256 4bad091f191385e2406dcbefebf18233c973b63fbe298dab7f215e44346e3fc9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for nb2pb-0.1.14-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e07f69dc3be5d0ef1cd66b546ec44d7a8486196873073a1725e71a00db9c20cc
MD5 27428316af2dcc484f76b181f5754f11
BLAKE2b-256 1f7134a9456d77ed069e9cbec9c501a79dea35f55e0a5bc6071c8fba062e66b7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for nb2pb-0.1.14-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cc919bef4ba5a7ec3b1223d49f2ad7f6bebc3f8eb434f285bee6137c3ec210f6
MD5 82940a7593dd13ce4b07fcdbbbc3330c
BLAKE2b-256 3280a27fe6a13096bb027f6e1d796473710bcd7d86185d6175782856c3a3d4b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for nb2pb-0.1.14-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 bb46275ccfcadf6a6b3064cb49a890869d0bdbf7f1625217a206e7ccf9ddd95f
MD5 b55148c84494878d178c6c9f7025e372
BLAKE2b-256 d6b1131509a9f96cfbb8ed88fd53849934c2096ba1db69ad5cac93f13a388c7a

See more details on using hashes here.

File details

Details for the file nb2pb-0.1.14-cp38-none-win_amd64.whl.

File metadata

  • Download URL: nb2pb-0.1.14-cp38-none-win_amd64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.5

File hashes

Hashes for nb2pb-0.1.14-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 c38ca631c8eee6f02bc39d24a24f5b559575be882e3faea25b2cf0a01bc84048
MD5 02d73888f6d8506ce4e99bd1d681d5ca
BLAKE2b-256 159698a7bed09fc3dd4bee83d570bbfcdb712bf6c1caf221f56be33c0447d74c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for nb2pb-0.1.14-cp38-cp38-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 dd97e975bb2a6985ede086f642df5e11cf2920faff615106b87ad2f4ebf80f50
MD5 d08b6b3c966944c41b0ef56f29b273e4
BLAKE2b-256 9b598bc2810b4b7434863785508ad340477db83965f13b3b4826ab7468cc16ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for nb2pb-0.1.14-cp38-cp38-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a924560b50747a2dfcc1a37898ec5ec75e84ff9b9e23eca4a337e1857bd6ab11
MD5 0bdbfc8458e5899f8d14e0ba89d1b580
BLAKE2b-256 82a7ff2b23de17f11b34db70c6dc2feb286717bddb07975a1da8a49685a64856

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for nb2pb-0.1.14-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 98e12f4c02a7f06110c364522a99c58b005787b0e8fa97820ce1bcc5848a13eb
MD5 86b9370025f3d40ec8188a4aa5661fe6
BLAKE2b-256 7c07500a44c3fd4ac4c1c14706b776f6156c343d98487b0aac33759c1f1c05a6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for nb2pb-0.1.14-cp38-cp38-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 f1419599afe216a3cd23cc899eddd61fbb50dc59f8183058559794adb8751848
MD5 727e7144fd5195cda2015eb515f3ef88
BLAKE2b-256 bde6670f0c884e1daf0df2f67f1f6459aa5660f7a1df12c38e1af56f51a37c4c

See more details on using hashes here.

File details

Details for the file nb2pb-0.1.14-cp37-none-win_amd64.whl.

File metadata

  • Download URL: nb2pb-0.1.14-cp37-none-win_amd64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.7, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.5

File hashes

Hashes for nb2pb-0.1.14-cp37-none-win_amd64.whl
Algorithm Hash digest
SHA256 9f63e87757a1b0e32419ec5bb7b502b63d5c7094f00cba993467d351c60807f5
MD5 4d754f3ded396c93ef6b2ee5433be02d
BLAKE2b-256 377f5ebbb04d14c89c05777a74a9cbfff5d102edff95679d8b2052247f27c6a1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for nb2pb-0.1.14-cp37-cp37m-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 2a023048f1d2fa51cc9c82dbf2b50c9782f157bacbfc2ad51a25f6f24b71a159
MD5 ccf3fd0608ac91dbf07c226fb2eeb16f
BLAKE2b-256 64a2f4bd830d34d6dd2b213ef76dd1cbceba962c1c2b5dd8b4dc53fb483f5fe4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for nb2pb-0.1.14-cp37-cp37m-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d6ebb1ef3692ef3123e6ed937fbf430a1a9e7ca24ca2a7c1a4e7ffb81809a2e3
MD5 f4c85e15370368f3e0464bb3decb4ae7
BLAKE2b-256 6623f732278b8d4b098f6093b9dc5db96a32fc52442eebd91395bc58f972e157

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for nb2pb-0.1.14-cp37-cp37m-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 dfa2a5d41db24aa5a5fa159e37057298d6f66dcda7e033da68c03568835e40f7
MD5 a59564760ecdc98a63d03d2d902f5e2a
BLAKE2b-256 c09104b41c50e0c6560821392d0bc4fb854d81020c8e3dd1fcc628dc584b2ca1

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page