bundle.pybind.resolved.pkgconfig ================================ .. py:module:: bundle.pybind.resolved.pkgconfig Classes ------- .. autoapisummary:: bundle.pybind.resolved.pkgconfig.PkgConfigResult bundle.pybind.resolved.pkgconfig.PkgConfigResolved Module Contents --------------- .. py:class:: PkgConfigResult(/, **data: Any) Bases: :py:obj:`bundle.core.data.Data` Base data model class, providing utilities for serialization and deserialization from/to JSON, along with JSON Schema generation. .. attribute:: model_config Default model configuration settings. .. py:attribute:: name :type: str :value: None .. py:attribute:: include_dirs :type: list[str] :value: None .. py:attribute:: compile_flags :type: list[str] :value: None .. py:attribute:: library_dirs :type: list[str] :value: None .. py:attribute:: libraries :type: list[str] :value: None .. py:attribute:: link_flags :type: list[str] :value: None .. py:class:: PkgConfigResolved(/, **data: Any) Bases: :py:obj:`bundle.core.data.Data` Base data model class, providing utilities for serialization and deserialization from/to JSON, along with JSON Schema generation. .. attribute:: model_config Default model configuration settings. .. py:attribute:: spec :type: bundle.pybind.specs.PkgConfigSpec .. py:attribute:: resolved :type: list[PkgConfigResult] :value: None