nmk_python.backends.uv_build_backend

Uv build backend module.

Classes

UvBuildBackend

Uv build backend implementation

Module Contents

class nmk_python.backends.uv_build_backend.UvBuildBackend

Bases: nmk_python.backends.build_backend.PythonBuildBackend

Uv 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_wheel(wheel_name: str)