Skip to main content

An example of using numpy with pybind11

Project description

pybind11-numpy-example

License: MIT GitHub Workflow Status PyPI Release Documentation Status

What

A simple example of how to use pybind11 with numpy.

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

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

Why

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

Memory used vs number of elements

Time used vs number of elements

How

The pybind11 code is in python/pybind11-numpy-example_python.cpp.

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

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

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

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

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

pybind11_numpy_example-0.0.5-pp39-pypy39_pp73-win_amd64.whl (58.6 kB view details)

Uploaded PyPy Windows x86-64

pybind11_numpy_example-0.0.5-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (50.6 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pybind11_numpy_example-0.0.5-pp38-pypy38_pp73-win_amd64.whl (58.6 kB view details)

Uploaded PyPy Windows x86-64

pybind11_numpy_example-0.0.5-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (50.7 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pybind11_numpy_example-0.0.5-pp37-pypy37_pp73-win_amd64.whl (58.3 kB view details)

Uploaded PyPy Windows x86-64

pybind11_numpy_example-0.0.5-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (50.2 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

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

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

pybind11_numpy_example-0.0.5-cp311-cp311-musllinux_1_1_x86_64.whl (602.4 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

pybind11_numpy_example-0.0.5-cp311-cp311-musllinux_1_1_i686.whl (659.0 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

pybind11_numpy_example-0.0.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (77.8 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

pybind11_numpy_example-0.0.5-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (82.9 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

pybind11_numpy_example-0.0.5-cp311-cp311-macosx_10_9_x86_64.whl (50.6 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

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

Uploaded CPython 3.10 Windows x86-64

pybind11_numpy_example-0.0.5-cp310-cp310-win32.whl (51.3 kB view details)

Uploaded CPython 3.10 Windows x86

pybind11_numpy_example-0.0.5-cp310-cp310-musllinux_1_1_x86_64.whl (602.4 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

pybind11_numpy_example-0.0.5-cp310-cp310-musllinux_1_1_i686.whl (659.0 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

pybind11_numpy_example-0.0.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (77.8 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

pybind11_numpy_example-0.0.5-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (82.9 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

pybind11_numpy_example-0.0.5-cp310-cp310-macosx_10_9_x86_64.whl (50.6 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

pybind11_numpy_example-0.0.5-cp39-cp39-musllinux_1_1_x86_64.whl (602.5 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

pybind11_numpy_example-0.0.5-cp39-cp39-musllinux_1_1_i686.whl (658.9 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

pybind11_numpy_example-0.0.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (77.9 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

pybind11_numpy_example-0.0.5-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (83.0 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

pybind11_numpy_example-0.0.5-cp39-cp39-macosx_10_9_x86_64.whl (50.7 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

pybind11_numpy_example-0.0.5-cp38-cp38-win_amd64.whl (58.6 kB view details)

Uploaded CPython 3.8 Windows x86-64

pybind11_numpy_example-0.0.5-cp38-cp38-win32.whl (51.4 kB view details)

Uploaded CPython 3.8 Windows x86

pybind11_numpy_example-0.0.5-cp38-cp38-musllinux_1_1_x86_64.whl (602.2 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

pybind11_numpy_example-0.0.5-cp38-cp38-musllinux_1_1_i686.whl (658.7 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

pybind11_numpy_example-0.0.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (77.7 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

pybind11_numpy_example-0.0.5-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (82.7 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

pybind11_numpy_example-0.0.5-cp38-cp38-macosx_10_9_x86_64.whl (50.5 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

pybind11_numpy_example-0.0.5-cp37-cp37m-win_amd64.whl (59.0 kB view details)

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

pybind11_numpy_example-0.0.5-cp37-cp37m-musllinux_1_1_x86_64.whl (604.2 kB view details)

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

pybind11_numpy_example-0.0.5-cp37-cp37m-musllinux_1_1_i686.whl (661.0 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

pybind11_numpy_example-0.0.5-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (78.4 kB view details)

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

pybind11_numpy_example-0.0.5-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (83.2 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686

pybind11_numpy_example-0.0.5-cp37-cp37m-macosx_10_9_x86_64.whl (50.6 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.5-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 7470e04fe39cf640a5c18fe30fe1d74c0f3305ad8cd1051ccdca71251d64d1a9
MD5 5ed05a66a655d6dd7d8b82eba38c9de5
BLAKE2b-256 8c5d94015c6a18072e2d7621ec6434579a40c6e47e30c209df9e21dab03ac0ce

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.5-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 55f43ed7619fb736b9a275a94382f47855b809d684a92cd9b5daae140ec1206c
MD5 5c22cb7221cc870283fc882ad63f1b14
BLAKE2b-256 b2b697d6ee851c24247af3380958e935d885d90b54fb177e8bedfe73bf477fe8

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.5-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3778d32a51a669671998711c98440fc7442c62f5b5b5202a3782cf09f3c14b68
MD5 29e378c1aaf2a47717f77aaabf0bf13a
BLAKE2b-256 39a27cc19a1c098e4018df2cbf503408eb83a3482b3d7ceee95fe30f5b60414b

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.5-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3cdab656ba69ca3a2447c6faa1bbc5c72932935b8d4fb43fc61e187e47972252
MD5 0dba4021af4bf6bf559349ff7329a156
BLAKE2b-256 a46bdf80c98a192da7349cb5c625e1cd82ba7dd4e7539a53e36be9cdbffc3b36

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.5-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 6d8ed5797763cc03d0f0e5ece69190031c65d66116ff6adca873ebf4f53695e1
MD5 9f2d6890f421b6c2297aac1753becb50
BLAKE2b-256 67be8d2fe391ce90f7189f9a1a9104ed4162f233c19ed9fe05faa540953333f5

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.5-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 03d23df376ecfcc783678399c7cdc3f8dfd57e44dc43e5f10b7409c26c6c27b6
MD5 804ff9af7aab8a25b907c013c30489b7
BLAKE2b-256 0e35b746c70981c631e284300c8463e5a42f3407614fb8e29b85ae20d87d097d

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.5-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 702c6b67d4a4ec327815567dcc77d11603ed972042d0c3d15a4e6aeed1bde52e
MD5 2df4274285d393cebd03cdc5f689a4eb
BLAKE2b-256 ccbf229dfe6948935c3ce9abc1bf7450cbdf41171dfe5b5aa9dfd78c277d08dd

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.5-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d0be2409b9cb7c26249d57d215001b7a6184cfaf14acbb9d22c309f88378859b
MD5 272ac7e2306c526982d6df21a2e43486
BLAKE2b-256 ee8b070f2c93dbbc10e8547bf9ade39f2b0ed0fd56637cfe0bef074bd01adf28

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.5-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 0fb04da1d491eee8fdbda83b3ac1b3b2496faae24e98eb072e8b3aa9a5b76005
MD5 f6c10b93125adeea7308a5cb09d3016d
BLAKE2b-256 c6bd85e36cc22ce50e8e51307aea6de72d9bff0d769549d0dcf002c00f2c756e

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.5-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9e5e6c8aa255e0dd042d9fd6dc5c9734be1a90af0cf8299e33102d05fefd40f2
MD5 c639c8aaa1946c4970b8bf58ed05a958
BLAKE2b-256 3107e11084e10b7f248ce3ca627e94f9a1918beededf8bffbd2bf7cabeecf9da

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.5-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0e16cf560918e350c484ec6ed04c4b572f8f4de421a6729be8c84a8e3462062b
MD5 73c136d2d7215ecba76c43751774147c
BLAKE2b-256 eae9cc33cf3ec32ecbac7d573cf4fc09ef16611b0585c8f27784915487e9f023

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.5-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d6e76ad26de83547781d24f6d3e686b6b792495a8325e82cf2be9458d137f0f5
MD5 4a2d2997fbb3c562491321014946bbaf
BLAKE2b-256 630516ead8076474f778c3ad723a39d01e0ad3c7993609fc4aee87fb1daf376d

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.5-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 a0251d44d34b4fd27a9879818c85385e1fe94d92bc1b4cff91916f7f00c315db
MD5 8022f1d7c6a5103590022b83d2c8004c
BLAKE2b-256 0f5796492def8e0a918a4dec97e324dbb1863527233ea05074f7675fd153bae2

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.5-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 4fb86e6e195080d5d023463b62f1a840ba0469202694317c53c2e3730af53157
MD5 d2ad3a5e8afcc539d4395bef34bd0a5f
BLAKE2b-256 66a7fabf7b7eccac050a92769c7277a04dd98927029cd3b04c817d91f34eec61

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.5-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a6a80745c495e3b107cb1738e76cc4c10f5516b9b622d5a05fd3ec0c8d7261b2
MD5 e00895ac68ac27428a5a5a01c9daf168
BLAKE2b-256 d7762a421c77dd7b213e5e8fbf97eb0cb1fb1d8e9cd65ec70bd75f41180ef418

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.5-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 f4f09c4ac974bf5ab343127a768124bd7eaa65f55022514e0280210371c894b1
MD5 bd8f11c9ff3f1a3165abd4d15d63f57a
BLAKE2b-256 2273f98b2d632ced6bb64aa0e5d6d482a3051e5deac576a89f9979fd171d67a5

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8c26eecfe2d9710281c77ec89eae2975e005e11c7c9b233ce50c0d5653bca57d
MD5 81166975257192047c2e70dd7d7a4df7
BLAKE2b-256 6dd9aa3351b118c2a370357c98324ffba99f1c0d568b9e868a842ae52d71eaff

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.5-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2405dd353fe599e750e3fc5c8e70d1228fe535920e227420bf9e6ee1647a9e8f
MD5 a2b5bb968e0480e1d95d56879dd3323e
BLAKE2b-256 40120d3c1e045e176e253caff4b96eb71a4f3f20ad87548139a130324f5bf406

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.5-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b699741172680e050196d41da64b5d73d49b5a901290c52b01642f15a414ecbc
MD5 49dd45bb8a2b3fdf2f47689219d7581f
BLAKE2b-256 0cf29980a5dfd30cd4b98af81bfedc5af376917b71189e160492f9368ef7313e

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.5-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 8e2eca3f0e8e895dae01584b5af2929a89ca6fb074d623256c94e3c45416f6f6
MD5 2124511295013238fea44bff7a6df290
BLAKE2b-256 e30d505c7fbb49d0e2dae92beffe7d563762d37b5be1c63e599fdfded32914fb

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.5-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 5269c3b65aa53264519c196d7c3205bcf91cdd034110856a982f11044b25ae8e
MD5 05b64968b64d1f2c7f11eb22e81fc6cb
BLAKE2b-256 ec91068f9f57fb8a14f970836d4e4238b3315d047a3ae39cd6af950e3a379529

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.5-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 fcfcaa40e73886d3172f691c394f8ebc61ce8a09cdf85e443b6ecb5f0e77ebc7
MD5 1694ca16d6a396863430767508106dd3
BLAKE2b-256 26ac9436de35f397af01fa6778d97aa286bd03c67108818be98e7742fc94af30

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.5-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 500a881cab98d29acae26e2bb28ff139f47451a5eb706dea36e8944397ff48ec
MD5 54608b14c6b15c532db186373ba10c70
BLAKE2b-256 5a31db3f0efcba70a02c32c89bb7c361e9af469d5ba98351fa187e8db0a265c0

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1b471608dc4e8f6840502d0426588b14b719a227da5ff7fab1a4b66a29268814
MD5 6f262be9e3fe8b9cc02687471e5479ec
BLAKE2b-256 1ec6e5197e6eea090a848b3d3acb0acda530ceba5d6c32f4ad2d158b44ae5b3e

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.5-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9568974e2e304bb16a23989e3642cf47268bb698680e2c5776975c1f29cabc27
MD5 146aac6b7a6943f9ec6db14f5c8c6bde
BLAKE2b-256 4a171362e9c2c460019a8ec758bd898e6b851db32678a605955e9ee3dcdd1cb3

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.5-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d3155ba2fda421f00824aada41abe89a75255af8f24d0243ee4347a2eea10040
MD5 0c819f6f00b06920718224b4758c3ef8
BLAKE2b-256 65189fd8fc96d670c64428c411690b9e763007f07e1af212d27827d430ecd4a9

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.5-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 07f2b27272810c5a86ddff8262273f35ce85015a09416330de592a87225cca4a
MD5 0cbfdbf04d2343b1c1c3f4802e452968
BLAKE2b-256 887489db95d22fbec0493856d8ebcf785a0a32afd2fd40caa2c2a61e3d68752f

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.5-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 789041565cad5c4b9d01db15cee9904c8f62805b1bbaf22c6ba499a8c644d21f
MD5 afddb92d32482a696e7b3df8a8f36f05
BLAKE2b-256 9f3a683430273545778ac027a10c5a52f2f7688f429c6aae90d479c3f0cc1f66

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.5-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c21352a87c6f41910a818ad9983653af93c486c296b603729b4772aa8187753c
MD5 a0ba69dffeefbbf49471d1083a46c27c
BLAKE2b-256 6e87f7a586a95f634def6b4e1970eb95f4d913ca123c5bd88d1e2c27e3da6e8f

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.5-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 dacded9d79fde23be3f043340425a3b543f05f43ba563ce9360b24ca88d1cbae
MD5 a4f3f2267ec28344ff42446f5cd6663e
BLAKE2b-256 ddcc051660c90797947d512eeeb3b398c83b561c02c9908daaceb327dfc0b3e6

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6b1f2811c072ccc3fc7e23ad339ec9743b07e9d0dec7c0bfe027cbdd7795428e
MD5 4c74cb676ec102df636eaca41d439698
BLAKE2b-256 ffd5df0abd549ca4a0beef59b934d052e3697ce4665ede99dc3236763722d280

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.5-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0a6e2354d99ab9c6c4e044b06ad05b5ff2e8fe4cd1b86af9e27d72b2672b685b
MD5 bc1df74fb760a82b81bcc1f109f1cb6a
BLAKE2b-256 f565470d98572d31e259420c381db6fd7d19b7a023c68c3cc4f6e00cdbebfaea

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.5-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9076a3a1210397277d7ada0ea9c2dbc4f9a95a9845cb5074a3e7809e6900fd78
MD5 762e970f971d9112f858975abf13418f
BLAKE2b-256 47782a8de6e08c2249968a54058ed879dea698ceff81beb2ba2696a39f64ddd3

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.5-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 e93abf2a2c8cc3319fe266d7e1b3df25c56c1d9912474e2894260fccd81036e9
MD5 184e190c2addf7c2a7c84a22133b7b60
BLAKE2b-256 c9dddc46244fe26f8fe09ee3d87e31046180a2a8f196399295415b46be26f817

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.5-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 34bb09be5c6a08cab243f8494b31498e226f590dc72fd23934fcd3107e2dddb5
MD5 a5b97ad9d2895e1e25094225d50b78c9
BLAKE2b-256 db864cc88466829ce93ad9e1bb10afa7d84c98bfbcc97dd31ece88feb26525cc

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.5-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 0b5c799fd97021a543594531ebf304ac092de091bc925350e22b68df2b0f3477
MD5 2a6941246a2907cec4d9de01496f0f32
BLAKE2b-256 576626e71bce4b2c1d4c824556ce807e76a6008ce090775471e25335837634a6

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.5-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 c8c1b6844a73c7ab31d7e74b386d92649c3ca6fa7731b61e61233091568361a4
MD5 4677fe0807682d79188cd01d66a21cb5
BLAKE2b-256 5ee5a0e65d63836f4d67e5baa460bca573f95a6f394d8d35fb71583c666898d8

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 902276bf5d5b3274f31e1993d4d227f37f73767fcb3d34a504c03331cbc0cca5
MD5 46641b518a8e431e468666d436591919
BLAKE2b-256 bde61c86275cd35f5fb2928c3b1dcda4e4019fed60cdefa653a643f878713105

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.5-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9189e7063a1f47d2031179e4a1ef07d959c04cb970b5018efd2da99b6e128a64
MD5 62efb918532d79cb84f900f90c5bffa2
BLAKE2b-256 f5678feac28fe2de0c594d42314b86270c72ba678bf76deccb6f0eb38b5c5321

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.5-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3b68f4d933a50ba6d69f1a4b444ff534e7c66e39d4e92eaec713d10da4848097
MD5 14d5f7db1a98c62ca838510c7ff624f2
BLAKE2b-256 6d906a281fa2fe215da68d3ef48f12fde860609e5a4c77f0822f85110a4beea5

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.5-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 f4f16d451d69cc2785845516afe9ba78be57a04ef265afbfaab92b2d7e0a26e1
MD5 a34b2be064e4a3a5decf22d555838db5
BLAKE2b-256 1ef4e82696c11f6aaee3d5866de9accc68cd2079ed1f389f72c1cfefafa6df2c

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.5-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 f1354ee67e66d33a9de8ddcdf7b291558d5277a187ca8fc2107eddb37f6f20bd
MD5 6faf79e97b752c7ca23fa4531b7c5cd0
BLAKE2b-256 8db1eaf64101af99f2a98138e795e18c7902b4930edb2e3c866a2fb1828cd07f

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.5-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 07fa784dfa1ad3f6ded1e67dd9cdbdd065eda20e34384555a93f8cb6ae1bd1fe
MD5 aa32d6baa94625f3d9fc480e7630c547
BLAKE2b-256 1cc28ca9650257151111078d85944f4a356d400524d60531fcc7ae6538b44ea0

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.5-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 68e360b43ed63bc31fca08f029d33b7993f7decd455e8b2213b3a442d6f65f25
MD5 ce25952a6e8873cb08cd2d754334b546
BLAKE2b-256 51c57ba80ee48e406eefdb46f9ac35d37c397362d58da3fb0d4245f4e3264fbb

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.5-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f6524938cf0c86aae00fd907e75b40daa6b33206e6e501775e89b059c100f26d
MD5 3a366634ea0e7e134e5bb3daf290cfcc
BLAKE2b-256 3f101df0301ee26e2cfd10bb06349f129993b295672bcb46de56cd9312181031

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.5-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f069a4f59ee14fdf117e385897ff5689faba4d838bd2844defa8597b7fa0321a
MD5 e88873717196714efa875d7a62f17bb1
BLAKE2b-256 634ea557d5956cedfb9ffabe6f4badfd70d56479957f1c4472d965b786f65398

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.5-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8c2987233b9521a7957f1b9d0a2e696e212594461d1201a0324b84ef539603eb
MD5 2c5ea6790732f78052095c94dde335d4
BLAKE2b-256 d852131008bb672801c7a387e00d2a40a5026cfdab3337801d272dd04e5b02a1

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