cgse-core 2025.0.2__tar.gz → 2025.0.3__tar.gz
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.
- cgse_core-2025.0.3/.envrc.disabled +9 -0
- {cgse_core-2025.0.2 → cgse_core-2025.0.3}/.gitignore +4 -0
- {cgse_core-2025.0.2 → cgse_core-2025.0.3}/PKG-INFO +1 -1
- {cgse_core-2025.0.2 → cgse_core-2025.0.3}/pyproject.toml +1 -1
- {cgse_core-2025.0.2 → cgse_core-2025.0.3}/README.md +0 -0
- {cgse_core-2025.0.2 → cgse_core-2025.0.3}/src/egse/confman/__init__.py +0 -0
- {cgse_core-2025.0.2 → cgse_core-2025.0.3}/src/egse/confman/__main__.py +0 -0
- {cgse_core-2025.0.2 → cgse_core-2025.0.3}/src/egse/confman/confman.yaml +0 -0
- {cgse_core-2025.0.2 → cgse_core-2025.0.3}/src/egse/confman/confman_cs.py +0 -0
- {cgse_core-2025.0.2 → cgse_core-2025.0.3}/src/egse/logger/__init__.py +0 -0
- {cgse_core-2025.0.2 → cgse_core-2025.0.3}/src/egse/logger/__main__.py +0 -0
- {cgse_core-2025.0.2 → cgse_core-2025.0.3}/src/egse/logger/log_cs.py +0 -0
- {cgse_core-2025.0.2 → cgse_core-2025.0.3}/src/egse/procman/__init__.py +0 -0
- {cgse_core-2025.0.2 → cgse_core-2025.0.3}/src/egse/procman/procman.yaml +0 -0
- {cgse_core-2025.0.2 → cgse_core-2025.0.3}/src/egse/procman/procman_cs.py +0 -0
- {cgse_core-2025.0.2 → cgse_core-2025.0.3}/src/egse/storage/__init__.py +0 -0
- {cgse_core-2025.0.2 → cgse_core-2025.0.3}/src/egse/storage/__main__.py +0 -0
- {cgse_core-2025.0.2 → cgse_core-2025.0.3}/src/egse/storage/persistence.py +0 -0
- {cgse_core-2025.0.2 → cgse_core-2025.0.3}/src/egse/storage/storage.yaml +0 -0
- {cgse_core-2025.0.2 → cgse_core-2025.0.3}/src/egse/storage/storage_cs.py +0 -0
- {cgse_core-2025.0.2 → cgse_core-2025.0.3}/src/scripts/cgse.py +0 -0
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
SITE=CSL2
|
|
2
|
+
|
|
3
|
+
export PLATO_CONF_DATA_LOCATION=~/Documents/PyCharmProjects/plato-cgse-conf/data/${SITE}/conf
|
|
4
|
+
export PLATO_CONF_REPO_LOCATION=~/Documents/PyCharmProjects/plato-cgse-conf
|
|
5
|
+
export PLATO_DATA_STORAGE_LOCATION=~/data
|
|
6
|
+
export PLATO_LOCAL_SETTINGS=~/cgse/local_settings.yaml
|
|
7
|
+
|
|
8
|
+
export PYTHONSTARTUP=~/Documents/PyCharmProjects/plato-common-egse/startup.py
|
|
9
|
+
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|