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.7-pp310-pypy310_pp73-win_amd64.whl (59.5 kB view details)

Uploaded PyPy Windows x86-64

pybind11_numpy_example-0.0.7-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.7-pp39-pypy39_pp73-win_amd64.whl (59.6 kB view details)

Uploaded PyPy Windows x86-64

pybind11_numpy_example-0.0.7-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.7-pp38-pypy38_pp73-win_amd64.whl (59.5 kB view details)

Uploaded PyPy Windows x86-64

pybind11_numpy_example-0.0.7-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.7-pp37-pypy37_pp73-win_amd64.whl (59.2 kB view details)

Uploaded PyPy Windows x86-64

pybind11_numpy_example-0.0.7-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.7-cp312-cp312-win_amd64.whl (59.6 kB view details)

Uploaded CPython 3.12 Windows x86-64

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

Uploaded CPython 3.12 Windows x86

pybind11_numpy_example-0.0.7-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.7-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.7-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.7-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.7-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.7-cp311-cp311-win_amd64.whl (60.4 kB view details)

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

pybind11_numpy_example-0.0.7-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.7-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.7-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.7-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.7-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.7-cp310-cp310-win_amd64.whl (59.6 kB view details)

Uploaded CPython 3.10 Windows x86-64

pybind11_numpy_example-0.0.7-cp310-cp310-win32.whl (52.3 kB view details)

Uploaded CPython 3.10 Windows x86

pybind11_numpy_example-0.0.7-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.7-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.7-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.7-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.7-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.7-cp39-cp39-win_amd64.whl (59.7 kB view details)

Uploaded CPython 3.9 Windows x86-64

pybind11_numpy_example-0.0.7-cp39-cp39-win32.whl (52.6 kB view details)

Uploaded CPython 3.9 Windows x86

pybind11_numpy_example-0.0.7-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.7-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.7-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.7-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.7-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.7-cp38-cp38-win_amd64.whl (59.5 kB view details)

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

pybind11_numpy_example-0.0.7-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.7-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.7-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.7-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.7-cp38-cp38-macosx_10_9_x86_64.whl (51.2 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

pybind11_numpy_example-0.0.7-cp37-cp37m-win_amd64.whl (60.2 kB view details)

Uploaded CPython 3.7m Windows x86-64

pybind11_numpy_example-0.0.7-cp37-cp37m-win32.whl (53.4 kB view details)

Uploaded CPython 3.7m Windows x86

pybind11_numpy_example-0.0.7-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.7-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.7-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.7-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.7-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.7-pp310-pypy310_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.7-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 598eb250878b7dbd3202d4122d9bc7baddf0c3d383695dfd2d0205b1747ae677
MD5 da237d38672eda32a3d7eea925400af7
BLAKE2b-256 a319947e3049c11f7b5c5bca4dfd28ee95c03b39ce77b1d39f5f8bae13823c8c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.7-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 044d368f6f8544853aba6771e69ff3d2564ef0271a68772435301d9e4306847d
MD5 91d0ce460f54a11c968096aa87dac275
BLAKE2b-256 7ff9156079ba3acda3a3fabe45ce21a1ed1ff2ecd6f07a67744cce8c4502aa1c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.7-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9ecc3408eec901ed8e1557bb455b3f7df660188344d975d5605a9de8824479cb
MD5 925f2d7f8dac9a2c4ef8aac50bdbb323
BLAKE2b-256 6baa6da29e9f54acae1445f6dd5759a4a830ce74986be39fc76a6dd2a59f1001

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.7-pp310-pypy310_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 26ef7b69031b8d4a8eb812e16bcbbbf429c38019604745071a2e1102404caf7d
MD5 715902edcbd2d8a3764380c440f8444a
BLAKE2b-256 beab745dea071ceacabb98b153437d53b71878d3a7e3f26b9d68fe8933380d65

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.7-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 8f476512e16006c08bed1c12acbd9e5fc933b4943c42f0146a4aed7e85373ede
MD5 63eb91accc84fb4ced23b61a63404b60
BLAKE2b-256 5b8a672b0c182f613a7f66c712bbf0043fbf5f4e66eea837ff83a176b691fa56

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.7-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 89f90cd27dbbcf50bdfca9a53e9f4d0e50773d981a7328ac30a375203d58ff6f
MD5 0947c1b9ecbb0913b46f4de8adc81a60
BLAKE2b-256 e2807e282b9426484c5b9f89890377fda439a9277a832f3b08f100ffb0a42b58

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.7-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1139c9d475c16515029004daae4d38b26ad7d6a45e3fe0138739f956aa6088be
MD5 1d07c11fc1d1dca1373e36185eb34be7
BLAKE2b-256 62ba1d1f4c777f29dc2c140e896437b6c811412745f2f67455f3258c9149583e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.7-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d3018007a6030ec4427eeed0237ca6e30f425fa40b5c93946ec9ed48d23a8e89
MD5 f84ddb750c01f9848c3f36bc98e159d5
BLAKE2b-256 714468949f6bcd71edecdb3be1d85823026dcad0e9e200e9da709dc7917a9d1a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.7-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 7ad3f79a4eddbaf5c1d4a56a7f615af6bf723a2d805f591c9dcd1cb9b0215712
MD5 1a3a91306e3d597db262c2db414d9e4e
BLAKE2b-256 2840f857314a02f889e67a775c97491575a30473cd34c752052d5b44cd0723db

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.7-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8ab42add3bfb6ca741766c08cf74b6441d85d81d10d3f1befa0a49d2f0ef246e
MD5 00891d365111e5eb055739451d0573a8
BLAKE2b-256 9c6b38c01fd31cfb81c350c052894d16ddc15116a48ad7ec938aa13c76eb0df5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.7-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 911ee3a27f7b1861c81fede5d9f61417cdb2e32b6671b1fd92a10500a9920a4e
MD5 e9724dd77ce8706c1b106c3692b76ba8
BLAKE2b-256 747694168dee445a8be2a4157ebcc9df5420245a1402e61d07a7b70abf743c03

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.7-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 686a6fddb983c946c41d7b47ceb1e4fe4e47f4662d9c4da35dfdeb3833bd99b5
MD5 1e738011f3c3db25274e6af27e189c40
BLAKE2b-256 76f3b751a69c81dec762e257600b920316b5ffaa80c9957bdeea4ba8791e5e95

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.7-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 4231ab9ba6d73569d32609e101b563540cee28f29560499c0433616223269647
MD5 0f7ff464546c882cdf69d52d70cde21e
BLAKE2b-256 c2f100d949ab3f99dc838ff8ffe95e03a2707334bb1fbaa67823be0cea5cf302

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.7-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ef3b3038bddd5e1eeb71b9c01d2ee07ef445336c01c93556153bab7bd37e2d07
MD5 0815411ab29a52df04f0c0bbdaa7676b
BLAKE2b-256 236e727b2c922343fec6f76cad25c8c2ef0b53d35ddb740b3df1f4077d81582a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.7-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 99ed398280d77cddf59e4c1afe22e26117c203a343d109b7819f754cd454084c
MD5 a40f93d0f9f02d57c89633f10bfc0a6d
BLAKE2b-256 e0abc69fda8e3fad44c97485639aaa947cfb1c5b6957670b31f7edcb7970820b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.7-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d112d66e0a98aab7b9a28f50646d9219293a1fc487c842a8342bb98650b908f2
MD5 5ba949fb374149d611c27ba45ea9c462
BLAKE2b-256 58814c3d27c2028b1bd1856956452675e81a7cbc2228fe0634382122f7fb3178

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.7-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 ed9767ac6da38dde28c9f2fac3705deae498f4343f030868edf16cd475fb75e0
MD5 baa97ef39989d9d84e38f8fdf1c5c725
BLAKE2b-256 79cab17e791b33ed32bbab6324b15fc0ffaa9630ffab7b6584568182eb93884e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.7-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 0821e441406427ad3b5b19d2dfbd5105ea91fcd94dc169b8212609b27eb6d4be
MD5 94dc9a977d72200d8ac52d3b05c04f10
BLAKE2b-256 36c9aa84efb157e7ea905569a9c555ec95c860a76cdb1ed223c4b6741c27374e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.7-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 2039d5611bd89db1ccd385226615c787cf6aad216b63365b9de4ff049acd2537
MD5 8ef40c5cfe8325b5166b885bc719fd93
BLAKE2b-256 075525c65cc533c50c9f94127a4d7454d363ec72dd90d8914b427d398436713c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.7-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 6df2c0e63913d613154db1b8ca66931e32a096959a5dff42b25ca772f434494a
MD5 a65e2147efc6748ee093b87580d8cc2d
BLAKE2b-256 e494096eacc09490a5cbf878f6e505d9bf1a46a80084d8d7b3208bd48f40c17f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.7-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5e0914eafcb4071af12fc0bfb83cb044baed11925ef68b2557f20a196982d0b0
MD5 62e11ba646fb5a58630a21d0284f3075
BLAKE2b-256 99a1de9fa9523a8b6f86123597aafe6d19d985471d1b11c1efd0f21983f89ac0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.7-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1b2b6f56c84298d07b6f9858337dc61314960d86ff4653e38e1c9e491c1c7ed8
MD5 403c77a0f19fb534c15ac4bd5f2b9fee
BLAKE2b-256 a18e5c3ca300d7bdba5f9a436f255e1bca4fb75b5212f3e180b7ddabc3dac8e0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.7-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ea188b6496eaf63157f2c36af167a9ec65bf721aee0f2483839222466899c270
MD5 daffc57d535c3f5466585f47942980fc
BLAKE2b-256 17b7c7761b5833beafbb330340788770926122dc4b7480f1ad788cebd133ee6e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.7-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 6bd101e7ead084597dc0da7c43ebd79cbcee6e553015864eb78a9704da1d7e07
MD5 35cc40102276a773264785402437f08a
BLAKE2b-256 2bde07f6d2614217795a354844aa1e758ea47c6a69fc321cbe75f39c83f0ece3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.7-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 625ab858354b2abd452e8178e661b852f0085dfb4b4d8d6db2589b63e5c5269d
MD5 af8bdaa11d13d690bdaf226e406bb725
BLAKE2b-256 1cb6b67a8d617e7ec1456b4af93f5060e7b6e85e43e96fad379eb97b493c37c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.7-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 4085cde511ade7c7d6e0ba23c0e3fc9c601248bb023f905f2be9f19a1d989a8e
MD5 19965d97e4e8c7e73510266b9d64b35f
BLAKE2b-256 af3715832cee0ff09bddded196bab4d93fcf246186c70800e7295af541920721

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.7-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 b5e9b4fc6f668a832a7d08203bf60978bdffc7d2ccd874ebeed43e6596b409ac
MD5 08561290f5bdb53fbeab06aaf49aec16
BLAKE2b-256 352968a625ec6736ef981f79deaad376e1d9af9b5cfdb98d45ee0bd1ffa90db8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e7ad68b16c70361bd8772458be2aaf13e8dd4d8b02545e68facccfb22334f6a4
MD5 5a2520130ef05699594476c5490e1439
BLAKE2b-256 b539182df5ad8934be0b8a307d1ca3aa3b01e76c441e75336fb18b0634feec3c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.7-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 80cf18bacb64c399756accfdc14fe57b56c69e5ae816a244a77bf870acf8a9ad
MD5 88500c122978b515fe3600ba47315609
BLAKE2b-256 0cc1517a8e406dd4c4735e32f136b26bcabc67d2341e70f7480105d96a6e4e3f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.7-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 58bf584f6d153f8f0216ac0c7e8a6b322ab9ae6af908fbda68200e35a0f78bef
MD5 e9c4aa0cb81246f7351e65cf13a695bc
BLAKE2b-256 51b48e46421060739ef4d31b3b6da05f55de5ad1afb727e1becb68deaee629ab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.7-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 b6d6daefa4aba89c5fd8dc5135bb1cf73631139e21fc9fcb8d8cdcc262418697
MD5 e5656e3bc774617a87001018e6920a4b
BLAKE2b-256 782533296cbc3ed01176e43ab688a0ca213de6c18ccc3680d80af759f3b4c259

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.7-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 6e9c0cae5a433c93d3d5bf3937d417b684576e6616534f11fcb9fa72d9465d7b
MD5 1c53f2ef1623fabb441619a4b5da4077
BLAKE2b-256 9b47b62ae1b7cc660eb4137317f1732760531a73c1d543e6138f2ff42981606b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.7-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 870c8be13ca20c5ba2c7cfa57baf167450801eb28b33234576466908205231aa
MD5 9379e85156c3a455888542b2902112e9
BLAKE2b-256 2d221c7e35c5685783e172cb214aaf405a1bddd938f1bdce07bbd9fde513c1a9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.7-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 b96b6dd7f48571c9400e10006df3b59f5cc58bb7bc10c98434bb29f771581295
MD5 b0c79ee5d41b8622c6e12fbc77f168ba
BLAKE2b-256 19a697c493e7de997510e0158915e7ac714086f7e25b605ae8c0b34181a1ac81

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d30738c10204ca1879d026d34ee309b376a1d6784439fd2cba46445936902c78
MD5 e72b3ccbe9754f3113619978f084a5ee
BLAKE2b-256 94fe1bd56912468648571ecde271f40703a5686064f69f8c28150c429f99f7ae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.7-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7de051ca84d6db739fb92d9bbd62c8fae82481ca69e208ee902b4ca7f9fa1469
MD5 03839d684b6f7f719b83622045a34b86
BLAKE2b-256 c522ff059953c7b13ccae4fb83bc38a66e20e0a6d5d0e8b1f563b7256fc7795d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.7-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 772b098c7bd5f581dbba38c24519823b607cfe6e046544671da8a24461434823
MD5 487f8bb0b53d192536654dc923d429a2
BLAKE2b-256 9572b2c5a6fcf4d654b86a3820646edd53ba16dbd8ec2f5f83980390cd77f676

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.7-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 226b2b4c1b572f6330f26e827b5ea086b502437f0bb3b3f61c83f978413f1589
MD5 fc56b16af97a924c530f0bbe21a272a0
BLAKE2b-256 e1ce3052cf3896cddc8db2b77d9f5729d071980e75efef9a16ee088e14ed294c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.7-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 eab8a5725baf35b9ff7d186056e23eaae14ef1fd84dcfa033e246240e5dcae80
MD5 cbcccc08c668ca9bfce7af948b9ed5c1
BLAKE2b-256 791abdd7a97cd8ba551440f91ae0464ccd55db795830866c9fd48eff3121a954

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.7-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ef006ed14ca5448fff692a2a22ed090b25666ee20070d4e7d1b14bbfd87a7df6
MD5 35923188bdf9ac9c148e65a040aa5427
BLAKE2b-256 258422d8939797f27edf383a0a2ec68aef16829a70a93dd3561a3fb8b2b0380e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.7-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 c2921ffc54189f510e8b01e0bb13b07e45dbcf91eda7a3179bb536a54f5eddee
MD5 f2b971a470c6ca2df5bdbd7d9216df66
BLAKE2b-256 1538de000be017d4ad1df453390d9a754e0e1361ab30659435ea8dd0c9731b25

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2786d644f923eef4ed5148b592109630b1c7d1a05f91a1d6a9759b499313297b
MD5 a8f63e916a8729edcdac537971581275
BLAKE2b-256 126219b2e973446c6ca1d89f6a1423e5ecb709156f6f18d9493554842972e226

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.7-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a5da2d571104e83c79c8a7d3aab8a3987133e13888da928f1e75ca317fee5d24
MD5 038d41675a26042522781c73b3972607
BLAKE2b-256 2ce75a29d5b235660c4b062dec5004cfc42a17e16e9a7e0a774bb87be2d276cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.7-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8202edf3273c736f085e7b439ad453402028268cc4f7a2d7cc496875c579680a
MD5 247fe1845edfa257aa2d8fa84654393d
BLAKE2b-256 0a557821d122d7846b787f4e344394e39488b899991ba7626d2957a6f686cf29

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.7-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 8095ab1dbb4133fc8eba2a6c27ef236d26960468eb6afc011384c19ce9f214fa
MD5 b2b3ee34a0e7a1e8f1f4e38fbaf3c4a9
BLAKE2b-256 9f4db7bb73515647d2b3f1eafe601786150714d7ccfcf1fc92f386ac9a68a243

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.7-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 084e8fd4b77ba86ab7de01e7f2a741c929ccc41aed3910a1a8db3108f9be50cb
MD5 6601d9b1e7a577e553eb45d3f6f9dc22
BLAKE2b-256 6cc9a041b4f5a6b11ce9c73100c1c69409061139ee9e817c3366f46794383721

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.7-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 7738740601887f09d7952eb1f4d4719884600267d79793ee8d72ecf3fa941000
MD5 549e370e03e986cf58236d07813e9b10
BLAKE2b-256 c1092a5263819c2fc11c195d026e3db8a1b722760d8f9334855e881cac8195cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.7-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 cd352f818fe498d2630db383a7457301441fd7444ba6c26c7f8ec8945764fba7
MD5 f834fadd7d8150c02768af22693947bd
BLAKE2b-256 7875271179e6a4cd1dd653b67ebc4981467022468cf07e5ab0df65582a882302

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.7-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 aabc0767acc9b7c7e0348cdd757f0fd50ff5cd92d44f37077d09f98d0be99615
MD5 599575d7cdb1d6d1f95a158d0b373960
BLAKE2b-256 cd25112a41f0e35e9b54c8ed6c4eb7cb1d2ed32fb797db9319c271f37571ee3e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.7-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3f598c22ebf01d70856e83b0acbcc31555512b0ad786085a1ed57fc52d1d3430
MD5 04d4187a58e222f5917b5262731be440
BLAKE2b-256 68e50910b9b8ce69a92d37bb035621658af00794a8514cc8e742b68e40d681ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.7-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2ac474a96b1215a9c8c34e04e7655b462471d91ded87b0448548a4887a9739a1
MD5 ff783bef28434f8f3a2559605d0a4e5b
BLAKE2b-256 58d98cb2a1335ac52fd2a0924d241859797b029312f575c2b3f0181701fb901c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.7-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 cc48e183e82472da72776418b19d7a1eb66fcc78e0a1fa9df01e74d56d27692f
MD5 8975cde9ef28941851a52101122ebe36
BLAKE2b-256 e09375a870db187a4e8cc3fbc45e727111f44177e5cfc95dfae72c13cf60bcc6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.7-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 a3daf3c86c7bc699e7fbaacb8e05ef994479e327786b00d3c23ad5ee34034f87
MD5 fe5d45b684d3b7a79da3b845437cd81c
BLAKE2b-256 39f6e14e3921e5f20925bc5e634d126a22ad1520aa393f4b4bb03ef69a58d841

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.7-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 740bc720ee729dc129242983a8772e51f27d6961fd2610b9356d05447be041db
MD5 a7508c4fc0306539220c8325da1b305f
BLAKE2b-256 6eacefd71613a75bd5455f8f179eb00cccf50b81841357e73dad7b605a49f25b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.7-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 e22db4860668f6596d99e791b073dccf40b7bc582ef93f96415a90deddf1d55f
MD5 cf48ba25e74908e72a82a3743d3134e8
BLAKE2b-256 92a970f744e5c43be9a89d4366acc648c98f76253c48cf6e63b3969914e08094

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.7-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1871c6aad5182d5cd934542bfe1125862bf21623e459930ba52c9d2f939151b9
MD5 745160e0db90f7a2cbc2cc9ed9b5e709
BLAKE2b-256 759c4c75e0fd7a59311308501e8162e66c9ac7154aeac100a3ed4cf3c7426c3c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.7-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 cc10656548845ed3f9719e38712d4400c30581936f78963f87b3d580f3cfcd5b
MD5 decebe02b9fc30b6fa1c349e7af7c4e6
BLAKE2b-256 e2f57817c6c2ce552366c0e9def99407f9e20548b7f583426351049936c31ab9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.7-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 06a14e7ccbff9fe327ebc703d152d6076c2005a0f1930af69066c3e2b3bd1f31
MD5 0609d42f0e7f9884e2640065697b096b
BLAKE2b-256 eefd7605c106638067768b85c8df2865eba37c478772ec1de47cf3a2c240d65a

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