Data Structures | |
| class | appli_gen.xml_parser |
Namespaces | |
| namespace | appli_gen |
Functions | |
| str | appli_gen.undestdir (str path) |
| Path | appli_gen.path_with_destdir (str|Path path_str) |
| int | appli_gen.install (Path prefix, Path config_file, bool force=False, int verbose=0) |
| int | appli_gen.main () |
Variables | |
| string | appli_gen.appli_tag = "application" |
| string | appli_gen.parent_appli_tag = "parent_application" |
| string | appli_gen.prereq_tag = "prerequisites" |
| string | appli_gen.context_tag = "context" |
| string | appli_gen.venv_directory_tag = "venv_directory" |
| string | appli_gen.sha1_collect_tag = "sha1_collections" |
| string | appli_gen.modules_tag = "modules" |
| string | appli_gen.module_tag = "module" |
| string | appli_gen.samples_tag = "samples" |
| string | appli_gen.extra_tests_tag = "extra_tests" |
| string | appli_gen.extra_test_tag = "extra_test" |
| string | appli_gen.resources_tag = "resources" |
| string | appli_gen.env_modules_tag = "env_modules" |
| string | appli_gen.env_module_tag = "env_module" |
| string | appli_gen.python_tag = "python" |
| string | appli_gen.absolute_appli_dir_tag = "absolute_appli_dir" |
| string | appli_gen.runner_tag = "runner" |
| string | appli_gen.name_att = "name" |
| string | appli_gen.path_att = "path" |
| string | appli_gen.gui_att = "gui" |
| string | appli_gen.version_att = "version" |
| appli_gen.CURDIR = Path(__file__).parent | |
| string | appli_gen.APPLISKEL_DIR = CURDIR / "appliskel" |
| string | appli_gen.DEFAULT_LAUNCHER_NAME = "salome" |
| string | appli_gen.DEFAULT_ABSOLUTE_APPLI_DIR = "SALOME" |
| appli_gen.DESTDIR = os.getenv("DESTDIR", "") | |