/poetry-pybind11

Example of how to build with pybind11 in poetry

Primary LanguageC++

Simple example of using pybind11 with poetry

This project is a fork of Octavifs repository updated with the configuration tweaks to act as a scaffold to integrate poetry >=1.6 and pybind11 >=2.11.

See this link to explanation about performing the parallelism and benchmarking it as I've skipped this in the demo here.

Setup

  • Ensure you have poetry installed using whatever package manager floats your boat
  • Clone this repo and cd into it
  • poetry install
  • poetry run pytest