Skip to main content

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.

Release files for pybind11-numpy-example 1.0.1

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for pybind11-numpy-example 1.0.1
File Size Uploaded
pybind11_numpy_example-1.0.1.tar.gz 87.2 kB Details

Built distributions (wheels)

Table of built distributions (wheels) for pybind11-numpy-example 1.0.1
File
pybind11_numpy_example-1.0.1-pp310-pypy310_pp73-win_amd64.whl PyPy 3.10 PyPy 3.10 7.3 Windows x86-64 Details
pybind11_numpy_example-1.0.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl PyPy 3.10 PyPy 3.10 7.3 Linux glibc 2.17+ x86-64 Details
pybind11_numpy_example-1.0.1-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl PyPy 3.10 PyPy 3.10 7.3 Linux glibc 2.17+ x86-32 Details
pybind11_numpy_example-1.0.1-pp310-pypy310_pp73-macosx_11_0_arm64.whl PyPy 3.10 PyPy 3.10 7.3 macOS 11.0+ ARM64 Details
pybind11_numpy_example-1.0.1-pp310-pypy310_pp73-macosx_10_15_x86_64.whl PyPy 3.10 PyPy 3.10 7.3 macOS 10.15+ x86-64 Details
pybind11_numpy_example-1.0.1-pp39-pypy39_pp73-win_amd64.whl PyPy 3.9 PyPy 3.9 7.3 Windows x86-64 Details
pybind11_numpy_example-1.0.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl PyPy 3.9 PyPy 3.9 7.3 Linux glibc 2.17+ x86-64 Details
pybind11_numpy_example-1.0.1-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl PyPy 3.9 PyPy 3.9 7.3 Linux glibc 2.17+ x86-32 Details
pybind11_numpy_example-1.0.1-pp39-pypy39_pp73-macosx_11_0_arm64.whl PyPy 3.9 PyPy 3.9 7.3 macOS 11.0+ ARM64 Details
pybind11_numpy_example-1.0.1-pp39-pypy39_pp73-macosx_10_15_x86_64.whl PyPy 3.9 PyPy 3.9 7.3 macOS 10.15+ x86-64 Details
pybind11_numpy_example-1.0.1-pp38-pypy38_pp73-win_amd64.whl PyPy 3.8 PyPy 3.8 7.3 Windows x86-64 Details
pybind11_numpy_example-1.0.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl PyPy 3.8 PyPy 3.8 7.3 Linux glibc 2.17+ x86-64 Details
pybind11_numpy_example-1.0.1-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl PyPy 3.8 PyPy 3.8 7.3 Linux glibc 2.17+ x86-32 Details
pybind11_numpy_example-1.0.1-pp38-pypy38_pp73-macosx_11_0_arm64.whl PyPy 3.8 PyPy 3.8 7.3 macOS 11.0+ ARM64 Details
pybind11_numpy_example-1.0.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl PyPy 3.8 PyPy 3.8 7.3 macOS 10.9+ x86-64 Details
pybind11_numpy_example-1.0.1-cp313-cp313-win_amd64.whl CPython 3.13 CPython 3.13 Windows x86-64 Details
pybind11_numpy_example-1.0.1-cp313-cp313-win32.whl CPython 3.13 CPython 3.13 Windows x86-32 Details
pybind11_numpy_example-1.0.1-cp313-cp313-musllinux_1_2_x86_64.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ x86-64 Details
pybind11_numpy_example-1.0.1-cp313-cp313-musllinux_1_2_i686.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ x86-32 Details
pybind11_numpy_example-1.0.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.13 CPython 3.13 Linux glibc 2.17+ x86-64 Details
pybind11_numpy_example-1.0.1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl CPython 3.13 CPython 3.13 Linux glibc 2.17+ x86-32 Details
pybind11_numpy_example-1.0.1-cp313-cp313-macosx_11_0_arm64.whl CPython 3.13 CPython 3.13 macOS 11.0+ ARM64 Details
pybind11_numpy_example-1.0.1-cp313-cp313-macosx_10_13_x86_64.whl CPython 3.13 CPython 3.13 macOS 10.13+ x86-64 Details
pybind11_numpy_example-1.0.1-cp312-cp312-win_amd64.whl CPython 3.12 CPython 3.12 Windows x86-64 Details
pybind11_numpy_example-1.0.1-cp312-cp312-win32.whl CPython 3.12 CPython 3.12 Windows x86-32 Details
pybind11_numpy_example-1.0.1-cp312-cp312-musllinux_1_2_x86_64.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ x86-64 Details
pybind11_numpy_example-1.0.1-cp312-cp312-musllinux_1_2_i686.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ x86-32 Details
pybind11_numpy_example-1.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ x86-64 Details
pybind11_numpy_example-1.0.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ x86-32 Details
pybind11_numpy_example-1.0.1-cp312-cp312-macosx_11_0_arm64.whl CPython 3.12 CPython 3.12 macOS 11.0+ ARM64 Details
pybind11_numpy_example-1.0.1-cp312-cp312-macosx_10_9_x86_64.whl CPython 3.12 CPython 3.12 macOS 10.9+ x86-64 Details
pybind11_numpy_example-1.0.1-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
pybind11_numpy_example-1.0.1-cp311-cp311-win32.whl CPython 3.11 CPython 3.11 Windows x86-32 Details
pybind11_numpy_example-1.0.1-cp311-cp311-musllinux_1_2_x86_64.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ x86-64 Details
pybind11_numpy_example-1.0.1-cp311-cp311-musllinux_1_2_i686.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ x86-32 Details
pybind11_numpy_example-1.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ x86-64 Details
pybind11_numpy_example-1.0.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ x86-32 Details
pybind11_numpy_example-1.0.1-cp311-cp311-macosx_11_0_arm64.whl CPython 3.11 CPython 3.11 macOS 11.0+ ARM64 Details
pybind11_numpy_example-1.0.1-cp311-cp311-macosx_10_9_x86_64.whl CPython 3.11 CPython 3.11 macOS 10.9+ x86-64 Details
pybind11_numpy_example-1.0.1-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
pybind11_numpy_example-1.0.1-cp310-cp310-win32.whl CPython 3.10 CPython 3.10 Windows x86-32 Details
pybind11_numpy_example-1.0.1-cp310-cp310-musllinux_1_2_x86_64.whl CPython 3.10 CPython 3.10 Linux musl 1.2+ x86-64 Details
pybind11_numpy_example-1.0.1-cp310-cp310-musllinux_1_2_i686.whl CPython 3.10 CPython 3.10 Linux musl 1.2+ x86-32 Details
pybind11_numpy_example-1.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ x86-64 Details
pybind11_numpy_example-1.0.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ x86-32 Details
pybind11_numpy_example-1.0.1-cp310-cp310-macosx_11_0_arm64.whl CPython 3.10 CPython 3.10 macOS 11.0+ ARM64 Details
pybind11_numpy_example-1.0.1-cp310-cp310-macosx_10_9_x86_64.whl CPython 3.10 CPython 3.10 macOS 10.9+ x86-64 Details
pybind11_numpy_example-1.0.1-cp39-cp39-win_amd64.whl CPython 3.9 CPython 3.9 Windows x86-64 Details
pybind11_numpy_example-1.0.1-cp39-cp39-win32.whl CPython 3.9 CPython 3.9 Windows x86-32 Details
pybind11_numpy_example-1.0.1-cp39-cp39-musllinux_1_2_x86_64.whl CPython 3.9 CPython 3.9 Linux musl 1.2+ x86-64 Details
pybind11_numpy_example-1.0.1-cp39-cp39-musllinux_1_2_i686.whl CPython 3.9 CPython 3.9 Linux musl 1.2+ x86-32 Details
pybind11_numpy_example-1.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ x86-64 Details
pybind11_numpy_example-1.0.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ x86-32 Details
pybind11_numpy_example-1.0.1-cp39-cp39-macosx_11_0_arm64.whl CPython 3.9 CPython 3.9 macOS 11.0+ ARM64 Details
pybind11_numpy_example-1.0.1-cp39-cp39-macosx_10_9_x86_64.whl CPython 3.9 CPython 3.9 macOS 10.9+ x86-64 Details
pybind11_numpy_example-1.0.1-cp38-cp38-win_amd64.whl CPython 3.8 CPython 3.8 Windows x86-64 Details
pybind11_numpy_example-1.0.1-cp38-cp38-win32.whl CPython 3.8 CPython 3.8 Windows x86-32 Details
pybind11_numpy_example-1.0.1-cp38-cp38-musllinux_1_2_x86_64.whl CPython 3.8 CPython 3.8 Linux musl 1.2+ x86-64 Details
pybind11_numpy_example-1.0.1-cp38-cp38-musllinux_1_2_i686.whl CPython 3.8 CPython 3.8 Linux musl 1.2+ x86-32 Details
pybind11_numpy_example-1.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.8 CPython 3.8 Linux glibc 2.17+ x86-64 Details
pybind11_numpy_example-1.0.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl CPython 3.8 CPython 3.8 Linux glibc 2.17+ x86-32 Details
pybind11_numpy_example-1.0.1-cp38-cp38-macosx_11_0_arm64.whl CPython 3.8 CPython 3.8 macOS 11.0+ ARM64 Details
pybind11_numpy_example-1.0.1-cp38-cp38-macosx_10_9_x86_64.whl CPython 3.8 CPython 3.8 macOS 10.9+ x86-64 Details

Total release size: 16.5 MB

Release files / pybind11_numpy_example-1.0.1.tar.gz

Download URL pybind11_numpy_example-1.0.1.tar.gz
Size 87.2 kB
Tags Source
SHA-256 checksum
How to use checksums
7cd0ec6b8dbbcba29f5df14cc1c8c80d7cd8268b893298059559bd19508acf0d
BLAKE2b-256 checksum
How to use checksums
737c6e137f8607fcc4fd896001efc1764900dcec425057a69655c79366437424
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.5

Release files / pybind11_numpy_example-1.0.1-pp310-pypy310_pp73-win_amd64.whl

Download URL pybind11_numpy_example-1.0.1-pp310-pypy310_pp73-win_amd64.whl
Size 59.8 kB
Tags PyPy 3.10 PyPy 3.10 7.3 Windows x86-64
SHA-256 checksum
How to use checksums
88c6301168a5d2cb56ca80af0edbd50b199340450b450acb5b3f397a6b418eb6
BLAKE2b-256 checksum
How to use checksums
3f25700818b5058856b2ecedcf3d63b1f5638b0eccbd24024a414fda90457ee6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.5

Release files / pybind11_numpy_example-1.0.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL pybind11_numpy_example-1.0.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 78.8 kB
Tags Linux glibc 2.17+ x86-64 PyPy 3.10 PyPy 3.10 7.3
SHA-256 checksum
How to use checksums
a62d7ee88a86a5ee7afd61b432f070d9114260fa62b3874ebf86fcc8392ff9dc
BLAKE2b-256 checksum
How to use checksums
16ff7e3de856b98a8d2b0d253fcc4757eef90f55989a8ef616bc490231ad90f0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.5

Release files / pybind11_numpy_example-1.0.1-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl

Download URL pybind11_numpy_example-1.0.1-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Size 84.1 kB
Tags Linux glibc 2.17+ x86-32 PyPy 3.10 PyPy 3.10 7.3
SHA-256 checksum
How to use checksums
e8ca10b08f985ec62fbe207572266df66642951dd7f56950da91552cdf0bf86d
BLAKE2b-256 checksum
How to use checksums
d43125a788dae54d33d6a4cfd0cca01f98082d2411fbeab1b8c1e9411ad47f19
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.5

Release files / pybind11_numpy_example-1.0.1-pp310-pypy310_pp73-macosx_11_0_arm64.whl

Download URL pybind11_numpy_example-1.0.1-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Size 49.0 kB
Tags PyPy 3.10 PyPy 3.10 7.3 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
d5d8c1ee160991529ce0ad52862326bcc3a38865c29116a13f7052c244bf6e83
BLAKE2b-256 checksum
How to use checksums
cc80b8c805a51524dfa110aca817365294d745076b6e50a387129e2aa233419d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.5

Release files / pybind11_numpy_example-1.0.1-pp310-pypy310_pp73-macosx_10_15_x86_64.whl

Download URL pybind11_numpy_example-1.0.1-pp310-pypy310_pp73-macosx_10_15_x86_64.whl
Size 52.2 kB
Tags PyPy 3.10 PyPy 3.10 7.3 macOS 10.15+ x86-64
SHA-256 checksum
How to use checksums
2ce6782e2988ebd10a1730ceeff2ef90c22c9b54bbe474fab029c815c16fa3e7
BLAKE2b-256 checksum
How to use checksums
c9727322bbb51ccab150bfdaf47e2a5a21f55509c2a2204b2e8189cbaba46446
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.5

Release files / pybind11_numpy_example-1.0.1-pp39-pypy39_pp73-win_amd64.whl

Download URL pybind11_numpy_example-1.0.1-pp39-pypy39_pp73-win_amd64.whl
Size 59.9 kB
Tags PyPy 3.9 PyPy 3.9 7.3 Windows x86-64
SHA-256 checksum
How to use checksums
f23bf2e790a20e2c9b62c192fca45138c3d43ecde08140765d195b9fc3a7aed0
BLAKE2b-256 checksum
How to use checksums
967414bc5c18ee16bb4d82b221d437e8eb303ea0335f0e6288c6823f2f981200
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.5

Release files / pybind11_numpy_example-1.0.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL pybind11_numpy_example-1.0.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 78.7 kB
Tags Linux glibc 2.17+ x86-64 PyPy 3.9 PyPy 3.9 7.3
SHA-256 checksum
How to use checksums
153633e531669d01c4552ab26cbae54bb5b20767c72e30f2bc57efc37abce6ac
BLAKE2b-256 checksum
How to use checksums
b78f26b8fe4538151dd77611b142bad120c2d12479c97493e2e62b2781804a71
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.5

Release files / pybind11_numpy_example-1.0.1-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl

Download URL pybind11_numpy_example-1.0.1-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Size 83.9 kB
Tags Linux glibc 2.17+ x86-32 PyPy 3.9 PyPy 3.9 7.3
SHA-256 checksum
How to use checksums
61c0a170c2ad424f636e8b64a703f89245cdf9e06d11eb9ff959bec55f0ea917
BLAKE2b-256 checksum
How to use checksums
66be1e4a314c50e2c48d0d20c7198b239941007b551293293fa0dcfd823a3760
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.5

Release files / pybind11_numpy_example-1.0.1-pp39-pypy39_pp73-macosx_11_0_arm64.whl

Download URL pybind11_numpy_example-1.0.1-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Size 49.0 kB
Tags PyPy 3.9 PyPy 3.9 7.3 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
7800eee6ba6e2b56cb087b54e63cd66239f417b5360d9e2ecc18abb029077f65
BLAKE2b-256 checksum
How to use checksums
bd4252f13cef13c183b31c570c6539ba8f5356309cb685b424fc9198f892edb8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.5

Release files / pybind11_numpy_example-1.0.1-pp39-pypy39_pp73-macosx_10_15_x86_64.whl

Download URL pybind11_numpy_example-1.0.1-pp39-pypy39_pp73-macosx_10_15_x86_64.whl
Size 52.2 kB
Tags PyPy 3.9 PyPy 3.9 7.3 macOS 10.15+ x86-64
SHA-256 checksum
How to use checksums
3cbe98d55e23e36a3c497c6baaeee1e7f3e6c7c95140090cfc50de4eae441e5a
BLAKE2b-256 checksum
How to use checksums
587a07d78f8c50953678dcd4679e84d573dffd50c572536ec0d7b5dec2256be2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.5

Release files / pybind11_numpy_example-1.0.1-pp38-pypy38_pp73-win_amd64.whl

Download URL pybind11_numpy_example-1.0.1-pp38-pypy38_pp73-win_amd64.whl
Size 59.9 kB
Tags PyPy 3.8 PyPy 3.8 7.3 Windows x86-64
SHA-256 checksum
How to use checksums
6e802e54425aa7fd8b7829032851dbe3755daf015cbb90bf2cbf0e5803b88bde
BLAKE2b-256 checksum
How to use checksums
4c8da64eebcdcc6f3b07e757fedf83f90c07aa321cd82be29e9b21d818c427ef
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.5

Release files / pybind11_numpy_example-1.0.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL pybind11_numpy_example-1.0.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 78.7 kB
Tags Linux glibc 2.17+ x86-64 PyPy 3.8 PyPy 3.8 7.3
SHA-256 checksum
How to use checksums
babbf46797d7996b73237693e4878af1bae6f44cd9eb0c9498e39c44e98b575e
BLAKE2b-256 checksum
How to use checksums
a55aa4dfa828e86dcfa089f6b5940f42aa95abc502655a1b191441436835506c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.5

Release files / pybind11_numpy_example-1.0.1-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl

Download URL pybind11_numpy_example-1.0.1-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Size 83.9 kB
Tags Linux glibc 2.17+ x86-32 PyPy 3.8 PyPy 3.8 7.3
SHA-256 checksum
How to use checksums
ddd833276de6b56b65999e0f64b9779546b3cce8fb6c32ad079919e293caf8ee
BLAKE2b-256 checksum
How to use checksums
f938d27048b30262ad68f7a432e1f565963c188383bdd804f23bdaa5acf14364
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.5

Release files / pybind11_numpy_example-1.0.1-pp38-pypy38_pp73-macosx_11_0_arm64.whl

Download URL pybind11_numpy_example-1.0.1-pp38-pypy38_pp73-macosx_11_0_arm64.whl
Size 48.9 kB
Tags PyPy 3.8 PyPy 3.8 7.3 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
c94db486088a3930ae6dc7b97e582cc5de67c7bf6688b536e8e003d0f3468add
BLAKE2b-256 checksum
How to use checksums
e3f547eced9f6e54ba482e633e27cfe1c8207f68c4add146738445be0390f277
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.5

Release files / pybind11_numpy_example-1.0.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl

Download URL pybind11_numpy_example-1.0.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Size 51.9 kB
Tags PyPy 3.8 PyPy 3.8 7.3 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
e4957decdeef6ba714e7dfe12fb506f662a987f1a49f4628e52b3e11d5ebf474
BLAKE2b-256 checksum
How to use checksums
4cebeb50086c48e9762cf8868c637040e77b06e31c830f879df27ef804194fac
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.5

Release files / pybind11_numpy_example-1.0.1-cp313-cp313-win_amd64.whl

Download URL pybind11_numpy_example-1.0.1-cp313-cp313-win_amd64.whl
Size 60.7 kB
Tags CPython 3.13 Windows x86-64
SHA-256 checksum
How to use checksums
e00e56b68a8ed1ba383268bc2453e02858f8a985243a43306efee052bbc0ec9d
BLAKE2b-256 checksum
How to use checksums
493ecb26dd2f70e3ec39a0309f9148dd031e66af5dd80f9f31492ac9190ba6e6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.5

Release files / pybind11_numpy_example-1.0.1-cp313-cp313-win32.whl

Download URL pybind11_numpy_example-1.0.1-cp313-cp313-win32.whl
Size 54.3 kB
Tags CPython 3.13 Windows x86-32
SHA-256 checksum
How to use checksums
1bed310e25cfdbcc9b285f70b0b8df933e6bbef35ac9de0f00b99219732962d7
BLAKE2b-256 checksum
How to use checksums
223fd6c4ddaa93e76153815fac5f67972b587d29376cd4a3f3aae5e9e602e764
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.5

Release files / pybind11_numpy_example-1.0.1-cp313-cp313-musllinux_1_2_x86_64.whl

Download URL pybind11_numpy_example-1.0.1-cp313-cp313-musllinux_1_2_x86_64.whl
Size 1.1 MB
Tags CPython 3.13 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
bffffbbe35eb4c06a506e7528d3150fc30b5cc5452032483a28060f3a6062591
BLAKE2b-256 checksum
How to use checksums
5c274c70a80ae80c6989ce4184772c88151e4f6ba074fb1f6f1625966e09648f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.5

Release files / pybind11_numpy_example-1.0.1-cp313-cp313-musllinux_1_2_i686.whl

Download URL pybind11_numpy_example-1.0.1-cp313-cp313-musllinux_1_2_i686.whl
Size 1.1 MB
Tags CPython 3.13 Linux musl 1.2+ x86-32
SHA-256 checksum
How to use checksums
2eb07e3a1d52f09ee5f27a1598cc3a328f4ec5b837b5e6b00f18583704e6f55d
BLAKE2b-256 checksum
How to use checksums
17d7099613ef8f5673891e647f620ca866bc3f40725df6eb8b39286cb425aa95
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.5

Release files / pybind11_numpy_example-1.0.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL pybind11_numpy_example-1.0.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 79.8 kB
Tags CPython 3.13 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
bad7caf3de2bb6f54b0d098bdc8b475f00202228f9dbe8def546c7d865a19b34
BLAKE2b-256 checksum
How to use checksums
1de8d85314cfe4ccea78a8190b95ec60d71eabbd3db4684d1c9025cbe2ea692a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.5

Release files / pybind11_numpy_example-1.0.1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl

Download URL pybind11_numpy_example-1.0.1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Size 85.5 kB
Tags CPython 3.13 Linux glibc 2.17+ x86-32
SHA-256 checksum
How to use checksums
5a1462a7a3440e1b5a75e42a55383072550f0691e5ab34cede8d04a0eb17dace
BLAKE2b-256 checksum
How to use checksums
9d3c35b1e05822124bee9072a02bf36ee6c7d11d1156301aac59f00ef090966e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.5

Release files / pybind11_numpy_example-1.0.1-cp313-cp313-macosx_11_0_arm64.whl

Download URL pybind11_numpy_example-1.0.1-cp313-cp313-macosx_11_0_arm64.whl
Size 49.5 kB
Tags CPython 3.13 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
85e46f5a03b14e3c26bd90c7569ae08ed2d7bb143ef9f045c72ed42befb49513
BLAKE2b-256 checksum
How to use checksums
be759a7c252f741eb71fa840da68b7b4b6cbe96f4588c73ac52dda188c689869
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.5

Release files / pybind11_numpy_example-1.0.1-cp313-cp313-macosx_10_13_x86_64.whl

Download URL pybind11_numpy_example-1.0.1-cp313-cp313-macosx_10_13_x86_64.whl
Size 52.3 kB
Tags CPython 3.13 macOS 10.13+ x86-64
SHA-256 checksum
How to use checksums
cfd2d05cbb6a756b2849ca26cdec6256bafb39609b20e7679d8ee784d5f41e1b
BLAKE2b-256 checksum
How to use checksums
81efc3ceaa0749771bb0c49d501a57462547eaa1641a5648d179809dfc10f8b0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.5

Release files / pybind11_numpy_example-1.0.1-cp312-cp312-win_amd64.whl

Download URL pybind11_numpy_example-1.0.1-cp312-cp312-win_amd64.whl
Size 60.7 kB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
307e75af2956d4f6a8ed57c6043850056d4c3804b6c4cb8321e265cd2c5639d2
BLAKE2b-256 checksum
How to use checksums
3d7eaa0ee541e368053fe5cca57c3972bb4b14fb1d659dcbe2816a9b99941b03
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.5

Release files / pybind11_numpy_example-1.0.1-cp312-cp312-win32.whl

Download URL pybind11_numpy_example-1.0.1-cp312-cp312-win32.whl
Size 54.3 kB
Tags CPython 3.12 Windows x86-32
SHA-256 checksum
How to use checksums
bef2c2015cf01243230ffa16841410acd6c18d8a307a49c1554fd87d99fe787a
BLAKE2b-256 checksum
How to use checksums
a385b62f677f315a7b758ba17da4f714ed189fdf79b3a4e757314d134114f3f7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.5

Release files / pybind11_numpy_example-1.0.1-cp312-cp312-musllinux_1_2_x86_64.whl

Download URL pybind11_numpy_example-1.0.1-cp312-cp312-musllinux_1_2_x86_64.whl
Size 1.1 MB
Tags CPython 3.12 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
ae94841c2db4e31a2cb4aea71a35e9745f3329a956621b8ab43310250ffd0fa8
BLAKE2b-256 checksum
How to use checksums
caadaabd8d07aca08d1d4b7e29c179cc9357f4163c4bd06cb5a060425a735bf1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.5

Release files / pybind11_numpy_example-1.0.1-cp312-cp312-musllinux_1_2_i686.whl

Download URL pybind11_numpy_example-1.0.1-cp312-cp312-musllinux_1_2_i686.whl
Size 1.1 MB
Tags CPython 3.12 Linux musl 1.2+ x86-32
SHA-256 checksum
How to use checksums
6d487dc4b2011ba9ac4cf98c12a041aa5887630e286894ff7c6347c66deccbbe
BLAKE2b-256 checksum
How to use checksums
ea15da5bfe9cf4f68c6526e2bd207d0b101729fd853588e27136fd923ff3f068
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.5

Release files / pybind11_numpy_example-1.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL pybind11_numpy_example-1.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 79.9 kB
Tags CPython 3.12 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
9819f4897009f50c82bac2418a6cc4bb282f518b3bf6ce16e91ce0688954c588
BLAKE2b-256 checksum
How to use checksums
ce1c492279597801d37403f5554c0c997b3f7b948f32ee53f2dedf8993fd1475
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.5

Release files / pybind11_numpy_example-1.0.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl

Download URL pybind11_numpy_example-1.0.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Size 85.5 kB
Tags CPython 3.12 Linux glibc 2.17+ x86-32
SHA-256 checksum
How to use checksums
ddc5eef9b724209f021ca594d2e9ddf5eae6857524b39b44ebc43a552fc7d006
BLAKE2b-256 checksum
How to use checksums
2693db53feaf9450bf78455cee0dfa3a3485280956da08b45db0148f04571d57
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.5

Release files / pybind11_numpy_example-1.0.1-cp312-cp312-macosx_11_0_arm64.whl

Download URL pybind11_numpy_example-1.0.1-cp312-cp312-macosx_11_0_arm64.whl
Size 49.4 kB
Tags CPython 3.12 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
7ec7b3508fc96855edea9bc40ec8b4e42e8bb3a2e98b4ad9b05df0ca45b69a78
BLAKE2b-256 checksum
How to use checksums
4e279b543537cf111f38e8e16f895d801d69e69400c9f38b33f7bcb2cad707be
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.5

Release files / pybind11_numpy_example-1.0.1-cp312-cp312-macosx_10_9_x86_64.whl

Download URL pybind11_numpy_example-1.0.1-cp312-cp312-macosx_10_9_x86_64.whl
Size 52.3 kB
Tags CPython 3.12 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
ff7ee0ef1eb07c5037f88d4134071b9aff644b92ac24404c812ed4bcdd0f92c2
BLAKE2b-256 checksum
How to use checksums
a1573da5e886845497259cb352595d3ce7da43844bb7f6e73a314efcb2de50aa
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.5

Release files / pybind11_numpy_example-1.0.1-cp311-cp311-win_amd64.whl

Download URL pybind11_numpy_example-1.0.1-cp311-cp311-win_amd64.whl
Size 60.6 kB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
2cd0fae6bf291c8d10f8ea9bbc2e1ce4cc24b13988c790d0aa82e99058fe3bdd
BLAKE2b-256 checksum
How to use checksums
78ec05dc82e5f0114277d7fbb90a25899d86556967c9154d3bf4ece6651c7fe8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.5

Release files / pybind11_numpy_example-1.0.1-cp311-cp311-win32.whl

Download URL pybind11_numpy_example-1.0.1-cp311-cp311-win32.whl
Size 54.0 kB
Tags CPython 3.11 Windows x86-32
SHA-256 checksum
How to use checksums
c61d389e820c05cdc1136506fbc1c757163f97456f5ea6cbedeb07e4e83232bc
BLAKE2b-256 checksum
How to use checksums
e23649feaad8e1a1b25a6c91167d351f1fb57ed866ebc769786c2f9785977333
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.5

Release files / pybind11_numpy_example-1.0.1-cp311-cp311-musllinux_1_2_x86_64.whl

Download URL pybind11_numpy_example-1.0.1-cp311-cp311-musllinux_1_2_x86_64.whl
Size 1.1 MB
Tags CPython 3.11 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
ac3fbbffa8671a324dfdf4fc2c27f94e1482c10c61014748f1c1df1911e5c0c2
BLAKE2b-256 checksum
How to use checksums
84d438c77691f129a0bf0d1f56d9b21c6d54d46fe78e7576d72ea6de9fb57d9c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.5

Release files / pybind11_numpy_example-1.0.1-cp311-cp311-musllinux_1_2_i686.whl

Download URL pybind11_numpy_example-1.0.1-cp311-cp311-musllinux_1_2_i686.whl
Size 1.1 MB
Tags CPython 3.11 Linux musl 1.2+ x86-32
SHA-256 checksum
How to use checksums
2c54d9aeb9d81a3961be99f7c50b4c2f3878ebea6ff926118247c75d4c339adb
BLAKE2b-256 checksum
How to use checksums
9806f25833ae80b203af681f6e4190b71b8c368ae1652ff06296c0226193a284
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.5

Release files / pybind11_numpy_example-1.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL pybind11_numpy_example-1.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 80.4 kB
Tags CPython 3.11 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
4dc547966ea84572420095a87d7f36bed106f8f86e2f27777004ff6bdf65b093
BLAKE2b-256 checksum
How to use checksums
5902e91c227880367d16463d10f8577c2b439674db12c5c3694fc2902dfaa570
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.5

Release files / pybind11_numpy_example-1.0.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl

Download URL pybind11_numpy_example-1.0.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Size 85.9 kB
Tags CPython 3.11 Linux glibc 2.17+ x86-32
SHA-256 checksum
How to use checksums
133c9ada63ed17c54424c4ee85346763fc9ea64e5d977d74bb7a070125e7a5b9
BLAKE2b-256 checksum
How to use checksums
67f1cf6e2aff943b9262b3ff5bdfc044ca38af7e10c8636d121fecc43471450e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.5

Release files / pybind11_numpy_example-1.0.1-cp311-cp311-macosx_11_0_arm64.whl

Download URL pybind11_numpy_example-1.0.1-cp311-cp311-macosx_11_0_arm64.whl
Size 50.1 kB
Tags CPython 3.11 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
e3f2b3ce078e839ba29e377d2d577849a6dc5853288a80b9791b455b75bec056
BLAKE2b-256 checksum
How to use checksums
c730f488d0f92a9b978125fbe933253f5d910ff3191fe0a7b70d2cfafc070aee
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.5

Release files / pybind11_numpy_example-1.0.1-cp311-cp311-macosx_10_9_x86_64.whl

Download URL pybind11_numpy_example-1.0.1-cp311-cp311-macosx_10_9_x86_64.whl
Size 53.0 kB
Tags CPython 3.11 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
239550d5a5e3fd6aa7e4f0899f0433aa8c83a4961a543b47cee28ee6eab7ce6c
BLAKE2b-256 checksum
How to use checksums
a51d29fa58699acc642deffe91f2633de11c34ed71eacc8f409d8016492c559f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.5

Release files / pybind11_numpy_example-1.0.1-cp310-cp310-win_amd64.whl

Download URL pybind11_numpy_example-1.0.1-cp310-cp310-win_amd64.whl
Size 59.6 kB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
5f15a501574d3243245407b1259f924f9a1c1fe73849ef8300d08918ec492dcf
BLAKE2b-256 checksum
How to use checksums
a8a625f7e094e63204029c5aa8fae543c32c062f1ee185e9ccfdc6ce5a105502
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.5

Release files / pybind11_numpy_example-1.0.1-cp310-cp310-win32.whl

Download URL pybind11_numpy_example-1.0.1-cp310-cp310-win32.whl
Size 53.1 kB
Tags CPython 3.10 Windows x86-32
SHA-256 checksum
How to use checksums
9840ff921c1f09ced98c9c9c71bf0ff743f18c177e66c590244551fbba9ffc85
BLAKE2b-256 checksum
How to use checksums
c7c25e74b31d89d50645df33c724383ac5ff96890df4eda3399e001e95d566a4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.5

Release files / pybind11_numpy_example-1.0.1-cp310-cp310-musllinux_1_2_x86_64.whl

Download URL pybind11_numpy_example-1.0.1-cp310-cp310-musllinux_1_2_x86_64.whl
Size 1.1 MB
Tags CPython 3.10 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
f7b974819ca0311ceed3b443dcb1693d22fcb93688b2079850b68c5c509d1218
BLAKE2b-256 checksum
How to use checksums
5066759302411009dfd730c2705bde020ce9a1b087b092cfea5d8c86bc3724a0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.5

Release files / pybind11_numpy_example-1.0.1-cp310-cp310-musllinux_1_2_i686.whl

Download URL pybind11_numpy_example-1.0.1-cp310-cp310-musllinux_1_2_i686.whl
Size 1.1 MB
Tags CPython 3.10 Linux musl 1.2+ x86-32
SHA-256 checksum
How to use checksums
6feed76125f36263add5fbdb8c062e06162ddbeae24b1990043a4ef267dc9b6a
BLAKE2b-256 checksum
How to use checksums
a211ab0bb4171c6392df96a9a5c960a6d0f70e58a27c1a823c99cd4f2d209f00
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.5

Release files / pybind11_numpy_example-1.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL pybind11_numpy_example-1.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 78.6 kB
Tags CPython 3.10 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
4f79f898016bba8d5d952334171b972f38ac0eb55fcf6da56d8c59699137748e
BLAKE2b-256 checksum
How to use checksums
df7056d5cc481e684eb615df60b84be6e4ae53e7128a3b799e547108fcc120e4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.5

Release files / pybind11_numpy_example-1.0.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl

Download URL pybind11_numpy_example-1.0.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Size 84.5 kB
Tags CPython 3.10 Linux glibc 2.17+ x86-32
SHA-256 checksum
How to use checksums
21a97e153e188fbf8433a1f4ec5828bf921e7efb83162e83a700d1cf040cb5f5
BLAKE2b-256 checksum
How to use checksums
5edc30e9db083fa4b3dba9079349c41af0ba632e9c0b2477d00d5993ffa9808f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.5

Release files / pybind11_numpy_example-1.0.1-cp310-cp310-macosx_11_0_arm64.whl

Download URL pybind11_numpy_example-1.0.1-cp310-cp310-macosx_11_0_arm64.whl
Size 48.8 kB
Tags CPython 3.10 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
9d04623ffbfbb5cbef77b0a33a3793ffb7bb17d8250c0c29d609611ba439baa6
BLAKE2b-256 checksum
How to use checksums
983cdf91a97b9b19b56678c20ee229704e82e0977848731eb687f9bf12715eae
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.5

Release files / pybind11_numpy_example-1.0.1-cp310-cp310-macosx_10_9_x86_64.whl

Download URL pybind11_numpy_example-1.0.1-cp310-cp310-macosx_10_9_x86_64.whl
Size 51.7 kB
Tags CPython 3.10 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
c4c32dd6304d89a74236a006441da636f91ab67faaf9f3a3b6684f444aff37c6
BLAKE2b-256 checksum
How to use checksums
d7036a1e75bf30ccd09a38579e777c71b7c74cad848bc326e246b55c0dac7bfa
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.5

Release files / pybind11_numpy_example-1.0.1-cp39-cp39-win_amd64.whl

Download URL pybind11_numpy_example-1.0.1-cp39-cp39-win_amd64.whl
Size 59.4 kB
Tags CPython 3.9 Windows x86-64
SHA-256 checksum
How to use checksums
1e4c31bce5cab9e8c8647bb10ac600f1dae63312490c9ac3e48950b49296519e
BLAKE2b-256 checksum
How to use checksums
90a85ebaf257f44e49d6bf3b5386c6b9b10f4d8c5d95574d9d80719e7a88dc14
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.5

Release files / pybind11_numpy_example-1.0.1-cp39-cp39-win32.whl

Download URL pybind11_numpy_example-1.0.1-cp39-cp39-win32.whl
Size 53.3 kB
Tags CPython 3.9 Windows x86-32
SHA-256 checksum
How to use checksums
c5cc8bdb339f144758ae6af345259731098b720341f7af8229fa132b926f3bb3
BLAKE2b-256 checksum
How to use checksums
ece42c128d4ff8ffd0bf61df078bd324bb998a4113bd0fd55b9efca0aafa430d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.5

Release files / pybind11_numpy_example-1.0.1-cp39-cp39-musllinux_1_2_x86_64.whl

Download URL pybind11_numpy_example-1.0.1-cp39-cp39-musllinux_1_2_x86_64.whl
Size 1.1 MB
Tags CPython 3.9 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
9200d1800490ff5583f18740ffcf705b295dd835e2bb3ea0e9400b33bf8eb633
BLAKE2b-256 checksum
How to use checksums
b5b2c5cb13ce200800c38b1b9be0c1c1e02253722322be2e3c481005c6cd5dc1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.5

Release files / pybind11_numpy_example-1.0.1-cp39-cp39-musllinux_1_2_i686.whl

Download URL pybind11_numpy_example-1.0.1-cp39-cp39-musllinux_1_2_i686.whl
Size 1.1 MB
Tags CPython 3.9 Linux musl 1.2+ x86-32
SHA-256 checksum
How to use checksums
fd493dd7b20a6a219d5b24acc0a655d2e5f3ca292b9e22d2abc75dc6b857c727
BLAKE2b-256 checksum
How to use checksums
7197feca50b79cbac3a0724ecc485b5a4c0ee8d33f68fd64abe5049f99295e7a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.5

Release files / pybind11_numpy_example-1.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL pybind11_numpy_example-1.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 78.6 kB
Tags CPython 3.9 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
6dbf81855f24cce9052e0df0571ee19922932301930d2fc171440ca26a2a8be8
BLAKE2b-256 checksum
How to use checksums
91df55d2d482322bd07ac10505cad1162164da0de5a314d2d658d24c9d52f68b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.5

Release files / pybind11_numpy_example-1.0.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl

Download URL pybind11_numpy_example-1.0.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Size 84.5 kB
Tags CPython 3.9 Linux glibc 2.17+ x86-32
SHA-256 checksum
How to use checksums
fb0c5ed52cdc270c99527fedb402ae9930870ed55471782bf85d21b13f772983
BLAKE2b-256 checksum
How to use checksums
bdab34f981e3f2c01914b229573ebf6b7fc7595b6a2af05a80230d7d4209d47a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.5

Release files / pybind11_numpy_example-1.0.1-cp39-cp39-macosx_11_0_arm64.whl

Download URL pybind11_numpy_example-1.0.1-cp39-cp39-macosx_11_0_arm64.whl
Size 48.9 kB
Tags CPython 3.9 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
04b8cae7706d518067f440e7a214111fab9e5a5373beacc0bf581dbf807903b5
BLAKE2b-256 checksum
How to use checksums
046b3cf8d96c952c889700bf5c8ed50203fddb46f72be1b9475e56d2e1c2e222
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.5

Release files / pybind11_numpy_example-1.0.1-cp39-cp39-macosx_10_9_x86_64.whl

Download URL pybind11_numpy_example-1.0.1-cp39-cp39-macosx_10_9_x86_64.whl
Size 51.7 kB
Tags CPython 3.9 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
f3258c114c76bb5cda8087fb218d7b666381c6df6012299226cbb0d60ae67afb
BLAKE2b-256 checksum
How to use checksums
d347fa812b4919207f7317926074e9f829e96594871629fc040718b71b3edc4c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.5

Release files / pybind11_numpy_example-1.0.1-cp38-cp38-win_amd64.whl

Download URL pybind11_numpy_example-1.0.1-cp38-cp38-win_amd64.whl
Size 59.7 kB
Tags CPython 3.8 Windows x86-64
SHA-256 checksum
How to use checksums
4215f46614087519ecac8f7a0f179133c0b9be96dfad23ccd42c33bd361090a0
BLAKE2b-256 checksum
How to use checksums
b8d39adc30161f5f873cf276f447e088bdcb4071bb120aef5e53a766144078be
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.5

Release files / pybind11_numpy_example-1.0.1-cp38-cp38-win32.whl

Download URL pybind11_numpy_example-1.0.1-cp38-cp38-win32.whl
Size 53.1 kB
Tags CPython 3.8 Windows x86-32
SHA-256 checksum
How to use checksums
82eefb7e923a06f34d66c7b52b17ab341e26bc2775b0f147267065aa1a2c8586
BLAKE2b-256 checksum
How to use checksums
f8127633182c6cba8a3ebfb238b3cdb40a8e9e8331b13c11d19c6b59e4403018
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.5

Release files / pybind11_numpy_example-1.0.1-cp38-cp38-musllinux_1_2_x86_64.whl

Download URL pybind11_numpy_example-1.0.1-cp38-cp38-musllinux_1_2_x86_64.whl
Size 1.1 MB
Tags CPython 3.8 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
9fb6f6d5c40cfec1af5bdc39150b84e7f10bc95f4d82868d62b1bfe6a2ee3cb6
BLAKE2b-256 checksum
How to use checksums
0ab21f99efcab3b661614c59b1b91c762ff0f64b51bfdb0f1bbf5c6eec0a467f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.5

Release files / pybind11_numpy_example-1.0.1-cp38-cp38-musllinux_1_2_i686.whl

Download URL pybind11_numpy_example-1.0.1-cp38-cp38-musllinux_1_2_i686.whl
Size 1.1 MB
Tags CPython 3.8 Linux musl 1.2+ x86-32
SHA-256 checksum
How to use checksums
9a265bde0e29c9cc1250415706921b72571d38469b239bc2202f55df57cef85e
BLAKE2b-256 checksum
How to use checksums
7f034360c121b8fba640669ceba00cfb073690426aa450cbd58b4b27823e9a09
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.5

Release files / pybind11_numpy_example-1.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL pybind11_numpy_example-1.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 78.5 kB
Tags CPython 3.8 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
8898e3597b10cc0d9ef07d041f0fa2448fad656ed535dd35c1b4e966f1f47143
BLAKE2b-256 checksum
How to use checksums
d67d598d522e2eb942035f201dc63505e08cb3a123202872e1d3426abd63b9fe
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.5

Release files / pybind11_numpy_example-1.0.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl

Download URL pybind11_numpy_example-1.0.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Size 84.2 kB
Tags CPython 3.8 Linux glibc 2.17+ x86-32
SHA-256 checksum
How to use checksums
9afca0a58c4b5d839c8fe94afa43293ea49e9c29b4ceb8718678dd728b46ea66
BLAKE2b-256 checksum
How to use checksums
f9767827a602f51510d05380cabeb52106fd950f9dfe13ec9e1495af68f7a9a4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.5

Release files / pybind11_numpy_example-1.0.1-cp38-cp38-macosx_11_0_arm64.whl

Download URL pybind11_numpy_example-1.0.1-cp38-cp38-macosx_11_0_arm64.whl
Size 48.7 kB
Tags CPython 3.8 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
ebcb3a01e2a68a9e7e78049c8590cff5ef530a83917cf4f436666cd105cb2c18
BLAKE2b-256 checksum
How to use checksums
8a2279947c04c1dd9bea54e8b4f4bc274322b1c3c36003eec2cada518c8ea029
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.5

Release files / pybind11_numpy_example-1.0.1-cp38-cp38-macosx_10_9_x86_64.whl

Download URL pybind11_numpy_example-1.0.1-cp38-cp38-macosx_10_9_x86_64.whl
Size 51.5 kB
Tags CPython 3.8 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
71d711eee1e64fecbdf9d2aa5c09718a75881d5e30b5c7729a3845e5ab6ef766
BLAKE2b-256 checksum
How to use checksums
fa69fdaa51ad861bb5f6dc15be70cb09fdd447ba2c511c376ed6e666cc536bad
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.5

Release history Release notifications | RSS feed

This release

1.0.1 This release

64 release files

1.0.0

67 release files

0.0.9

58 release files

0.0.7

58 release files

0.0.6

58 release files

0.0.5

47 release files

0.0.4

54 release files

0.0.3

29 release files

0.0.2

24 release files

0.0.1

24 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page