.. SPDX-FileCopyrightText: © 2015 Read the Docs, Inc .. SPDX-FileCopyrightText: © 2024 The "Whiteprints" contributors .. .. SPDX-License-Identifier: MIT whiteprints.copier_run ====================== .. py:module:: whiteprints.copier_run .. autoapi-nested-parse:: Run copier commands. We use uvx. Classes ------- .. autoapisummary:: whiteprints.copier_run.Copier Module Contents --------------- .. SPDX-FileCopyrightText: © 2015 Read the Docs, Inc .. SPDX-FileCopyrightText: © 2024 The "Whiteprints" contributors .. .. SPDX-License-Identifier: MIT .. py:class:: Copier Manage the copier command. .. SPDX-FileCopyrightText: © 2015 Read the Docs, Inc .. SPDX-FileCopyrightText: © 2024 The "Whiteprints" contributors .. .. SPDX-License-Identifier: MIT .. py:property:: uvx :type: whiteprints.uvx_run.UVX A uvx manager. :returns: a uvx manager instance. .. SPDX-FileCopyrightText: © 2015 Read the Docs, Inc .. SPDX-FileCopyrightText: © 2024 The "Whiteprints" contributors .. .. SPDX-License-Identifier: MIT .. py:method:: copy(command: collections.abc.Iterable[str], *, context: collections.abc.Iterable[str] = (), trust: bool = False) -> None Run a copier command. :param command: arguments for the copier copy command. :param context: additional depenencies to inject. :param trust: copier trust for code execution.