gigl.common.constants#

Attributes#

Functions#

parse_makefile_vars(makefile_path)

Parse variables from a Makefile-like file.

Module Contents#

gigl.common.constants.parse_makefile_vars(makefile_path)[source]#

Parse variables from a Makefile-like file.

Parameters:

makefile_path (Path) – The path to the Makefile-like file.

Returns:

A dictionary containing key-value pairs of variables defined in the file.

Return type:

Dict[str, str]

gigl.common.constants.DOCKER_LATEST_BASE_CPU_IMAGE_NAME_WITH_TAG: Final[str][source]#
gigl.common.constants.DOCKER_LATEST_BASE_CUDA_IMAGE_NAME_WITH_TAG: Final[str][source]#
gigl.common.constants.DOCKER_LATEST_BASE_DATAFLOW_IMAGE_NAME_WITH_TAG: Final[str][source]#
gigl.common.constants.GIGL_ROOT_DIR: Final[pathlib.Path][source]#
gigl.common.constants.PATH_BASE_IMAGES_VARIABLE_FILE: Final[pathlib.Path][source]#
gigl.common.constants.PATH_GIGL_PKG_INIT_FILE: Final[pathlib.Path][source]#
gigl.common.constants.SPARK_31_TFRECORD_JAR_GCS_PATH: Final[str][source]#
gigl.common.constants.SPARK_31_TFRECORD_JAR_LOCAL_PATH: Final[str] = ''[source]#
gigl.common.constants.SPARK_35_TFRECORD_JAR_GCS_PATH: Final[str][source]#
gigl.common.constants.SPARK_35_TFRECORD_JAR_LOCAL_PATH: Final[str] = ''[source]#