bundle.pybind.specs.module¶
Classes¶
This class defines the configuration options required to build a pybind11 extension module. |
Module Contents¶
- class bundle.pybind.specs.module.ModuleSpec(/, **data: Any)[source]¶
Bases:
bundle.core.data.DataThis class defines the configuration options required to build a pybind11 extension module. It encapsulates all relevant build parameters, such as source files, language standard, compiler and linker arguments, and package configuration dependencies.
- pkgconfig: bundle.pybind.specs.PkgConfigSpec = None¶