.. SPDX-FileCopyrightText: © 2015 Read the Docs, Inc .. SPDX-FileCopyrightText: © 2024 The "Whiteprints" contributors .. .. SPDX-License-Identifier: MIT whiteprints.uvx_run =================== .. py:module:: whiteprints.uvx_run .. autoapi-nested-parse:: Run uvx commands. We use Python subprocesses. Classes ------- .. autoapisummary:: whiteprints.uvx_run.UVX Module Contents --------------- .. SPDX-FileCopyrightText: © 2015 Read the Docs, Inc .. SPDX-FileCopyrightText: © 2024 The "Whiteprints" contributors .. .. SPDX-License-Identifier: MIT .. py:class:: UVX Manage the uv program. .. SPDX-FileCopyrightText: © 2015 Read the Docs, Inc .. SPDX-FileCopyrightText: © 2024 The "Whiteprints" contributors .. .. SPDX-License-Identifier: MIT .. py:property:: bin :type: pathlib.Path The uv binary path. :returns: a path to the uv binary. .. SPDX-FileCopyrightText: © 2015 Read the Docs, Inc .. SPDX-FileCopyrightText: © 2024 The "Whiteprints" contributors .. .. SPDX-License-Identifier: MIT .. py:method:: run(command: collections.abc.Iterable[str]) -> None Run `uv tool run`. .. note:: `uv tool run` is equivalent to `uvx` :param command: The `uv tool run` command to execute.