Skip to main content

An example of using numpy with pybind11

Project description

pybind11-numpy-example

License: MIT PyPI Release Python Versions GitHub Workflow Status Documentation Status

What

A simple example of how to use pybind11 with numpy.

This C++/Python library creates a std::vector of 16-bit ints, and provides a Python interface to the contents of this vector in a few different ways:

  • a Python List (copy the data)
  • a NumPy ndarray (copy the data).
  • a NumPy ndarray (move the data).

Why

Python Lists are great! However, when storing many small elements of the same type, a Numpy array is much faster and uses a lot less memory:

Memory used vs number of elements

Time used vs number of elements

How

The pybind11 code is in src/pybind11_numpy_example_python.cpp.

The python package is defined in pyproject.toml and uses scikit-build-core.

Each tagged commit triggers a GitHub action job which uses cibuildwheel to build and upload wheels to PyPI.

The scripts used to generate the above plots are in scripts.

This repo was quickly set up using the SSC C++ Project Cookiecutter.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

pybind11_numpy_example-0.0.9-pp310-pypy310_pp73-win_amd64.whl (60.5 kB view details)

Uploaded PyPy Windows x86-64

pybind11_numpy_example-0.0.9-pp310-pypy310_pp73-macosx_10_9_x86_64.whl (51.9 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pybind11_numpy_example-0.0.9-pp39-pypy39_pp73-win_amd64.whl (60.5 kB view details)

Uploaded PyPy Windows x86-64

pybind11_numpy_example-0.0.9-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (51.9 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pybind11_numpy_example-0.0.9-pp38-pypy38_pp73-win_amd64.whl (60.5 kB view details)

Uploaded PyPy Windows x86-64

pybind11_numpy_example-0.0.9-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (51.9 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pybind11_numpy_example-0.0.9-pp37-pypy37_pp73-win_amd64.whl (60.3 kB view details)

Uploaded PyPy Windows x86-64

pybind11_numpy_example-0.0.9-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (51.4 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pybind11_numpy_example-0.0.9-cp312-cp312-win_amd64.whl (60.7 kB view details)

Uploaded CPython 3.12 Windows x86-64

pybind11_numpy_example-0.0.9-cp312-cp312-win32.whl (54.1 kB view details)

Uploaded CPython 3.12 Windows x86

pybind11_numpy_example-0.0.9-cp312-cp312-musllinux_1_1_x86_64.whl (604.1 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ x86-64

pybind11_numpy_example-0.0.9-cp312-cp312-musllinux_1_1_i686.whl (661.2 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ i686

pybind11_numpy_example-0.0.9-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (80.8 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

pybind11_numpy_example-0.0.9-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (85.7 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686

pybind11_numpy_example-0.0.9-cp312-cp312-macosx_10_9_x86_64.whl (51.8 kB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

pybind11_numpy_example-0.0.9-cp311-cp311-win_amd64.whl (61.5 kB view details)

Uploaded CPython 3.11 Windows x86-64

pybind11_numpy_example-0.0.9-cp311-cp311-win32.whl (53.4 kB view details)

Uploaded CPython 3.11 Windows x86

pybind11_numpy_example-0.0.9-cp311-cp311-musllinux_1_1_x86_64.whl (605.3 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

pybind11_numpy_example-0.0.9-cp311-cp311-musllinux_1_1_i686.whl (661.9 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

pybind11_numpy_example-0.0.9-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (81.4 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

pybind11_numpy_example-0.0.9-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (85.9 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

pybind11_numpy_example-0.0.9-cp311-cp311-macosx_10_9_x86_64.whl (53.0 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

pybind11_numpy_example-0.0.9-cp310-cp310-win_amd64.whl (60.6 kB view details)

Uploaded CPython 3.10 Windows x86-64

pybind11_numpy_example-0.0.9-cp310-cp310-win32.whl (52.2 kB view details)

Uploaded CPython 3.10 Windows x86

pybind11_numpy_example-0.0.9-cp310-cp310-musllinux_1_1_x86_64.whl (604.1 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

pybind11_numpy_example-0.0.9-cp310-cp310-musllinux_1_1_i686.whl (660.6 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

pybind11_numpy_example-0.0.9-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (79.7 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

pybind11_numpy_example-0.0.9-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (84.7 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

pybind11_numpy_example-0.0.9-cp310-cp310-macosx_10_9_x86_64.whl (51.8 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

pybind11_numpy_example-0.0.9-cp39-cp39-win_amd64.whl (60.3 kB view details)

Uploaded CPython 3.9 Windows x86-64

pybind11_numpy_example-0.0.9-cp39-cp39-win32.whl (52.4 kB view details)

Uploaded CPython 3.9 Windows x86

pybind11_numpy_example-0.0.9-cp39-cp39-musllinux_1_1_x86_64.whl (604.0 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

pybind11_numpy_example-0.0.9-cp39-cp39-musllinux_1_1_i686.whl (660.7 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

pybind11_numpy_example-0.0.9-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (79.7 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

pybind11_numpy_example-0.0.9-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (84.7 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

pybind11_numpy_example-0.0.9-cp39-cp39-macosx_10_9_x86_64.whl (51.9 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

pybind11_numpy_example-0.0.9-cp38-cp38-win_amd64.whl (60.5 kB view details)

Uploaded CPython 3.8 Windows x86-64

pybind11_numpy_example-0.0.9-cp38-cp38-win32.whl (52.3 kB view details)

Uploaded CPython 3.8 Windows x86

pybind11_numpy_example-0.0.9-cp38-cp38-musllinux_1_1_x86_64.whl (604.0 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

pybind11_numpy_example-0.0.9-cp38-cp38-musllinux_1_1_i686.whl (660.2 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

pybind11_numpy_example-0.0.9-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (79.6 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

pybind11_numpy_example-0.0.9-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (84.6 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

pybind11_numpy_example-0.0.9-cp38-cp38-macosx_10_9_x86_64.whl (51.7 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

pybind11_numpy_example-0.0.9-cp37-cp37m-win_amd64.whl (61.3 kB view details)

Uploaded CPython 3.7m Windows x86-64

pybind11_numpy_example-0.0.9-cp37-cp37m-win32.whl (53.2 kB view details)

Uploaded CPython 3.7m Windows x86

pybind11_numpy_example-0.0.9-cp37-cp37m-musllinux_1_1_x86_64.whl (605.2 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ x86-64

pybind11_numpy_example-0.0.9-cp37-cp37m-musllinux_1_1_i686.whl (662.1 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

pybind11_numpy_example-0.0.9-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (80.3 kB view details)

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

pybind11_numpy_example-0.0.9-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (84.9 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686

pybind11_numpy_example-0.0.9-cp37-cp37m-macosx_10_9_x86_64.whl (51.7 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

Details for the file pybind11_numpy_example-0.0.9-pp310-pypy310_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.9-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 1f4845a790a095a5cec56d239d84e314317ba080bff9b32e32b98db5be42010e
MD5 b0448bc37de74ef1757cfdf2867f1381
BLAKE2b-256 15cfc7631597656fc310e01aa503cb2b1edbe172e225cb3e95e21cbc2d3553ac

See more details on using hashes here.

Provenance

File details

Details for the file pybind11_numpy_example-0.0.9-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.9-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0bb2b79424be0c149fd8c6bc63fcc483563b82287d9ae4efc1e6b9128d6bb17e
MD5 2b6f31bed21330219e4511432875ccd5
BLAKE2b-256 4f8f3a9d9e8ba239638f5bceb0e7e4c84542d9cf8b6a5eb773c5cced8e7ac452

See more details on using hashes here.

Provenance

File details

Details for the file pybind11_numpy_example-0.0.9-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.9-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b9b4dcf8b7a5bb90bbaeef0f5a9f22e27d3ec2037c8235ab8e7cadff7a6d898c
MD5 84f7e3ed75528fbf33c3e7bc9cb750fd
BLAKE2b-256 8b08fce4a74990cce2d10a6eec1ebdb0c03d7e52cf5022b9181f5470ca8b3ab4

See more details on using hashes here.

Provenance

File details

Details for the file pybind11_numpy_example-0.0.9-pp310-pypy310_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.9-pp310-pypy310_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b775d3af882c06afb290cab4678a95af81c791a009c7c7ab21bcac38f39a9efb
MD5 75b83b265f34d5869c9b6ea5ab1a1559
BLAKE2b-256 936033682c8fac7d18317953fa7d51be3a5570338d669a32ed08386fdeec6641

See more details on using hashes here.

Provenance

File details

Details for the file pybind11_numpy_example-0.0.9-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.9-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 8c0e75df3bf514638b2d2da0d183f82f503c364f4b2f9f95cff81852ff1d2683
MD5 453c42953b18977fdce1116a11c1e0e1
BLAKE2b-256 6940cc67a111d0668d7829a79ad339087b964bd4b2b829cc58e5bc4be5756ae7

See more details on using hashes here.

Provenance

File details

Details for the file pybind11_numpy_example-0.0.9-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.9-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 23804ba246bb02158db9880912899ca1daaad3238b0de529a4c7fced03e81d54
MD5 77ed0e876031bb9b95c6922400ad17e3
BLAKE2b-256 87d84019b814a71b56df3e9a6ef9d2d9d62313753dab1644076db95526a442bc

See more details on using hashes here.

Provenance

File details

Details for the file pybind11_numpy_example-0.0.9-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.9-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d63a87856d67956569da87ef16c8b09e4a3c146d726c3b3ef41dd46ee8f6b5ce
MD5 a81c4847bb315c33ba221c88f5f95382
BLAKE2b-256 71eb15d1b86b2b8553cf50145d3cac4bb0b59c9829b41880b52dc099660a5d93

See more details on using hashes here.

Provenance

File details

Details for the file pybind11_numpy_example-0.0.9-pp39-pypy39_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.9-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7ed07105e5f6d5e1632abb2af94720e73f2ec017631beb60836189f3fa3ec23c
MD5 3cd21e7f501ff431ff532c4de63c390c
BLAKE2b-256 95fce888de0e8f9845107d1fb34b42e9e1319b4d403936d96620bcbaf3fe21d1

See more details on using hashes here.

Provenance

File details

Details for the file pybind11_numpy_example-0.0.9-pp38-pypy38_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.9-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 9640351f08505d5f1f2ac9bf445cc0f0751d8c91e43f493bb898bcdc84bcc8fa
MD5 55a48a12b80144b438a04a54d48c530d
BLAKE2b-256 601b5c3d6f4fa57142d50111d2a6b7e1de3d57e9ac00c473fd8e327db4d7fb96

See more details on using hashes here.

Provenance

File details

Details for the file pybind11_numpy_example-0.0.9-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.9-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6e2d452f79cb1eb1bfefd7bdb4c9284c1bad3128e21399cdb7e450addf46543e
MD5 b89157e0ab08756df0bdd6e1e90d0a1b
BLAKE2b-256 88ad6909d208e155a711b629e68e5f9357d9f6c9675ae8cff9d49b28fd561f54

See more details on using hashes here.

Provenance

File details

Details for the file pybind11_numpy_example-0.0.9-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.9-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 fbdd8a8a9c447d63a84926d1c2e5b90dd85fe40091ca6a2f94014dbd09503b78
MD5 4d5e44630bbbfa4c96f98c428be951d4
BLAKE2b-256 3fc1bfb8d246d77882be5b8a26a41e3a7333c326864ada94c88232f76bb46f06

See more details on using hashes here.

Provenance

File details

Details for the file pybind11_numpy_example-0.0.9-pp38-pypy38_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.9-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b5b63ecfa90c61102fac00a73ab6c5e76fafd1497371d79e97700a989393afaf
MD5 98d2b1157095d27ddb0a0d506918e84e
BLAKE2b-256 b5eb914d7e1daf884e77331640da16ea252d0bf12a15c0d28b53ed518dfeee4e

See more details on using hashes here.

Provenance

File details

Details for the file pybind11_numpy_example-0.0.9-pp37-pypy37_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.9-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 622639abbdbd93a061f84d2b410d374dfa93bc45d60ff54da25c572899e0fa45
MD5 15a76a2fd1978d30f95f8be7781b4f8f
BLAKE2b-256 332d9a3cc4cf63be5626998712031f65f2b623c6ced83d0e8a972e7194a3cfff

See more details on using hashes here.

Provenance

File details

Details for the file pybind11_numpy_example-0.0.9-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.9-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 02635983a34962fa7b8dd54d6332ba2739c5a4222df3df4aa4261da56d82b5f1
MD5 f4cc6dd4182796e3991e00987f0dcdf8
BLAKE2b-256 48443faeff9978ea9fbd277776caff5b3a5a8f796d9a4bcf59255d4d0c006570

See more details on using hashes here.

Provenance

File details

Details for the file pybind11_numpy_example-0.0.9-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.9-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e2a515ce1913228b99c576bd7e06b2e0d760859ad1a64c3ef90b25ea7f506354
MD5 d4f18e23858f961f801dd3d4de3c4cc7
BLAKE2b-256 da287d49450531c85ff2f1ddfda38a5dbcc266c2d208603ba251b5c64a952ba0

See more details on using hashes here.

Provenance

File details

Details for the file pybind11_numpy_example-0.0.9-pp37-pypy37_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.9-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 48aaf567c21042b6c94fdd1c421dc82022828fe32dc573040ae93172d901a31b
MD5 8c052f5f31ec4c992356496c5268a44a
BLAKE2b-256 282fa8b299f2433f4b6368aeef2e08469f3dffe7f2af81b1544589b54a07e760

See more details on using hashes here.

Provenance

File details

Details for the file pybind11_numpy_example-0.0.9-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.9-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 c22c6b8bccd9404442987163934a193d3bd2719c7d010c7e9a95071f976f6e13
MD5 992e2e075e072ff5464d8f32735e05aa
BLAKE2b-256 50afc3fe4cd8e6967a025f48fe2f9897099e90d9af369ca240e1a9db29bc28ce

See more details on using hashes here.

Provenance

File details

Details for the file pybind11_numpy_example-0.0.9-cp312-cp312-win32.whl.

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.9-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 f28dbdcbed3fc237ade563da52c1dc72e3d165a60cb4d1a66b8185a8febaf82f
MD5 e44d4a3f5879642dd54b39756fa79e39
BLAKE2b-256 8293c6db1887189a2eaa46bb940ebae41813ab2b6965d0ce6e051e33cff0bc7c

See more details on using hashes here.

Provenance

File details

Details for the file pybind11_numpy_example-0.0.9-cp312-cp312-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.9-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 88490032e38bc54903d73116ebc0fe5e24f4d425dbccb38430722b3eff74ad11
MD5 0a8eafaf2002060a21b4e250a8268806
BLAKE2b-256 a7b914f626cbb26b8307dd34f9a7e70e413bd402b0b29d5ab2d03e00cb872830

See more details on using hashes here.

Provenance

File details

Details for the file pybind11_numpy_example-0.0.9-cp312-cp312-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.9-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 ae2596ef6ecb49abf1b98e0e8d7f0c7fa371cd36d9c2e74170faf36682bf73d3
MD5 ac02888be56ef04edc6e444d5b883b90
BLAKE2b-256 4c083e3fab8e93659027bb4a8bb4c49d3f5296475b1cbbb01295897c673f0957

See more details on using hashes here.

Provenance

File details

Details for the file pybind11_numpy_example-0.0.9-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.9-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e26aa0b6cb92e69717f2b09a92226656a04a20da8c0a5b364760817195190b16
MD5 8e93091617e32e2e7c2c46051dd3a800
BLAKE2b-256 c37fd331673f4399a1b5469b37efdb26df8380bbc3f96a8c22e4936830c5acf3

See more details on using hashes here.

Provenance

File details

Details for the file pybind11_numpy_example-0.0.9-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.9-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 611f80e180047a677034b9e90ffa972beb60031c1e4096f885ebbe64bfcd5d94
MD5 5077110a66261bd5ede3fa5ecb2d9bbe
BLAKE2b-256 144a2dc0e16f5852ba49e8be1ee91d0868dbb9695b5805f38bb44cc2ac9bff54

See more details on using hashes here.

Provenance

File details

Details for the file pybind11_numpy_example-0.0.9-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.9-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3b5637228adcc37ee261ac76b83d13f6aca252a0a5fb5964a2077047f067788f
MD5 a38a092a56835bfc4ad998e41fa6338c
BLAKE2b-256 208ec259077c72cd85e0c60a49dc8c32f07bb991264b582b00d1bab23cc1ec74

See more details on using hashes here.

Provenance

File details

Details for the file pybind11_numpy_example-0.0.9-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.9-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 302e6bd2560b385c299ef87afef74df2b4d272aee8a7a0a38054ff2a46f792ff
MD5 ddeb4902c09295d195f75171de47686b
BLAKE2b-256 9a0f24f209c22c9259e8cedddf747accbd4bd379d44798774eb7d227f0bee89a

See more details on using hashes here.

Provenance

File details

Details for the file pybind11_numpy_example-0.0.9-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.9-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 7204231c08cc95f83b5ce72a416a55c8accc81bef804eb4ac31f0f61241114ce
MD5 4f483924d4445d315cb975b7af787b7b
BLAKE2b-256 66f75273ac8b5bfe3f55b6c77c92dde1bfad0ff5d5a92f0b8728a8a1562bc333

See more details on using hashes here.

Provenance

File details

Details for the file pybind11_numpy_example-0.0.9-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.9-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 bde4d415c77c5f0d869857147031e32f0b0d1240176801b858f34c391df4b6c5
MD5 35671b86f1ce84e9e8920d1b311318bc
BLAKE2b-256 ceebf93a07fe77a86320cb2594a3e21cc06220721108317308709f2160f68db2

See more details on using hashes here.

Provenance

File details

Details for the file pybind11_numpy_example-0.0.9-cp311-cp311-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.9-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 c3e79fcc0f82448c3704dd53e9c40240ade84ceae5a780253c9127d6bb269790
MD5 fcc97b2f81931e72b6fc093ee7fe9621
BLAKE2b-256 d05a4b941a5bbd245095c93e6864963c795e893d14fda3d74d62b3e75b47ae71

See more details on using hashes here.

Provenance

File details

Details for the file pybind11_numpy_example-0.0.9-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.9-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d656676984397a2dc2aa6fa472b5d89d7a02623b14f1380b0ee33821de64e401
MD5 41f1415c2b94d0daee0043cd96336c59
BLAKE2b-256 8f790d5dc4ef4fb6ba2cc9e673e5144ad03e30d4596ed1447476c4fae8b47dcd

See more details on using hashes here.

Provenance

File details

Details for the file pybind11_numpy_example-0.0.9-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.9-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0a3d48468017aa63d82afab5618431bb16b4c4e27adc862a8ef1825847026ee4
MD5 3c30703727ad6e6b0e881868cc8a4212
BLAKE2b-256 56fdcbe909841150875e85c9c4511e9630200125625d6921787812cd9ea48b4c

See more details on using hashes here.

Provenance

File details

Details for the file pybind11_numpy_example-0.0.9-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.9-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2441437617ee7558ff0d6042d06842700b38cd75d5b303108b72773d68eddffe
MD5 e1d92060ea4f2417bd0bfcc00248dd5c
BLAKE2b-256 3d45683b416003829915b02355ffb0a7c5867f8bac48c35ef55c1e2bf3444b74

See more details on using hashes here.

Provenance

File details

Details for the file pybind11_numpy_example-0.0.9-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.9-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 74ecd5cbba00d034980b9fa00c13a832872a3b07ccc5bbfa42f8b3f89748a78f
MD5 1bead37581bc6226c673c24330c20a2f
BLAKE2b-256 d6d742376034801ac74a6aab54c1b747ec442e2f27bd0821a729814f3063297f

See more details on using hashes here.

Provenance

File details

Details for the file pybind11_numpy_example-0.0.9-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.9-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 8b6b881cef18c550d2b0b8a94924fef58f0c9dd615abf7b077a1f71f1118b5e7
MD5 054aaea3a678e398532b8b0008ac599d
BLAKE2b-256 6d93c6c04e8107d98607784065863ef6e445417606f278f8b3cf21fd23c57013

See more details on using hashes here.

Provenance

File details

Details for the file pybind11_numpy_example-0.0.9-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.9-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a124fcde128ab78b8176370b4cc68e1ed66a241f1583d8f3e61e405bc5210366
MD5 ca5409ced89541923c4e61cded7e4769
BLAKE2b-256 d8ccc1b3a7ff0e3977da9d78cd1e8a52398c47ebdb2a3aeb35b79d5a553f64fc

See more details on using hashes here.

Provenance

File details

Details for the file pybind11_numpy_example-0.0.9-cp310-cp310-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.9-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 99b39038c3bb7fbea90127a842a11c3718a06f54a1f93e19ccb3102ca28e70de
MD5 16ca8fbff95eaef695be95e213f7de57
BLAKE2b-256 93e6b0dd16de7d0186e9dabbd20cf42df1846f3c94c286ea53969dc34e7048f5

See more details on using hashes here.

Provenance

File details

Details for the file pybind11_numpy_example-0.0.9-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.9-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fa32e63f782089eeba33792ae782604264f8904036c44a5e9fb061a1eaebd063
MD5 bcfc2476fab463c9c7b1979c638deb83
BLAKE2b-256 1b6dd311adc5e3e714398a3172db080fb94d00fd9f6bab44be1b667990c1021c

See more details on using hashes here.

Provenance

File details

Details for the file pybind11_numpy_example-0.0.9-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.9-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 10a6bf239f6c0ed132902a4d195fc6f507057a6ba02c45ae2136812f92dceadd
MD5 53ef377313e3e5da7c6f05c7b6c43793
BLAKE2b-256 276753b50417540a4dc36f8d8ebaa18d25ec4a748e40194194ed894c6e3a7c77

See more details on using hashes here.

Provenance

File details

Details for the file pybind11_numpy_example-0.0.9-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.9-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 facad32b5a67caac88e285359939a0c0004fdd07df76918212ee4af0556a6b0c
MD5 b682a72d7b1b68e92c5f79b420f96777
BLAKE2b-256 97ca9ac97a6ff52a004561da6f8493fa4e81f08e97585c20c0f7678ebdad0595

See more details on using hashes here.

Provenance

File details

Details for the file pybind11_numpy_example-0.0.9-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.9-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 ade08a60cdf79436339f5c4dabaed82945a2a258dd9d96e4fdc38ef1f06deb29
MD5 df465567ef85142dd6bdc6aca693e511
BLAKE2b-256 b6ae1183270ebc7462ff44b0f2a5cfb1dbb59916913e078d015cf9c6b921af9d

See more details on using hashes here.

Provenance

File details

Details for the file pybind11_numpy_example-0.0.9-cp39-cp39-win32.whl.

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.9-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 233ce1d93d2032e7d2ec924ab81958d563537c473c0d359134515dce33dbe520
MD5 aa1c512fbe6944e1e29bdaf0671bab9a
BLAKE2b-256 a0cc7e8dd08b92da8f44e987efc80657f4d851d1ee2ea58478c94dde2ce19968

See more details on using hashes here.

Provenance

File details

Details for the file pybind11_numpy_example-0.0.9-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.9-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ce5b8545f1949b6000e9bf03f6a506a20cdb7f0731b6d94bd0928f5131812cb1
MD5 7830d6f8b0b44850902aa06fd3046284
BLAKE2b-256 27c0f62345a90dccafcc4621d4c74843a1ea6132d1ac0b1ebf2c23e0c171f47c

See more details on using hashes here.

Provenance

File details

Details for the file pybind11_numpy_example-0.0.9-cp39-cp39-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.9-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 608d182179e02636f54f2390d99e16685c14e9dddcc5cd15d162a17abfd398b0
MD5 797c763e24c4ba6e109ebacfb0325179
BLAKE2b-256 0c2d9b4bb134bdfcf4f7488731bc7872046d144a117308ae0f6c9441f2102b00

See more details on using hashes here.

Provenance

File details

Details for the file pybind11_numpy_example-0.0.9-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.9-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c0d06b449e56a0522e64921a224de302d33e06a63b93f2752df6db45771bc3d2
MD5 da88ae6a49463fdc756fb368a2fbe97e
BLAKE2b-256 aa444a982747e195ee0f9260ca9a4bff5d0e77d2c2a2faf9fa71b76e7c0ca760

See more details on using hashes here.

Provenance

File details

Details for the file pybind11_numpy_example-0.0.9-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.9-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7408ad0a340741d8ad486f5d973e4b8bf898a300697735499332877e1342e259
MD5 6e070db997df05b6c0ae59fb2ca75d59
BLAKE2b-256 c44042aaa8f2b8ae5612534e0f3dadbe937eb497d4752a164c10d7db3ba6ccbe

See more details on using hashes here.

Provenance

File details

Details for the file pybind11_numpy_example-0.0.9-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.9-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 832ef288b5b5656e51f935e2c04329e6f2bd4e74df9edfb7e83d292f979c7ef9
MD5 21d5696de40ed6730335d303441b1445
BLAKE2b-256 a996ca1f0e0bc1c55ba6270ac49292f16438cf5fdf706938f9f97c746fc692cc

See more details on using hashes here.

Provenance

File details

Details for the file pybind11_numpy_example-0.0.9-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.9-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 dd5b0a9fe80ca0dab034a1016dcf0b97a7d4135bd772aede9743190c7a66459d
MD5 a58b23f7c1d08ee3244281ce290c7252
BLAKE2b-256 256063f756e8d2996e26169ab328bfb3c2f201fa5a5d30bcbee236a62ce770e6

See more details on using hashes here.

Provenance

File details

Details for the file pybind11_numpy_example-0.0.9-cp38-cp38-win32.whl.

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.9-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 5342fd4188df2533ce116c7eadc711ba7aa5167191e9c0cc7fe478953bd93c0f
MD5 5e0e360409e2daa0735d9c1e9dc42f59
BLAKE2b-256 a33969269a24354f7ac648f875ffb8d39ba550a61990df9bcefd3347f80d996a

See more details on using hashes here.

Provenance

File details

Details for the file pybind11_numpy_example-0.0.9-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.9-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 0d841a6f903c5e5a1f1605a8cc94611233932f57cb968881e5737a82d86a4bde
MD5 826472989e5be454e1b81ece44f3de2f
BLAKE2b-256 5b80d3c3af4c7e0706e0aa557c72941f6a00d1b46974df47a2aad70b3e0ba30d

See more details on using hashes here.

Provenance

File details

Details for the file pybind11_numpy_example-0.0.9-cp38-cp38-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.9-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 612a6f82434c92c881beb2585483baa232aa1b778549ff57b3f140852c0f702e
MD5 df73ac39d0a73d5cdbe3f6eadd1b6e29
BLAKE2b-256 031f682d47c02b6b1ed6976666a84a86cb7b6f2bffc85ec00200320784b41926

See more details on using hashes here.

Provenance

File details

Details for the file pybind11_numpy_example-0.0.9-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.9-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6d84f6fcf0d96752a74cc651a29478bd26782802f1d2a57a9fb33625a359ab8e
MD5 800bbb5a1ffa322bd8241048accb55bb
BLAKE2b-256 c6f972b3f413c8b74079701b4464bc50a796edb8a6fff416b5f5a45de193a919

See more details on using hashes here.

Provenance

File details

Details for the file pybind11_numpy_example-0.0.9-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.9-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b8eb92e9d73336519247e6b2c38fdd5b9ba938d8de0b36c606beb3ecf8cb9bcd
MD5 c34d4b73ed21041dad67e84343797ba3
BLAKE2b-256 a85e98b5c8b482cc93f0e0ab82a7bb344b67ebf7190815359bf67cdd0f570503

See more details on using hashes here.

Provenance

File details

Details for the file pybind11_numpy_example-0.0.9-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.9-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c03979318fb1147bc584860a2021f2c82a21480e1dc410af7d18fc38bed93558
MD5 7797e8ee5fba00206a6c80926c9790ac
BLAKE2b-256 5d2dc725102232e34088fb8f7a2dfffe77cbbdbd159a5f636d79627f0a85dbc8

See more details on using hashes here.

Provenance

File details

Details for the file pybind11_numpy_example-0.0.9-cp37-cp37m-win_amd64.whl.

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.9-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 06a4a28cef3103cce8be31f74759c972b3239b25ef989014122d3d4a6dca0a77
MD5 84bb5780744fee7743eb1fabc8a294f8
BLAKE2b-256 ccdf65898f58671ed96777e05b6ab9ea8a36103d45f1b3a07a59d5067a9ad1e1

See more details on using hashes here.

Provenance

File details

Details for the file pybind11_numpy_example-0.0.9-cp37-cp37m-win32.whl.

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.9-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 0bee79af4d2bbaa594c94149787972b9ebc3c58f6eea429c285764cd38d578c5
MD5 24460829e1c3801c7ddf17c3eb358dde
BLAKE2b-256 cc525d1f358a4b03661367e6da1d3cad6739b573a182d8be22ab2d6e8d2c1d37

See more details on using hashes here.

Provenance

File details

Details for the file pybind11_numpy_example-0.0.9-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.9-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b6d7d970dabf90fac201b46899d5c07f48157113d8dd965deaebc32f11e95407
MD5 fb04e952788d21b3991cdb8e6117169f
BLAKE2b-256 9c6c01778ac24fd84a61afe60acd53570b7703f73f3c8eb3e31d4082d7e57890

See more details on using hashes here.

Provenance

File details

Details for the file pybind11_numpy_example-0.0.9-cp37-cp37m-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.9-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 b9f46ec43eedc25ade9065cc0c1c477299242a5d91a57591a10a94d963501113
MD5 d9fb478c0dcafd4735973085b7a761d3
BLAKE2b-256 3c32f2104811be36ebf3d4d7c17cd4ad19ba74a7e3f6a001a766905cba71785a

See more details on using hashes here.

Provenance

File details

Details for the file pybind11_numpy_example-0.0.9-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.9-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cced9d918b08479e23d8598a6679d219da39b798b561759c5052e801ae75f369
MD5 62bdbb0ee06dd5d6617877ff7333d90e
BLAKE2b-256 1318f13cc9ea5d3daa9e902d0260bcc07bdf008faf94f20649e4687e1de73daf

See more details on using hashes here.

Provenance

File details

Details for the file pybind11_numpy_example-0.0.9-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.9-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 fdf4542a1a10dae6c8480f986bf407ae8f3cc4485c0bb917de93dfecdf25dcf0
MD5 6a9b205b3df9da816473d4d1ad8a7b5c
BLAKE2b-256 f147a2db7f7775d9b9377952eb0f3a24fd90a8d6a2a75525b28311bb876507b7

See more details on using hashes here.

Provenance

File details

Details for the file pybind11_numpy_example-0.0.9-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.9-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f4f29e66e9e1cc5d05d6bfce520e955fecf67e37e01dd6603c5ddf319bcbff1b
MD5 8d3558db28778230ab3013b528b45680
BLAKE2b-256 e8a646d50c4745b07ef9de3ca0041ba5645b96a303fd5e0c5cdec31aa3a0f5c8

See more details on using hashes here.

Provenance

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