bundle.pybind.cli

CLI for pybind setuptools helper module, leveraging pkgconfig and pybind11.

Attributes

log

Functions

pybind()

Manage pybind11 build tasks.

build(path, parallel)

Build the pybind11 extensions in-place for the given project path.

info(path)

Show the current pybind11 configuration for the given project path.

Module Contents

bundle.pybind.cli.log
async bundle.pybind.cli.pybind()

Manage pybind11 build tasks.

async bundle.pybind.cli.build(path: str, parallel: int)

Build the pybind11 extensions in-place for the given project path.

async bundle.pybind.cli.info(path: str)

Show the current pybind11 configuration for the given project path.