cgse-tools 2025.0.8.dev3__py3-none-any.whl → 2025.0.8.dev4__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -97,6 +97,22 @@ def init(project: str = ""):
97
97
  """
98
98
  )
99
99
  )
100
+ else:
101
+ rich.print(
102
+ textwrap.dedent(
103
+ f"""
104
+ # -> Add the following lines to your bash profile or equivalent
105
+
106
+ export PROJECT={project}
107
+ export SITE_ID={site_id}
108
+ export {project}_DATA_STORAGE_LOCATION={data_storage_location}
109
+ export {project}_CONF_DATA_LOCATION={conf_data_location}
110
+ export {project}_LOG_FILE_LOCATION={log_file_location}
111
+ export {project}_LOCAL_SETTINGS={local_settings_path}
112
+ """
113
+ )
114
+
115
+ )
100
116
 
101
117
 
102
118
  show = typer.Typer(help="Show information about settings, environment, setup, ...", no_args_is_help=True)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cgse-tools
3
- Version: 2025.0.8.dev3
3
+ Version: 2025.0.8.dev4
4
4
  Summary: Tools for CGSE
5
5
  Author: IVS KU Leuven
6
6
  Maintainer-email: Rik Huygen <rik.huygen@kuleuven.be>, Sara Regibo <sara.regibo@kuleuven.be>
@@ -0,0 +1,8 @@
1
+ cgse_tools/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
+ cgse_tools/cgse_commands.py,sha256=TWT8w4Z3g1pYXxnzPRiMKJuSStS1GEqiIkg6_ceQ0CM,6688
3
+ cgse_tools/cgse_services.py,sha256=ZERds5uCHuR5_R4YpBkc2yUTGImtVdKlItherlfL5IM,661
4
+ egse/tools/status.py,sha256=2PFjU760X-E2aeLI5sWOZJ_rqHWCG6YwjmqreYpJ6_c,2188
5
+ cgse_tools-2025.0.8.dev4.dist-info/METADATA,sha256=L5v7rnh5zXRp9Qc0hWOyXShDo2Ra39JM-3ec_iPcghw,613
6
+ cgse_tools-2025.0.8.dev4.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
7
+ cgse_tools-2025.0.8.dev4.dist-info/entry_points.txt,sha256=asDXVFTyqyl1w9ypPj7KqktTlRCk_wAFekHAl2eL3H4,327
8
+ cgse_tools-2025.0.8.dev4.dist-info/RECORD,,
@@ -1,8 +0,0 @@
1
- cgse_tools/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- cgse_tools/cgse_commands.py,sha256=Rz2J8LUV_SOXDzAaD2cyLsYELL9NI8TpyTP_uakeUtg,6095
3
- cgse_tools/cgse_services.py,sha256=ZERds5uCHuR5_R4YpBkc2yUTGImtVdKlItherlfL5IM,661
4
- egse/tools/status.py,sha256=2PFjU760X-E2aeLI5sWOZJ_rqHWCG6YwjmqreYpJ6_c,2188
5
- cgse_tools-2025.0.8.dev3.dist-info/METADATA,sha256=l9Xf3xEMjeFI4k8g6ehNTSFtfWLIGW0cESRA-5vUuw8,613
6
- cgse_tools-2025.0.8.dev3.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
7
- cgse_tools-2025.0.8.dev3.dist-info/entry_points.txt,sha256=asDXVFTyqyl1w9ypPj7KqktTlRCk_wAFekHAl2eL3H4,327
8
- cgse_tools-2025.0.8.dev3.dist-info/RECORD,,