nmk_python.project ================== .. py:module:: nmk_python.project .. autoapi-nested-parse:: Python project file builder Classes ------- .. autoapisummary:: nmk_python.project.PythonProjectBuilder Module Contents --------------- .. py:class:: PythonProjectBuilder(model: nmk.model.model.NmkModel) Bases: :py:obj:`nmk_base.common.TemplateBuilder` Python project file builder .. py:method:: build(fragment_files: List[str], items: dict) Generates python project file from fragments and items :param fragment_files: List of fragment files to be merged :param items: Dict of project items to be merged