e3_build_tools.cli.e3_generator

Entry-point to generate specifications.

Attributes

Functions

generate_e3(→ None)

Generate a specification file based on a formula.

main()

Run the main function.

Module Contents

e3_build_tools.cli.e3_generator.logger[source]
e3_build_tools.cli.e3_generator.generate_e3(formula: pathlib.Path, build_dir: pathlib.Path, install_path: pathlib.Path, use_ssh: bool, group_id: int, assume_yes: bool, token: str, verbose: bool, log_file: pathlib.Path, dry_run: bool, branch: str) None[source]

Generate a specification file based on a formula.

e3_build_tools.cli.e3_generator.main()[source]

Run the main function.