nmk_python.backends.pip_build_backend¶
Pip build backend module.
Classes¶
Pip build backend implementation |
Module Contents¶
- class nmk_python.backends.pip_build_backend.PipBuildBackend¶
Bases:
nmk_python.backends.build_backend.PythonBuildBackendPip build backend implementation
- Parameters:
model – NmkModel instance
- install_editable()¶
- install_wheel(wheel_path: pathlib.Path)¶
- build_wheel(build_dir: pathlib.Path, built_wheel_name: str, wheel_version: str) pathlib.Path¶
- uninstall_wheels(wheel_names: list[str])¶