cgse-tools 2024.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.
@@ -0,0 +1,19 @@
1
+ Metadata-Version: 2.4
2
+ Name: cgse-tools
3
+ Version: 2024.1.4
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.4.dist-info/METADATA,sha256=ZmlDa3SEU2G1xrLoRpIVWpol4z6juVXkzdKkVuBLrL4,608
3
+ cgse_tools-2024.1.4.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
4
+ cgse_tools-2024.1.4.dist-info/entry_points.txt,sha256=aRWmsZlFmI7l8gzByyUwcVTvxVYce-QxUkegSfB1yvo,205
5
+ cgse_tools-2024.1.4.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: poetry-core 1.9.1
2
+ Generator: hatchling 1.27.0
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
@@ -0,0 +1,11 @@
1
+ [console_scripts]
2
+ cgse-status = egse.tools.status:main
3
+
4
+ [cgse.plugins]
5
+ foo = scripts.cgse_plugins:foo
6
+
7
+ [cgse.service.plugins]
8
+ xxx = scripts.cgse_service_plugins:xxx
9
+
10
+ [cgse.version]
11
+ cgse-tools = egse.tools
@@ -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,,
@@ -1,9 +0,0 @@
1
- [cgse.plugins]
2
- foo=scripts.cgse_plugins:foo
3
-
4
- [cgse.service.plugins]
5
- xxx=scripts.cgse_service_plugins:xxx
6
-
7
- [cgse.version]
8
- cgse-tools=egse
9
-