cgse-core 2025.0.5__py3-none-any.whl → 2025.0.6__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.
cgse_core/__init__.py ADDED
File without changes
@@ -1,3 +1,6 @@
1
+ PACKAGES:
2
+ CGSE_CORE: The core services of the CGSE
3
+
1
4
  Logging Control Server: # LOG_CS
2
5
 
3
6
  PROTOCOL: tcp
@@ -1,8 +1,9 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cgse-core
3
- Version: 2025.0.5
3
+ Version: 2025.0.6
4
4
  Summary: Core services for the CGSE framework
5
- Author-email: Rik Huygen <rik.huygen@kuleuven.be>, Sara Regibo <sara.regibo@kuleuven.be>
5
+ Author: IVS KU Leuven
6
+ Maintainer-email: Rik Huygen <rik.huygen@kuleuven.be>, Sara Regibo <sara.regibo@kuleuven.be>
6
7
  License-Expression: MIT
7
8
  Keywords: CGSE,Common-EGSE,hardware testing,software framework
8
9
  Requires-Python: >=3.9
@@ -1,4 +1,5 @@
1
- egse/settings.yaml,sha256=OtloyzII85CFJ1mG00QrRts7jtWAMHBOeXBb0QVc9kY,2663
1
+ cgse_core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
+ cgse_core/settings.yaml,sha256=XCCcRzO_U08O1lKe6hgWmn2o4iqdF1XvshHmlf9LHjw,2719
2
3
  egse/confman/__init__.py,sha256=Woeffl3sRL-r3tfEgbtCSwZBd2GnctSt0zxULeE10c8,37831
3
4
  egse/confman/__main__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
5
  egse/confman/confman.yaml,sha256=V3TnUHEVlrHt2VZ1HFOGgRVjq_fhWAIAg5eslKddMEs,2909
@@ -15,7 +16,7 @@ egse/storage/persistence.py,sha256=e4kMTszUXQxqPWBfnA_3elRHaKQmXJvKri7LwXQZXdk,1
15
16
  egse/storage/storage.yaml,sha256=zTRtRFbuMLBILsnlIphG6iWjI1Nav6tW7uOm4cUvFuk,2593
16
17
  egse/storage/storage_cs.py,sha256=Z-HnpeqF5QgRLjhEnW4jIQ6QKFdY55jK1XBUttxww_k,5447
17
18
  scripts/cgse.py,sha256=euz9Lw3Lh0X-DZct7jywTX6JQJPiBua_zIRhsERI-64,5182
18
- cgse_core-2025.0.5.dist-info/METADATA,sha256=Q2WzcHoPQp3LOA2p5n51zlvvrXG4WltGK142K2xEAUg,605
19
- cgse_core-2025.0.5.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
20
- cgse_core-2025.0.5.dist-info/entry_points.txt,sha256=gcg5ck-Lh7byq1S88agmzwxFG5OJBsIDH439gaUPkHE,215
21
- cgse_core-2025.0.5.dist-info/RECORD,,
19
+ cgse_core-2025.0.6.dist-info/METADATA,sha256=J_UHRAHDckz833EOGPzyLXvuiXYuWQAnvUgI6psxSFs,631
20
+ cgse_core-2025.0.6.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
21
+ cgse_core-2025.0.6.dist-info/entry_points.txt,sha256=ZsNj5Fzv7_a7M-kGGZCUd8g6EK8_lonvbKK-OC8MlWk,268
22
+ cgse_core-2025.0.6.dist-info/RECORD,,
@@ -5,5 +5,8 @@ log_cs = egse.logger.log_cs:cli
5
5
  pm_cs = egse.procman.procman_cs:cli
6
6
  sm_cs = egse.storage.storage_cs:cli
7
7
 
8
+ [cgse.settings]
9
+ cgse-core = cgse_core:settings.yaml
10
+
8
11
  [cgse.version]
9
12
  cgse-core = egse