cgse-core 2023.1.0__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.
- cgse_core-2024.1.4.dist-info/METADATA +22 -0
- {cgse_core-2023.1.0.dist-info → cgse_core-2024.1.4.dist-info}/RECORD +4 -4
- {cgse_core-2023.1.0.dist-info → cgse_core-2024.1.4.dist-info}/WHEEL +1 -1
- cgse_core-2024.1.4.dist-info/entry_points.txt +9 -0
- cgse_core-2023.1.0.dist-info/METADATA +0 -23
- cgse_core-2023.1.0.dist-info/entry_points.txt +0 -10
|
@@ -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-
|
|
18
|
-
cgse_core-
|
|
19
|
-
cgse_core-
|
|
20
|
-
cgse_core-
|
|
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,23 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.1
|
|
2
|
-
Name: cgse-core
|
|
3
|
-
Version: 2023.1.0
|
|
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.4)
|
|
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
|
-
|