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 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.2-pp37-pypy37_pp73-win_amd64.whl (48.0 kB view details)

Uploaded PyPy Windows x86-64

pybind11_numpy_example-0.0.2-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (41.3 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pybind11_numpy_example-0.0.2-cp39-cp39-win_amd64.whl (49.0 kB view details)

Uploaded CPython 3.9 Windows x86-64

pybind11_numpy_example-0.0.2-cp39-cp39-win32.whl (44.7 kB view details)

Uploaded CPython 3.9 Windows x86

pybind11_numpy_example-0.0.2-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (65.4 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

pybind11_numpy_example-0.0.2-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl (70.0 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

pybind11_numpy_example-0.0.2-cp39-cp39-macosx_10_9_x86_64.whl (41.6 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

pybind11_numpy_example-0.0.2-cp38-cp38-win_amd64.whl (48.4 kB view details)

Uploaded CPython 3.8 Windows x86-64

pybind11_numpy_example-0.0.2-cp38-cp38-win32.whl (44.6 kB view details)

Uploaded CPython 3.8 Windows x86

pybind11_numpy_example-0.0.2-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (65.6 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

pybind11_numpy_example-0.0.2-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl (70.1 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

pybind11_numpy_example-0.0.2-cp38-cp38-macosx_10_9_x86_64.whl (41.5 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

pybind11_numpy_example-0.0.2-cp37-cp37m-win_amd64.whl (49.1 kB view details)

Uploaded CPython 3.7m Windows x86-64

pybind11_numpy_example-0.0.2-cp37-cp37m-win32.whl (45.2 kB view details)

Uploaded CPython 3.7m Windows x86

pybind11_numpy_example-0.0.2-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (64.6 kB view details)

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

pybind11_numpy_example-0.0.2-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl (70.1 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

pybind11_numpy_example-0.0.2-cp37-cp37m-macosx_10_9_x86_64.whl (41.3 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

pybind11_numpy_example-0.0.2-cp36-cp36m-win_amd64.whl (49.1 kB view details)

Uploaded CPython 3.6m Windows x86-64

pybind11_numpy_example-0.0.2-cp36-cp36m-win32.whl (45.2 kB view details)

Uploaded CPython 3.6m Windows x86

pybind11_numpy_example-0.0.2-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (64.6 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ x86-64

pybind11_numpy_example-0.0.2-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.whl (70.1 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

pybind11_numpy_example-0.0.2-cp36-cp36m-macosx_10_9_x86_64.whl (41.3 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: pybind11_numpy_example-0.0.2-pp37-pypy37_pp73-win_amd64.whl
  • Upload date:
  • Size: 48.0 kB
  • Tags: PyPy, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for pybind11_numpy_example-0.0.2-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 51d835eeb1cc9d98fe5070f5cd5dbbe4ce61ee68df4c9c1a42f74586bc4f09bb
MD5 8b161b28039fd63a5a96fb18ea446ec7
BLAKE2b-256 c189165162d64c56d6b5a2b85ccc9c96b4aea272593fc6003f0af74670d8f51e

See more details on using hashes here.

File details

Details for the file pybind11_numpy_example-0.0.2-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.2-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 fe7f2fa38ceb38ba8ed6fa606d7d382887aa7c6e595ff8ff1cee48bec663872b
MD5 bbb060d37b3d0b0a97256527be13c1f6
BLAKE2b-256 c1fc625c20b9cf3ed79f50b3745227356f6bc7fa2f17261e373866dad347731c

See more details on using hashes here.

File details

Details for the file pybind11_numpy_example-0.0.2-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.2-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 7ff0f9449a3c2e7a0dd37dbd2c6f92d8813c3d87db8227f79d3b108035557250
MD5 e28864cedac1de0b82dd16a5e219b288
BLAKE2b-256 71f1b3f068bc36e1199daa0917db0cb2347f03180ac8f44e5612e435aaffa3ba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.2-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2e34518c4f25b0e4cf3cdb66d10874279a733842bdcc63a154fcc4726755d79d
MD5 ce0d7accfad0e0471f08d0b9aacd14a7
BLAKE2b-256 13cc06bfd5bcf7cd2f53e52493afb0c37db72fc20d8bc48d8f856ea568605def

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pybind11_numpy_example-0.0.2-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 49.0 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for pybind11_numpy_example-0.0.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 325b6441592f49427ce56e3000dc958bd54adee212cc31a19aeb0908b1d93335
MD5 a11384162522732a35b4bd359e8073d7
BLAKE2b-256 381d912f6e8724e82d0656b5964ad422f940cc00c97fb9cda4e7a0aa632fb5d0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pybind11_numpy_example-0.0.2-cp39-cp39-win32.whl
  • Upload date:
  • Size: 44.7 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for pybind11_numpy_example-0.0.2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 2030d303fbd0d205cfc88cabccd1fd2978ab14e37344fd7b6873fed049324757
MD5 51240d32bff1753ff545430d2add3020
BLAKE2b-256 4ffa529244634997c1dbf1a5de73799091fcc1e289956178ede8fe5d83943214

See more details on using hashes here.

File details

Details for the file pybind11_numpy_example-0.0.2-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.2-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 b2bc2c7083b87db8feeb1ce7c1a03f7b2690ce1d5048beb3d9cda8822c4d5b0b
MD5 2f5f6995f0f674eae860f7900158f961
BLAKE2b-256 daad3839941a6a3c67ab46d49acb0d77613382cf7e55aecafff77b906ef49fc4

See more details on using hashes here.

File details

Details for the file pybind11_numpy_example-0.0.2-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.2-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 f15fd03522eac94b26034e9849286224d3cb9cf638203e734f4822b3d502a7b5
MD5 5c6f2ed91b068f5e2008c60e3bcf8120
BLAKE2b-256 b7c2497df90db468fb42d3eee5592404f2c6fe40db07c27bf52ac96732653198

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pybind11_numpy_example-0.0.2-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 41.6 kB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for pybind11_numpy_example-0.0.2-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9109b1bee84b914b3b8b43108273a2532e0583b4b062fbbfd6ce5d7857128cff
MD5 e90275a57b51199be5c808d248ec19ae
BLAKE2b-256 e1e8d67e81d484c63ed0a3493d995d7b395caeff0050c9e627c56d4e49dc22bc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pybind11_numpy_example-0.0.2-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 48.4 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for pybind11_numpy_example-0.0.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 7f96b87f771c0fedf8763dd183abc0520ea9c32d6378a3b2340a29e4aac5ce7c
MD5 5dcb9987c6dd934d2b97618f1ac1b3de
BLAKE2b-256 a4aeab8e84fb3390f20921ad51c87d34372b0216925ac2b73193ab56d003b771

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pybind11_numpy_example-0.0.2-cp38-cp38-win32.whl
  • Upload date:
  • Size: 44.6 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for pybind11_numpy_example-0.0.2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 11ff51672f273318c1db7da10cd2ca585b47fb98b8350df816a54eea836efd5b
MD5 fc60e94ca0a6c13fd534718ac07237e4
BLAKE2b-256 058c9c852d628f313a2ee729104c3113caba5f12c6327e9ed6219ff19783c6d8

See more details on using hashes here.

File details

Details for the file pybind11_numpy_example-0.0.2-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.2-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 a753ccc29ee4173ec64e6c09a39533ba63153e5e84582636775846c302c29e9d
MD5 0edecde2733401d499ed50f3a5b30a6b
BLAKE2b-256 b78175298c15b7bb10899bfcb768e84c157120fe61eabb56bb948fbc09168c86

See more details on using hashes here.

File details

Details for the file pybind11_numpy_example-0.0.2-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.2-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 9f3b1064ed1c9754b9c481103af6f9861bef9affb0f2cab7b71fa60c06e81df2
MD5 6e462f34b88fffc482093defcd79efba
BLAKE2b-256 0139528413b40eb270c1cf3102984e5c48c5f049c62d5d18b87921c593ec868c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pybind11_numpy_example-0.0.2-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 41.5 kB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for pybind11_numpy_example-0.0.2-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 60d82f3cf8665b511b0b9dde337e371c3a5189c6f76a6ee4ddf7487add7c0326
MD5 979ee704a88089276a6addbfeeb987f5
BLAKE2b-256 bcb4a8654d4597353b1b7da11aa598d2c6d4d580694a988e11e2e33964ea596a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pybind11_numpy_example-0.0.2-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 49.1 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for pybind11_numpy_example-0.0.2-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 0e84ba9d91441ad4ad9bd0454f5bfc5340d1c14e8796db7948f5d6f379b17bc2
MD5 f111dea374d955da3ce13425be9437cc
BLAKE2b-256 8acde706039e5dc11e3e437c42bd571ce0692a03d1c482494f50ed765f54a9a9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pybind11_numpy_example-0.0.2-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 45.2 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for pybind11_numpy_example-0.0.2-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 7dc6282bd9793d0862dbf64773d50db26d4b2e22216833090f33cc92529e1d21
MD5 600fde69f7c750a0f5beb25ecaa89b1e
BLAKE2b-256 cd2e08084754a48c457a8885e9fc417a2e1b84e5affb3203b5644ee30919c01b

See more details on using hashes here.

File details

Details for the file pybind11_numpy_example-0.0.2-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.2-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 221091bf5d47b83735fa83b5350b90a35121ee1ac03fb2f924ef5881a29ad119
MD5 345436624246358c7c0ee40bdd4802a6
BLAKE2b-256 095e24c8155037d424cac92d2bc441a84525b90ac6e6482dbbd0ddac28743048

See more details on using hashes here.

File details

Details for the file pybind11_numpy_example-0.0.2-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.2-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 6368976d3aeb190a0c1a317748e17631c2a981a1e814fed908fd89fecf070ec9
MD5 bbeeac7027cdb832bd9bc9f6e99c10b1
BLAKE2b-256 13d9964849ed0993dcaec8a0993700859e08972a88f865bf4ff973296a0911bb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pybind11_numpy_example-0.0.2-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 41.3 kB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for pybind11_numpy_example-0.0.2-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3a2522c06574d248808bab40f3797a1181792c5a26b8eda1f6ecdd736fbdc09d
MD5 5550cb26b166f441dd2d6fdc6611ac81
BLAKE2b-256 32449545058d6a3692866e89889f5b52cd93e3a64d289f463a551bef43ebd5b1

See more details on using hashes here.

File details

Details for the file pybind11_numpy_example-0.0.2-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: pybind11_numpy_example-0.0.2-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 49.1 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for pybind11_numpy_example-0.0.2-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 745bd01d28fd0a290d125218fab2c38e369f20b74192b1638e374617fbb13495
MD5 3abca14e7486d9f5f8bf53353044730c
BLAKE2b-256 96220514a754b1ccd7879e7bd95eace7814d6b101185c2ab3d05d2677c6280f3

See more details on using hashes here.

File details

Details for the file pybind11_numpy_example-0.0.2-cp36-cp36m-win32.whl.

File metadata

  • Download URL: pybind11_numpy_example-0.0.2-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 45.2 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for pybind11_numpy_example-0.0.2-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 43690df6b9fe985398c5f44ef656b6b1993ad57b6bf66cba002a37be5c958268
MD5 0fbfa8d06a5ea5e349fb0dcb51e3d413
BLAKE2b-256 2c5915e6181d27802461cf214983eb6b80c729a3c60523787fae9720b8d4b936

See more details on using hashes here.

File details

Details for the file pybind11_numpy_example-0.0.2-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.2-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 ef889f9e880cda9594de4091be6103872c97b116602dea1bb94875ac131eabe9
MD5 8e7b62b48a653fa49cb9cb37708e389b
BLAKE2b-256 a5079afb33b8b20aa7e21da56198bdde52ae4ae76e948444cdc61ebe2a82d237

See more details on using hashes here.

File details

Details for the file pybind11_numpy_example-0.0.2-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.2-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 3ed5144e3f3af14cee64d2e52b0e8659fa1fbc16e0cfd314ce1213860f86eb79
MD5 ef67f373f66c4a20a2c2c99c61ee57ca
BLAKE2b-256 d85186afe8cfc04bf3034d978cc916ca3706d4184190fd90dd611347fde23a1e

See more details on using hashes here.

File details

Details for the file pybind11_numpy_example-0.0.2-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: pybind11_numpy_example-0.0.2-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 41.3 kB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for pybind11_numpy_example-0.0.2-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 71c2b12f36d8bd52d5e9297742d0e26ef1d47ea2b57b223e68acc3047a7efa5d
MD5 d9eb0c0fe339afcf4c18d7ff490486af
BLAKE2b-256 19f9e19671a75fb7fb0e76a5d818dce41d9a49e2199bd4d01011cf5b7fe06d93

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