cgse-common 2024.1.1__tar.gz → 2024.1.3__tar.gz
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_common-2024.1.1 → cgse_common-2024.1.3}/PKG-INFO +7 -1
- {cgse_common-2024.1.1 → cgse_common-2024.1.3}/README.md +6 -0
- {cgse_common-2024.1.1 → cgse_common-2024.1.3}/pyproject.toml +1 -1
- {cgse_common-2024.1.1 → cgse_common-2024.1.3}/.gitignore +0 -0
- {cgse_common-2024.1.1 → cgse_common-2024.1.3}/src/egse/bits.py +0 -0
- {cgse_common-2024.1.1 → cgse_common-2024.1.3}/src/egse/command.py +0 -0
- {cgse_common-2024.1.1 → cgse_common-2024.1.3}/src/egse/config.py +0 -0
- {cgse_common-2024.1.1 → cgse_common-2024.1.3}/src/egse/control.py +0 -0
- {cgse_common-2024.1.1 → cgse_common-2024.1.3}/src/egse/decorators.py +0 -0
- {cgse_common-2024.1.1 → cgse_common-2024.1.3}/src/egse/device.py +0 -0
- {cgse_common-2024.1.1 → cgse_common-2024.1.3}/src/egse/env.py +0 -0
- {cgse_common-2024.1.1 → cgse_common-2024.1.3}/src/egse/exceptions.py +0 -0
- {cgse_common-2024.1.1 → cgse_common-2024.1.3}/src/egse/mixin.py +0 -0
- {cgse_common-2024.1.1 → cgse_common-2024.1.3}/src/egse/monitoring.py +0 -0
- {cgse_common-2024.1.1 → cgse_common-2024.1.3}/src/egse/observer.py +0 -0
- {cgse_common-2024.1.1 → cgse_common-2024.1.3}/src/egse/obsid.py +0 -0
- {cgse_common-2024.1.1 → cgse_common-2024.1.3}/src/egse/persistence.py +0 -0
- {cgse_common-2024.1.1 → cgse_common-2024.1.3}/src/egse/plugin.py +0 -0
- {cgse_common-2024.1.1 → cgse_common-2024.1.3}/src/egse/process.py +0 -0
- {cgse_common-2024.1.1 → cgse_common-2024.1.3}/src/egse/protocol.py +0 -0
- {cgse_common-2024.1.1 → cgse_common-2024.1.3}/src/egse/proxy.py +0 -0
- {cgse_common-2024.1.1 → cgse_common-2024.1.3}/src/egse/reload.py +0 -0
- {cgse_common-2024.1.1 → cgse_common-2024.1.3}/src/egse/resource.py +0 -0
- {cgse_common-2024.1.1 → cgse_common-2024.1.3}/src/egse/services.py +0 -0
- {cgse_common-2024.1.1 → cgse_common-2024.1.3}/src/egse/services.yaml +0 -0
- {cgse_common-2024.1.1 → cgse_common-2024.1.3}/src/egse/settings.py +0 -0
- {cgse_common-2024.1.1 → cgse_common-2024.1.3}/src/egse/settings.yaml +0 -0
- {cgse_common-2024.1.1 → cgse_common-2024.1.3}/src/egse/setup.py +0 -0
- {cgse_common-2024.1.1 → cgse_common-2024.1.3}/src/egse/state.py +0 -0
- {cgse_common-2024.1.1 → cgse_common-2024.1.3}/src/egse/system.py +0 -0
- {cgse_common-2024.1.1 → cgse_common-2024.1.3}/src/egse/version.py +0 -0
- {cgse_common-2024.1.1 → cgse_common-2024.1.3}/src/egse/zmq_ser.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: cgse-common
|
|
3
|
-
Version: 2024.1.
|
|
3
|
+
Version: 2024.1.3
|
|
4
4
|
Summary: Software framework to support hardware testing
|
|
5
5
|
Author: IVS KU Leuven
|
|
6
6
|
Maintainer-email: Rik Huygen <rik.huygen@kuleuven.be>, Sara Regibo <sara.regibo@kuleuven.be>
|
|
@@ -29,6 +29,12 @@ Requires-Dist: pytest-cov; extra == 'test'
|
|
|
29
29
|
Requires-Dist: pytest-mock; extra == 'test'
|
|
30
30
|
Description-Content-Type: text/markdown
|
|
31
31
|
|
|
32
|
+
|
|
33
|
+

|
|
34
|
+

|
|
35
|
+

|
|
36
|
+

|
|
37
|
+
|
|
32
38
|
# Generic Functionality used in the Common-EGSE
|
|
33
39
|
|
|
34
40
|
This package 'cgse-common' contains functionality that is used by all `cgse` sub-packages, but it is designed to be a stand-alone generic package that can be used also in any other project.
|
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
|
|
2
|
+

|
|
3
|
+

|
|
4
|
+

|
|
5
|
+

|
|
6
|
+
|
|
1
7
|
# Generic Functionality used in the Common-EGSE
|
|
2
8
|
|
|
3
9
|
This package 'cgse-common' contains functionality that is used by all `cgse` sub-packages, but it is designed to be a stand-alone generic package that can be used also in any other project.
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|