bundle.pybind.cli ================= .. py:module:: bundle.pybind.cli .. autoapi-nested-parse:: CLI for pybind setuptools helper module, leveraging pkgconfig and pybind11. Attributes ---------- .. autoapisummary:: bundle.pybind.cli.log Functions --------- .. autoapisummary:: bundle.pybind.cli.pybind bundle.pybind.cli.build bundle.pybind.cli.info Module Contents --------------- .. py:data:: log .. py:function:: pybind() :async: Manage pybind11 build tasks. .. py:function:: build(path: str, parallel: int) :async: Build the pybind11 extensions in-place for the given project path. .. py:function:: info(path: str) :async: Show the current pybind11 configuration for the given project path.