.. SPDX-FileCopyrightText: © 2015 Read the Docs, Inc .. SPDX-FileCopyrightText: © 2024 The "Whiteprints" contributors .. .. SPDX-License-Identifier: MIT whiteprints.cli.command.init ============================ .. py:module:: whiteprints.cli.command.init .. autoapi-nested-parse:: The 'init' command. Functions --------- .. autoapisummary:: whiteprints.cli.command.init.init Module Contents --------------- .. SPDX-FileCopyrightText: © 2015 Read the Docs, Inc .. SPDX-FileCopyrightText: © 2024 The "Whiteprints" contributors .. .. SPDX-License-Identifier: MIT .. py:function:: init(project_directory: pathlib.Path, copier_args: collections.abc.Iterable[str], **kwargs: Unpack[whiteprints.cli.init_interface.InitKwargs]) -> None Initialize a python project. :param project_directory: directory the new project will be created. :param copier_args: arguments forwarded to copier. :param kwargs: the command line flags.