nmk_python.backends.pip_build_backend ===================================== .. py:module:: nmk_python.backends.pip_build_backend .. autoapi-nested-parse:: Pip build backend module. Classes ------- .. autoapisummary:: nmk_python.backends.pip_build_backend.PipBuildBackend Module Contents --------------- .. py:class:: PipBuildBackend Bases: :py:obj:`nmk_python.backends.build_backend.PythonBuildBackend` Pip build backend implementation :param model: NmkModel instance .. py:method:: install_editable() .. py:method:: install_wheel(wheel_path: pathlib.Path) .. py:method:: build_wheel(build_dir: pathlib.Path, built_wheel_name: str, wheel_version: str) -> pathlib.Path .. py:method:: uninstall_wheel(wheel_name: str)