e3_build_tools.process¶
Module for processes.
Attributes¶
Classes¶
Class for building an e3 environment from a specification. |
|
Class for generating an e3 specification file. |
Module Contents¶
- e3_build_tools.process.logger: e3_build_tools.logging.CustomLogger[source]¶
- class e3_build_tools.process.EnvironmentBuildProcess(specification: pathlib.Path, build_dir: pathlib.Path, install_path: pathlib.Path, use_ssh: bool, token: str, verbose: bool, log_file: pathlib.Path, jobs: int)[source]¶
Class for building an e3 environment from a specification.
- class e3_build_tools.process.SpecificationGenerationProcess(formula: pathlib.Path, build_dir: pathlib.Path, install_path: pathlib.Path, use_ssh: bool, group_id: int, token: str, verbose: bool, log_file: pathlib.Path, branch: str)[source]¶
Bases:
EnvironmentBuildProcessClass for generating an e3 specification file.