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 Distribution

pybind11_numpy_example-0.0.11.tar.gz (86.8 kB view details)

Uploaded Source

Built Distributions

pybind11_numpy_example-0.0.11-pp310-pypy310_pp73-win_amd64.whl (60.7 kB view details)

Uploaded PyPy Windows x86-64

pybind11_numpy_example-0.0.11-pp310-pypy310_pp73-macosx_10_9_x86_64.whl (52.2 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pybind11_numpy_example-0.0.11-pp39-pypy39_pp73-win_amd64.whl (60.7 kB view details)

Uploaded PyPy Windows x86-64

pybind11_numpy_example-0.0.11-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (52.1 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pybind11_numpy_example-0.0.11-pp38-pypy38_pp73-win_amd64.whl (60.8 kB view details)

Uploaded PyPy Windows x86-64

pybind11_numpy_example-0.0.11-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (52.2 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pybind11_numpy_example-0.0.11-pp37-pypy37_pp73-win_amd64.whl (60.6 kB view details)

Uploaded PyPy Windows x86-64

pybind11_numpy_example-0.0.11-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (51.7 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pybind11_numpy_example-0.0.11-cp312-cp312-win_amd64.whl (61.0 kB view details)

Uploaded CPython 3.12 Windows x86-64

pybind11_numpy_example-0.0.11-cp312-cp312-win32.whl (54.4 kB view details)

Uploaded CPython 3.12 Windows x86

pybind11_numpy_example-0.0.11-cp312-cp312-musllinux_1_1_x86_64.whl (604.3 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ x86-64

pybind11_numpy_example-0.0.11-cp312-cp312-musllinux_1_1_i686.whl (661.5 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ i686

pybind11_numpy_example-0.0.11-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (81.1 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

pybind11_numpy_example-0.0.11-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (86.0 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686

pybind11_numpy_example-0.0.11-cp312-cp312-macosx_10_9_x86_64.whl (52.0 kB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

pybind11_numpy_example-0.0.11-cp311-cp311-win_amd64.whl (61.7 kB view details)

Uploaded CPython 3.11 Windows x86-64

pybind11_numpy_example-0.0.11-cp311-cp311-win32.whl (53.7 kB view details)

Uploaded CPython 3.11 Windows x86

pybind11_numpy_example-0.0.11-cp311-cp311-musllinux_1_1_x86_64.whl (605.5 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

pybind11_numpy_example-0.0.11-cp311-cp311-musllinux_1_1_i686.whl (662.1 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

pybind11_numpy_example-0.0.11-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (81.7 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

pybind11_numpy_example-0.0.11-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (86.2 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

pybind11_numpy_example-0.0.11-cp311-cp311-macosx_10_9_x86_64.whl (53.3 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

pybind11_numpy_example-0.0.11-cp310-cp310-win_amd64.whl (60.9 kB view details)

Uploaded CPython 3.10 Windows x86-64

pybind11_numpy_example-0.0.11-cp310-cp310-win32.whl (52.4 kB view details)

Uploaded CPython 3.10 Windows x86

pybind11_numpy_example-0.0.11-cp310-cp310-musllinux_1_1_x86_64.whl (604.4 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

pybind11_numpy_example-0.0.11-cp310-cp310-musllinux_1_1_i686.whl (660.8 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

pybind11_numpy_example-0.0.11-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (79.9 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

pybind11_numpy_example-0.0.11-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (84.9 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

pybind11_numpy_example-0.0.11-cp310-cp310-macosx_10_9_x86_64.whl (52.0 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

pybind11_numpy_example-0.0.11-cp39-cp39-win_amd64.whl (60.5 kB view details)

Uploaded CPython 3.9 Windows x86-64

pybind11_numpy_example-0.0.11-cp39-cp39-win32.whl (52.7 kB view details)

Uploaded CPython 3.9 Windows x86

pybind11_numpy_example-0.0.11-cp39-cp39-musllinux_1_1_x86_64.whl (604.3 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

pybind11_numpy_example-0.0.11-cp39-cp39-musllinux_1_1_i686.whl (660.9 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

pybind11_numpy_example-0.0.11-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (79.9 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

pybind11_numpy_example-0.0.11-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (85.0 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

pybind11_numpy_example-0.0.11-cp39-cp39-macosx_10_9_x86_64.whl (52.1 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

pybind11_numpy_example-0.0.11-cp38-cp38-win_amd64.whl (60.8 kB view details)

Uploaded CPython 3.8 Windows x86-64

pybind11_numpy_example-0.0.11-cp38-cp38-win32.whl (52.5 kB view details)

Uploaded CPython 3.8 Windows x86

pybind11_numpy_example-0.0.11-cp38-cp38-musllinux_1_1_x86_64.whl (604.3 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

pybind11_numpy_example-0.0.11-cp38-cp38-musllinux_1_1_i686.whl (660.5 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

pybind11_numpy_example-0.0.11-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (79.8 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

pybind11_numpy_example-0.0.11-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (84.8 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

pybind11_numpy_example-0.0.11-cp38-cp38-macosx_10_9_x86_64.whl (51.9 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

pybind11_numpy_example-0.0.11-cp37-cp37m-win_amd64.whl (61.5 kB view details)

Uploaded CPython 3.7m Windows x86-64

pybind11_numpy_example-0.0.11-cp37-cp37m-win32.whl (53.5 kB view details)

Uploaded CPython 3.7m Windows x86

pybind11_numpy_example-0.0.11-cp37-cp37m-musllinux_1_1_x86_64.whl (605.5 kB view details)

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

pybind11_numpy_example-0.0.11-cp37-cp37m-musllinux_1_1_i686.whl (662.4 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

pybind11_numpy_example-0.0.11-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (80.5 kB view details)

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

pybind11_numpy_example-0.0.11-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (85.1 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686

pybind11_numpy_example-0.0.11-cp37-cp37m-macosx_10_9_x86_64.whl (51.9 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

Details for the file pybind11_numpy_example-0.0.11.tar.gz.

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.11.tar.gz
Algorithm Hash digest
SHA256 9bab0607c9697673fd1bd6dc3b09689a10cbd8c908aa062298b4ba3801c224b4
MD5 3dee871edd1181d4bdc4da2926aff17a
BLAKE2b-256 b57a598a3801075f2c9ee11156b42cd8ad9e1894b7fe8ca3062086a4baf0444a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.11-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 1ba8eb1ef02ab4fdb8a85f7751dd90bb32d76cb61894593202a07187534ebcf2
MD5 7a9b87ecccecd63447cb182a22e88ca8
BLAKE2b-256 43b4ab1fc9856e557f79c3471f047f49c5c3cabb88bcf44f5c5c73c5276d9019

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.11-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9198315b5317bcb1e684377f53b59e56fa9a1a0262ab1ab9e0026263bcc214e7
MD5 1652ed7d75cea8862c633d5a47a2948d
BLAKE2b-256 cab713486fb78c231ba9d49c9d0e23cc9633e66e1b16b9fc46175d73e8fa7779

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.11-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 dfaf7f1f502b42b33f0b031d9261bfd4f00f7727be15f5e36dba5bc55f80e443
MD5 20e280989a86a617aba820858e4f9567
BLAKE2b-256 81056291bdad156ce2fa4de50debdf980f77505fb016901f58d796f133724843

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.11-pp310-pypy310_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 41a0bdd178fa9f58768f41a9fe20328bb12ac80681d9261936c9a0660aed05f8
MD5 c02f0f38ee03719007f6407887adfd58
BLAKE2b-256 119e52d9379aa952caee82e73d2d8814d157b9468422ceff81af9207e9335f5b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.11-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 544d22404cc34428af9527ee2f0a9cb6a825a809b46b2f8255a9a0fa8623d1dd
MD5 9689371be91fd74c880390d5757507d7
BLAKE2b-256 515933a311bea7b32878b685520ee445db792adc052ff523a791c7f84b5d02ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.11-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fcb440e2e06d12f2f938857563d2a00bdf8808d7f3bb50262017df82f0481c3a
MD5 c14e958fb4855d38992b253458eca974
BLAKE2b-256 b87e34a19adc54831825ea9ea7be7951e541497439ee4ef09eeeb9879c0db7f6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.11-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 36284599f24bf0f6286b444729f56a61e8bf18df4a6e33bc0eeede2c34d45062
MD5 262fb62eff11ce50064af2712b94964c
BLAKE2b-256 1230d15287ee71ae3b3b38033548843e0f9c1bf88f14a6f68d46b29528755afe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.11-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 581d5cbdfc26636e83dd9d736765fcc4176628c515bdab2ef6798c31a534e67d
MD5 e30e149b31344488578e914e35aef976
BLAKE2b-256 4cb7b64a08401aa114152102c4f03506f90ab8bc96ce62eb958e7b8ad2179d94

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.11-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 9bd0f5327a65cac025370ea42d2ed7919fdb08cc9b129feb99f7deda4bdf8d46
MD5 40277eaddfd5e60961c66cb49eaea5e6
BLAKE2b-256 238a96b4f2fe1a2f8bb915c0a17a17d35a55a5b974819cb994df1848eea61933

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.11-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b2d1e1ac2852071489dcf8cfaea7ad6d175a59a53b3f4d403e07da0b4ae2334c
MD5 30beaa8eb680d874d713f64dcb8c9114
BLAKE2b-256 337eb725d076f5aa8f2e6836e11dcfcf4b07f100dc942a64ea04fdfa5c6cd1d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.11-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 43d1d66866bb1fd35e861c2683abf7716ee5ae77e8a4d093be2e835737116e25
MD5 81c895fa59d604a523f4e833d74ec32f
BLAKE2b-256 3f28987b94a9cd4fb764f171db8e829de5b41df8beeaae9223ba23ee8c563407

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.11-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 990834395d289cbb220fb019e3f96b607b5526b5dec864800f03e25d57221931
MD5 99085bb670723cbd68fdffa032bed6a5
BLAKE2b-256 31cadb3676548af962276e0948c8d1084b06c3f8187314b4e3365d9a98be0ea3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.11-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 af04598ac6df73a901127516062118206979eabfa7dd5b3d4e03e442516ac907
MD5 3a9fb2d2088541999351efb42f7e5761
BLAKE2b-256 61af7932fa1ca9036d68275a164d685c4eed783f563e55d39c374829c8eb1216

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.11-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7844fca8ad446b796b959fec1ffb23675b97e85731a65d0aa26c0e7e00c5bb76
MD5 92666766661933997de73df4f8719ff6
BLAKE2b-256 7885a3af8b7fe14957d91d1565d3afc8c1cb23d2f409c141aeec0fd1d8074562

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.11-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4926befa5d7b921c266703497ae1e373eb81eb762e064328bf077f03ad2b8b5c
MD5 5da2e1ec2dc27270db82cebb2a0e39e8
BLAKE2b-256 306a4d85cfc8d189c31b447da7de4b7230a8f1cbdcb292b985f403f12269ba40

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.11-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 38adf39d1242a1fcc8f56ee491f12dd0e06914281d718d4e5a42bddf87f9fe9f
MD5 231aa16a8b3012541ab03f89f59d7b87
BLAKE2b-256 3a40b914d2aa19d4412fe153c5f299ad29014fa1b1fa59d81f0e7c9f983324d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.11-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 740c0d020cccd0645de719ad9e921752020121539795509907daff530298b283
MD5 9e16fefb77ddd7be2a11e0fee2f8d54d
BLAKE2b-256 1121c14c787b5664ea3668f6172aab667d91b43bdd57d6a631359a74cdf734cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.11-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 48cfd803e395851a8cb06b86f06c39f785b684b7a63038d8fa9c4a925cdc51ef
MD5 0b543012ac3c16f6af35a99d165924ce
BLAKE2b-256 7e0134b0620c981038109137de3ae92c9b9f6ecbaa89a92cbfb2db523ac12fd5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.11-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c065444ce705784f637648d28c7c1989ba544575c99d05bf757abc5e647655ba
MD5 86998532dadc0f7fe9d7060c0459421c
BLAKE2b-256 906552940b7c270a71ba1624543d6277a865745d409c0c17a8bef789d45bac40

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.11-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 a0045ed76155d7edf7848f6ac5aef95a974b21469af946934666dd02ae38ca9b
MD5 81d64715a1dc05fda34a92f0b70ff5b5
BLAKE2b-256 d8c61bd2849680de6c8d49d5ea7873accde0189b2e416c40eee751b897660e6e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.11-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6ced09b3acdb12b39d3360192553ad058bc1fa7475025e21777e87622a430d9f
MD5 4429f89cb75147e5e9eec58240044742
BLAKE2b-256 8e2f8519e5e2011534cf7f70d8d05a913f6c709170ab79682c5ca153acdc22d8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.11-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8c39847a31fed440304865550cddc32342b93e25ca4428811f03847533d5c46a
MD5 e7dd7a3cdfc072a98de88b11a606a807
BLAKE2b-256 d9f88a9cab6cea9db516d35f402bfb21af6cfe9e9a0bf0415018a7e41e815347

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.11-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b3a59b6eedadc93ab943d841581fdcc97c8e055610c3557fdf0535410f81520e
MD5 ffce7855c0c43580d5562b05d029e96f
BLAKE2b-256 602d438527b6a246491f07a14467ad4ec59471bccfded3b51e18879dde145990

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.11-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 3e0d92174da733da7ac817fd334052494c028e5c62f4c7ae8b7f573caf42ee49
MD5 b1e6801361c1573c8ca1f9acfa2316d4
BLAKE2b-256 11c721a485d98e90f9af25c11eb0ec329b20fa9a294e3d73505283628b388543

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.11-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 ab05baa29bd57055ecea46ae7a8a41d375f456955a7c5c2a78a7f929ee6479b4
MD5 8d0a3a3239f6bd774a708c4e562bb41f
BLAKE2b-256 67b65fc4b6698b10b5e44335c48579e5aa6fb7dc1b933ef92c3bb05e4cba1a56

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.11-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 f4bfcaf93f6a202a2df581b37bf8ed105f3db542d38787b042536e0a4f5074d2
MD5 17ba8c9d43300208276ca88c841814c4
BLAKE2b-256 dcb960d9b6667a97593b39b4563995bd408e518e6287eda4f6546bc21825195f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.11-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 97dccb2185e53aec7a5a6bc15df34df3fe45f3a2a83fce5ca2b4d147149736c2
MD5 a44dd0790f345cecd8f222d617324951
BLAKE2b-256 54294508451747926579e34ef14d900086a9aec8dc2f9d2801112b911bae69b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.11-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 32ac01f9cc28ede99988bdf60bfa2fc4a7685287ea626ee5bd465fd1a3f01aec
MD5 0c6a46f7140368e943c44eb191fdff73
BLAKE2b-256 b0aad3f1f4ba9c540f55c3c4bf7a3fd57c48dd71f19b79de42652eb21ecbc7d2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.11-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 698c4706ac522b0cf945272ff04e9e7887017396d05fa5fd06f9bc27025c3cef
MD5 bc592cc26c47f0a0e154adf54f84786f
BLAKE2b-256 e1939d018f9c7b92b9c9bafe276336477f04e9a47a38b5d1183d88b6fb812ae6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.11-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c0cec982eda88706ed58ca600c4c801b7abcf4b51adee641a39eb18208d54f5d
MD5 ba6d44355b1c57f172c50c2058daacd4
BLAKE2b-256 b0d8cf03e55058244f820280540b5fbca15b195ce81d5716c2c4cd7e087d02ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.11-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 0370b88182bda243cae3c0460dd230b33116721142e01349705ae09c7789f2d3
MD5 0f8d3700544a27e92527ba46cad2d6a9
BLAKE2b-256 c6f98cd996d0f4755877b3c535ec291bac4d76f09569bcdd4e2050e8745efa99

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.11-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 10b5e1d2af8fb985ae7a72aa6577041cea8a3f0deba4f4d71c614372495eedff
MD5 1291988eaca4d48ec37cf804969f6693
BLAKE2b-256 04184eb74a49285922556163250d2087d09ea763b2a38319bd65afe30ac9c259

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.11-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 e1de6adba9b87e1f82a1a6d77dbc94b7c9e37e5f46c5d476ed876414da94016b
MD5 0c23a050e2ac92ff7b99dabc7bb82a91
BLAKE2b-256 86267965c55a3a89cdfde234d53e884d9b1730adb70d8da969c98ba493b9dffd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.11-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 1339aa33a80ee6f520eb052d1e2b7ca285f9676edd141e77eceb7704ffe4f54c
MD5 f58554f1b561e0af4f7f5aba5fffc7a2
BLAKE2b-256 adb5793dc5652e773568e930ee063b53bd3adf80c174d4427f78766a3b9bde31

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.11-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 62e1765c757a3e529dcf3f3395cbe2efc759de1b46a60490cbd28c6b9da74f82
MD5 dc5a570e96ed26f5102ac6bf7d2072fb
BLAKE2b-256 2b2db2137671135b02e89752630dd3abe890e93f33ed69213219660212730388

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.11-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 27e6cb63adb04f213cd8a51504d64dd6a61564ca7b57b67ce490841887167818
MD5 2866d81b3586f3447e90718c61055eb7
BLAKE2b-256 a44957a43480e886779cab161c090685dd2c87eb2840b89532f450bfbe687c98

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.11-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 03af61848e800698533e99e6b5651593dc8be2944f351872c880336af5607106
MD5 9e88ab81e5faa2b1bd87ea7bf270c796
BLAKE2b-256 b559d01c6a582eab0661437fc245c64221652f0717504b1fa0281a5ab7e3d43e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.11-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 6f5559403166ad6f026332f70bf98c4d5268e47a82ab11af8cfb76e0020d1411
MD5 c507f3241de39ee91d83e82e51a04f1f
BLAKE2b-256 b9e6898bf65475910952e437647e1daa65648d8cb48347e14ef24a55f4e467c9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.11-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 30da5ac841c62f912d31fe23622f2ea3b10a53bb3b0f0de1d25aabc3d2b948fe
MD5 e8a15d835dcb2be7a567a7f3b0f3ca07
BLAKE2b-256 ea71d2fa3d3bca76dfb2fbb07f0756ea0561fbb7576302ed7060db47902e69d9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.11-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ab5e8d7f1d9a96e4c97ec3e7a8545eed2c29b23e123e6f681e7e2e4009c91693
MD5 d3f96f0f83bfe47a86c22d50e59fcb5d
BLAKE2b-256 1fa0af1f1c2cba5c5972fca8bf754eb474d943b05b25c29483b429c011b55321

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.11-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 f80281ca871aef3e83a58463aa2b855356ab1da2dc7200bbe7e23dcbf4c4addb
MD5 5ae4d8e91e77c5b452af2c3eafda1192
BLAKE2b-256 26c27d31dbb777fe32189449ccdfd1e113accaeadc1c8f433cf1150252e52af1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.11-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 55aaed53da5812f56650bc345ec980834df54d832022666dda6fd64c025fbaf0
MD5 6c7057ef565eac72f9ae265e8237fd5f
BLAKE2b-256 893a52fb7e5c53699341e9076979eaf3d232ee3fb46fb3d98db70f6185310e8d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.11-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 db720e7a8c26f0009f8221cc467ea615fbb0b4b6c2fd63545202a1abd9773a75
MD5 35ed9facf1116643f6b620f5363b916e
BLAKE2b-256 69eea72a8202b19d69e155c1999363662de0d9ed668025f3f6a14b90cc310495

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.11-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 dc271138180a7f62069ce6e59c64f50b0e6629c524951f68bc525b45cb2aa53f
MD5 f3ce12032ccd4783e9db76ee191f0272
BLAKE2b-256 3ac68270d6449967a8eadc55cdd41e7e98a21e75d6865208998d39da2e39dd21

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.11-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 e5342c29fc25f6147bbd7e8e928ce327a95e25c2c8857d6dc319691406e3a563
MD5 2e4a49e6e491e7950b9a22c51eb4a1b0
BLAKE2b-256 99011728ca7ba364ff98d44a3a018027b9f09f361801c8f8f47ada9955da8f3c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.11-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 98a0f9c49442f2253fc9aa82f1554d3f9bd4c4ac3eeddeda203782aee62f2056
MD5 71076f8dfa14d87a5affe2738d940a19
BLAKE2b-256 ca37d4a4de468f410a01b265d0bec8f478b709bcc67124b4a8dbf1f3364ff1d0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.11-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 56cede65c1118c95acef13a05dc6263509edf81b0dda2659c439f7a94c0afbcd
MD5 bc7e68e1a3542893f8fdd64e679926d6
BLAKE2b-256 4da0f74a6f4dc5d3829d8d581813d1abba9e2cc473216bba38a4dbca0a1a786c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.11-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 e7574152435a97f54ba81d8b32cffa6c8843f851251be7822a48a64a2d4bf78b
MD5 0cece269f55e4d719f858afda3da6ec8
BLAKE2b-256 e709ecb145636b8b20909b44a979c3923572e1c9fc014cdbeb816c287dce0a47

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.11-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b7bbc68a294e17e4169699cc34b61d6c2d41a12c617b556b66da13adf7e12d64
MD5 6b3b2db01397665cf1de8c973a3e53f8
BLAKE2b-256 630718ba8097d2654bddd01f0455d6448b6a76c6deabde3fe08ab191bce72519

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.11-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a76b694838c90694129b951c4e9e05302313e76b71799540b01d3fba2a350252
MD5 f7c6d6d893f9713667b24511264634ad
BLAKE2b-256 5d7e33e00d8f8a08eeb81c92b0fa61e30d24a45ff1bc3e467325b61dde8bc338

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.11-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4df029b6bf85bd718dffe0314a072a741aa611b2ee3a9c69a6829b2816dd35f8
MD5 2a52d2bb0a2df60a81de0db11cd433fe
BLAKE2b-256 44cc85579e71eeda8c6bf76badab6cacfe2c26762b2be2b25a33a249ad0f483e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.11-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 dc906886a352004d3e873b9b6530096f9a92710ed8877e877bfa1d56c14effd9
MD5 154a8d5a18f0cfd9e05881b3f5706930
BLAKE2b-256 6aee5d338a365b4d13befa820c90f8b663e84ec93aee1974a5447e8f16cb1e12

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.11-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 32a8a7ef1e91e9866544f9f16800d83b871591c554c13c7e44b1c520b2996bb4
MD5 5b06331e6daba6371bed45ca9f010ef2
BLAKE2b-256 d47097c59cdb9a141b3669b618f0e88ea40d9d6eceb62b580a07a9eb101698c0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.11-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 6b326ed106455f24ffb39917c3149bacbfa5d0423d8eeafe4b2d7856a7a91c49
MD5 2933cdf0694b69746a7147b7e76a0ccf
BLAKE2b-256 2412a491388d7288ef4eb3b24fb3a719a7781d73308ff82492d6657b8c809b22

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.11-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 65489a0146c4af8b5affdd1f8cdf15a6db9ddb7d3be174aea6cd4a046bde24b2
MD5 95a549a527ad8e3ad4a0df12a5ffe976
BLAKE2b-256 70d6755b0384b627449178cc0acd92eb924093c2b38c039725040bcb51e8d57e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.11-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b3b7c75254c9d97e45f0b607d7d261cffb103fb01a9fe021d1335608ceb5ce24
MD5 1b9ff8fa4eb5eca753bbac04234e6c4f
BLAKE2b-256 221a2530bb95ad456c772ff743a0cd66fe40ba19b32db1614cebc1b44ef47964

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.11-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 00d0dab636f9cc12c62b75fb615d6544e8ae67b437588fc35079b4b029ddedcb
MD5 a087d163c83b4e29706dcda21a3d3a78
BLAKE2b-256 35e69d609efa68373aac91ff02704039bbd7d344150b07fe03488bc02c68406f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.11-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5aa6ee64e229db09ceeb9dbd013a59848f5155707b9da8e7027c999d95b17c4f
MD5 a16043e2cb704d9a5585a89d1ee09da0
BLAKE2b-256 938ef0b900387e0c8c02183264262c43d030c616f052a96d0e59c6c8c2c53a70

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