Skip to main content

An example of using numpy with pybind11

Project description

pybind11-numpy-example

License: MIT PyPI Release Python Versions GitHub Workflow Status Documentation Status

What

A simple example of how to use pybind11 with numpy.

This C++/Python library creates a std::vector of 16-bit ints, and provides a Python interface to the contents of this vector in a few different ways:

  • a Python List (copy the data)
  • a NumPy ndarray (copy the data).
  • a NumPy ndarray (move the data).

Why

Python Lists are great! However, when storing many small elements of the same type, a Numpy array is much faster and uses a lot less memory:

Memory used vs number of elements

Time used vs number of elements

How

The pybind11 code is in src/pybind11_numpy_example_python.cpp.

The python package is defined in pyproject.toml and uses scikit-build-core.

Each tagged commit triggers a GitHub action job which uses cibuildwheel to build and upload wheels to PyPI.

The scripts used to generate the above plots are in scripts.

This repo was quickly set up using the SSC C++ Project Cookiecutter.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

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

Uploaded Source

Built Distributions

pybind11_numpy_example-0.0.12-pp310-pypy310_pp73-win_amd64.whl (62.2 kB view details)

Uploaded PyPy Windows x86-64

pybind11_numpy_example-0.0.12-pp310-pypy310_pp73-macosx_11_0_arm64.whl (52.3 kB view details)

Uploaded PyPy macOS 11.0+ ARM64

pybind11_numpy_example-0.0.12-pp310-pypy310_pp73-macosx_10_9_x86_64.whl (55.6 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pybind11_numpy_example-0.0.12-pp39-pypy39_pp73-win_amd64.whl (62.2 kB view details)

Uploaded PyPy Windows x86-64

pybind11_numpy_example-0.0.12-pp39-pypy39_pp73-macosx_11_0_arm64.whl (52.3 kB view details)

Uploaded PyPy macOS 11.0+ ARM64

pybind11_numpy_example-0.0.12-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (55.5 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pybind11_numpy_example-0.0.12-pp38-pypy38_pp73-win_amd64.whl (62.3 kB view details)

Uploaded PyPy Windows x86-64

pybind11_numpy_example-0.0.12-pp38-pypy38_pp73-macosx_11_0_arm64.whl (52.2 kB view details)

Uploaded PyPy macOS 11.0+ ARM64

pybind11_numpy_example-0.0.12-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (55.6 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pybind11_numpy_example-0.0.12-pp37-pypy37_pp73-win_amd64.whl (62.0 kB view details)

Uploaded PyPy Windows x86-64

pybind11_numpy_example-0.0.12-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (55.1 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pybind11_numpy_example-0.0.12-cp312-cp312-win_amd64.whl (63.1 kB view details)

Uploaded CPython 3.12 Windows x86-64

pybind11_numpy_example-0.0.12-cp312-cp312-win32.whl (55.3 kB view details)

Uploaded CPython 3.12 Windows x86

pybind11_numpy_example-0.0.12-cp312-cp312-musllinux_1_1_x86_64.whl (607.3 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ x86-64

pybind11_numpy_example-0.0.12-cp312-cp312-musllinux_1_1_i686.whl (665.0 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ i686

pybind11_numpy_example-0.0.12-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (83.6 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

pybind11_numpy_example-0.0.12-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (89.5 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686

pybind11_numpy_example-0.0.12-cp312-cp312-macosx_11_0_arm64.whl (52.6 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

pybind11_numpy_example-0.0.12-cp312-cp312-macosx_10_9_x86_64.whl (55.9 kB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

pybind11_numpy_example-0.0.12-cp311-cp311-win_amd64.whl (63.1 kB view details)

Uploaded CPython 3.11 Windows x86-64

pybind11_numpy_example-0.0.12-cp311-cp311-win32.whl (55.1 kB view details)

Uploaded CPython 3.11 Windows x86

pybind11_numpy_example-0.0.12-cp311-cp311-musllinux_1_1_x86_64.whl (608.2 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

pybind11_numpy_example-0.0.12-cp311-cp311-musllinux_1_1_i686.whl (665.5 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

pybind11_numpy_example-0.0.12-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (84.2 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

pybind11_numpy_example-0.0.12-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (89.8 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

pybind11_numpy_example-0.0.12-cp311-cp311-macosx_11_0_arm64.whl (53.3 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

pybind11_numpy_example-0.0.12-cp311-cp311-macosx_10_9_x86_64.whl (56.6 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

pybind11_numpy_example-0.0.12-cp310-cp310-win_amd64.whl (62.1 kB view details)

Uploaded CPython 3.10 Windows x86-64

pybind11_numpy_example-0.0.12-cp310-cp310-win32.whl (54.2 kB view details)

Uploaded CPython 3.10 Windows x86

pybind11_numpy_example-0.0.12-cp310-cp310-musllinux_1_1_x86_64.whl (607.2 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

pybind11_numpy_example-0.0.12-cp310-cp310-musllinux_1_1_i686.whl (664.3 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

pybind11_numpy_example-0.0.12-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (82.4 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

pybind11_numpy_example-0.0.12-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (88.3 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

pybind11_numpy_example-0.0.12-cp310-cp310-macosx_11_0_arm64.whl (52.1 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

pybind11_numpy_example-0.0.12-cp310-cp310-macosx_10_9_x86_64.whl (55.2 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

pybind11_numpy_example-0.0.12-cp39-cp39-win_amd64.whl (61.8 kB view details)

Uploaded CPython 3.9 Windows x86-64

pybind11_numpy_example-0.0.12-cp39-cp39-win32.whl (54.3 kB view details)

Uploaded CPython 3.9 Windows x86

pybind11_numpy_example-0.0.12-cp39-cp39-musllinux_1_1_x86_64.whl (607.1 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

pybind11_numpy_example-0.0.12-cp39-cp39-musllinux_1_1_i686.whl (664.3 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

pybind11_numpy_example-0.0.12-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (82.5 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

pybind11_numpy_example-0.0.12-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (88.4 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

pybind11_numpy_example-0.0.12-cp39-cp39-macosx_11_0_arm64.whl (52.1 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

pybind11_numpy_example-0.0.12-cp39-cp39-macosx_10_9_x86_64.whl (55.3 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

pybind11_numpy_example-0.0.12-cp38-cp38-win_amd64.whl (62.0 kB view details)

Uploaded CPython 3.8 Windows x86-64

pybind11_numpy_example-0.0.12-cp38-cp38-win32.whl (54.2 kB view details)

Uploaded CPython 3.8 Windows x86

pybind11_numpy_example-0.0.12-cp38-cp38-musllinux_1_1_x86_64.whl (607.0 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

pybind11_numpy_example-0.0.12-cp38-cp38-musllinux_1_1_i686.whl (664.1 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

pybind11_numpy_example-0.0.12-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (82.4 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

pybind11_numpy_example-0.0.12-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (88.1 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

pybind11_numpy_example-0.0.12-cp38-cp38-macosx_11_0_arm64.whl (51.9 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

pybind11_numpy_example-0.0.12-cp38-cp38-macosx_10_9_x86_64.whl (55.1 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

pybind11_numpy_example-0.0.12-cp37-cp37m-win_amd64.whl (62.8 kB view details)

Uploaded CPython 3.7m Windows x86-64

pybind11_numpy_example-0.0.12-cp37-cp37m-win32.whl (54.9 kB view details)

Uploaded CPython 3.7m Windows x86

pybind11_numpy_example-0.0.12-cp37-cp37m-musllinux_1_1_x86_64.whl (609.2 kB view details)

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

pybind11_numpy_example-0.0.12-cp37-cp37m-musllinux_1_1_i686.whl (666.9 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

pybind11_numpy_example-0.0.12-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (83.5 kB view details)

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

pybind11_numpy_example-0.0.12-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (90.0 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686

pybind11_numpy_example-0.0.12-cp37-cp37m-macosx_10_9_x86_64.whl (55.3 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.12.tar.gz
Algorithm Hash digest
SHA256 8de0d7b95516ae07068f5a1f55778dea52f36d4d8d4259b04c30710607e6c041
MD5 040a9345a6125a0e747280a78ed08ae6
BLAKE2b-256 5db572ac3ec209602d236f6bffda8436c666e1d9b8ccfdff4a3ce3892b9f5894

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.12-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 0c3c895f7633734007d629815d6102b40c04cbcdc01ec842e73d97331d2b914f
MD5 1218f1bdbceb49f23fb9b6ac7b0b2cee
BLAKE2b-256 2b3bc1d18b99d5be550fa7440336b3894ba7af74fa32fc404f36f0fd1d525d6f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.12-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 304e7adb3fbf8c51013976b3e9e0c0111ac6ff7701a0f100619dbabdd89b6fa5
MD5 99b9a8977db172fc48734c400952eea2
BLAKE2b-256 2bebe34442459a07ed9a5c5256820225bb559e95922301ef24269b4b0d9c125b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.12-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9a0cc77b613aad4df9496c8a38a0623c6c635d4d60afcf23ddf5bd8ce54885ea
MD5 f63d56453db54c835bfac1d559834276
BLAKE2b-256 f401e49ad3f5c77584ee4b42e88f5de642277b9eff5ec3ff0ab9d817886a9ada

See more details on using hashes here.

File details

Details for the file pybind11_numpy_example-0.0.12-pp310-pypy310_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.12-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4b5461eb5198e2a3893a9192103dc258324d4b67ffeb26e62aaea50cb285d94c
MD5 96d2e9a0b9e5d5d6580771b6a424e826
BLAKE2b-256 724fae248e2bb0be6887b48e898452c3660896b6b39a95d7c5a6ba6a8c939240

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.12-pp310-pypy310_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a00d2191181fdc2f454f7138a92c0637dd2f87a50ae03fe5b8af4a9ff2cd81e9
MD5 9c6fb3c9e980b6c4fe6005333b8d0aef
BLAKE2b-256 5bef211b986986f073137de46d5c6eb9a558d7a591affdf5587ec9ee6de9e151

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.12-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 d4a73f7f85b9f10e35ea212d25736cc39cd32d01a34bb9f6bf33f5121bc4218c
MD5 231b58f4a57c76e5392d31207e7e6e5a
BLAKE2b-256 cb409181049969cd99987dd4c2603d29fb10321d168f2a88f17e17a8f94fde5d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.12-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7ebd1aea5e2056d939b9e3cf91a57ab3a3dc4ca2bf3f9ad4c971664975ba6b49
MD5 dbb13ff7a3a1529aa321db9e6bc4df8f
BLAKE2b-256 9349bb5c5d91d8c5def38da32784f99e08b3fb4fe148dfc92ffc25019ae8a2e2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.12-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 470ebcc99186cb1deb3cad737c9cd63b826c923ba7390f5088135adac9633b77
MD5 9366f0603b6711089f43623ea51fa84b
BLAKE2b-256 f43ef8dc4526b033a106bb5e1fa0bc41ad34d73f9c65043b381d890a6f89c33f

See more details on using hashes here.

File details

Details for the file pybind11_numpy_example-0.0.12-pp39-pypy39_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.12-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 69e52ff02837fb8d91caee482ed8f77682f278e319adcd5d9a4354bb5ce5c866
MD5 a25829929c301ab3e00df3f4bb6c9061
BLAKE2b-256 4753a5c2723eb4ab5d93c46f8d86d39ae701c3bbe34ed9530a33342ab5835417

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.12-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3121ea9e9f9b54d49294a1e28c3eb6c6e6cf3081335c22fcf0963c8f75c0317d
MD5 61544f51474566e5f1e604988319bce3
BLAKE2b-256 2e3ee54359aa93c32b6c4f9df5e97c93e3852503b85d64c359899d2cb4e41161

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.12-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 f791e76101444739008e77bb7b46fb2b5dc1062036b69295763fa5684a722aea
MD5 a317092877d5cbbcd4f36fa3e5052c15
BLAKE2b-256 617ddb022b800ece4c6ecc6965371542854c0da6949aa64eb12936a715f8377b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.12-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 95ab678ee0e404c9aa9c6c7e4c34bab6e0ffca4362225ae513537138ebfdb9a3
MD5 322278e15bf0b12c2572f3aee25dde78
BLAKE2b-256 833e8bf9edff62eaa52cfdf2b5698539510fca0de14bdfb036521f7cf549d433

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.12-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 66e905a530d59b4babb74fb4e1c6783acb29218427c177a6e777c6f202c87f0a
MD5 66640ae7047bca060ffd48790a4d719f
BLAKE2b-256 a0d648cdb6fa31f62746212d09702201e2c59acb4e001b701a3f2ab2ce80085b

See more details on using hashes here.

File details

Details for the file pybind11_numpy_example-0.0.12-pp38-pypy38_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.12-pp38-pypy38_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ccf9d9e79b206d1ed5279fb9e3516f309a520f3dce2d52885f6db18584a55ae4
MD5 9e859ee8a88212073ed75a9b16cf06c1
BLAKE2b-256 849eb7e81d3c46f9d094fcf2cffb8aac45e8c37ec3829b8f558a0826b7f726a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.12-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a45cf40b5ab03e17197341940c127ddd15efe75f6d37a76c21afb71ba8f58f1a
MD5 24ec60af247a15f61f427bbe37ff8414
BLAKE2b-256 d5a1bd8fb06f31a73fbc9eead8c0e310244e7cc7caf82877c9b0a2d99294ee5b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.12-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 3ccd95ff836ee3dfc9e731a4bed457310285826e3478107cbb5e081948e430f7
MD5 408df6570aea34ffb7d18b1ed5684bff
BLAKE2b-256 179e4e3e7f56ddfb3f3cfb294e1cc266984df05f733f84d89af6640e5c0176db

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.12-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 daeb1d1f762e5355134204c50be6833343ab484f52b37dca570b1fb307616218
MD5 4d8e13a266f45c8bedbd63750f38c334
BLAKE2b-256 d1db46147836e5f17909a639b886b48a78ffcbafe7f88de956ed54bda315f8c9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.12-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 12849a6b5df2b9f20c49ee4831e601f2ec3a2b35f8ed9a049fbecc44cf238c58
MD5 c607ac8e769dfd622b56075737af9b91
BLAKE2b-256 1481b840c0b80906fb7f2eda819396d56f6bb4ddaf5bb13d8660819aee70eac8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.12-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2a18bae380cb59b52ba9c8e865e39f73d1a9ed66da2b21f6a00da39a8c82b1e4
MD5 fe310cccf005ad2f7859e568ab6b956c
BLAKE2b-256 7fc47801ab401545a4976d8d40ba0a17963f68b9f36dad628e6bb3f2f5c7e571

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.12-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 6e73e042afe5df1210e7b980318d3b087ea49e385f1bd7e7530ce0c8c599ad43
MD5 36672f1367650159724b6e5cc0ab5af4
BLAKE2b-256 49c57e31915c161d51077d9e306576aa80292a640589ed1c7bf43451abc133e7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.12-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 f7ec46630e1f69478f08aaeb5dae79fac871bff1ef28948fed97fa89c752484c
MD5 4c7658ccd69035f5167b4daa06703733
BLAKE2b-256 058f0136ab18c3c8346f5ed8e75451c63fb40a737e7a207037244acb93e53cef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.12-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 2cacb3808c7de93bdf8462127b31c6533a47d45ba0e52b5e7e627eb4c31df8cc
MD5 76516a3204a76fa3fe19162db5557b79
BLAKE2b-256 0df8d6bc234dd79df4169e5b7c0cf7a745df99a3aef41f03dee267d3199dcbd2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.12-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 b8186d8787c443d97e1fba267f9bf2f7aa9fa7ecd026d2ab946aaff1be174603
MD5 ec1691aa8744161c9e98445c48ce3b6a
BLAKE2b-256 e72f680cf9bed21946985b39118f1d5031e4a6bd5a0b02fa8e4911aac25f4028

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.12-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ba871c1f77d37f9d18814485369b6b555ad03623584a49ba083ee4b8316ea900
MD5 d46d41a753133abfe2aadeb659467c10
BLAKE2b-256 7756f4575d258a3e4bc72cb6f3a83f2849be8155d31370421073d29f5aa7b556

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.12-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4157add4aa394a51308e5c03583fb8273d811e2d3b09e086d1c2c330a543ad4a
MD5 456739188045779a8b43ad0376639c13
BLAKE2b-256 5afd8c0dae1a4f02a30e9fb49c15e8d829b9a95b3ebd501288365515d5c1f821

See more details on using hashes here.

File details

Details for the file pybind11_numpy_example-0.0.12-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.12-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 043674839fc4677ca95353afd0a819e65054cf9b3505639c1c9964641a979720
MD5 a976b66532035e49a11c88348429dc86
BLAKE2b-256 a41aedc90c3e4cfaddefa9be08a6c0e88cfee27d785e79f75563111606ce2ce9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.12-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 fe9547530e8695d9e4ac7651374fdf75d170074648b5912b2d64883804d7666a
MD5 3d0b52f77d1589cdc57d635eb7278762
BLAKE2b-256 25893fef0ec296c855c546148f39df82ac02e923eafdd5f9d8a06b05171fb799

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.12-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 97318bbbf40b5184018f1f483d75d744742838e5ca583d75fc07a24f4063a8a4
MD5 c4c0cdbc0cab2e7ea0403282b5863d5a
BLAKE2b-256 16b6e287bfc542ee63d738ffea52d57d440b8d683648a2eeb9d6042daeb8b80b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.12-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 166671024c8e9c87732f8350f0eed683ccc7e41e1931a06ace6e15edb1344b72
MD5 f2793f64420709a96c267597416a3031
BLAKE2b-256 c23dfb4e6ef17d0fd111c2fc77475ce0157dfd39618a37dcf3421a5d8bef3fe6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.12-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 61bf5f428ea8f7eafa2d2c8c6841899e02560b835c0215a48c20083b1b59eb87
MD5 a2c2dbbb19341a6e0e742a8ba4e783a9
BLAKE2b-256 8f2b5ed792eb316f89dc94ac99c88829a04c3c9a83b4a81ba91411b1b9c66404

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.12-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 9f58c300b268250408bbe00c454a4b5bfb6f0f33d1f7950a57a30b775e8e5e8f
MD5 d66e47f3eb8104b81e086bcacc368038
BLAKE2b-256 3bca88f14fdc9c4e9997d49f89fd099b1685479ce2437b7cbbae7fc364fe061b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.12-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e6bb4e4e487d113f12a10a1b1ec1b0b80826e8e780db1d99b98fd9e19e841007
MD5 5b42de8b478af5dcdbac3a11c1f2b8ee
BLAKE2b-256 a4f4a7acf01dd015ebc1dc9979832e011e56794d98f29dd392a8f69f26050b44

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.12-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 002ec9f938d5f24361551a27770c00516d59972d17a8a61da7a5e0637a3e0476
MD5 db8f7be18600e45de7b66bed42871c05
BLAKE2b-256 c958d02bdf30b323322c8f7e163b1169da991701a37fb50edf7a415565eb021a

See more details on using hashes here.

File details

Details for the file pybind11_numpy_example-0.0.12-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.12-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c600a3b8fa2a1b5c82356d2f403ad8e82c63e424aafcba3b5eb4bf983c737cb6
MD5 59ccedaa5ced1ab41e022f612617641c
BLAKE2b-256 ec4c188d0a7c0ebd5650b7c7cd30b730bce9494fad3582649c419f61e12dba87

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.12-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f68a66bdf81456c7f9d14a1ac4cad1cad30ab2d851f5fa3acaa40583e7e68ea5
MD5 8062f34a5ec881d722983602cb1012a9
BLAKE2b-256 c343d2296b9b395c4959212ae1564a8aee34fa107c7bbacbc391cff60ea7f67a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.12-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 c29c008c5e5a8a8169904fa5b23da2a75b915ef8296e6cfc5b37c3dd07c60d83
MD5 b09824d0751ed5b04b0d79ec3c051095
BLAKE2b-256 e670f0fa664a12d9a1469868ba5f717d7e6e4817fbf61ee454f753471df572b6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.12-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 d7ee98ecc3fd4af3eb6254ab7d01f2c6787ab5e1e9d642c6947dfdaaa0c0e558
MD5 560eabf883b561e0f3d833c7290a6828
BLAKE2b-256 62891ddfd4676e27db034faeeea4e901a504e3301072d28cc1235cb73e963101

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.12-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 693853f046ab52c9834d66d8484d167efc2e4c8eff078b2eb6309ebf5924f444
MD5 4e64a03ba641db1ce412ada9782f95ff
BLAKE2b-256 d945dde500a780af7fb79373cb5bfd96f46333c8eda931d7496a57c6fbc0bca3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.12-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 1fee591a1c0c4f0f47a4a33c487fc1dcb9d75bbbb98c31688fe6a5a677915e2f
MD5 fc75d02f345d7c3eab3cec3a7f0d6553
BLAKE2b-256 3e6d89deeb28f5bf36212c9b3863273a30c74328ead25ed808fad2a41b6e0a69

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.12-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5b921463edc42943f54f135ad3bb9c46f491ef544df7e84f42ff108640b2364e
MD5 7bc37772d96da3ed77c84476df30b312
BLAKE2b-256 60babd13a9a97d1452ca7a3c996f71fa5abecfc4eb803d6456395b49c0b92acf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.12-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 bb4593a678c8791555ecebecbe5f68d0fb7f0d8df594a46bfbf0415e90237e86
MD5 15e77d24b89cc4191df70c9ce3559b98
BLAKE2b-256 0b60ead16fd99eb879d13e9e80cba541a31536d2a8d2b1de743ce4acdc529571

See more details on using hashes here.

File details

Details for the file pybind11_numpy_example-0.0.12-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.12-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 13d7cdad0b5884f9c0ab719e265e67ca68107bf474da3ad17f0d424cbeac0ab5
MD5 cdd479fbe8c6c1d3ecc25ff8be0efb79
BLAKE2b-256 be10300d9b22e129fb6aceea96fc8818d8fa84805fe01f906b5cabab86dfb488

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.12-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 64166ea27c4818d04ef60a36585b992534f270447b121588c8ffae32f7e72f57
MD5 ce04c25f320ed7842f41a4a289185ee0
BLAKE2b-256 94318a97171db3ecafacb7f3624ed80809038900b7372df84d06b31d0a685f6c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.12-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 93cba2c8f6c56d22e4332adcc24cbc7ba78702a54d47d4ba0afff5ef15f5a2a4
MD5 8c39223c23982f3eeda3e9150e5446d2
BLAKE2b-256 bf067de924ca8558929dd7b6552cccca07c7b98c95cd1684811f843a8db07fc9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.12-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 ac5e8e4efd8aaad8f09514f5f6bef21263dad7def0f8006f3cd7ea1407cce11d
MD5 1a595b1ae60ed5ef22aac153ba481b80
BLAKE2b-256 cbdf27a1b0009516626d395ebe3c2fa7d2181ff2264610863b06e7ef29bb53b6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.12-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 df5805e18542e82ba64a0abac17c0d3d76f1a974aa2eac9b204ade07e40cac32
MD5 c1b4657166b94cbcf741e3e6aec3c49a
BLAKE2b-256 67a1f2e782adc2c09300fd434154090c599fc178b6c7e6c8deff4a954db42cce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.12-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 60f9b27ef9351d12d28060f5c2264de9f2a1dafb22aa294671ce8c075d1cd054
MD5 cb72e2361ebd5d506b01ba164612bafa
BLAKE2b-256 fbbb1275b7b62f508267b120b0e7582bfa5ba352186a5c10802259a3b6b7ca49

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.12-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 528ed1134de060c0f6b2c18bb30aa1dd95fd07908ee2f29f808526548a8acbef
MD5 2a481b5d186d6659a4d0514c4eb522bb
BLAKE2b-256 6ddc4b267605cad1bd5e5a4749bfcff4693798e9f725f9e2c20a2d550d0d73fa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.12-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ba68264b211931e747f8bf41d99f837562f233d9348eee64b17cea1c7b6a047b
MD5 ee7336ce0036979db66dafcc1427215c
BLAKE2b-256 68473d29fb6bb1ffb0bd4383dff5a4e8327310b0cdc8d44efe44fb7eb17e037e

See more details on using hashes here.

File details

Details for the file pybind11_numpy_example-0.0.12-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.12-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 db89a9b3427bb663dacb0544476b01c73ecea4e24421219a8d1bd31e8a1cbdcc
MD5 348518782ef439ec188aea943d70b448
BLAKE2b-256 5271e7d2516d655eeee6c98fc1724ccaa62c2841413feda8b36d2c04be03e6a4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.12-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8c56d6d0d03634e8575b06f65b90f420836c98d89c45145a552c6983f4b33a0e
MD5 36ead6d530a1df39dfca06a63d0891ac
BLAKE2b-256 bc1168cb0b838baca9bae4d74dfa7f42a74f843fe39ac40a9d98794742fb2735

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.12-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 d5cedcdbb8f7b77b8707c97bcab931d0730608368ca18b5b813985d22e126013
MD5 d03d6e12bc931cc331857c3bc5680fe5
BLAKE2b-256 b9f6e6f2cb25146fd6aa4ff8ff1e2b52e0fa75b8f735557e7e6d0d726b1d789b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.12-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 f1f5232cb39d24d256748de6b8d857361c64fdcffe0aae867107b574cc81ce6f
MD5 2dc74b422c2c745c6d0fbd20c41dc829
BLAKE2b-256 d31d7c7d2a1afcf7a8aae549840cef54261d00d1cc7a499a17a3fdd2b068f673

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.12-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 4c51081efeb7aec709b751a287f23bac5199fd52135a1662f69929fd251dafc9
MD5 4603edb1489ef966c7dd39a10790f202
BLAKE2b-256 d080b627cbca55a0b148ca9bf39fb940071f350eb2ef864c2fdc500a95fc46a7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.12-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 79f18a88a6a98a650c108e158f906f584e94c8bb5c83b3372370490c161bedd0
MD5 ef271067a4f89ba134d73b01c4b86c9c
BLAKE2b-256 6fdc4a74e3d3c01ee5e26b6f2f9cc4d8345aa46c547df724d972a0e205ed4cd5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.12-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dd6a36e254b2d4ac0671ca29833eebfb7517ab56f368942f7297762213231fb5
MD5 8ee33c6acc640694c6b4fe40e352f2f1
BLAKE2b-256 902f4f6e1588bf5e4d2be1d6fe1e878bef42739b61857cd46261875319229e97

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.12-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 68afed4bb592130e5d57ec1485711f54d8282633f21b6994137f5921488582fb
MD5 397f2ad78287cced6e66711f222868bd
BLAKE2b-256 4b0a62c1a16ef6a4673c94eb74f7c28c7e4f74a0bcf111ad7d9a1b20436e062b

See more details on using hashes here.

File details

Details for the file pybind11_numpy_example-0.0.12-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.12-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 64764df5953795a639d066e306ba827d83d019b2fa715f4f2d4650a6405cbb42
MD5 1fe8c6e8f064ae4ad73a5e73c6eb3a5f
BLAKE2b-256 aa2ecb4b4a3766b074713506e198deab24fa7dbfadd01f8929dde1b46733fe20

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.12-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 afdcdcad990afecfc0848003b064fc027cc25367e9545fd50f9fc64961ae0a37
MD5 caa22bff635629a4d673f5057f5eae89
BLAKE2b-256 5b17684323f89aa731912b1dec0c39fecb904fca9e8ec88f1ab2d2421bca7a09

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.12-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 e4ffc01094c5db4df6e76e42fdaa61ffdad069d80bcc6d8d7f9997750db5bdd0
MD5 05fe9091637db45c28f41d9c5672d655
BLAKE2b-256 00ea40022c4c54229fb75234827705656bc6d8a84521b4c5227fa8c3d6877454

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.12-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 2a13c9be2027f177f30afa75ca70fe140a41beef1bbbaa885f3fda9398760916
MD5 5575bc5479722e559e889d5b9682799d
BLAKE2b-256 79475f99c9cc51c4632c6ea147aacae86760f7f43181950482fc3509bf976ded

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.12-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 1a0a640aca054d6c3f3a50ebc068e89334f9c7739ffed8281eac026103851834
MD5 a86b47b7edbfa432c8c9122500bb8c49
BLAKE2b-256 2f05a7cac862c2c66201bfa5b9e1f7978195169a1bcbc7be67887ab0bc79edf1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.12-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 5d77d916b05d31ea96d42fd9478b6f5655400096839cdac7ad7772c808e64862
MD5 59e3e116a50e2b4d4f81e4793be3133a
BLAKE2b-256 826c130cd66158fd7ef802bfe8823a8ea6c6cff90b1477b1b54a783cfebf4e48

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.12-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3c0a53fc87e64b110c0c6d2a2924ea5714a1db4cdb832e2364e4dae7c397b939
MD5 e783819b7ce5f790b121fd24616c6680
BLAKE2b-256 f7b7b8dc6aa8a7f02de502355091276dbb1e555c2b2a66db5da15bf82f469692

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.12-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 bb22925c2462e7bad1ca4b8eb9b7e2f80954fb1a6ed302f0d4e5c8cf90c52699
MD5 c0782636eea24c23562d8f90e179a70e
BLAKE2b-256 1e7103ab760f824c422ca7400614dc248536da1b0f572ece256976c5b0638069

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.12-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4e0dcdf1133a48dc014f3c47a2823fa8a750b65d9bf68e8aa5606c56f3018d5a
MD5 eee319d5472d60b870f9a0e4081ef191
BLAKE2b-256 b018a374fc9960ae4ea37a0c8e8fe5c06f7a45907b636d68300a044a81ff7f36

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