cgse-tools 2024.1.0__py3-none-any.whl → 2024.1.5__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_tools-2024.1.5.dist-info/METADATA +19 -0
- cgse_tools-2024.1.5.dist-info/RECORD +5 -0
- {cgse_tools-2024.1.0.dist-info → cgse_tools-2024.1.5.dist-info}/WHEEL +1 -1
- cgse_tools-2024.1.5.dist-info/entry_points.txt +11 -0
- cgse_tools-2024.1.0.dist-info/METADATA +0 -21
- cgse_tools-2024.1.0.dist-info/RECORD +0 -5
- cgse_tools-2024.1.0.dist-info/entry_points.txt +0 -9
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: cgse-tools
|
|
3
|
+
Version: 2024.1.5
|
|
4
|
+
Summary: Tools for CGSE
|
|
5
|
+
Author: IVS KU Leuven
|
|
6
|
+
Maintainer-email: Rik Huygen <rik.huygen@kuleuven.be>, Sara Regibo <sara.regibo@kuleuven.be>
|
|
7
|
+
License-Expression: MIT
|
|
8
|
+
Keywords: CGSE,Common-EGSE,hardware testing,software framework
|
|
9
|
+
Requires-Python: >=3.9
|
|
10
|
+
Requires-Dist: cgse-core
|
|
11
|
+
Requires-Dist: rich>=13.9.4
|
|
12
|
+
Requires-Dist: textual>=1.0.0
|
|
13
|
+
Provides-Extra: test
|
|
14
|
+
Requires-Dist: pytest; extra == 'test'
|
|
15
|
+
Requires-Dist: pytest-cov; extra == 'test'
|
|
16
|
+
Requires-Dist: pytest-mock; extra == 'test'
|
|
17
|
+
Description-Content-Type: text/markdown
|
|
18
|
+
|
|
19
|
+
# Tools for the CGSE framework
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
egse/tools/status.py,sha256=2PFjU760X-E2aeLI5sWOZJ_rqHWCG6YwjmqreYpJ6_c,2188
|
|
2
|
+
cgse_tools-2024.1.5.dist-info/METADATA,sha256=KsnfEO478WKtWM6aiNPkBwDQcvvseA9vSPzP8Ha5bfY,608
|
|
3
|
+
cgse_tools-2024.1.5.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
4
|
+
cgse_tools-2024.1.5.dist-info/entry_points.txt,sha256=aRWmsZlFmI7l8gzByyUwcVTvxVYce-QxUkegSfB1yvo,205
|
|
5
|
+
cgse_tools-2024.1.5.dist-info/RECORD,,
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.1
|
|
2
|
-
Name: cgse-tools
|
|
3
|
-
Version: 2024.1.0
|
|
4
|
-
Summary: Tools for CGSE
|
|
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
|
-
Classifier: Programming Language :: Python :: 3.12
|
|
14
|
-
Classifier: Programming Language :: Python :: 3.13
|
|
15
|
-
Requires-Dist: cgse-core (==2023.1.0)
|
|
16
|
-
Requires-Dist: rich (>=13.6.0,<14.0.0)
|
|
17
|
-
Requires-Dist: textual
|
|
18
|
-
Description-Content-Type: text/markdown
|
|
19
|
-
|
|
20
|
-
# Tools for the Common-EGSE
|
|
21
|
-
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
egse/tools/status.py,sha256=2PFjU760X-E2aeLI5sWOZJ_rqHWCG6YwjmqreYpJ6_c,2188
|
|
2
|
-
cgse_tools-2024.1.0.dist-info/METADATA,sha256=-wn2amdc_TBgGgqLby-BJxPFEnioh2rZe8Q74wmEu1I,687
|
|
3
|
-
cgse_tools-2024.1.0.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
|
4
|
-
cgse_tools-2024.1.0.dist-info/entry_points.txt,sha256=iMaeUMKX5BB-5BYndzFSGyPFrmpITs2UtXiAHXzml34,138
|
|
5
|
-
cgse_tools-2024.1.0.dist-info/RECORD,,
|