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

Uploaded PyPy Windows x86-64

pybind11_numpy_example-0.0.3-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (41.8 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pybind11_numpy_example-0.0.3-cp310-cp310-win_amd64.whl (51.7 kB view details)

Uploaded CPython 3.10 Windows x86-64

pybind11_numpy_example-0.0.3-cp310-cp310-win32.whl (47.1 kB view details)

Uploaded CPython 3.10 Windows x86

pybind11_numpy_example-0.0.3-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (65.7 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.12+ x86-64

pybind11_numpy_example-0.0.3-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl (70.3 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.12+ i686

pybind11_numpy_example-0.0.3-cp310-cp310-macosx_10_9_x86_64.whl (42.0 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

pybind11_numpy_example-0.0.3-cp39-cp39-win_amd64.whl (52.2 kB view details)

Uploaded CPython 3.9 Windows x86-64

pybind11_numpy_example-0.0.3-cp39-cp39-win32.whl (47.2 kB view details)

Uploaded CPython 3.9 Windows x86

pybind11_numpy_example-0.0.3-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (65.8 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

pybind11_numpy_example-0.0.3-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl (70.6 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

pybind11_numpy_example-0.0.3-cp39-cp39-macosx_10_9_x86_64.whl (42.1 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

pybind11_numpy_example-0.0.3-cp38-cp38-win_amd64.whl (51.7 kB view details)

Uploaded CPython 3.8 Windows x86-64

pybind11_numpy_example-0.0.3-cp38-cp38-win32.whl (47.0 kB view details)

Uploaded CPython 3.8 Windows x86

pybind11_numpy_example-0.0.3-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (65.7 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

pybind11_numpy_example-0.0.3-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl (70.3 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

pybind11_numpy_example-0.0.3-cp38-cp38-macosx_10_9_x86_64.whl (42.0 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

pybind11_numpy_example-0.0.3-cp37-cp37m-win_amd64.whl (52.3 kB view details)

Uploaded CPython 3.7m Windows x86-64

pybind11_numpy_example-0.0.3-cp37-cp37m-win32.whl (47.8 kB view details)

Uploaded CPython 3.7m Windows x86

pybind11_numpy_example-0.0.3-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (65.1 kB view details)

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

pybind11_numpy_example-0.0.3-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl (70.8 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

pybind11_numpy_example-0.0.3-cp37-cp37m-macosx_10_9_x86_64.whl (41.8 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

pybind11_numpy_example-0.0.3-cp36-cp36m-win_amd64.whl (52.3 kB view details)

Uploaded CPython 3.6m Windows x86-64

pybind11_numpy_example-0.0.3-cp36-cp36m-win32.whl (47.8 kB view details)

Uploaded CPython 3.6m Windows x86

pybind11_numpy_example-0.0.3-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (65.1 kB view details)

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

pybind11_numpy_example-0.0.3-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.whl (70.7 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

pybind11_numpy_example-0.0.3-cp36-cp36m-macosx_10_9_x86_64.whl (41.8 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: pybind11_numpy_example-0.0.3-pp37-pypy37_pp73-win_amd64.whl
  • Upload date:
  • Size: 51.3 kB
  • Tags: PyPy, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6

File hashes

Hashes for pybind11_numpy_example-0.0.3-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 7e6ccc3c24c6d5f57de36f76aa11453e78a325c9309d4f8d3e85beb54b1b188f
MD5 472403a0af31169a88090d6c8ad32fae
BLAKE2b-256 b0f78d71ca079ef103092e93f961b60f71272bfe862855c5e694768c33d80799

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.3-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 50928522174848495e90ca3c8cefde36f7d072de15cd62da551772b0141bb357
MD5 0c554f510bec7f155faeec193266e2f4
BLAKE2b-256 c4abcbabd2e1734e89db8dff615debfcc097fc74da1ed6784cd1d260db16829f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.3-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 fdc69eb333747205ad69aba9657aff5de08ca04d8cb143af2148f2d0e002b4e8
MD5 cd852750efe84ac4e501db412a5d97c2
BLAKE2b-256 94f1d7fc6b369fd580533dc695959e3a5313e7c0f0ec6d190a0cbd5ad11e6d1b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.3-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 66cc62b3979a413a3e10a9a0f5c311f8bac4f093426fece0d7776381cd3634cf
MD5 1d38c943590957f12b517d89ad9e924c
BLAKE2b-256 aadf7168c5ed58511e0e9d713b35fca7b827368f082bb271b8dbf2c70f9db8ba

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pybind11_numpy_example-0.0.3-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 51.7 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6

File hashes

Hashes for pybind11_numpy_example-0.0.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 1deae155992aa8c5f339314d86b387fdbff7cc8c3768469b793701b3724d2868
MD5 ab18fb1d251ad872626ccbc5325c896f
BLAKE2b-256 d0f42906c59c486c043c0e86a25077c55d9dcf538b139ea55010c57a67b9d95b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pybind11_numpy_example-0.0.3-cp310-cp310-win32.whl
  • Upload date:
  • Size: 47.1 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6

File hashes

Hashes for pybind11_numpy_example-0.0.3-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 aa3966612303a4649fd848c803cca0620f023685757a21cdfd03a58574fe34fe
MD5 71f3502c2981c53e42e1dd683121ce05
BLAKE2b-256 bd9d5e700ff15aa4922aaf92600ec3b91119af3e8266288e72d0c632c13ef9ef

See more details on using hashes here.

File details

Details for the file pybind11_numpy_example-0.0.3-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.3-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 224180845c953f31874325a66ac0926bfacc78a3d6601188c64f407fca135d0c
MD5 ee999ef4c12dbc4abf66ff86ae9c2190
BLAKE2b-256 1985fac5dafabb205c40e7a5f676c6fc3366bbc9f7fe4d5922168eeea02ddf31

See more details on using hashes here.

File details

Details for the file pybind11_numpy_example-0.0.3-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.3-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 60fd7132094c4aa0a9c90079ef57dc51c86111e1f3b82d2b6a7ca0242d9c5f2a
MD5 2b01a8cce6f0a0c1a574a19c9a1c6f42
BLAKE2b-256 b3fa16577a0b09254a62f72a2af56386f339fddc4aeefbb4d6b3e67cf2bfdf80

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pybind11_numpy_example-0.0.3-cp310-cp310-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 42.0 kB
  • Tags: CPython 3.10, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6

File hashes

Hashes for pybind11_numpy_example-0.0.3-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8db74a4d1b388f3e6cff3a0974950914abb1901e3f901243fedb28e60371547b
MD5 104a385ff644766b8e3f09d14797d511
BLAKE2b-256 b853a731efe4446fcb6c29308757a6b28560e72681447dd1d3a4dba8fdae69b1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pybind11_numpy_example-0.0.3-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 52.2 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6

File hashes

Hashes for pybind11_numpy_example-0.0.3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 30a0d424f758662a64fb4a284b1b76516b1f4a7bbd82bd7127e24b5c5204cfd6
MD5 7acab310df2187645a21b3d5d110742c
BLAKE2b-256 fcbaca804938d416978f75a9c968d74b091773bea65f4a62cb7b7ac9b2e9da42

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pybind11_numpy_example-0.0.3-cp39-cp39-win32.whl
  • Upload date:
  • Size: 47.2 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6

File hashes

Hashes for pybind11_numpy_example-0.0.3-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 ebf76656d6029acc9a9adbdcc8be8c3ebfaf79ac578c584ba44999ad4ece5121
MD5 28fa4a2ee343622d71f12556d36ccfea
BLAKE2b-256 4a0370e27562aba792cddaa0799c00903f8c3604823a9c32a334ff1ea8364f63

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.3-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 505b4d0f3a8f8a1fdcf92582d9757f62e480d4c630ccf3070b3a8072bede3843
MD5 d9994ee12e0ff8c8e602f3664d079b96
BLAKE2b-256 aef2e0428add89d244ed61f0f096d058316776e9db916b538c29ec191ae27418

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.3-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 43e85643290c98293852f1b29cb8642e6c90bf2b156177c48bad3a5d3aae79c4
MD5 ad73c83ca5f827fd3849abf4902af751
BLAKE2b-256 22d586dcd1d6f3ff6b0ed05fb8cb0af7dd21b53ec41509380a57b883a081db7b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pybind11_numpy_example-0.0.3-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 42.1 kB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6

File hashes

Hashes for pybind11_numpy_example-0.0.3-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 087ab78297561a058485dc710f5ee74f92a2accf6d930e3a46a8e9acdd2754ef
MD5 4ee151ba9e32a30572ce7b1bed107b71
BLAKE2b-256 3490233d1ed82ff96b521509555ed8a7e9314100fbf5f77767ddb430e6ed387b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pybind11_numpy_example-0.0.3-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 51.7 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6

File hashes

Hashes for pybind11_numpy_example-0.0.3-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 94f83c96f40fc07dad7ddbe3eefb32bc0d9d113984b63532aba0c5ed668f7d2d
MD5 b92424f3c4e145ef7e849ba612f15316
BLAKE2b-256 6edb4bdbf2a467b563fd74e05e703549d38968b9efe3ccbc6c28acd60f578a5a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pybind11_numpy_example-0.0.3-cp38-cp38-win32.whl
  • Upload date:
  • Size: 47.0 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6

File hashes

Hashes for pybind11_numpy_example-0.0.3-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 8cb493c6ba1bf0cb240d32f78cf28e0f02dc2f11c697dd77d20278438f5bad19
MD5 b7515e4d2ff582f5eba35ff045b18acc
BLAKE2b-256 336871ab9676872dea8a2e51836b999dc618ab3151b26e1c8b1219d3cbf77315

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.3-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 fae2d39c649250e9911c6cb31a65382fa3946f8280ab5ac2f3e7aa03dc2ad5d1
MD5 4ec385d59988aadd5a8ce211e5988d37
BLAKE2b-256 85f5bcb407c2e5f86d9e880295d7310e23d834cfda01ddc3c1d550ebef1d859f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.3-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 e8af65308102684a5eb95301b2348a9847015aa74a349ab99e3f0052c37fc37a
MD5 c7301bc3d35f676308bd00d73f02ae11
BLAKE2b-256 21deae047ab9b2257071c395be73163726b574c0d6994e8522ee2930632d64e5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pybind11_numpy_example-0.0.3-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 42.0 kB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6

File hashes

Hashes for pybind11_numpy_example-0.0.3-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f8a7f36d32fa393cd4e6b13304cfec844bfe78ba53de34bea7781ca148031ea0
MD5 63081c303dcba8d37862c5d8ca39ca7f
BLAKE2b-256 7a6004ad1dc49140b8e4add8d220664ff931e2fd3c0f2e65f32596c16b5dc2da

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pybind11_numpy_example-0.0.3-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 52.3 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6

File hashes

Hashes for pybind11_numpy_example-0.0.3-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 062e96dd5223c8bc57f6283808413f3ef98f8658ea4943882c8a4aba14dc6524
MD5 71440afafa46a8ae4d49ce97f18cf3bb
BLAKE2b-256 ea7aa82185887886a91968595bfdcad3f9974c7f34de46fd8fa6757d71e7fb73

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pybind11_numpy_example-0.0.3-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 47.8 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6

File hashes

Hashes for pybind11_numpy_example-0.0.3-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 e78caad98a65b4d391ae8a2df57db4384f135334fca1f5b869df8f989165e9e7
MD5 a27cf6b5b6c2c656321303df5c6d3578
BLAKE2b-256 2aa2b5c5f6c360e0eceb43da7fbeba9f86dba629a392e4cf9fd65f830c57f91e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.3-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 289b405d10518e488126fe94cb58b1b3b6cfd128db40605876694ecd923661c0
MD5 731efa20caeb0dfe23e028c595535c8a
BLAKE2b-256 066538a1ab80b0b5b21cbe7b0f2f7a7dcdee5c6f4b5e4da25189a5c9da3be878

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.3-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 2f27a84428f5772e0303c60c488984814206270cbb2fb2d1f6681ab8a00cd4f2
MD5 83af6aa653847f0d7d3ae74a1d5e7cb2
BLAKE2b-256 04b73b108800a03d6aced20f09fc16f5639a6e758bc5cc6b1854a28d54e72cc2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pybind11_numpy_example-0.0.3-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 41.8 kB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6

File hashes

Hashes for pybind11_numpy_example-0.0.3-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 cbb870f38c42862aa423683914b5c7372d0df5ba0a549a420a3a1361ea7cf286
MD5 c69657c1afc69ed7c4751be0465f7be0
BLAKE2b-256 533164016fa2578c1420b42e1f077681bb4e82fbed0d561d5830f3a191092316

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pybind11_numpy_example-0.0.3-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 52.3 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6

File hashes

Hashes for pybind11_numpy_example-0.0.3-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 ad95c52b51ef34cf67c712a4af0da15090a1ccb553962ef61f6ad9add2a8e7ad
MD5 2218903289be0b0416d995dab34e3ed8
BLAKE2b-256 47aee2106e3db46699a71ef03553d9c29ccdcfed8ade1dcf07551353c1d7b2f5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pybind11_numpy_example-0.0.3-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 47.8 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6

File hashes

Hashes for pybind11_numpy_example-0.0.3-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 435f1ac1be638d75638d38599d7529960618d07e282748e5a53ee92af50080d7
MD5 53f9c1c146e80a1f79dff32438fcc5c3
BLAKE2b-256 430b041914cef418ea938b98848f57fd6f8189fef5ba8914fc1344cdb6ac3cfb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.3-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 2a7aea2d0afdd04a6e0f2a811cfeb6b4dd46797f8b8cc7f4ebbd0af1d31e6cae
MD5 0160e916d004e063acd8dd3bcb55e9fd
BLAKE2b-256 84790abe71821329f9c58299844d8106b56ad9b58dd675fa429fe369ccce8e6d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pybind11_numpy_example-0.0.3-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 771a8d949b74a5c86c2537fcae6231f46741cbd5558a2d77c7faf1d4b6863194
MD5 8e24b843f63e068a768f221c26dafcb0
BLAKE2b-256 f363cc1242dcd791b112ae53d95baf459aa33fcfb8e1092290a963d280deab18

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pybind11_numpy_example-0.0.3-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 41.8 kB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6

File hashes

Hashes for pybind11_numpy_example-0.0.3-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e03244242055f03361679f1c00e76dadbc93d69a8b3242c18a61241088813a31
MD5 94df0a3768d38df602d40167a5aa8464
BLAKE2b-256 c29b1544763d762e6f5c38710c3ab45c9a254ea1c2f4e4f2e117995b362113d3

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