pylab_ml.misc.project_info.Project_Info

class Project_Info(filename, logger, path='harness/project_info.yaml')[source]

Bases: object

__init__(filename, logger, path='harness/project_info.yaml')[source]

Get project infos from the harness/project_info.yaml file.

and set the environment variable.

Methods

__init__(filename, logger[, path])

Get project infos from the harness/project_info.yaml file.

replace_variables(value)

Check if valuestr has environment-variables starts with $, or valuestr has path-value like './'.

replace_variables(value)[source]

Check if valuestr has environment-variables starts with $, or valuestr has path-value like ‘./’.

If yes than replace environment-variables with its value,