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.13.tar.gz (86.8 kB view details)

Uploaded Source

Built Distributions

pybind11_numpy_example-0.0.13-pp310-pypy310_pp73-win_amd64.whl (59.1 kB view details)

Uploaded PyPy Windows x86-64

pybind11_numpy_example-0.0.13-pp310-pypy310_pp73-macosx_11_0_arm64.whl (48.3 kB view details)

Uploaded PyPy macOS 11.0+ ARM64

pybind11_numpy_example-0.0.13-pp310-pypy310_pp73-macosx_10_9_x86_64.whl (51.7 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pybind11_numpy_example-0.0.13-pp39-pypy39_pp73-win_amd64.whl (59.2 kB view details)

Uploaded PyPy Windows x86-64

pybind11_numpy_example-0.0.13-pp39-pypy39_pp73-macosx_11_0_arm64.whl (48.3 kB view details)

Uploaded PyPy macOS 11.0+ ARM64

pybind11_numpy_example-0.0.13-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (51.6 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pybind11_numpy_example-0.0.13-pp38-pypy38_pp73-win_amd64.whl (59.0 kB view details)

Uploaded PyPy Windows x86-64

pybind11_numpy_example-0.0.13-pp38-pypy38_pp73-macosx_11_0_arm64.whl (48.3 kB view details)

Uploaded PyPy macOS 11.0+ ARM64

pybind11_numpy_example-0.0.13-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (51.6 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pybind11_numpy_example-0.0.13-pp37-pypy37_pp73-win_amd64.whl (58.8 kB view details)

Uploaded PyPy Windows x86-64

pybind11_numpy_example-0.0.13-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (51.1 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pybind11_numpy_example-0.0.13-cp312-cp312-win_amd64.whl (60.1 kB view details)

Uploaded CPython 3.12 Windows x86-64

pybind11_numpy_example-0.0.13-cp312-cp312-win32.whl (52.2 kB view details)

Uploaded CPython 3.12 Windows x86

pybind11_numpy_example-0.0.13-cp312-cp312-musllinux_1_1_x86_64.whl (603.3 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ x86-64

pybind11_numpy_example-0.0.13-cp312-cp312-musllinux_1_1_i686.whl (661.0 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ i686

pybind11_numpy_example-0.0.13-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (79.6 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

pybind11_numpy_example-0.0.13-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (85.5 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686

pybind11_numpy_example-0.0.13-cp312-cp312-macosx_11_0_arm64.whl (48.6 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

pybind11_numpy_example-0.0.13-cp312-cp312-macosx_10_9_x86_64.whl (51.9 kB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

pybind11_numpy_example-0.0.13-cp311-cp311-win_amd64.whl (59.9 kB view details)

Uploaded CPython 3.11 Windows x86-64

pybind11_numpy_example-0.0.13-cp311-cp311-win32.whl (52.0 kB view details)

Uploaded CPython 3.11 Windows x86

pybind11_numpy_example-0.0.13-cp311-cp311-musllinux_1_1_x86_64.whl (604.1 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

pybind11_numpy_example-0.0.13-cp311-cp311-musllinux_1_1_i686.whl (661.5 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

pybind11_numpy_example-0.0.13-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (80.1 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

pybind11_numpy_example-0.0.13-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (85.8 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

pybind11_numpy_example-0.0.13-cp311-cp311-macosx_11_0_arm64.whl (49.3 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

pybind11_numpy_example-0.0.13-cp311-cp311-macosx_10_9_x86_64.whl (52.7 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

pybind11_numpy_example-0.0.13-cp310-cp310-win_amd64.whl (58.9 kB view details)

Uploaded CPython 3.10 Windows x86-64

pybind11_numpy_example-0.0.13-cp310-cp310-win32.whl (50.9 kB view details)

Uploaded CPython 3.10 Windows x86

pybind11_numpy_example-0.0.13-cp310-cp310-musllinux_1_1_x86_64.whl (603.2 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

pybind11_numpy_example-0.0.13-cp310-cp310-musllinux_1_1_i686.whl (660.3 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

pybind11_numpy_example-0.0.13-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (78.4 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

pybind11_numpy_example-0.0.13-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (84.3 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

pybind11_numpy_example-0.0.13-cp310-cp310-macosx_11_0_arm64.whl (48.1 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

pybind11_numpy_example-0.0.13-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.13-cp39-cp39-win_amd64.whl (58.7 kB view details)

Uploaded CPython 3.9 Windows x86-64

pybind11_numpy_example-0.0.13-cp39-cp39-win32.whl (51.1 kB view details)

Uploaded CPython 3.9 Windows x86

pybind11_numpy_example-0.0.13-cp39-cp39-musllinux_1_1_x86_64.whl (603.1 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

pybind11_numpy_example-0.0.13-cp39-cp39-musllinux_1_1_i686.whl (660.3 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

pybind11_numpy_example-0.0.13-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (78.4 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

pybind11_numpy_example-0.0.13-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (84.4 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

pybind11_numpy_example-0.0.13-cp39-cp39-macosx_11_0_arm64.whl (48.2 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

pybind11_numpy_example-0.0.13-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.13-cp38-cp38-win_amd64.whl (59.0 kB view details)

Uploaded CPython 3.8 Windows x86-64

pybind11_numpy_example-0.0.13-cp38-cp38-win32.whl (51.0 kB view details)

Uploaded CPython 3.8 Windows x86

pybind11_numpy_example-0.0.13-cp38-cp38-musllinux_1_1_x86_64.whl (603.0 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

pybind11_numpy_example-0.0.13-cp38-cp38-musllinux_1_1_i686.whl (660.2 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

pybind11_numpy_example-0.0.13-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (78.3 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

pybind11_numpy_example-0.0.13-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (84.1 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

pybind11_numpy_example-0.0.13-cp38-cp38-macosx_11_0_arm64.whl (48.0 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

pybind11_numpy_example-0.0.13-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.13-cp37-cp37m-win_amd64.whl (59.6 kB view details)

Uploaded CPython 3.7m Windows x86-64

pybind11_numpy_example-0.0.13-cp37-cp37m-win32.whl (51.8 kB view details)

Uploaded CPython 3.7m Windows x86

pybind11_numpy_example-0.0.13-cp37-cp37m-musllinux_1_1_x86_64.whl (605.2 kB view details)

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

pybind11_numpy_example-0.0.13-cp37-cp37m-musllinux_1_1_i686.whl (662.9 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

pybind11_numpy_example-0.0.13-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (79.4 kB view details)

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

pybind11_numpy_example-0.0.13-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (86.0 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686

pybind11_numpy_example-0.0.13-cp37-cp37m-macosx_10_9_x86_64.whl (51.3 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.13.tar.gz
Algorithm Hash digest
SHA256 a7b5d9a6e34d014a35d8479eaf8a82f246dec7cc4e82dc8374c59f8fd805ed79
MD5 c0c00dde0c8e7887cc71ab87038088a2
BLAKE2b-256 13b9edc59f1bd893adf4a047ed3c64855727c634aee2612e7cd83213318501cf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.13-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 94a5e6855b6cad324cacbcceb68706974ce33feb933b282bcab974c099b158bb
MD5 01a70c135eba32a5a9cfb737cc422540
BLAKE2b-256 92f2fefb5b41a5bfcdb4bbc08b02d7d4030e3b12337d050d8fd56e945210abbd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.13-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 98a422d692f47b298ba25d6ea14df7ccbf4ce594791bd4d1f3fc625dfb34573c
MD5 26ca43822ab81034342524596e3c845a
BLAKE2b-256 ba21c453539526a645ec5725dfebca4d668359b796eebce995577375f21e28e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.13-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 79a99a594f1f931d883060280c598c9e90b392825df80168a28b04cada578b89
MD5 c363430e24e9a676e5f33dcd9eb712c8
BLAKE2b-256 ec4cb9a4256a758424e11202b6a3e91630e2996fe05af8ac87b9751cf1d6006d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.13-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1a008d3ef7c4fa398c5c19c1aa0ce34332ee8a750c0547908b0242b6c4242ead
MD5 664031678222ea518fdb6b0672cc44e2
BLAKE2b-256 2ac55bf582301c8dc853026fbfd673af5107bc50d6257ec93dbc0d29c46f8dff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.13-pp310-pypy310_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2b4c473643513c3777cf72a603348141abe138d613010ae1b97622a922352875
MD5 0cc09e6d90f3f5856b3df07c944f25b7
BLAKE2b-256 e575f7f60d0bc368458244a598a5b93c0b90c76dede22d706bec810b9bb1244a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.13-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 e985d1a25f2ebcaae99a97c0559acf9a8291c0aed64614f1267f794e72177b34
MD5 956a1037da9fd35e4af05641ceb8f9bd
BLAKE2b-256 f4d00ab10a5e026f27a9bfc3e00a0ae6e2241f1853a249a2e936f92f33b0c426

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.13-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 67758dfeb97c3595f8d2bb5411690d8db2f6529a3cfb88cb67d8f09eeff1c5a8
MD5 406f15caf359ac8dce4222a4ef8c4aa5
BLAKE2b-256 8d395e874b83291981037abe84e13dcd1b6a84f132f263a7aa20f9addd611382

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.13-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ac6499604ad0b027194cd14ed80855158cfbcb22afee2f372a6ef87d17277c94
MD5 a257cb9230a85d4c2914c31859a2baac
BLAKE2b-256 a7c033036f67892b748fcd92f2992ec46b4c83d0094be58e05f5ad88977313df

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.13-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e191efce6f867b255651d96387a7f449442663b1ae54ebbbf96cb6f5db5dc4b2
MD5 1ca2a9fec787c124ff73f9d03a5c403d
BLAKE2b-256 e0a8e3e1b229681a98b8f38f31f69075803bcca0ed0ea6f5df9e9d11999eca64

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.13-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f9c01fa9fe0c8ed3bd9622aa48e3022367c3dc0351886be8ae37e1230c8d4af1
MD5 1d779b3a9b61485ac4cc663a4834e789
BLAKE2b-256 8ea3922bc84473a8863d94db6d6c7360b0c588335bc1d39652d03be892d0407a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.13-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 a09dd027f55191dc6fd084f2b76913a530bb6954681e035115c5dcbe9f65ecd7
MD5 676f76ad7130b02ca6199df223101b2a
BLAKE2b-256 9e825bab160ae6d218d412879aabc98b9a2dec43133ab6601a40b2ec545797ab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.13-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 89c74369d84c1898ed4a50cd675a8f6cd936787defdaf1dcf5ac9ee1812f20eb
MD5 760eea79571a6553a0437fec868715ea
BLAKE2b-256 4717b56bd0eba8833050acb4e5c9ded57d8bc6ad864b863747cc913a2724c838

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.13-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9ab8c41fea1e9ae4ca80af543ebe1682195bad1c808dca3cbd50e166458c16f2
MD5 dc7d3c486b1e1e7eb9cda5b924796c57
BLAKE2b-256 0457681c6e88599c0cb7606939b3eb378ea17ef9ee8a9b23c4dafaf621948e38

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.13-pp38-pypy38_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 19be71391774f60960c22038c1f85348fcf5aee5b8b14c7a9d7d39715537093f
MD5 2ae430fca1f81e472014faeacb929d76
BLAKE2b-256 0b80d294f9fd8f7bae0cdf578c24676f4c6bc347ebf8d5385833eac3f6161d71

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.13-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 fe39b68a28d3c71c94a3c7b2278e7d69aac482ee8fb161cedf135849c9457d32
MD5 9b2872300ff481aa032d59c612a77a72
BLAKE2b-256 397b16d48effaf6b0e8ac16b8149bdebd91a320a58e6bf5be5495a1df3f33579

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.13-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 bb9ef5feface7fed7649363f5780de3191e773c6da70a53258233acd7f5636c3
MD5 9f688c75eb0afe76f5a77734ca2f4b8e
BLAKE2b-256 6f68b5227ed4fab428825f98f5f6750829aff554d0f58ae3a002ccbcfd146edb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.13-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ea159abd7014417dd59df5bd5b319240dcf5e192279cd245ff218e3e7a54f8bd
MD5 1b48825ed14a294b28dab91e8621c495
BLAKE2b-256 9d7f3670540335d6c2ad570f3b4db23221f412028c441498a14abf328323ae37

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.13-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 814a9915e88cdbe25040469730b965c16f01f7de4f99c3efd3387024aa82d401
MD5 2c37f719125308afd73fd2700a6ffc45
BLAKE2b-256 aaa07bfc8e75b97e24d851d3b4bd5bd21b1b89a11530d6d318f27c60c4e7e93e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.13-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 152b8dbcf5b8c1cde5a94508f7049625168f5d9c42bbae3fdeb4d7ef558c8106
MD5 0ae437600aab802cbe0a0d0cfd229afc
BLAKE2b-256 4dc31cfc61e0105b563968a2941864468d981bafd2146b447d889f06afe25769

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.13-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 adb08d00d9ad182b08c4e723da911cd5f22f77fb8cccff23580b461c2993ee99
MD5 80a2c94c460387628c57789d651ff713
BLAKE2b-256 72616daee6f1d4a93292bf695366a037b597c5f9f9c0539057c701b784c163a9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.13-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 c307b1c1a2ea981c71131ec163cdc48ce90807028e52d3d6f73420b4f4f9410f
MD5 8863e841bd791dd2635cf6bf2bff1245
BLAKE2b-256 a7ad3858ea8e5f4ed269b2d783aa70eca2a82190833f8fdf4bae6ead88e20b65

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.13-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 69cb682c6f03e10790dba7b4cfb4bef721362607e7905e69806b69c296fd9d18
MD5 918f9bc9f9d7c1ccb03652bad7017813
BLAKE2b-256 3587c48288991b15123d742bea0a292d814c0193e4f1c9d02b8628635252a21d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.13-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 a58a94b54357c9edd7a402cc76e3ba4886e6f544b0e0aa9120a8623cf825ed81
MD5 7820a0d15861f46e2ae71ca75d2cadca
BLAKE2b-256 6c41c28d741dd6c857db796c8b59d69e8da9c4b510b46ac58773a1408adb8d20

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.13-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 811e757fdef810307f5598132367a712a9b2a51eeaf82f27ad3b21051cd1e93f
MD5 5b471a22f712f928852cae1a4a8b3b36
BLAKE2b-256 80fd0a405cffc5cc9bafbd2c1297c0059c9304a7ab74d8d179b1cd88ba64688a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.13-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8027a108dfc700320f8a6be9aa798f309eccd784a62c7548d928c7d2f6947b7e
MD5 11198255ffdf2f97d7f1fbba7a0bca22
BLAKE2b-256 ed67dd0ddfd58dc9ca917ee40bda9dadae353f3dcc40c001db2571473ef26661

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.13-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 15d72b1345734129b4b0ac9cd1d4716e06de309f4da7491efdc1c188975c45e1
MD5 6879da00e29e1c3d1d5aa27a18479347
BLAKE2b-256 81f445f30340ca4affda85ed516cc3bb74373eab066fae90adeac84661f692fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.13-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 406797ea990cbcd82990275b2edcd8af654abea0e8a977c325c5afb290472efe
MD5 9d03a4d7c2977095957020d76fda4a79
BLAKE2b-256 53e60cb8ac46f2e90f0f8eb9dc4878c52957775df74a0048692c18eb77614fb1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.13-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 3cd0be563b5cdc5eefda162be8c6925573b7e1a190f51b490266eea29d2b9d87
MD5 0c0654e93267f384d2c3dfb99c7a52ed
BLAKE2b-256 9637e4e415bec3439210c3074a27b1e0254599bef837fc0bf8bd7dda7deb7c85

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.13-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 c238023476f4f70caaf05baf6fbab4fe58a3bf376e834a22a2452e6292f8e34e
MD5 2d7cb4e4647038d6dca23e92c780a1e5
BLAKE2b-256 6d1a23312ddf39433b2e284d4927616d6b4f549d0d2eba1dc90ac1f503a4d8dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.13-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 148136f0a490f98030ebf327d8beb7ebadc9615347b4bd9a13e955d37dd48657
MD5 dfda957ea584f2a1511c1aec43431e73
BLAKE2b-256 6f89b32f2156823e84abddfedc7f54f5fcae453b5e3fc987cc4d1c4843519fc7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.13-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 f4abb703c352aeb307e3e7b3dce431ed53d6c5fa1d1ce9c79ee4cf95f6988be0
MD5 0731ad97d2dd15f96a1c4739e144eb8a
BLAKE2b-256 aa4995517239bb2eaa3b0aab88d4f2f11bce49ce347749addd771b1b14cec3e6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.13-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 94c70a34661ea24c473181c0fcf457f30080009cd02695439158a5869edad66d
MD5 042e5a499317855710aecaf24b0decca
BLAKE2b-256 821d11a99076b55f5854c7a97bb6f3f3b40eafb59db9e1d3b6538ee2d6f6b427

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.13-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 48183a2b336b177b30ef925c482372aa82b6b3a1500c7b8908322cdd36d85648
MD5 e378cff923cf00aa85d9a9a51487afd9
BLAKE2b-256 8a8f8436cf574968707092f6dc640a23edefa8b6062510842354ec806e829af6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.13-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 06f08c09a1e61750c6fbcc9407ce1cbc250d6498f5dc57bd09fcf614a48e5d47
MD5 19ca860d79008ae119f6e28fef398907
BLAKE2b-256 b7c984aeb8976fa99ef8a2edb0f984a5ba9a95f89954872d6f69f0adb4120aaa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.13-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3b0585cb4427e88f47bf4a85186102c36a4ceaed7d6065f34a691d5bb7c811fb
MD5 c3034c53bc9cfce0febc62394767278b
BLAKE2b-256 7e2d80ea5740eae850c788520db93307d6995df59cc849eab016cfe22fe34c28

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.13-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 d0b9036f5ab3a88aa7d61e607d18c868bff2c08ba35a53d1f33bf13fe86bd488
MD5 af17352d0501d8e3171299b6577c8aed
BLAKE2b-256 42919499ce97038b055467091447088a3e70b1050f6c715f1290fbf6fd01b70a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.13-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 486387b93bf7a57a6e8bca1a70c4445ecf686a52fb486a4e35c6dd168cf2ae53
MD5 879bddbf1e12a62aad80238110e92551
BLAKE2b-256 2c3892a14fd96a65642b55beecad7725a3d6eff8a30dbccc930c0e6656506e91

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.13-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d3fcdb64fdf1d9178c21c048aba4ecd2415d57c961ea9c3e7112ecd663274d03
MD5 bd4ebe0fd32d8fb9b465f065eef23f17
BLAKE2b-256 ae801a9e10fb49d662fdf7dcbe5907d57b8e4534d116c08c1e630bd74a72e12c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.13-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 30650d0f636d99d44d5427ad363720e127ce002b914b6622572236a4113ea95c
MD5 0a3e5a1a773a2503ba0d19fa80c9502c
BLAKE2b-256 b2eda58210376e6d022543fe2d659f1d9337cecbf5dd9fda3300bf13f6e8b1ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.13-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b37c734f969adc731dd4828b0e5ed897c8a7a0d11b411f539fe72be358a05c14
MD5 4efc58d3ed736ac00a202cdc07233cdb
BLAKE2b-256 004aed60e747365a4b25b631ca1fbba9323edb4092f1780cde10283b056b8153

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.13-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c5f21d299e6d021ec542ebd2a5ae30dc2417c40023cc5fae1eaec74be85c5f67
MD5 2a0baf75510f42f5ef2d27a138bda1bc
BLAKE2b-256 e7ec1871c4bbfd1ef243f1bea54a7b8b344e5f046bfd90ab9b83e9b06486363b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.13-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 78b82658fb92461a280bc60b88c3f6573d370d9f16c723aac8d264ba836f842c
MD5 453df83d6ba092055c51b6c4111cf757
BLAKE2b-256 0692eee448f81e5fffed2ca728b3eeee67b14e4a3e36ab19724644b40507e1bb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.13-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 fbfb7d3cb8be4d83ac00fd5bc0dbf4131e91fd2bd827b80f110298a64b263257
MD5 33722e1dc0c10ad85a5a9c51ba3bf137
BLAKE2b-256 3e5e8e6d7ced9907236e8a4e7bf2f8b5e0d3e1b744166734f33213cd692ff851

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.13-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 cd722aba136e79c1b4fc2d1eac9fb80356510d23c956b6c8d368cd7b0195ad32
MD5 08654c328b2a1a8bf42885a519603023
BLAKE2b-256 4a2f586e6b1a84daf47646f4a7c0096fea360c8406d57fd093c89aac63640be9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.13-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 cb6cdd2b9499ce6e44335768dbc8462dcc86ac796fe487033f25c6c3365e900f
MD5 16eb8ec9cc8f1eac46ec9cfceaa03284
BLAKE2b-256 defc27edaa0b3ce5818ee50b9c9d373e8b122121c7643dc502989af0e0992d5e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.13-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 853c231b80292136115fcbb38dcd186dba6c8578e28442e406db2f858cda4453
MD5 35cb5e5ed33a7f8e8046fc660c2953d2
BLAKE2b-256 fc8c5a13e01a3ba721780ccb17d5a49e42af5fa02e924818619dd26aef3003c9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.13-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 5468203e328bd84c879086e6f01957829e8d4cd58dc94aa5cb2e31d7b40cad3b
MD5 4a47f829a56929bd9d2184aac47feed1
BLAKE2b-256 194e24e0b78b40c4a45a642a783582b10857fd73cafde0ff00e3286f7bd601a2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.13-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3d78a0981b6badd0266d66cb7441c807cd3c007e2b0c99b592a10c21d38f0d4b
MD5 47d2d68537d3153ac402c9bdc673b3b1
BLAKE2b-256 7d5008201648abdcee06bfadc594067d9cc4fe7f5baeb87823b3e479abaa410a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.13-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8c402201f894adaa8bb0c047fe5b07acebf9705f8b3f3848a04b171bef721a0e
MD5 203fa29d84d9aef557b32e78df487004
BLAKE2b-256 1c888bc7cd91f7b61cde02a767e0757e52c1fc83c3044f1ffa2e89a4cb8822b6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.13-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e63c505111b30e7cf056db3889ae7c77cd6ee7c1d01bd9b5a3e8274e52596738
MD5 f950bebd7de376004b7f0f61f500b0ea
BLAKE2b-256 08454bc4600a3839000fe711183ad27b4ef737ef7b07788eea0789f08cde946f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.13-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 36d0c08cf54934da8f7eb1cdfca271aaed5c6df014472cd88b969103f69c77a3
MD5 03cfbc47e571691f8fc07249a2e2ef80
BLAKE2b-256 fd4a7b066b03bd3040ba4b81d1de46dd4c14eb7b692dddebadb0fdc10d6ce984

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.13-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 fbc92fbfeeeccdedf84920263d0dd1d04213e258873b5898971a3fba528c9751
MD5 b367518ee32f22792bb4774e6733b28e
BLAKE2b-256 ce13ef666cc5e1ac17ddae8bcbe97f92501f968d267b75d53d8825e796161813

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.13-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 1f475e0061ed9501946f988c9e15e87e1a63df3248edb1d11b915488191d6759
MD5 fbb2da4dde20f558dc955a2c3c5fbf2f
BLAKE2b-256 8a4d5e259ea35200833f5a1496d210506cf825be9aec724667948566d202d577

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.13-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 0a309637c8ef050a5131e039e01783d1c733b7c471e17d837f8dac4321945c99
MD5 a34b4d5641760bb23fe6ac39301e23c2
BLAKE2b-256 920b974d0e143a8aa41a77f1fa425561c54ea4e2014319f26ef590643864eca5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.13-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 773502a1bb2b60e58cbab3cb89f6a9771173a8d0ddc6794eca9a8f1d8ea1db6d
MD5 6dd01cb5bf92f23b765afe82d5f03130
BLAKE2b-256 f71fb37920e656c1ab11380081841d941a4eccb5846093487db56c7976773335

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.13-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 48124f778b000fd7cd94a9533dcf8572af2a66f92c1147d4dedd18849ab371d7
MD5 61d1278ac4b99556a2a555cecd7e1924
BLAKE2b-256 e4a42923086a62206b00f0268d0611c915b61cda9432ebdd0af73c11331d16a1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.13-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3b45cfdcfdf564f920eab996dabe6ba37cf0758db445e143b5a2ee2722ac92d4
MD5 be7630a8b047e33e79a6dc473c65d017
BLAKE2b-256 e63093400a2e5b85f24102136e0c3a55b7acf720b0155398a1964333189be703

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.13-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 af578f619b31181c0e863b015bdde9da1424642c229f4d6b874e2397e95ef772
MD5 7bed45cdc85e6849a17102392c7df6c9
BLAKE2b-256 0a0c4c344bad0423a472d276f6653a0b8e30369807265da8bf69f591a0d856fe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.13-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2883e0d0bf8655784e8dc4a4ef1a682d126d73bf8db0ed514b3be20c27cca2bd
MD5 13dae64aeb9d07bc12cfdba4d7ec05a8
BLAKE2b-256 6e9a1307b47b3073017deaed240de25908bcca5827e94bd09024a116298ad1c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.13-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 c0ae4a37c608aef151a12347ef5531c76995c3ed6709f34384851c85159288d4
MD5 82b5c5c4bd73df7796265deb9fbf50e8
BLAKE2b-256 7269427e5b553050e8116d5dc80f24503c218d62b444ecaeb4dedc747153d8a9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.13-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 c08b91e805bc5ad39cc31468d8e13874325f8bf83fd4ba9fcb88044e0b60ed7f
MD5 f9da48db0df9fc1496d7618552a89f84
BLAKE2b-256 c531bd959390088fcae2355d8a3bfb11a5929fa6f8306a5b488609b6fc76e1c7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.13-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 7903dde738673cdf9c1aeb7784d75eec00f8c1f180ed35493fb15aaed133ff37
MD5 89999ecff88bc25ad75390d2ea09beb0
BLAKE2b-256 ddd5b32e77fb629ecd4b85272a20fb2c503d078234f6ad3e331a2573c9311964

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.13-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 fdb8f2088510a271c218c2a65fef8c786e65edd49f5808e9f3a5b32ee3cf369e
MD5 28442c15502d5316e53688111896dbec
BLAKE2b-256 a734233c0f781a87655379567710fca422d34a3117a44bc4d797716493012af8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.13-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 249abe378e9587909aadcb507864f44b5083c2db656e6bad8371c823a304eea9
MD5 486c3a478d7bf60514f3218ac6df39fa
BLAKE2b-256 d9645b8a3765d69242adfcdff1a2bfc723ee5714c3eba8a2fabd0a6fa2a62d6a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.13-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 07bb74c90e4f5fc9a1993c5c9e0938c5bb6b4e2c715e87f4436df771209de9e0
MD5 e025f40c3ea3ff8b4e9bd76c2c3225c3
BLAKE2b-256 9c5987807f26f99463e8502b53ae215d5aaa54e9021e44bffd1002a19434b87a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.13-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f53c063ccc74189a3cd58fcde01fa9fec45481dd753e898aaf6aaedf291180b4
MD5 36177609235500be5f1951e4c8764ce9
BLAKE2b-256 a37a428a3650c7624a047bd4ee1d2e2a5d7232f9d835ca529d0436dee9a28000

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