copier_python_tools.__main__#

CLI for tools.

Module Contents#

Functions#

main

compile

Compile.

add_change

Add change.

get_actions

Get actions used by this repository.

log

Send object to stdout.

Data#

APP

CLI.

API#

copier_python_tools.__main__.APP#

‘App(…)’

CLI.

copier_python_tools.__main__.main()#
copier_python_tools.__main__.compile(
high: bool = False,
)#

Compile.

copier_python_tools.__main__.add_change(
change: copier_python_tools.types.ChangeType = 'change',
)#

Add change.

copier_python_tools.__main__.get_actions()#

Get actions used by this repository.

For additional security, select “Allow and select non-, actions and reusable workflows” in the General section of your Actions repository settings, and paste the output of this command into the “Allow specified actions and reusable workflows” block.

Parameters#

  • high: Highest dependencies.

copier_python_tools.__main__.log(
obj,
)#

Send object to stdout.