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

Uploaded PyPy Windows x86-64

pybind11_numpy_example-0.0.6-pp310-pypy310_pp73-macosx_10_9_x86_64.whl (51.4 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pybind11_numpy_example-0.0.6-pp39-pypy39_pp73-win_amd64.whl (59.5 kB view details)

Uploaded PyPy Windows x86-64

pybind11_numpy_example-0.0.6-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.6-pp38-pypy38_pp73-win_amd64.whl (59.4 kB view details)

Uploaded PyPy Windows x86-64

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

Uploaded PyPy Windows x86-64

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

Uploaded CPython 3.12 Windows x86-64

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

Uploaded CPython 3.12 Windows x86

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

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

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

Uploaded CPython 3.9 Windows x86-64

pybind11_numpy_example-0.0.6-cp39-cp39-win32.whl (52.5 kB view details)

Uploaded CPython 3.9 Windows x86

pybind11_numpy_example-0.0.6-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.6-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.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (78.8 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

pybind11_numpy_example-0.0.6-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.6-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.6-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.6-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.6-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.6-cp37-cp37m-win_amd64.whl (60.2 kB view details)

Uploaded CPython 3.7m Windows x86-64

pybind11_numpy_example-0.0.6-cp37-cp37m-win32.whl (53.3 kB view details)

Uploaded CPython 3.7m Windows x86

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.6-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 ec3ff03a7add2d3473b19fd0c3243c0c79f31fe172beab82859437c822f4a4fd
MD5 582544750a3cf8d5e502ad7cd6cd1925
BLAKE2b-256 3e374bff8f29a36b93091c990ecc32b8f2bbd1b4a0fd460853a89ed75792e663

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.6-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c4022a5ff04e0aca0caa9897eeddcba6b60b7d0c9c02f209adde35931874b4bb
MD5 e6eae03a93e7907dd99dd7e8ed6fddcd
BLAKE2b-256 8eb122c99791ed99ed9eac6d862d2013f468e47bd2443d620da0ab1a287f6303

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.6-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 70b71ffbbc1c7090f2b80abdfee80d23b5bbf5042f341b284a32333e31d113ae
MD5 b16d189677c3d893e61988875d48296c
BLAKE2b-256 e02c19cdfe75760749b2864df3927c795fd2e91ec2611a6f339dcf54dc51177e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.6-pp310-pypy310_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ac79aa3bda4763eb71ae0538a4742f836ef357b4632de3ca66461f1c9674b7d0
MD5 74c2c8486fc2a2b95643fb973104ae4c
BLAKE2b-256 3351959052ce4f736800752b657216320946624a95632f7b9b5a1e53c662b9fa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.6-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 9fc22d50315002530e09f027fb1ac3e13b92f6e8189b9d0793fade2cd3a615f7
MD5 9aa371c327c5fe72d7a665f9ea320cd6
BLAKE2b-256 ef7dabb22360154babcabb6c735fe4f051e07712ef04bd99f5933e931354c743

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.6-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6aa02250472627b8d38a4d3cf7eaff8140fb6e481db34201cf0b24c5fae1a4fa
MD5 3997c0b5833b03b68dc410b560a02b0e
BLAKE2b-256 c6ddb629dcc211eecdfe142315f440da540ec0fda78e79ae50a53a0a187e5800

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.6-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 aa27743f9ccb3b864119f8a434c1f10ce5b476b7a1133d53be622283d17feb84
MD5 bfb5378dac1ef9c56a701454ed559092
BLAKE2b-256 8c081c06dc0382a730bcd0a8d1d03903a9029544e775415b2483615883216729

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.6-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2ad785dc5e052967711683cc2abf9529699771fd74aae95697c50e7c3d8c911a
MD5 61e262e8a800aed0fffe895944bc0de3
BLAKE2b-256 36a632946412f4f40dbb4a21ec3443f83a956e8fe696b889430c8d45f6f7bf2e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.6-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 6f62dd10d4c5703c7ac4b20ddc859ea60829de17a2451366955fee2a50dd9548
MD5 f5b26a89917f2a159438f44b43c86475
BLAKE2b-256 064a500c9ba82f80a0e591a455c66135187e0fef954a88f3a6987251a6b977ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.6-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 88243a5efd85f379911f9ff471ffc1c3c7b24d3fe92817dda5e78eda27a32672
MD5 78bd40de63a1ea4185932832972942a3
BLAKE2b-256 3cfb007a8227e58aeb46d4dd59a808fd17c2eb5eda550d89cc49bf9622d5ef0c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.6-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c63cfaaf328cf509d4dc817e6b3381df2fe200cf0dbed17d8c551f19b94bce9f
MD5 ec82e64b898c454c6ca95fb1f183a648
BLAKE2b-256 786a9816cf130c943e75b90297404ddc844394206c92874c7a0991e3c5c9ad90

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.6-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4229c71651c9c57a633977d1f85b7261edc9f66458f355efae38c4e01a192414
MD5 ac69502ef6716009e66ecff86985a9fa
BLAKE2b-256 99a21003b637a81848e5c25ad51a39c8344499b37efbb9d4fd87df657d0b43ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.6-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 6ee91140784864b9ceb309539324879355ccec2dad659b4bd7317dd733af034e
MD5 754b76b5418071d93cdf74aa2087c697
BLAKE2b-256 bb1e209ba28deed5e8c943ac86c60ec6ea1751c6717fbdcc0ee8ccfd2a5473b7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.6-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c4347624672f2471e8ebd281db7720e93050fb1c368305cff6da7a8f148cc881
MD5 38f1300ebcb85d11ff887e1e0ff0f055
BLAKE2b-256 c1587e855af1f94ab6ca798b22dbcec57178b61bc2e687949a4f9217ed20ea14

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.6-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9a62a7ade5d3189997f636c72fa73e37968e51149117285ba84ba01185dd6489
MD5 168d2b9475af019b7e31846b4cf5b80f
BLAKE2b-256 c32fb65946d1917f8fe0f73e52182dc44829ef6e001791bb1faee6b323e2a9b4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.6-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 883b422f7890ea8c89a1f498211d941d68921ffe23e7397e9bf3585c19c568e8
MD5 8843d66b7948ca3f656f5e4b2535f55d
BLAKE2b-256 c43534e96547f740a14fec5e5223381fadc236a1add999093bab8f4b158c7448

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.6-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 bc65ff379bf0aad3186820c28f1979634a5f1570573e9df0d16a4c7008a4a28e
MD5 544d9c9554252b0ea0bf41f7e602943e
BLAKE2b-256 2e7acf960686014e55320545015873037a2b8b0827e36770c2f76ba5b6ec969a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.6-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 236e5bdf767af23a8899d8520b52e3703cf6051fbbc08e4b5b21264fb69fa1e8
MD5 2e36306cb3beac555a41d5487f8ec6ff
BLAKE2b-256 918c29a943a72763480f51a0b658c318fc3fc68192ac43d3a044377e19bafe66

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.6-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c7f6fb2b2f3968c052774cea2d1d63bcb3665edacf412e3bf98a9632923bdb8f
MD5 2a507d5ffb2b216e9ac8a7c795f9a38a
BLAKE2b-256 befeac975d642c4604eb0160d43678e91339421b131c969958cbf04eb4c06be3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.6-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 615999d1c264a0fb3538910145d5a0665bc4d4e3ae3485b83a86b15d81e199fd
MD5 c85d3bc46b52961e788639949ab58283
BLAKE2b-256 1e8f6aeb1afd401ecee70bf8e384955ba573da1c1e6e3ab5ec31fbec82c65a0b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 567a38091377ca1061a887a994ccae8b8e29993343dfd313cf9158ed6587ae4b
MD5 25b48d3539cb38904800112ad02486fa
BLAKE2b-256 26b74c80de455b09f77f275ec405cff5ee835fc55284e88267304b1ff08d45bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.6-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 80fa19dbce91f07c169c88101b8d5763b5f29f9150679b06b730ee2d5246bb64
MD5 d43b5162196b5034585aff6688eed5db
BLAKE2b-256 0e2083dcd591a98069e2418838b89e475cf243ead64f10aaeb99f1971be70917

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.6-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8924853d54e042da6d71051c285ba515d5995ac7147d5c10325b4cfd8a6cdd7d
MD5 fa07115a53abf29fef7ac9863eba7a9a
BLAKE2b-256 ca30c64120e79602a59da7cade812479848d4124982da641a8282e3df9f5b5b0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.6-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 7323ce3adabdab1bbadb73794d91908e2763ee35cee3e03742713db20c9f25c4
MD5 8f3e5908e2417694216eae21d2df8698
BLAKE2b-256 3c2824f2df9949c036ba3a454bf235a49925667c740ecaf0d9686aea7a937989

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.6-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 5eea5737b2f8c18a56953de1d177f8b93fd3bdb81f47999800fefa35c008169d
MD5 52e81d1a622f08e4568e1394cb675dde
BLAKE2b-256 6dafa8936fff7d7b905c164a4ba51be94c545d5865327fc377386eb593e273b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.6-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 8fa908281f510ab09d57b4889d5e8ff42c5aaeb27dbb1948936c091a0df95566
MD5 301703ef5e6bda7d8b44532de0d2b889
BLAKE2b-256 1af9398575a8e2e4ae1605f2bcf31d3c837c2daa915fc799f31fbe375522e3fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.6-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 22c77ce8ae2a199ea23c4c42b33047e74a0501151a09d36f882d7dcd50e51477
MD5 d8f4a4093484f0c1d1b6686b45941e89
BLAKE2b-256 25567fe003d63772f7630f520a7cb666de1c87fffe159116f40bfc15f42a88aa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a02db7a8cafdef0d97f1d00a14eedca263865260e802dda20b7475a667cc6784
MD5 a94d1153dd7f66a2cb230535bcc82f23
BLAKE2b-256 fd2f60ad938d3e24c7be4dd34820f0345133d4c904bda57d859e8374958951f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.6-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3ef99d615dbea407e04ae854c73bda05e2fb451dd56698ad4f9dcadbccfb4234
MD5 8abd940a366455e25879591c18c121eb
BLAKE2b-256 bb2251adaab35063de91eaffbf5134b53d6b5fcadd8028a1ffde39a4e69cc73f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.6-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5963ab7a09e78a4afefb92d8c5dc368a461bfd5cac965b1bba4e57303f5c67e3
MD5 eb01dc7dc7c50eaa196d707385cd45f0
BLAKE2b-256 95278379bc27d20465ce58eccc061e35bff10dab89d5d119a8753907ca37f46c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.6-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 af9fbf93803a266f4a062235ef3abddf2f88f5ef5554eece5fb0db0ca900eacb
MD5 32fe7b048735a0c4d06b65b07b3f4f50
BLAKE2b-256 dfabbb5972e0bedad5468d5f492bcf07ac8159a9671e9abcb47b30cee8a4d4dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.6-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 1ea8899ccdf1f5dd31ece051a38fa1c07818477eb223b358c5e8654d89e18b22
MD5 4e08995cbb8383769641b16733f9a38e
BLAKE2b-256 19862e944e545f9d5cdb1f074b2e7f02d1ad65c10442458c802798b7e863a5d2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.6-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ff6b34cad34c74ffe227e09be29b15ddc6a0d0edb3e3c9a9e86ff422f34a54d2
MD5 fc13ecb7105c4bec6a8a157a58d1c577
BLAKE2b-256 3f1becbf82ada363eb2a79fd914f420efd1bc9fc8f43a387d6ad14dd381e2e5a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.6-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 572fae1d93331db971587a9e6e998f713bf31c971123b27745728fb154dabe2d
MD5 e705d0ec2d3988421e390e12e7e7e170
BLAKE2b-256 2d409c19d8cf91885d6f3b7ee18faf267d84d07f270bd1cce59f64bfc62ebd9e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3aef2f8b6aebfb545df33e83668a4a85273c426c4ac830a6bb1dd0072cdcd6c1
MD5 0b35cbea0c8f4928e69b94081e83d172
BLAKE2b-256 acf2ddf3005c25761b6a841c9a872883862a852f0c0c445f47f3f49321f6dbee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.6-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c53e51216a964107e6cb6c82cf72247e864c1341e343ac9345ff3331e04c1897
MD5 331c2a06ce476f5fe96b4cab874f6bf7
BLAKE2b-256 7180e90bd207a0596405c2b0ab35c1b449f4bec3b8b3bd5f3cda6e5628365adc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.6-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4a1c1f2c5316ead2b9780eced810bdeb64eb0692867a8a2ba3616239e58826ce
MD5 5fca99a2e492460a7e3cc257b7a898b2
BLAKE2b-256 6779c4c867797dbe4bf6945870fa231d3dd291715f48b1b6749eb0bfd76fa57d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.6-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 338e2042514c008859862a1ad2f8864a7bfd713ee2cbec7df124cf0d03df6830
MD5 35baf87bf9099b92be575b8051ba142b
BLAKE2b-256 72189f73159e523bab6ab33fbddbf37a940fb48d6a7e2f1f30e511cf180584a7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.6-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 94f949ab39fdeb4f0a45ce43af26bea51b2abb8da6384f1f52e396ba242593be
MD5 6397f233a19a7b726e6f5e6d58b2281f
BLAKE2b-256 0c6e004f63a26fee350a5627d42c535e03aa4d11a9f3af729392cb05887591f0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.6-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ac8fad010f5f6cc4b5b1f83d8c492e5942c009a6e91ba73b4e140e6837a6b3eb
MD5 5764df75adfdadefa1f64a0f1bf95c4f
BLAKE2b-256 ff3c53b6b5c0e83d22098fc2ac9cca7a65b1253bb0304426df0a81e01c8ced45

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.6-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 600531f67f4cfaa7aa2467ff24e6e52581ec879f516beee5c9c5b0b09096c1ec
MD5 bce7bb38c2f9e409f386067cc6b95e1f
BLAKE2b-256 6389c9599f49fa32ee36472c4d7c7e19d06c73b17f770af771039290bfbbb58f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a2a0ada286f6c23cf8371879ffad6f8dea48665032e841ce299fe45130d9589d
MD5 a36ad0f59351bceef95af35799559878
BLAKE2b-256 4e82fc38f3dd679615fd189eb37db0e33a37faf6813d9bab17686cdd02694229

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.6-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 63376f1124961920ee91d755acabcd2ee4f1739f93deb705e989f2ad1fd6bca6
MD5 360711dfe14f8acce87309173c038956
BLAKE2b-256 3e1dd7fb93f5022c33966e97b672d34f44656b633003ab1fe1b7a7a78a54e92e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.6-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5dcca2a31af1cfc36f8f70c601310377227284f66a2cabbe86ebdd23a04efd97
MD5 d819fd7a0e8a52ed6136d698dcb5151d
BLAKE2b-256 eaa15232d9e633306a5326390a19271f8273cb885d061114207197a1d0e5fc89

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.6-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 ddb0baeec146a745b9032f7824581b48b41a250f4fa7fc477a52d7a92da028b6
MD5 062c7c688ac12bc216c29de19f419a97
BLAKE2b-256 015eb3a9a18e662d4d24852de116ebee6c3f21774329cbd074b8f2ec6d5bf807

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.6-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 389a048f7037f1df757b20239363984acfded65b2b4a378adb4a0862127fe14f
MD5 e5f16cd88e111b619908708f69a29f2a
BLAKE2b-256 acbe61192c2dbd6417c326dd077c3b8e6ec96c6ec53a11c45d01bb0f612a9506

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.6-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 fc30ba253d2623b5a8d4ed7ec1641cf55556c2da6991f4acd00167cc4e50fe60
MD5 0cf2cc27f012c5de65d8bac23b4e4380
BLAKE2b-256 1017fece2dd036c968c8a8d7f58409ced021713601a5fd1e50093c94f2e6525e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.6-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 550c08ebf37bb9a53b698368849cb06261484878575abd16c6416b9b8f596a75
MD5 93137f5b4f422da180bd84416d4ccf23
BLAKE2b-256 9f6345dbdfe6341995d33e684ef33cf049b569676fce6a3766dcf0e27a71a423

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7b62f948cca1fc8846da8ebb8b40b016e15036a06401bc27ec2dd7681a2e82d9
MD5 7ce3175a9c8618567fed8d93ce2ea6fb
BLAKE2b-256 57326ad5643525990af819a1ece070871d915eeb776f10d5f8a436b60565dcb1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.6-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ae7c2db0473cfde26c80a6bd0fc57a290190150cff96127e34655904020e1f04
MD5 e088393081b234278a02920925c3ba10
BLAKE2b-256 6c2a1ff0749cadcb957a14e3be4318ef189e6f74b7c3087bb71159ed9a1fa6c8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.6-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c23082a405197b402a721ecca326c51be966c714f6690455bcc5a51fd7b22fa2
MD5 885280a958334c26d26a993672240051
BLAKE2b-256 f909e4adc10acef2c8890421ae3776c7c0ba5233f63f06247aac8634cc2a7c9a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.6-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 29c4b5e701c5b4593722c36053301f41b1de7d5df6c0c42c00961b213a282246
MD5 01630adb66a9021c0123fc4eec0e2e5d
BLAKE2b-256 f8bd95407fa27c295419d5992c2b32f1899773ade6dd7bfd74a66dcd6f113109

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.6-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 64d9f7093453f161ba73223b711842270d8e955dd2de5a6a5a3e75fe395c142c
MD5 22e4c7c890f1b357e4097edb5a8ac94c
BLAKE2b-256 4427d272585809aad96f47a5d920839f4be4aafc8f8697b65a8d0c787bf31200

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.6-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 85e3b907a04f5419b770d0a165a8b31e64a7ad2d1470617436f7722ab1708912
MD5 0f6fd12903e4e847cd61ed2bd744b913
BLAKE2b-256 120aad959d0b9f518faf40610a57b7f205a5c68271b5360d7c49f0b32a76ef4d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.6-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 aadb74dd73f5d28af9411865507adb8250164ee77b0d6a116ab8f9f353bd5206
MD5 4abc69dfac111c29f19a60d52c1c7618
BLAKE2b-256 8045a5fd8beb44d246321c67084c0026a04bdb38b4fb41ee506c4e593d8c3b19

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.6-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 23385d8ae42ddcdf7e63d3973066333655fdba7a6d372d13e444307b524b5b51
MD5 f29e13444e2a7a5c2ad49ba79e85a0fc
BLAKE2b-256 e0c647efd933c6c822049c139e46b940bcb9abbb37094d3f6a2f73fb95bf7727

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.6-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3a6a48d6db1531fbdf52c0d13560a552a9bb92511b95beffa7ab47eef6684a11
MD5 ad45a4d884fcf901aa0a16702a2d7cc5
BLAKE2b-256 550fd6da04a47ad1e491c0751ac471bf818ef3b9786655d26f412f737a9976e7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.6-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8dd783252103da5a4769eaab87d01b16a73b6bf719d8339100f1153d24161b04
MD5 9fbbee7e8bb300ad789b6d5e0d67789f
BLAKE2b-256 fed8461983fe42f3100b809064d1f93cde9aa3da6567d1c2967b08f060d892f7

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