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 python/pybind11-numpy-example_python.cpp.

The python project 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.8-pp310-pypy310_pp73-win_amd64.whl (59.2 kB view details)

Uploaded PyPy Windows x86-64

pybind11_numpy_example-0.0.8-pp310-pypy310_pp73-macosx_10_9_x86_64.whl (51.5 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pybind11_numpy_example-0.0.8-pp39-pypy39_pp73-win_amd64.whl (59.2 kB view details)

Uploaded PyPy Windows x86-64

pybind11_numpy_example-0.0.8-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (51.4 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pybind11_numpy_example-0.0.8-pp38-pypy38_pp73-win_amd64.whl (59.3 kB view details)

Uploaded PyPy Windows x86-64

pybind11_numpy_example-0.0.8-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (51.5 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pybind11_numpy_example-0.0.8-pp37-pypy37_pp73-win_amd64.whl (59.0 kB view details)

Uploaded PyPy Windows x86-64

pybind11_numpy_example-0.0.8-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (51.0 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pybind11_numpy_example-0.0.8-cp312-cp312-win_amd64.whl (59.5 kB view details)

Uploaded CPython 3.12 Windows x86-64

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

Uploaded CPython 3.12 Windows x86

pybind11_numpy_example-0.0.8-cp312-cp312-musllinux_1_1_x86_64.whl (603.4 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ x86-64

pybind11_numpy_example-0.0.8-cp312-cp312-musllinux_1_1_i686.whl (660.5 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ i686

pybind11_numpy_example-0.0.8-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (80.1 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

pybind11_numpy_example-0.0.8-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (85.0 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686

pybind11_numpy_example-0.0.8-cp312-cp312-macosx_10_9_x86_64.whl (51.3 kB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

pybind11_numpy_example-0.0.8-cp311-cp311-win_amd64.whl (60.3 kB view details)

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

pybind11_numpy_example-0.0.8-cp311-cp311-musllinux_1_1_x86_64.whl (604.6 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

pybind11_numpy_example-0.0.8-cp311-cp311-musllinux_1_1_i686.whl (661.2 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

pybind11_numpy_example-0.0.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (80.5 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

pybind11_numpy_example-0.0.8-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (85.0 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

pybind11_numpy_example-0.0.8-cp311-cp311-macosx_10_9_x86_64.whl (52.5 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

pybind11_numpy_example-0.0.8-cp310-cp310-win_amd64.whl (59.3 kB view details)

Uploaded CPython 3.10 Windows x86-64

pybind11_numpy_example-0.0.8-cp310-cp310-win32.whl (52.1 kB view details)

Uploaded CPython 3.10 Windows x86

pybind11_numpy_example-0.0.8-cp310-cp310-musllinux_1_1_x86_64.whl (603.3 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

pybind11_numpy_example-0.0.8-cp310-cp310-musllinux_1_1_i686.whl (660.0 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

pybind11_numpy_example-0.0.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (78.7 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

pybind11_numpy_example-0.0.8-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (83.9 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

pybind11_numpy_example-0.0.8-cp310-cp310-macosx_10_9_x86_64.whl (51.3 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

pybind11_numpy_example-0.0.8-cp39-cp39-win_amd64.whl (59.4 kB view details)

Uploaded CPython 3.9 Windows x86-64

pybind11_numpy_example-0.0.8-cp39-cp39-win32.whl (52.3 kB view details)

Uploaded CPython 3.9 Windows x86

pybind11_numpy_example-0.0.8-cp39-cp39-musllinux_1_1_x86_64.whl (603.3 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

pybind11_numpy_example-0.0.8-cp39-cp39-musllinux_1_1_i686.whl (659.9 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

pybind11_numpy_example-0.0.8-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (78.9 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

pybind11_numpy_example-0.0.8-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (84.1 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

pybind11_numpy_example-0.0.8-cp39-cp39-macosx_10_9_x86_64.whl (51.4 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

pybind11_numpy_example-0.0.8-cp38-cp38-win_amd64.whl (59.3 kB view details)

Uploaded CPython 3.8 Windows x86-64

pybind11_numpy_example-0.0.8-cp38-cp38-win32.whl (52.1 kB view details)

Uploaded CPython 3.8 Windows x86

pybind11_numpy_example-0.0.8-cp38-cp38-musllinux_1_1_x86_64.whl (603.5 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

pybind11_numpy_example-0.0.8-cp38-cp38-musllinux_1_1_i686.whl (659.6 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

pybind11_numpy_example-0.0.8-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (78.5 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

pybind11_numpy_example-0.0.8-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (83.8 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

pybind11_numpy_example-0.0.8-cp38-cp38-macosx_10_9_x86_64.whl (51.3 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

pybind11_numpy_example-0.0.8-cp37-cp37m-win_amd64.whl (60.0 kB view details)

Uploaded CPython 3.7m Windows x86-64

pybind11_numpy_example-0.0.8-cp37-cp37m-win32.whl (53.1 kB view details)

Uploaded CPython 3.7m Windows x86

pybind11_numpy_example-0.0.8-cp37-cp37m-musllinux_1_1_x86_64.whl (604.6 kB view details)

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

pybind11_numpy_example-0.0.8-cp37-cp37m-musllinux_1_1_i686.whl (661.5 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

pybind11_numpy_example-0.0.8-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (79.5 kB view details)

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

pybind11_numpy_example-0.0.8-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (83.3 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686

pybind11_numpy_example-0.0.8-cp37-cp37m-macosx_10_9_x86_64.whl (51.2 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.8-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 dc63478553101d4c3c06154f344b1ccccf696ca6a191854d2451b59a9550c4aa
MD5 c8c65fb825cc2f3f8af84e3e2c73b917
BLAKE2b-256 5cc41da159e083aa5c982b07bad21d7b0d60f37ee9e8f27f049b8cc06c2a6801

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.8-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 234c05758e72d77ac25e9d068fd0c8b75800cd0ac55128aa475c3c9dda8b03cb
MD5 0295c41745a2b5c6c3c19d894d0e7003
BLAKE2b-256 e64b2fbd67bbac49f10462922e9f4ce154ac9f5e919948c1dbd9b4f5f81a106b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.8-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 adcecbc944b5f143018ad1021b6902394ab5f80cf4f6bbdffdd25db6cc7d38fe
MD5 ad374ce2511fe900b7539c6ef09315c3
BLAKE2b-256 fb9ec26589d86e4bd1f8e141c2a513cf6aaab6a20477ffa17afa1df5f94cab2f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.8-pp310-pypy310_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2b2e98c347982a886e94be603cc8da416c7aaecc61c5b58b7d0627d65d11ed5a
MD5 3b2e5e335199ac23ec3f74322a4b2bfb
BLAKE2b-256 1d6c9b2dccbdcc90c00de1b3da56f5a901a61d0ce3fbd29ee3010fc1a2dfa252

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.8-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 c61a60a875001983579df4689b8e7e6f36cb0537b3f43ab63d96f99d46d2ca90
MD5 51a39e0525892fd3354563fc5e668c39
BLAKE2b-256 d318df7b926e47ea58fa410f38da56f9c127309ea381488da7fd19f5dd61ef0c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.8-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 36a5bddca6024e1a01f8c0d0d61c6b293cf1330a9fb79f8056db3fc99b8aa1f1
MD5 c3f321d3204adc418f0e1810ab7d4b52
BLAKE2b-256 8439fe4be9ca1dcf5a98c83d49b8235dad46c418aad012c943195461eddece6f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.8-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 bf52177af731b7ec3f380be0cd5c0bdd022495c5708773f223308094eda06f33
MD5 b03f74f0f00f2d8da754fd34e1b0944d
BLAKE2b-256 38b2f6b07a295755b8872736a69d7584933732c0a31baf83936cbab74d60374e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.8-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6946ffe73d45b8200905ce087538d5574093b15a4300d33935661e2bd1e672dc
MD5 4cc0c1ebcc8bee5035fd8148d4df5167
BLAKE2b-256 569f34b9db3051a60ae82ad0897e6479e152e7ed711ed52f201de42b154b5e89

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.8-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 5c1e2d60448067370a695140404ccf210b53c6ba576fa04bf2845b48f39aab4a
MD5 4bcdb86a4cc6ca97be6d715877a413f9
BLAKE2b-256 52c203f39a7b180ff5f854cb87070cabee8e6298918cf0cc1b31978484e0112c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.8-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4f23acf87134d684d07748d8366a6af1c880b08ca594d0dffd51f2f2932af024
MD5 6545133e41328d3025a69d489144d41c
BLAKE2b-256 2d856805581147c8587ff3f0f3acfa4ee1cc76d1fa08719c0d0bfafe1fb78206

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.8-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e09dcb5aa1247baba71ab314b647c6c3a4fd99be0307e09dc2e2ca4a1c72a9bc
MD5 92fc750b00f01b38285e6b5dba5d8d22
BLAKE2b-256 5673e0b7ba3adf9b699d085eaae08c8e677ac590f03ecbe6b254fdbf8bd00ba1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.8-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 254e7c7921359021c4720a54b48d11ce50a463595be11f3900bf54822587f3f5
MD5 5581903043c842811ee7393c5be4408e
BLAKE2b-256 05461741bc2569ecb3809e8e39fcaf3e419aa5db0805579893a8574ff647bbf3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.8-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 45fafca01033843014a9ec7b6a2d9fc843720a2d8b7b525e1829aa9168d31ffa
MD5 a2c72b76abcc14dae99b1f151c2d4c84
BLAKE2b-256 3eae849cb14bd70b2b16bb2e728a149085d5f3fdeb8689e64dced59ca238efb5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.8-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cfa5b0e06bcaac94e9794301bdf52add00a965c0b8437aee4f33bdeb1220f60a
MD5 7cb3b894a538fd92df4e81c7f8186537
BLAKE2b-256 db3dac0283020f35aa369e5897770e11075a7ed8e5d42023d8f3eae6796e3747

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.8-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 20f71dfe6c38ac40e6da240e7d3a41e56945969949a31aa2ddc471a4139a9027
MD5 324d08a42e54a2f7b0baf3e5fb48f55b
BLAKE2b-256 e5bbefcda80623c703b606e3202f81f5b0f6695212feebfb97d61ff976f0dcc5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.8-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e60b8f22d0afe01f54bcca7c343b88ae74201c7f3f5dc139244cf84f5252da28
MD5 fab22093ea2400978c46040ba03a31b7
BLAKE2b-256 0a1545585e3c13a0355542dd37c3666d7d85190777a8b8342b0d571cf74c4acf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.8-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 38f83a66c8e8543b0f1cf01a6fc48f9b8a2e7aab1bce383070e84ad7e55271a5
MD5 c878412b4f2f73b7063d5ab28ca9ba13
BLAKE2b-256 ebdae66d3db906cc1f0ac32d8f025b74f7ed4460fbf46f15e66da6dafa2f0759

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.8-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 1062c29480c90b482a899fabfc87374966926fffd26cd92634e1a9cfb0e3f296
MD5 3f856e2b180b25f1c465442307514c3e
BLAKE2b-256 ca628e1cc13d26508c8cbd95532af897d1552e1e515534a82e2b2b9ddca3ec84

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.8-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b04b6ed9c03746bd1c208b5f85adce6ab4b5e1e0e9da2331dc92cad71d3caf43
MD5 dcccb64360089cb7e11189b5735e4afd
BLAKE2b-256 0524e3ffa3ea44401b026bbe1d9da0283285c0b3e6f691f9d94622ecee770324

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.8-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 e3628f0952092370c753b44094193f03ca311f7b168629e34d7a73e370b95244
MD5 890f2a2fb24f1697411b0390e2c8bc0b
BLAKE2b-256 aa2845eae14624ceff3d0cea9a797b28db8e1617ac8f98401b00af55a659923d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.8-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8e922cf654d53c420621302151854740a28b374863a3ce4c2ffa8ead9b8ad715
MD5 4018c1ae7d6134388e018476d77c420b
BLAKE2b-256 8fd2a7d92b54456db1de22c38b5c571f539c9bf190fc72eaa9b169210e69e694

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.8-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 242616fdac1506efeb6d687fce9d108311815b1480a2a32145a81dd1bd35e3c8
MD5 98583dd67f1079db2975d406e3e8bfc9
BLAKE2b-256 098ad720fb81711dedffe97749f9421130951d5ce7a01236fd9055fb18af54a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.8-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 82c943953a7ae29566b87f06c3274a98c11dcd44c17d2e84393c2b91c554b742
MD5 611b45a2f4226a7c152d5e20d9e48c9f
BLAKE2b-256 49e910602ab0c9259972ecf4640672a631c935b539db330c037888ccba1172f9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.8-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 09126b4a04e49abe21d4a6f5987d5cd994c3925ae23df1f2a7c44d96b525bfb4
MD5 48073e21a9c7f367bc669d091cc810aa
BLAKE2b-256 22b651ec97359e5d540088a18716880e4c0bb87ce26df19b53bfff2746a465ec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.8-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 771ad3eb8574e1e6e7aba6e6a69e9f707e959a9c10eecde7a72e1fe5d37ec73d
MD5 d28a4546b5ad2f23ee5482d7c77f5502
BLAKE2b-256 adf7f9737bc82243458acdd2c89b1a51053e4ac616f53ae9a3615118efef585d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.8-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 3f91400610ce10aae79b3472f89231ecd34cf03b2e765fa149c5da656c0b6a57
MD5 c345591ae6cd2becf30486a59daa75b2
BLAKE2b-256 2e356d0a22c3b433a500546eb1335ad44adaf1c77b5a5af24bc31a2e50921947

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.8-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 7ddde80b406d407b0fe621aa5cac3f53f471fce990b9356482b265768ad17e8c
MD5 249a9d7afde4231573920a39c268bea7
BLAKE2b-256 9efda55d2663d0fbf18a378f72db468df5ca35d61745f0ef2dc02a40b75b12e0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3fb624289d1af396ba56887277fb44779944f7951fb94adf6e0ac478ad777785
MD5 46e74fdbf41cb23190ced74c57ada223
BLAKE2b-256 2bf970743578f855477cc14cb292f7d6e45fb8573aa6052436b6bd838b77dc2c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.8-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7a3900870bdc09efa64ffec94b55b107967144fc5a401ad8f74bd63bbbf8fc5c
MD5 e4a752c562e6d6328e0c6c43910c8064
BLAKE2b-256 ac682cf8aedf7631bf077565b6eff98964e0a3622223e4468955685e1609a2fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.8-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 618b61b30f034be044ca05d2046922e9108287dacad6312e6cd1963208caf9d3
MD5 2a4673efe754993afa66c589891a9f98
BLAKE2b-256 433b49dc164e657f789127b43cc2d47e21101ccebc2171eeb3093818f3a4614a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.8-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 6dab065d4c24a341afd23eb90366312e200edf0b3f8db67a3bdfe6d5ea8f133a
MD5 ee99d805e9c8990403821ca53d3b6e7e
BLAKE2b-256 80e9478fea3d5f2f3c763dacb57ae230693213947aaff9880c6fb8f6fb6a4344

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.8-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 82919db13997304df4e7196bf738b2e4c25ccdeda12ab8d724279a1b35270598
MD5 3813a39f56817c301e155c0dec2d2070
BLAKE2b-256 ccfb2708b6d3d2730c11399a8a69aa1dd8b62812b714f268d45806d0394b951f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.8-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 75a6e8cb2d7f5ce626530b456dc753085ae69a8e2b57e46bc4ee694699757e09
MD5 f992875c89c2944e86c360f73b5dc5c5
BLAKE2b-256 ae8454e86c4bc027325bf16e22d3025eae31b62f2f32d32eef5694dfcd7f255a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.8-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 3ca6358d2b798bb3ddbc77435de23d1c2ffc828c8d421d8f4aca192ff1411ba2
MD5 3fef91f55d2e919bdb47456664e02efb
BLAKE2b-256 762fe5ad51a64e680443a1e6924ee273e1630d4cc389bfd1aa6d26a87eea86c6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a5d4ba536a20ffa3660d13e1893860d405de94fc9bb19e983ab290d07ddf139a
MD5 1397d22dc66192dc6ffca43440c89d23
BLAKE2b-256 fa907d69cc91f19e2eb6b29c96bf87faad7ad4fdc62b7e802264366d1b476718

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.8-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f600a9fcbe728ae365d2628c7349469124af009619483cb3bb7657f395aa7167
MD5 4ec1e1205699f6eaf2bcb3de34d39611
BLAKE2b-256 f09e94ac8abe8912912d4158643d4bde852df46ed023c1b29fcfc0a5666d6a76

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.8-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3ed9b24cae13b734bdcbcf495c3ab03197542451f69d55a19d4fe9584873c2d8
MD5 61af65f6124bb255875258faf1717062
BLAKE2b-256 af0651211f3fbfafc2502a5ff1804f48abee61d6c0bd67f50ce43fe21f8cf4d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.8-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 e04fdc0603a02bcfb778fc614f728082e13a0f78988397c9724d743d2c867509
MD5 f5f6e02ac489ae280a11ed5acf34e982
BLAKE2b-256 54c06ecd402e6f28f45156d6acc7eb362ea38f671adb940a93fdc5864eae9a7a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.8-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 2b5ad7bb0acb8b8f26da26de9bcb2cfc55226f1b2c20c4df85910cd0f28e866f
MD5 d0412693bf4bd7dd14d9b751a75f7536
BLAKE2b-256 414a679fdc1fca91af7db9b42faeaa7a6ec1aabaeadf821f4dd6b76e6b22f092

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.8-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 2572a2f52ed29892dc20e7220e83790c5c73cfd83128104eba6f5fe22fb01a8f
MD5 39faddf5c29e66023430aa2a48d1670b
BLAKE2b-256 d9b0cd50e1ff9ef23c2d6d4bbd2379afe0d86bf3b48ef7648e30ef17db3e3650

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.8-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 47fdc492eab99d94fd17e303f58ac54961ecac0c92c1c4f0a38f0d7fedb9deac
MD5 b53748436f06c592ee65c2c2e2e6beb0
BLAKE2b-256 11ffd4226384f0a7b6cd8c3ace135873f208849a7ff5958f133da18aa0a6c723

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.8-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c66c3a1e57359b607832ac0c160b7c2718071e549730106eb2e02e6d0d82fcac
MD5 f1d065ff201c3f10e70cfac803d7ceec
BLAKE2b-256 8b2953487305d790248087548b331d5aa8b1a2c96c5265302495d905e70f1296

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.8-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 079f1911e630d9c6ae6c4cedcd76aaf03a79162a5f1e7cbf76dd2395c511a7dd
MD5 bc7e0207a3be0297ff878223ab44d576
BLAKE2b-256 a5b605201fc14439fe1f3561fb1f8f31d8c41e4a566d1443b0cf3220f01bf43b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.8-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 66945e01bb3251dd72efc8aa2019ca04bb489c8a01ea6172a3a045ceda166ed2
MD5 ed9a04734c5a3d7ce460fd84de900951
BLAKE2b-256 344c8accfab4ad50ccd306b47c85b64e67e060e6bd1ee7d4d49e1d68386c497b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.8-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 b5214b2735fd6cc920507a1083dc56fa63284e48a7761b1dc686493629b19fe3
MD5 8aa05852e73068429edf797bd9291095
BLAKE2b-256 7cfc358a1631879fefdfe1a92e467b2cae3d35494ae32df718fcc709af724cd7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.8-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 64dbfc43cc6ab36e13a75501eb2eb43276f445fdb75dd5fa1459816be3c25c97
MD5 5daaba6eac2e09a95caa0f94748e805c
BLAKE2b-256 1322caf4d5cc6d4bd459a5ed1d79b5b1fe618c6c520eb3699cc088b452bbd06e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.8-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 02c1af9e3b1205fdbe8607428a9286c058718e9cc45ccf3619d9428e4690b84c
MD5 77a3959260e5c237a56da22c4aeaa197
BLAKE2b-256 e595e4ae2966911b8d353014275e436adcd0a21066855c0e2c48389993457f7c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.8-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 811a7ea576a6bda4ae5173cefbc27420488ba7d297133cc411435121e58f3782
MD5 bb3e00a3bf275411aeabc1b88989b3b3
BLAKE2b-256 67b2d25e5d434ee3daca76f8480942f199539c09d120af431d8495abc1bb78d0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.8-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2be928b9a060cae2fe4ed45d07176455fc9b4c87a1b1b9280f807ac5fab89c05
MD5 b676021e80e9c9d4839cd1bf34a4ad08
BLAKE2b-256 28ba2a60a72a5f0168855c9af671dd07b869e9e0a6273908d0d0c2df8d53aeef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.8-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c4e97f87cdf612a44015d34a59b693807190363f54ab6e10dddd0b225d23d1b0
MD5 6f0b941aeccba2463a8027416a081e0e
BLAKE2b-256 c9b8d184764f07bee35bd689f3a35b2ae1b6bd1dce12eb427f374acc62b28ebb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.8-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 560cbbf124601a85645808fe7caec45797e2172d4238b0756d65827ccfba6fdb
MD5 f3248cd6311c16d3666fd16d307fadd1
BLAKE2b-256 802c99c475cccc64a94f0f4192ffcf1ae4a46abdde4f17ae8d96e918ac7888d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.8-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 4894ce1433c8a8391a429e05664d54d771d98d685f20670b761dc517e3dd415c
MD5 c25bfcfa3d66e96f1525fbb259b190fa
BLAKE2b-256 231aecadb8a3426b959a366cd920abc3dc9d364ff215f4781de6948a1482ddc8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.8-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 614a94b71f46fc443346f5d8e08e54b38ffc4c622b5525a9016d9f49ae365d1d
MD5 46c2dfc9e2dc711cea78a5b19a7b6ef9
BLAKE2b-256 0e5680fc0be039c5dbc0bfb34d028c3a29697df3c5bebabf554d43cf23044b88

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.8-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 eb5942001f3e8cfb55f136b4261f31a73b44c47f8270fc5fe0530c9908a2b108
MD5 46aa45af8866c1f417cfdd7317d7b34e
BLAKE2b-256 2ba9d3fd99857fd53ef61c1e55be467f0adc8499a388b765fd33180b042a9e9e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.8-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 e01f28c6b32eb8cb0ab5d13fca5cc98cff54f7e5961889d741b85e999780f233
MD5 e3859d8c90217a677d407f65f61bd22a
BLAKE2b-256 14d330168526e1ffc98a9d0e0a7f61ecd9dc535ca2396697bc016f73712450db

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.8-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 46d4c977d4204079c6457b31f1c2dd120a00380792e1bc2b399115e8bf867c63
MD5 dfea499f68f05375751f00725d05b6c8
BLAKE2b-256 9f2e953d43ae5a34abc94a5923e3bf3e11a815e256222d7fb75d3a12e9b9f0c3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.8-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8bad5526de10bdafa9eed16ed6b5294062f4423408c3013b8c521ef5f8402128
MD5 0d66d22f99403e8aeee669b6769cddeb
BLAKE2b-256 11a1405146af457aff156d72b69856543b5b9bf1d8aed907c056a591dcdbb575

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.8-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b9370d09f159c2d7759f1f8d9e5db526a8262d6875482093388be44915ba4537
MD5 27d232ddb03bda4f9fbfaf410e981319
BLAKE2b-256 77501ffd54527c124780d83d4c0514ebb6796935299c6e9f5cbc96d5c8bdc4d9

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