cgse-core 2023.1.1__py3-none-any.whl → 2024.1.4__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.
@@ -0,0 +1,22 @@
1
+ Metadata-Version: 2.4
2
+ Name: cgse-core
3
+ Version: 2024.1.4
4
+ Summary: Core services for the CGSE framework
5
+ Author-email: Rik Huygen <rik.huygen@kuleuven.be>, Sara Regibo <sara.regibo@kuleuven.be>
6
+ License-Expression: MIT
7
+ Keywords: CGSE,Common-EGSE,hardware testing,software framework
8
+ Requires-Python: >=3.9
9
+ Requires-Dist: apscheduler>=3.11.0
10
+ Requires-Dist: cgse-common
11
+ Requires-Dist: click>=8.1.8
12
+ Requires-Dist: gitpython>=3.1.44
13
+ Requires-Dist: prometheus-client>=0.21.1
14
+ Requires-Dist: pyzmq==23.2.1
15
+ Requires-Dist: rich>=13.9.4
16
+ Provides-Extra: dev
17
+ Requires-Dist: pytest; extra == 'dev'
18
+ Requires-Dist: pytest-cov; extra == 'dev'
19
+ Requires-Dist: pytest-mock; extra == 'dev'
20
+ Description-Content-Type: text/markdown
21
+
22
+ # The core services for the CGSE platform
@@ -14,7 +14,7 @@ egse/storage/persistence.py,sha256=e4kMTszUXQxqPWBfnA_3elRHaKQmXJvKri7LwXQZXdk,1
14
14
  egse/storage/storage.yaml,sha256=zTRtRFbuMLBILsnlIphG6iWjI1Nav6tW7uOm4cUvFuk,2593
15
15
  egse/storage/storage_cs.py,sha256=tF1BBDbj7sWNXAw6arSHTOnDEbi8-4tEfOhI0Jf-tnk,5506
16
16
  scripts/cgse.py,sha256=euz9Lw3Lh0X-DZct7jywTX6JQJPiBua_zIRhsERI-64,5182
17
- cgse_core-2023.1.1.dist-info/METADATA,sha256=Cb8qvDV4piDyTR0jRESE3it31tCXABJRmPsExfXt2EU,707
18
- cgse_core-2023.1.1.dist-info/WHEEL,sha256=d2fvjOD7sXsVzChCqf0Ty0JbHKBaLYwDbGQDwQTnJ50,88
19
- cgse_core-2023.1.1.dist-info/entry_points.txt,sha256=q9se1jUWRjLptoJRAz1KcA7bAELXjnR3nI06yJ-Oy18,204
20
- cgse_core-2023.1.1.dist-info/RECORD,,
17
+ cgse_core-2024.1.4.dist-info/METADATA,sha256=mqE3PIHNqP6RHPBygQdZHj3P3ieFQP9E1nyvwvcMOts,748
18
+ cgse_core-2024.1.4.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
19
+ cgse_core-2024.1.4.dist-info/entry_points.txt,sha256=gcg5ck-Lh7byq1S88agmzwxFG5OJBsIDH439gaUPkHE,215
20
+ cgse_core-2024.1.4.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: poetry-core 1.7.0
2
+ Generator: hatchling 1.27.0
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
@@ -0,0 +1,9 @@
1
+ [console_scripts]
2
+ cgse = scripts.cgse:cli
3
+ cm_cs = egse.confman.confman_cs:cli
4
+ log_cs = egse.logger.log_cs:cli
5
+ pm_cs = egse.procman.procman_cs:cli
6
+ sm_cs = egse.storage.storage_cs:cli
7
+
8
+ [cgse.version]
9
+ cgse-core = egse
@@ -1,23 +0,0 @@
1
- Metadata-Version: 2.1
2
- Name: cgse-core
3
- Version: 2023.1.1
4
- Summary: Core services for the CGSE framework
5
- Author: Rik Huygen
6
- Author-email: rik.huygen@kuleuven.be
7
- Requires-Python: >=3.8,<4.0
8
- Classifier: Programming Language :: Python :: 3
9
- Classifier: Programming Language :: Python :: 3.8
10
- Classifier: Programming Language :: Python :: 3.9
11
- Classifier: Programming Language :: Python :: 3.10
12
- Classifier: Programming Language :: Python :: 3.11
13
- Requires-Dist: apscheduler
14
- Requires-Dist: cgse-common (==2023.1.6)
15
- Requires-Dist: click
16
- Requires-Dist: gitpython
17
- Requires-Dist: prometheus-client
18
- Requires-Dist: pyzmq
19
- Requires-Dist: rich
20
- Description-Content-Type: text/markdown
21
-
22
- # The core services for the CGSE platform
23
-
@@ -1,10 +0,0 @@
1
- [cgse.version]
2
- cgse-core=egse
3
-
4
- [console_scripts]
5
- cgse=scripts.cgse:cli
6
- cm_cs=egse.confman.confman_cs:cli
7
- log_cs=egse.logger.log_cs:cli
8
- pm_cs=egse.procman.procman_cs:cli
9
- sm_cs=egse.storage.storage_cs:cli
10
-