Skip to main content

An example of using numpy with pybind11

Project description

pybind11-numpy-example

License: MIT GitHub Workflow Status PyPI Release 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 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.4-pp39-pypy39_pp73-win_amd64.whl (58.5 kB view details)

Uploaded PyPy Windows x86-64

pybind11_numpy_example-0.0.4-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (47.5 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pybind11_numpy_example-0.0.4-pp38-pypy38_pp73-win_amd64.whl (58.5 kB view details)

Uploaded PyPy Windows x86-64

pybind11_numpy_example-0.0.4-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (47.6 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pybind11_numpy_example-0.0.4-pp37-pypy37_pp73-win_amd64.whl (58.5 kB view details)

Uploaded PyPy Windows x86-64

pybind11_numpy_example-0.0.4-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (47.5 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pybind11_numpy_example-0.0.4-cp311-cp311-win_amd64.whl (58.7 kB view details)

Uploaded CPython 3.11 Windows x86-64

pybind11_numpy_example-0.0.4-cp311-cp311-win32.whl (51.4 kB view details)

Uploaded CPython 3.11 Windows x86

pybind11_numpy_example-0.0.4-cp311-cp311-musllinux_1_1_x86_64.whl (599.7 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

pybind11_numpy_example-0.0.4-cp311-cp311-musllinux_1_1_i686.whl (656.5 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

pybind11_numpy_example-0.0.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (74.8 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

pybind11_numpy_example-0.0.4-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (79.9 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

pybind11_numpy_example-0.0.4-cp311-cp311-macosx_10_9_x86_64.whl (47.5 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

pybind11_numpy_example-0.0.4-cp310-cp310-win_amd64.whl (58.5 kB view details)

Uploaded CPython 3.10 Windows x86-64

pybind11_numpy_example-0.0.4-cp310-cp310-win32.whl (51.5 kB view details)

Uploaded CPython 3.10 Windows x86

pybind11_numpy_example-0.0.4-cp310-cp310-musllinux_1_1_x86_64.whl (599.7 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

pybind11_numpy_example-0.0.4-cp310-cp310-musllinux_1_1_i686.whl (656.5 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

pybind11_numpy_example-0.0.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (74.7 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

pybind11_numpy_example-0.0.4-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (79.9 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

pybind11_numpy_example-0.0.4-cp310-cp310-macosx_10_9_x86_64.whl (47.5 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

pybind11_numpy_example-0.0.4-cp39-cp39-win_amd64.whl (58.7 kB view details)

Uploaded CPython 3.9 Windows x86-64

pybind11_numpy_example-0.0.4-cp39-cp39-win32.whl (51.5 kB view details)

Uploaded CPython 3.9 Windows x86

pybind11_numpy_example-0.0.4-cp39-cp39-musllinux_1_1_x86_64.whl (599.8 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

pybind11_numpy_example-0.0.4-cp39-cp39-musllinux_1_1_i686.whl (656.6 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

pybind11_numpy_example-0.0.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (74.9 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

pybind11_numpy_example-0.0.4-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (79.9 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

pybind11_numpy_example-0.0.4-cp39-cp39-macosx_10_9_x86_64.whl (47.6 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

pybind11_numpy_example-0.0.4-cp38-cp38-win_amd64.whl (58.4 kB view details)

Uploaded CPython 3.8 Windows x86-64

pybind11_numpy_example-0.0.4-cp38-cp38-win32.whl (51.5 kB view details)

Uploaded CPython 3.8 Windows x86

pybind11_numpy_example-0.0.4-cp38-cp38-musllinux_1_1_x86_64.whl (599.6 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

pybind11_numpy_example-0.0.4-cp38-cp38-musllinux_1_1_i686.whl (656.3 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

pybind11_numpy_example-0.0.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (74.7 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

pybind11_numpy_example-0.0.4-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (79.7 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

pybind11_numpy_example-0.0.4-cp38-cp38-macosx_10_9_x86_64.whl (47.5 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

pybind11_numpy_example-0.0.4-cp37-cp37m-win_amd64.whl (59.2 kB view details)

Uploaded CPython 3.7m Windows x86-64

pybind11_numpy_example-0.0.4-cp37-cp37m-win32.whl (52.0 kB view details)

Uploaded CPython 3.7m Windows x86

pybind11_numpy_example-0.0.4-cp37-cp37m-musllinux_1_1_x86_64.whl (600.8 kB view details)

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

pybind11_numpy_example-0.0.4-cp37-cp37m-musllinux_1_1_i686.whl (657.8 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

pybind11_numpy_example-0.0.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (75.2 kB view details)

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

pybind11_numpy_example-0.0.4-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (80.2 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686

pybind11_numpy_example-0.0.4-cp37-cp37m-macosx_10_9_x86_64.whl (47.4 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

pybind11_numpy_example-0.0.4-cp36-cp36m-win_amd64.whl (59.2 kB view details)

Uploaded CPython 3.6m Windows x86-64

pybind11_numpy_example-0.0.4-cp36-cp36m-win32.whl (52.0 kB view details)

Uploaded CPython 3.6m Windows x86

pybind11_numpy_example-0.0.4-cp36-cp36m-musllinux_1_1_x86_64.whl (600.8 kB view details)

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

pybind11_numpy_example-0.0.4-cp36-cp36m-musllinux_1_1_i686.whl (657.8 kB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ i686

pybind11_numpy_example-0.0.4-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (75.2 kB view details)

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

pybind11_numpy_example-0.0.4-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl (80.2 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ i686

pybind11_numpy_example-0.0.4-cp36-cp36m-macosx_10_9_x86_64.whl (47.4 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.4-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 b26b8848a18902856d36971bf53d94a9b1ba3ec151834020a505ba53f1f480cb
MD5 07ea3245d41430bc0cb62de949d6890c
BLAKE2b-256 8dca6d4ef4ca04a6d63b81e3dfe7d3dcc70a6eefe01fb632c46c9fdfff98889a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.4-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 38393964122af04d58927a83ec5bc921fa3095690d7c91cd742ef3965ef5fb67
MD5 a77d3be7ced4327f373e38aa671d2a0a
BLAKE2b-256 31f228faac8a523c81c9e4f2a407dc7820e642b475c3d86493deeaa583a17254

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.4-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 63124474e6b74ab222235a4b52860ccb57cbde99d3c2a3ff1fa8c9b66bce9099
MD5 7949a9dc1a55e0e0592a479cef9f6015
BLAKE2b-256 32a4de2c87d63af663ef8b2ea6c909d320503836a33033cf5546c6b96f64c889

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.4-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b79f1bfb0a309566ca1d553c01c2df411ee1fa285b18a693017ed8916c09b974
MD5 5cdd879493a4f022e77313a6dfbff5ac
BLAKE2b-256 33671ca064d7b994cda40835e8477f629e42031a33a0c015a45562c8a2325603

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.4-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 5c03614ec69ffac2df85b5ec823438bec1502c82a155585e63b3655fbd52a417
MD5 0980c0e86a6ecd3c20bac8ab05130ec8
BLAKE2b-256 25849ca6381faeeb33c987a54bbd9f2ed2206b9bb77f1f3c397c00f5e10cd51a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.4-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d03f365f57fc1ff348f364821516386e612dbcb5903225995778efc60870cb48
MD5 0a91841787d29a57a066e310bae2fc11
BLAKE2b-256 6a58fd6e861529dd9667fed26207c2e34c49980fb1002dfa1d870d42256581af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.4-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a24da0f3a8879d5075ea11561b6a9503e5d9d5982c347db56ebac02bc717c7fb
MD5 5eb8d0bec0b0feba0c05f8ff8d7752ad
BLAKE2b-256 bd8617e37a175c0d9065b27b688254dc454d5def54b7143861d4eca4520d65b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.4-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 75bcdd56d81cde268e1d5f39a3c2372c29e16c333bff3e1684ae4f80b3568fb0
MD5 a9410b31d4bffd2257a00b662f7626f3
BLAKE2b-256 37f6e335aabfaf5c6855f1702a607b9c9f0312c617b2644f1b7ab187693875aa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.4-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 5de4b8c6395be8001e6e010ee3030fe23bdaa2df3050e30a1f17d9d88b602dee
MD5 89f904a56bfbace19095888bbf883325
BLAKE2b-256 a036ea79c1805a6dd60399ba3f3ca81e8ee95c990f85353190eecfd12bc59cc8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.4-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 90a6ca3b01434469fa802a4b1ea1fd4089782be6a722b2f05b62420620be39df
MD5 21c351b27d87c67e3266c7acc2a77d68
BLAKE2b-256 2dd4a4a3d054d5b02be91c1ea1cafafd959c03df0da3fa5b7733bf7712af0af1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.4-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0a9f879b75cb631f7d5404f9b8bee55abd8ff668305d243fb1da785e119eeb72
MD5 16e5c8b8153edaff92f920270826dd5e
BLAKE2b-256 57191299a41c2c13b2b9f5ff72f710c89deb094135fc5de4213a4f1f71a0fa1d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.4-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e6e3333ca23d0e4d83aaab50546a8f771e0c41de4d88e8d7ad19cc4cb15ca44a
MD5 350f3bb831af5a8451c041c2da64c706
BLAKE2b-256 7e0c6023b9d5f63046d5c6b8b3a450d3c116bf99539dc9260a23ab23c1d85331

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 e0ed1875212cbab8dd3aab95742a9e7543147bafedc958f927d69c8ce37010ef
MD5 e5e0fd5c07ae71628164af9ea52ad249
BLAKE2b-256 834bab71afff064f199f0d3779a47f80476cf766738f8224762dcb997c53be13

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.4-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 1046d5d4f806f99f879403c835517d90972df8396ef8cadf58e5edf309088f4d
MD5 ffe318c9fac95a564e524e96365f3035
BLAKE2b-256 6a00d9c2193b9fd5ce62e81d5b03661183ce7ed095f0e36e995f102ac20a9b00

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.4-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 5a4920542b9e94da7b0b13dfd651d9333c81cda7a144568481a8c88666428091
MD5 ec60906f5a5d087deccb67465acb9573
BLAKE2b-256 afc13fdfb8c3b571253f0b8b02b1aac27bff0d8954b0126c5aac2f7414092cd0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.4-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 a91ff4d0c0e34d1fea05d57e31e6a31b73ba4eca437cffeec235d352fc65f6e4
MD5 c9c0cdea42074e5fce6a388aba5d9236
BLAKE2b-256 60bd540629f560ad5e137482278e5d52daf723a83b80e2d68ad75c29258e97d5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7007e99819a0b431e85b9b07b108027d99ae97b7bbef50cd66742b7e5e89d2d4
MD5 43c4f3d66555ff1155247acdb8476928
BLAKE2b-256 63b92f13b8ff89b882b493a3c5178d8d585da2b3d07f24c0919e7aa520346f8a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.4-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 983c444ccb38480f56ca87043873fca4041540049fecf6785b4d4b5b15139623
MD5 94bf1d06560012034bee27b6acefa95c
BLAKE2b-256 5b4b49052ae5c6ceae75568b4eb444d0a35011a987a8363dd5daf85725c7484a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.4-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f02d922f8d4c1b345909caf0fdd92bbcccdcc384ddb2d51b739383d76eb28725
MD5 8969cfaa2e1a62da987b65189d0a1a66
BLAKE2b-256 c44f0373234f6dcba4a501501ba4083efae1ab68a0ce32741a3e6c532d306de4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 1d25526f99f828b6b73a653aa18dbad5c4ff50b15b095dc4e11a21705b0bb37b
MD5 1fe1bcf1f665f28f19425a2b2305b7d3
BLAKE2b-256 abd5e59e97d692d734f46ec4f8524c8c0896565cec13fcd8c11bc3ece5ccd2d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.4-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 1660ef6718bbe74448f9b7fc39a2c733e7ec8275cb23f8c1696e51b482edeb74
MD5 70d57aecbce43eb18357b16281bd605a
BLAKE2b-256 a42a0b41da88ccf866a34feee503e87a2b07408354cff21c668a570ac00e2a7a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.4-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 cb5cb7645230be31a5d568efe10de26a1643205d268e44f89f2d1e4b13e90c5b
MD5 cad10ccff162ecde7835e9f0d3e21389
BLAKE2b-256 ec3541b5789611115db591aa9bbb30c30831326a8f447c90d78ea8e9ea60ea76

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.4-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 f2167d95a412c16e1b02a6638d52d1121e1770f67f0fc12e4b14c3676c76bb7d
MD5 9f5a14df2affe39ac00b78973ca81576
BLAKE2b-256 e80f2d833813a8cdfc8f231b70f35ab59a63a2e9800859df8da32435dbf8e15f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 80b973b3768b3c837b8deddd7f97b53c47136ef6758d8a360785615f65e23712
MD5 5b4284b7aa9ab32ce66ff2f24e05c5ae
BLAKE2b-256 50045175df0d1aad70869c4ebdf043ce7f71b9de323bdd67e386580214fa99d9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.4-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ccefcbc750765540d4aa13d13839def59e48399e5f299d930386d953300cbb73
MD5 7ea690d994c8ca43015272fcb1289386
BLAKE2b-256 c80f071732607e619b876c07896308af2c2fe5c5f9060166937e8742f2026882

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.4-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ee79b7e12bf75ecd2995894ddd22d8b6c381d9cce9a1f03efbab354ae9dcb09e
MD5 3b16ea7cc53f259a64111c7f1f6a86a1
BLAKE2b-256 a89bc421238d42c6711c4e7873de1acb1b6f167f932972635583f7817251231b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.4-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 b403cede4737ad3e510f99011f462d3c2de69d2eddc106da6345f5f08077508c
MD5 492ec3329c2fb66573083a9845bb6f43
BLAKE2b-256 0a97136aafb51158cc9389439160ea5d946104296137ecfe4dc19a26b56dadc9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.4-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 12e26a439bd1b0270a13e7cbbb7df59ff9faeaafc39c965b4f4459c919ec2d00
MD5 1ccc11e986f322f21be0730d5d211c1d
BLAKE2b-256 5636d10d290f484fb7421f51536b7163c3a8a6fad4f771beabdc89a277ea5d8a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.4-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 3f87dfc316ca9c1e0e670c48b6f96149aade1695dc7746eddc06fc5acf9924a2
MD5 23f4d2f2d10988a7d6d5be6cf8ff5cbb
BLAKE2b-256 cd4102509dc3774cbdff3f35c2299a5f9163c8dea77f352342da79dc437169f7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.4-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 078caf46808193f7f695d4328ca96e81a69b0aa6f1728cec4bb805877f080e40
MD5 42aa81a28fadae8702464f63db88bc51
BLAKE2b-256 b4d7d5ecf6f797a8cb2f697f3676e0629e531d006d728505d8385c5179acf8df

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a94fe9787f9ff840ad32aa773dc966f308cd66eed21a36f89080c4c513f2c7ad
MD5 832fab0a6dad9745986c79f6719ce434
BLAKE2b-256 e915340961bff131d1be48429c5cb7ca9bb6650e4c1c45f6f2eacb44c84cff8a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.4-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0cee797c3fe448a7506a0e1cc34a4285bf82ac0b27311b323adc4bd61a51e53b
MD5 9774b1748a8b793494da5c39a44a9d99
BLAKE2b-256 fdf1481b284eb5eee3f95f317ffea6c78aaf9f3235275b725ef144509f19df47

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.4-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 484e589e44a5c5af177fa61d8bbd4e3a213764cca0be1107872e806e719ab69e
MD5 2fdfcadc23a5a9df11db3390de5e174d
BLAKE2b-256 4cd676c51209565c9962c0d2efac3e6abe1be00c699f2b79bc4220beb3ad151c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.4-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 f4d4649488d17bcdc5bdd4b67a851404a08cb356c98ae5ce42ad894f8d1575cb
MD5 50f4968414092921bb25f6277bb26eef
BLAKE2b-256 4557a78862a27ca1286de5af2f134e2b54a44d2e17cd5fae394c6d9bd3fb2e17

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.4-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 9b4c13dbe06d7aa636f066f4617ddd79cd09766493e60530d6afc18e55932899
MD5 933502dafd3f589f65d4f77b7d96fdc6
BLAKE2b-256 c7a8197a78efd9ee4f91310d06222d616c0ee4371a38eb355d38fb9cf2f8aa29

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.4-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 afa8079698c31372a783b439afd785e99424335bc429a0991775b56dace69fa8
MD5 910ad0eaa818b02ee9db72acb04a77a7
BLAKE2b-256 e0321f94355a38c5591fb624eed086999cf03050554ad6dc7fa2671a082d7799

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.4-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 545148d6e60a2f0aed6878a8b1880822a611758f754e5740764c6a0826e5b4ac
MD5 ac480db4f655ea72a751fc6fe71247d5
BLAKE2b-256 06a8f444604e919e86a6d870d4600ca91b159dc01fc8e5abbb624c9b5dc08733

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 185e3f0151ddb25b82aad386bb157781d100fddda8090f7ba14067bdff558068
MD5 7975ca417464615f269d696a033b63ca
BLAKE2b-256 3f4f7d2c5e4b1c9d8e05eb6274d2f74b139deb2c470bfd8ac329c329f9ae6c29

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.4-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b1b78b0468c62340934a054eacf447be99a89b248d5d46d602f4206ad8850233
MD5 d9582b688315017cf7b81fbf5cfdb678
BLAKE2b-256 1d068043050ce54cd53a1df96576a90d2010ff1bf9bd74eb519f7debb69830f6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.4-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2ee969e6b045d1842eb2e7e56856d1c4ec625a34f9ea7e48e59c34ddb55f48db
MD5 5e9fcb3865f0c1c7552962309558b6ed
BLAKE2b-256 e2b069615dcc642c69044234d686e1885f2f77292e0ecfea023a672a677d7569

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.4-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 018e53b868fb9b4c2cc49195b3ba105f3b7fc008603e21b3cca1eaf404dd059a
MD5 0b6ec1f9870f52ccab5333dcaaa5bc3a
BLAKE2b-256 e2254121581bcc1256d681daf1cf79a9050e7f41e8bdf2516e9c1afb0f4e7cb6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.4-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 706db9e8bf0928aa993a5b697d2a1a066a500747665e8edbf63b7134eae4675f
MD5 07ffafdba764d9bd52405b4dfb9aed24
BLAKE2b-256 117d43d706426483e58e89d602d4cdab663cbe31cf4b518e0f60c8d08b5eb66d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.4-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 5a5ee0e467b979498578b2c6ef28d963643e724a303e326a4fbc515eb6e58bd1
MD5 6bfb715fe7b13719528f2d364c0d0a8e
BLAKE2b-256 5fe5ae58c8664794a7f3897f9ccab68c5d4f6f79c46e2d76ba709981aff57501

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.4-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 80020cd422e8f5db92374a6f50eda500966fd666973e856129d3e70e8289e969
MD5 509ccd80d46a08d6663a649d16350e56
BLAKE2b-256 9b428cebf6be822c598aee7ee31585bd83f4a6ffedadcc1e53832e7cc40b0509

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 90a6f5e8b4494e6aba7011ee908bce296020c60cb39830471b3189bc1770978b
MD5 784b4248a02714130ab9a2c74b8f976a
BLAKE2b-256 f8e63af8f1caf6bd71168382a977865e3a9efa6415694228fde432360452893f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.4-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9e40e97a49a5d6b62a4a11a1f53f7ca12a99f3ee397b499f28803a14f9168f86
MD5 6a095f1873244b004abf107b43368209
BLAKE2b-256 3ec7d163230e4e4f12709332eb31002765d0a89413daf36bda54da78174b1fd2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.4-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 84ec232887a96f06efd00d18174f095ff3c374655a1101f6e312801ae572e665
MD5 85b684f08c0a5636b3b824f89fed1426
BLAKE2b-256 a921462c9fe57da367507d3d5fa8d29f547085432a6c222462ef8f632e907498

See more details on using hashes here.

File details

Details for the file pybind11_numpy_example-0.0.4-cp36-cp36m-win_amd64.whl.

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.4-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 12de51242ba706dc0a2e6819095f7de0ee0c766fee0f6d4fb2d735411ccdec38
MD5 5412b39f74ff13b78797aaa7890ab427
BLAKE2b-256 1a44c8aaeb3e8cf54402e1e381ce3a3786fb4b29d7fdaaf90269511eebdc2282

See more details on using hashes here.

File details

Details for the file pybind11_numpy_example-0.0.4-cp36-cp36m-win32.whl.

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.4-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 3b1553bdc4b5f0fe9b4f73c89522d796904ba34a1cc9d32ef62c817944402e82
MD5 85e1112eee1541c64a472c45b1f45881
BLAKE2b-256 4468d8c551c4a802191cf2ec0bba2970868f2441b1ab7157e3cca65e38bd5098

See more details on using hashes here.

File details

Details for the file pybind11_numpy_example-0.0.4-cp36-cp36m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.4-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 4a61674e95245bb3890d28f5103b73129cb1b8272cb2ca0bbda14c70db836b8a
MD5 85b8db562fabd4bf6f7f9ad3d42c8313
BLAKE2b-256 f1df46cd8ce9e22d35d657e00e16c0e21169999c2a0df9d55829b5a361119233

See more details on using hashes here.

File details

Details for the file pybind11_numpy_example-0.0.4-cp36-cp36m-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.4-cp36-cp36m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 09fb60994fc549e0d6d3b1ae12ce422720734b6fa79ce39a968cc47f62db8293
MD5 f0a54fd8fa478df9471a3774cbe34197
BLAKE2b-256 71576b091a183fe384bd879361498307d689d0a9b01892809448d97d4b66c23e

See more details on using hashes here.

File details

Details for the file pybind11_numpy_example-0.0.4-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.4-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1a933ff335ff0760cb76bc600c8e629f31b16ee2bd54b7735e4726c31000344b
MD5 11e628e7a16e05b6f4fbfcf01b7d76bd
BLAKE2b-256 9002ccb5a39a00e801ec3617e2c79f8342279e0d07d0bf26bc541d4c23144f2f

See more details on using hashes here.

File details

Details for the file pybind11_numpy_example-0.0.4-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.4-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3754457d3a108479f22544de7f53a1cf0ca1f34affe2d5b6343fb6f79db4e329
MD5 16e489f355ab6127df1c8fee33eade24
BLAKE2b-256 4070758ecbcba72b697b4cc1c66dba6b9a4b5e60160e2732965f27eba1fb31d8

See more details on using hashes here.

File details

Details for the file pybind11_numpy_example-0.0.4-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.4-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4d718f9b55022bb7a2b8723fa80a5defbf0696f4e766aab5b1119ea4888360af
MD5 8d59afb361cf6d226ddee861eba5abc1
BLAKE2b-256 f9d175cf2d2a1c3f0a45fbe1821974a2cc62e2a73daa98725bdb86b67b262ed5

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