Skip to main content

An example of using numpy with pybind11

Project description

pybind11-numpy-example

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

What

A simple example of how to use pybind11 with numpy and publish this as a library on PyPI and conda-forge.

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 a new release including binary wheels for all platforms to PyPI.

The conda-forge package is generated from this recipe, and automatically updates when a new version is uploaded 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-1.0.0.tar.gz (87.2 kB view details)

Uploaded Source

Built Distributions

pybind11_numpy_example-1.0.0-pp310-pypy310_pp73-win_amd64.whl (59.2 kB view details)

Uploaded PyPy Windows x86-64

pybind11_numpy_example-1.0.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl (48.5 kB view details)

Uploaded PyPy macOS 11.0+ ARM64

pybind11_numpy_example-1.0.0-pp310-pypy310_pp73-macosx_10_9_x86_64.whl (51.8 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pybind11_numpy_example-1.0.0-pp39-pypy39_pp73-win_amd64.whl (59.3 kB view details)

Uploaded PyPy Windows x86-64

pybind11_numpy_example-1.0.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl (48.5 kB view details)

Uploaded PyPy macOS 11.0+ ARM64

pybind11_numpy_example-1.0.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (51.8 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pybind11_numpy_example-1.0.0-pp38-pypy38_pp73-win_amd64.whl (59.1 kB view details)

Uploaded PyPy Windows x86-64

pybind11_numpy_example-1.0.0-pp38-pypy38_pp73-macosx_11_0_arm64.whl (48.4 kB view details)

Uploaded PyPy macOS 11.0+ ARM64

pybind11_numpy_example-1.0.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (51.8 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pybind11_numpy_example-1.0.0-pp37-pypy37_pp73-win_amd64.whl (59.0 kB view details)

Uploaded PyPy Windows x86-64

pybind11_numpy_example-1.0.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (51.3 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pybind11_numpy_example-1.0.0-cp312-cp312-win_amd64.whl (60.3 kB view details)

Uploaded CPython 3.12 Windows x86-64

pybind11_numpy_example-1.0.0-cp312-cp312-win32.whl (52.4 kB view details)

Uploaded CPython 3.12 Windows x86

pybind11_numpy_example-1.0.0-cp312-cp312-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

pybind11_numpy_example-1.0.0-cp312-cp312-musllinux_1_2_i686.whl (1.1 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

pybind11_numpy_example-1.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (79.7 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

pybind11_numpy_example-1.0.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (85.6 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686

pybind11_numpy_example-1.0.0-cp312-cp312-macosx_11_0_arm64.whl (48.8 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

pybind11_numpy_example-1.0.0-cp312-cp312-macosx_10_9_x86_64.whl (52.1 kB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

pybind11_numpy_example-1.0.0-cp311-cp311-win_amd64.whl (60.1 kB view details)

Uploaded CPython 3.11 Windows x86-64

pybind11_numpy_example-1.0.0-cp311-cp311-win32.whl (52.2 kB view details)

Uploaded CPython 3.11 Windows x86

pybind11_numpy_example-1.0.0-cp311-cp311-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

pybind11_numpy_example-1.0.0-cp311-cp311-musllinux_1_2_i686.whl (1.1 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

pybind11_numpy_example-1.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (80.3 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

pybind11_numpy_example-1.0.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (85.9 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

pybind11_numpy_example-1.0.0-cp311-cp311-macosx_11_0_arm64.whl (49.4 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

pybind11_numpy_example-1.0.0-cp311-cp311-macosx_10_9_x86_64.whl (52.8 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

pybind11_numpy_example-1.0.0-cp310-cp310-win_amd64.whl (59.1 kB view details)

Uploaded CPython 3.10 Windows x86-64

pybind11_numpy_example-1.0.0-cp310-cp310-win32.whl (51.1 kB view details)

Uploaded CPython 3.10 Windows x86

pybind11_numpy_example-1.0.0-cp310-cp310-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

pybind11_numpy_example-1.0.0-cp310-cp310-musllinux_1_2_i686.whl (1.1 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

pybind11_numpy_example-1.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (78.5 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

pybind11_numpy_example-1.0.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (84.4 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

pybind11_numpy_example-1.0.0-cp310-cp310-macosx_11_0_arm64.whl (48.3 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

pybind11_numpy_example-1.0.0-cp310-cp310-macosx_10_9_x86_64.whl (51.5 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

pybind11_numpy_example-1.0.0-cp39-cp39-win_amd64.whl (58.9 kB view details)

Uploaded CPython 3.9 Windows x86-64

pybind11_numpy_example-1.0.0-cp39-cp39-win32.whl (51.2 kB view details)

Uploaded CPython 3.9 Windows x86

pybind11_numpy_example-1.0.0-cp39-cp39-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

pybind11_numpy_example-1.0.0-cp39-cp39-musllinux_1_2_i686.whl (1.1 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

pybind11_numpy_example-1.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (78.6 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

pybind11_numpy_example-1.0.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (84.5 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

pybind11_numpy_example-1.0.0-cp39-cp39-macosx_11_0_arm64.whl (48.3 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

pybind11_numpy_example-1.0.0-cp39-cp39-macosx_10_9_x86_64.whl (51.5 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

pybind11_numpy_example-1.0.0-cp38-cp38-win_amd64.whl (59.2 kB view details)

Uploaded CPython 3.8 Windows x86-64

pybind11_numpy_example-1.0.0-cp38-cp38-win32.whl (51.1 kB view details)

Uploaded CPython 3.8 Windows x86

pybind11_numpy_example-1.0.0-cp38-cp38-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ x86-64

pybind11_numpy_example-1.0.0-cp38-cp38-musllinux_1_2_i686.whl (1.1 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ i686

pybind11_numpy_example-1.0.0-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-1.0.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (84.2 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

pybind11_numpy_example-1.0.0-cp38-cp38-macosx_11_0_arm64.whl (48.1 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

pybind11_numpy_example-1.0.0-cp38-cp38-macosx_10_9_x86_64.whl (51.3 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

pybind11_numpy_example-1.0.0-cp37-cp37m-win_amd64.whl (59.8 kB view details)

Uploaded CPython 3.7m Windows x86-64

pybind11_numpy_example-1.0.0-cp37-cp37m-win32.whl (51.9 kB view details)

Uploaded CPython 3.7m Windows x86

pybind11_numpy_example-1.0.0-cp37-cp37m-musllinux_1_2_x86_64.whl (1.1 MB view details)

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

pybind11_numpy_example-1.0.0-cp37-cp37m-musllinux_1_2_i686.whl (1.2 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.2+ i686

pybind11_numpy_example-1.0.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (79.6 kB view details)

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

pybind11_numpy_example-1.0.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (86.2 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686

pybind11_numpy_example-1.0.0-cp37-cp37m-macosx_10_9_x86_64.whl (51.5 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-1.0.0.tar.gz
Algorithm Hash digest
SHA256 8a18a4dcbdebee2111b3ab45f38fb4ed80757a76f6d796487738518c001a91bb
MD5 0da683ea0345edbe5e6baa82b2b5367f
BLAKE2b-256 a3b13b2aa0cbb4fce41dbc5e40610bc7fc35127370c035b83bb8b0268596025a

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-1.0.0-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 d1a464374908e6f6248efb1a5a9831e9b48e27327453f9fb0aadf80fb0ff7b1f
MD5 b52dcc7e8e18f88ac313138fc60a57d6
BLAKE2b-256 9d78e1ab75dcddc0178537064c1bce95c7049b8d765564f202c5329677930023

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-1.0.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e3445ea053adea76bc5872c31b6c93b63185d55c7abea7d53d3e0a996139b981
MD5 3df996a3fd9850b6eeef16b367c9bb63
BLAKE2b-256 58963c8ed426bddab05fabb497507cc6d90bd74c5f9c75da240684fc7fbb428e

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-1.0.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 61f1d7bad931606b77270b9ae5244f97166d8a1a791d5e0717588ccd9dd2d5b6
MD5 6b1dd72b364cd228b126df070c930401
BLAKE2b-256 c917720625e9493ad68b4e133458f8f496ae8a25afb9a550e57eb39532433c5d

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-1.0.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3a975633925513dc705a56a948d9e270d2171048ed275e555fc1087b3a3f4ef5
MD5 057786d47385b3857514c894d412565e
BLAKE2b-256 da5380d438ec498355e3dd68103393ee1833c0542712396f9518ca909b196f28

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-1.0.0-pp310-pypy310_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3fde7bd275610056ff91aa8050ec6717528af181878bd0961d847c87a8903beb
MD5 b6231b43c43cd0ecccd523c25a488afa
BLAKE2b-256 99c299b52496e9b6a7baccb13c7a2979e0d260a301d9ef7cec443bf10c3ba522

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-1.0.0-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 15e58eacffa45c7ba63505a43a5e10d944d88f367844932763f7deee99b22318
MD5 83e01ad313583790c173b49948dd6156
BLAKE2b-256 d6a8275f072aef66dd0d996bca18108e7d0a8cfa51a771e6bc7b50e7ceb16bba

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-1.0.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 17c804bcfe7b4252ef724f26d8d5aee6f28aa80a3e039f7c27a9b2308b643787
MD5 9af2f19bc1a6f19089a6edd39e22c335
BLAKE2b-256 a3e51407a1b920f4dd5ec37dd8737df95fba457e2e46cdeacd9ba1fceb4672aa

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-1.0.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8ac3d0280ed59b9b2b759675060c59bf745bc82071b03add466450152e8b29ef
MD5 521c74c54222e59042c2e7e72607e8b8
BLAKE2b-256 96fbf49e5e12e25f77561e94f38e9785180adbef228d7cb9eb32d75fc978777d

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-1.0.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 014c2fc4b32847bfe09940d4b2c0b7fa8c2a8547fe60c81cd788bda2fe46e120
MD5 d5769e0cada17c6b6d574f6a1d4eba2e
BLAKE2b-256 4a3c431d385eeaf1347a98c5dac99ee6981e48a2d4f2cf82a1c9ab8d034b98c6

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-1.0.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ade3e2bfdb11c82c9151e4945f9b13b988a1970076ea4a322860195b20a84e97
MD5 abf865f1bbf402d95a44110f5051c868
BLAKE2b-256 69bd52666cfd5fcd7ac4c64a4c67c029d97383796141174e8ec53e6341865a1f

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-1.0.0-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 91505d081086a3d99aa659b4c6526aabfe80b252ade3f6843137320aa107c79e
MD5 b77c552ba9d026e4e626f7dc247e7fdb
BLAKE2b-256 55ef33e81293c52d9201b999a2cc36b97c60a7932faacd623a156c8a130e939c

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-1.0.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 136a7fc18a4ddb69269ea141fbd0c7543ffdde342e589d754edf515b0a999dea
MD5 bb4e60445f2d7d29cfed54e6f56fa543
BLAKE2b-256 96f5d7b13c6e1e3882830e9b007a948878e7d405b6094abf4242cce0d08768f6

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-1.0.0-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e00f28908be5e53c8b3ca24fb3acfd9cf0f2f83de77d6a424d652d8ae799b068
MD5 553f784cb2d4bdea920697cac909e889
BLAKE2b-256 7458ab1621babf092741da5bbb00457f2e8e84b8987290923f9530cb89feeb9f

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-1.0.0-pp38-pypy38_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5ee462d5865f93c1171ec7d4a0b6db6e714138a6a43e1b96eacbea16fb77d06b
MD5 f8ec5295ae7822569f5eed2f7a037202
BLAKE2b-256 2218e1f4c0da906badd4536e9252e194e4f1967f4f82bae71af0a0d8fc0e25d5

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-1.0.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 be7cfad9de532b5e5b7f636d2a1e44ceccd83bbbf0ec60a53ab2a0e91203b36c
MD5 b88869b17fa7f7b800ac49385898eb76
BLAKE2b-256 396c768716f0b2f7732503fdeb81259186abfd926971be5cdbfeaf0284076cd8

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-1.0.0-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 aee26fcafc9f7c51fbc5860935067e335ebe94b40745306a33ca300d060dfef8
MD5 4303a673e87a2c7159147763c0fc43e5
BLAKE2b-256 ed680ffd531ac4be1c27d2cff8798bd9c43c2e25064e1e1e2acc1b1414d93b0a

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-1.0.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 aa9c77883480a37f6eb36a5c370ec6d71c8ec0508070c435e8710f1c8f78daf9
MD5 c98ecd6dc3cab701e30fb4e1f6147e40
BLAKE2b-256 4f96b8c25e77b3d76778ab05e572aea719aa04da219c4730e219923dceb61b6d

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-1.0.0-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5d5e167eb65d14dca684e6360356f0ca0de054a93bc7c0527f73b05e037b79c7
MD5 78f9a2db19e0ee8d2c8f1e0e20044bf4
BLAKE2b-256 ef650ec7c0fe8189fffc5dd9342f5b02091a491dd2c84eb21a55728ec85dbd0c

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-1.0.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d298ac6b58360f2d1d95113731bec68002db9c9d3a6f7c1eb63c1450026561a3
MD5 295f607b3905991f8c5af6365374121a
BLAKE2b-256 8411486b0f816ac86aef9953cf94a004ede769001f3f735efbcaa43c7cd0e65c

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-1.0.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 678a1b3c01090a1712fff3e2ae0ea72425495b52c901952c6a82d7b66fc5260c
MD5 c340796eaaf44e78fcad7b5e2a601d06
BLAKE2b-256 37a7dc6737257b7326c3157da8560db9f99c2717ea4a2d0eeb6731d9b832ceea

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-1.0.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 13de5de4ea85d7bd5222965aadb0e7f5f7cce5d758f6d94a5a4f66144c5364dd
MD5 cae99e22743f6119d8463c5482978872
BLAKE2b-256 3473ec56008e248b2638f3fa3bc75845d426ceade16b88927f9e28157b53ddff

See more details on using hashes here.

Provenance

File details

Details for the file pybind11_numpy_example-1.0.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pybind11_numpy_example-1.0.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 af1ab21c8ede73626c318fc5b06c7fd10ea55841f11ba02c88d446004719d45d
MD5 8f6db474e07d01f454e5e4742fd094ec
BLAKE2b-256 d451fc7e764bfb81e55d85e6dec9a6b4714629c849917bef86541724a7e75920

See more details on using hashes here.

Provenance

File details

Details for the file pybind11_numpy_example-1.0.0-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pybind11_numpy_example-1.0.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f6d3fb48c64aaa8ffb11ad1910ec20daa4f3ac991183af61d1363d814d49df40
MD5 a2fdf1667c20e3d06375a98a37f04a46
BLAKE2b-256 6f1ec9fdb2c98786d343ea02ca44e3607a538384e7494f4998efd9d667f715e1

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-1.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 16d99af13460d33e5ddf5d974ad3d94c856164e54082833daf38b93909085e8b
MD5 45080bc06c8899b474314e35aeb99c39
BLAKE2b-256 b6cd5e23157345abd443a28e2bc14c8d56334cbb091c4973a1ab62f3782ede14

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-1.0.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ca0ba6b3fc441529d8ab42902870debecb4ee9dc1fae4eeed727fc0b5c05078e
MD5 26b44bd64fd42b171c0fe73889ee8eca
BLAKE2b-256 7093b6f45dd1c1c2903b5156bef9f4c9880d309be1270edae40b554f6a343c44

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-1.0.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1e7a6023bfdee7c2b8c0ee1e0160ef4d051e9ecc619e21f4e3b960f7b740ccf1
MD5 c9708271eec008e6ec9c0a58150f28c2
BLAKE2b-256 c792f3536d7230c1a17147515b376bf6e25c31eb0f6c2b68cb889648e67dbf95

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-1.0.0-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 76b40dc8cb61765472604b3428550c5fd3f9b7331d58dbe8ca5d2bd554cb5688
MD5 09823c2ba7d25df3ea1c618272d4b6a9
BLAKE2b-256 fdc3af3561fb4a493258691fe3a266c23dec8f8286339fdab5bdd8de28d1104f

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-1.0.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 6848285b1231f7e645565e2ccb481393db290133acbf3a429a3e8f7fad339448
MD5 c3d802de74529d36be6eb078333d1b53
BLAKE2b-256 ed2d38cbab8506a5bf7ae0ddb7f49ebdddba65b3d29471a12584c1a6565e9447

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-1.0.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 e8352c3c8a45f510fbd8bad6cede34156de0fdd7aab2ff67fe2bcb3925f2277a
MD5 719b5df8c86f69bf9871aa65c7ebbf89
BLAKE2b-256 d94290e6554f8e13ad122cbe0267975e062c493f44c5ec4102d41a8f39952aba

See more details on using hashes here.

Provenance

File details

Details for the file pybind11_numpy_example-1.0.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pybind11_numpy_example-1.0.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4c80bdc90562e5c80a0d9849ba475c4c6b1003eff5cb2212902de9a42a595f83
MD5 6804fc60e64f15def2763a9fd5b7807a
BLAKE2b-256 b874e4f55127e3530ad38fb8a017a87ed41a5b1e81563a296d1b28b2c79e4228

See more details on using hashes here.

Provenance

File details

Details for the file pybind11_numpy_example-1.0.0-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pybind11_numpy_example-1.0.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 59c8eb43a31a3332ea66450669e32b7264d1088794a7bf50381957161d319589
MD5 bb3174e70cf8fcf11c31f5678a66abc0
BLAKE2b-256 4fa52169265db73026dd647b9da3cb19c176b253c6d48ce538dbd66dedefdb37

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-1.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3b30f41c80429bb390edbe675ca893d381cbcb9dc534685fd93597acba77c57c
MD5 1541bdd3b12fa222de151256efa4ae3f
BLAKE2b-256 1932e23f742e11445150916fa7c7de4835e4ee84da6f7493414388d8ed3ecdfc

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-1.0.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 15a8ec9401c38cc40a0e9ab6aacbf35bda3e24f5163af3058cd2229720a3e052
MD5 3c6a0936c4c63ba52c446b020ef7ba26
BLAKE2b-256 704559ec2151f8cde8d4517d9127331a1943eaadd4edba5bf0a75f778836dd38

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-1.0.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fbcb2b07f547504c5b3a18bf9fcc78353e375385ecb6726349919afabb26cd14
MD5 0db9f8eefb3df9a11075fac0b3f64747
BLAKE2b-256 84f615b0608494ac127016508ed6f4a088c1260f3caaea38d2b21ca792e823a9

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-1.0.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a2b4d3b704a324ebd4423185ed3462a81878811eeceb3e2e186773ccf9baab06
MD5 209ee9c5541844a4ad22b1dc3a18e537
BLAKE2b-256 e5c1d5cd875fd684dbb9c4fa0a241eec04b877bf99bc378ed5616b40f7e88a54

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-1.0.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 ca6d9a89afb00cafe452af1fb0fd604073a675bcfeef9c6c1817a9c3e5cc46e7
MD5 56e01a3d3fc49ed137ecf1d1f5e86241
BLAKE2b-256 8d9a0bf0cc14a8bc63248f2105a16e179f629530c846a087860198b3736db3aa

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-1.0.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 f438abbdc95cde4a07b3de44d2cde6f96a053ae1ba624fadd0b49fb8ad95d5b0
MD5 1d6bbf020042ea072f0e901bc82f7655
BLAKE2b-256 43350fe6ec47deff9f69ebfcc1dc6de4a804931eec711097b4786aaebe2302f8

See more details on using hashes here.

Provenance

File details

Details for the file pybind11_numpy_example-1.0.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pybind11_numpy_example-1.0.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f45604f64cb2667de034a6a8bfba39039485b03ff5e208dd279a5316048e3ac0
MD5 401bedfcb5ea627cb9e9f24f442b94ce
BLAKE2b-256 f9b8ec286ffbcbcb45a7714f15abc5f0b0d5fcf78914977f455bc1cbf6a4629c

See more details on using hashes here.

Provenance

File details

Details for the file pybind11_numpy_example-1.0.0-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pybind11_numpy_example-1.0.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2958a0ff0b33affbe107a096d683a3e1ba6947c24fceb855711e78e06721d6ab
MD5 ddde5130517c99ff8734861b7f639a59
BLAKE2b-256 c00bb705f9dc02ca2f1b1141ec7501c1095d8bab1f330d0c27bfbcb739a5ab8d

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-1.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 caa623e9758987b50fe1b3228caf6c64ff0a95f04e6a816a5228c5a25716d923
MD5 afe164aaf144e6de81e6ff7e5dce2059
BLAKE2b-256 45082bafe02d35a586f3bd26cc0216aabc4918216c9767adbe2ff39fcc50bd0e

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-1.0.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 82dfaf1f8d6432fda660811e434c4c9df973e018f8c2d0a6b67c4170786dbda7
MD5 286c91909e45b246708ae07704d4bb10
BLAKE2b-256 21ff0dc4199ace686d20afdec10f8cc4b69cf91b22446123ec989170cd9d00ee

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-1.0.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e2b106a404095323a73177e725c72a6be108f33adda6736e515f105a8c8da13a
MD5 aa40c126bd598e3f7910a66946d11945
BLAKE2b-256 5a3ca1ca42ac600edc8a7ba38816fe9d9f078a059f4fb9ec7979a2bde8946852

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-1.0.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 21a2737921ace2abfcc17125bbd4f1e50f8739980918b6f1d8fa00dba852cb35
MD5 0947c6ade5f7fdd4d01733089f28354c
BLAKE2b-256 2e11171a0e26faee9394dd4ffe0086c5bffef4ba6a40ba96bed273170aa78f59

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-1.0.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 6eba7de856d75e5866a4e1e79f92a10b6d010a29ba44d306de870eb9eef69605
MD5 1c942f101289b0275a4b28b471bb7186
BLAKE2b-256 719a4fdadcd530768c5274f371477fe898304e57cc3cb8f790d5a5aadbbd4649

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-1.0.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 6016bf5cabaf2f2eb1a28de7ef380935ba6e84cd93e36ac082082888610f5f26
MD5 1c3b87eb1b3c8c175b1719949f68854e
BLAKE2b-256 15a90ae103aacb8fa35390fe7e11fabf9c57e2b2426e5259ed7e9ef0f237e0b1

See more details on using hashes here.

Provenance

File details

Details for the file pybind11_numpy_example-1.0.0-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pybind11_numpy_example-1.0.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 024e1cd772406f894c3a473443c85d1d5a0cd942071bfc7cbf8e84d8c47b6dfe
MD5 081b0f4715b4cc754eb0080514dc5485
BLAKE2b-256 2e2a55957e1c10b77f88a5d49e03a557891c0d6cc04f5d7ff7767b1e56bf4bf7

See more details on using hashes here.

Provenance

File details

Details for the file pybind11_numpy_example-1.0.0-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pybind11_numpy_example-1.0.0-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 01c187769ba1282f659f4b0b0da122bae663cf8d35a2382702a40be2d8457169
MD5 cc1ad9450d0517f11e45b2c72ca2a8eb
BLAKE2b-256 55de7a9181001edbf5dc23b5e9abd9ed313c76c4590cd5b1af6a100d9ff9408e

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-1.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8bb492b83cf799ad8dba8ad527828903936f15f52ec04bc8b93c6ff1bba4a750
MD5 78591f8391ca80c7c3d55c16808594e6
BLAKE2b-256 a44859f43b5ff6cf88b65271b629745374362bbdfe6fa501dc5f130a103e3ea4

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-1.0.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3a8fd79041e899d78475f50df5bbd31512aa41143286e94908859cc1aa2343c6
MD5 a8414215aa2ce534fa1502513e8a2088
BLAKE2b-256 a9017464c8b6635823a81e76cf9c1c0e883a8db87b801e01c0a6a0fcd84883cf

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-1.0.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 25cee3a7efb3269ad0b2532b76718b491e15e7f00dccd482b9d5b12ff85d3ff1
MD5 7bc91feacc569fba26d585538ccf86de
BLAKE2b-256 199c4719eaba2bf7401edfc17cd284d03fdbc0eeba8fea9d241ea4bc26e1db79

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-1.0.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 bcfe2e5f400137a98de06bfbb7e94011e69151641e32e3b0fc5620ba57e5349d
MD5 e88d8a902b6d57438bc892a037824d45
BLAKE2b-256 8872f4167d1ed3a8237d7c6b68b16c785ebe9049ba3d38af03621a8f81b2966b

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-1.0.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 c959bf03d7d8cbded2c094720f3589c4becd02908dc50eda63c33a54a9ac6c8f
MD5 9440c360b25a3f561d3c2ed91472c7bd
BLAKE2b-256 56f4aacccf8340dc9b6f562a9109f9dc6a03e9e719819964765b514b52ef061b

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-1.0.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 b35b506f8330dd7519a2f82f7f4858c64bcddc17dac66541579580bb0861d49f
MD5 c2a7b7184d4df008cce79c1149a2c1cc
BLAKE2b-256 697273e12cd22aa612cfbbfde8f7f33c0caa765a2da40e795682cde072e4b24f

See more details on using hashes here.

Provenance

File details

Details for the file pybind11_numpy_example-1.0.0-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pybind11_numpy_example-1.0.0-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 20f4f26a1df4cf0ada85772ca2dd78084cae5014ffc2de23c00ac47f493b80aa
MD5 ded4b989587501a6bb35e668ab453f2b
BLAKE2b-256 af62b01ec076a80ad6399de41106c158ea445c3fbeca0a2ae54a39092f20b742

See more details on using hashes here.

Provenance

File details

Details for the file pybind11_numpy_example-1.0.0-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pybind11_numpy_example-1.0.0-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 4c91306d97f6807f385fc407229bcc76f448eeb053c64af52fa75ea94802d19a
MD5 276103f2fd50ab8361735840c32decb4
BLAKE2b-256 63271fea07ca58169027db97ae99e3e90022b72732e57a4f60aba6eecc81d7f2

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-1.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 31f0f230bb2f349a280f58dd138dc2a3aa97f0fa9e11a99ee067fcce1c2a1eaf
MD5 bbde1dab7db06f249d888b1a3db604cf
BLAKE2b-256 2ca348d0d0479c8fe9de2ad7fc77fec8f7b404ca8643313fde3a3b03cd49f44d

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-1.0.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7ff7fe553743ae93676f4a786ad5884f8960710964c1e0ab3b9258e567b153ca
MD5 a414d5bb2e767d777dd6f94f7000473b
BLAKE2b-256 fff3d029fbef2974f247923a8e22fc6481773844fd557dff3e119bfc10dd9c76

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-1.0.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6e71bc06492ae91879455fc009d77fad076caa58921d5d9eed9d31e51191349c
MD5 7830dde7da4da68d1fc34c2722f3d0a4
BLAKE2b-256 f6dc0a77528500f27918af95cbb238d3a3872d8ea60ab0ff3a8cfb98ca9914bb

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-1.0.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2afa28293c0fbc01581e1208d62b5807bfb28bdde5524ff0c9ab988562ce3a59
MD5 90500173c1b9461aeebc14d0736a5ea8
BLAKE2b-256 db665151438da4f0dab0a7a09abdeb6fe9787b516406d3782898a9bf4edde3d5

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-1.0.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 7b2d54367fdeae2d97c8a22960a71429dc88db74ae8cf5165666c6c67886014e
MD5 6760ba3a38153b75f6cbe15ab3ceca3f
BLAKE2b-256 8f2de71424efa2b86e486d5264696e56b411cff1838f00377bd3dd4adebf1e43

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-1.0.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 d0b261172ffce72161274b6601ded4ac10851ecd308187dc5291b925ae0fa3f9
MD5 8d3eb08808915fad0ab46bb07f61ff46
BLAKE2b-256 270a5ac0a1f54ba70f77d6ddee1640030a1833f84fae721216c05b1456012de3

See more details on using hashes here.

Provenance

File details

Details for the file pybind11_numpy_example-1.0.0-cp37-cp37m-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pybind11_numpy_example-1.0.0-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5fec2379613f9437c97ee324916494fe73b33f8db9fa6919a3f7a50e059404da
MD5 95fa5cec2779b3d074f9e87109276779
BLAKE2b-256 ed3b5765bf092b639469ca9a743bf6188c2efbd856c4c99ca51daf00d0c941a9

See more details on using hashes here.

Provenance

File details

Details for the file pybind11_numpy_example-1.0.0-cp37-cp37m-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pybind11_numpy_example-1.0.0-cp37-cp37m-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a9bc21c56c89f7bbc2ebac217840ffb21352bfb037943ae82d7fc532360b9742
MD5 a8772eefb5190b23921bab95ca0c4307
BLAKE2b-256 8d2d85caec76f104eee88d4ac6f04c5bb501a9474be0377553d8429f59e25c3b

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-1.0.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 aa47d22556fa534503fb4abbced1926e42800f86f707226aafda232a75d075bb
MD5 5c6c56257110d8267d62dd0d5b15bab3
BLAKE2b-256 a4153abbf692db48f3632e11d63145b91b167b7d00c2f88d461edba90d81803b

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-1.0.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5fc299f2df0d905951882ea08a21aa1515145017b10ae25cccafcdf5b3d1e954
MD5 c44d49fee70c8665975cf91aaef4c813
BLAKE2b-256 86801e6d0b0d5f1e36adb1baed549e8299f7c6547d69773a8940bd46c4e93ba2

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-1.0.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a550be45752354a9161b4be343a84894b9e5131bca007343e160e8f4336138a7
MD5 999267b299b4363daea7d219b49c94e7
BLAKE2b-256 7e823907b103ad91e6ab843116b7a13b4d2b4e1b5834ac5a37f00b4d90fbb118

See more details on using hashes here.

Provenance

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