cgse 0.13.0__tar.gz → 0.13.1__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-0.13.0 → cgse-0.13.1}/.gitignore +1 -0
- {cgse-0.13.0 → cgse-0.13.1}/PKG-INFO +1 -1
- {cgse-0.13.0 → cgse-0.13.1}/docs/roadmap.md +2 -1
- {cgse-0.13.0 → cgse-0.13.1}/justfile +1 -1
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/pyproject.toml +4 -4
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/src/cgse_common/cgse.py +22 -6
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-coordinates/pyproject.toml +1 -1
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-core/pyproject.toml +1 -1
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-core/src/cgse_core/services.py +0 -6
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-core/src/egse/confman/confman_cs.py +1 -1
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-core/src/egse/logger/log_cs.py +1 -1
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-core/src/egse/procman/procman_cs.py +1 -1
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-core/src/egse/registry/server.py +1 -1
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-core/src/egse/storage/storage_cs.py +1 -1
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/pyproject.toml +1 -1
- {cgse-0.13.0 → cgse-0.13.1}/noxfile.py +1 -1
- {cgse-0.13.0 → cgse-0.13.1}/projects/generic/cgse-tools/pyproject.toml +1 -1
- {cgse-0.13.0 → cgse-0.13.1}/projects/generic/cgse-tools/src/cgse_tools/cgse_commands.py +2 -2
- {cgse-0.13.0 → cgse-0.13.1}/projects/generic/cgse-tools/src/cgse_tools/cgse_services.py +1 -1
- {cgse-0.13.0 → cgse-0.13.1}/projects/generic/keithley-tempcontrol/pyproject.toml +1 -1
- {cgse-0.13.0 → cgse-0.13.1}/projects/generic/keithley-tempcontrol/src/egse/tempcontrol/keithley/daq6510_cs.py +1 -1
- {cgse-0.13.0 → cgse-0.13.1}/projects/generic/keithley-tempcontrol/src/keithley_tempcontrol/cgse_services.py +1 -3
- {cgse-0.13.0 → cgse-0.13.1}/projects/generic/lakeshore-tempcontrol/pyproject.toml +1 -1
- {cgse-0.13.0 → cgse-0.13.1}/projects/generic/lakeshore-tempcontrol/src/lakeshore_tempcontrol/cgse_services.py +0 -1
- {cgse-0.13.0 → cgse-0.13.1}/projects/generic/symetrie-hexapod/pyproject.toml +1 -1
- {cgse-0.13.0 → cgse-0.13.1}/projects/generic/symetrie-hexapod/src/symetrie_hexapod/cgse_services.py +3 -3
- {cgse-0.13.0 → cgse-0.13.1}/projects/plato/plato-fits/pyproject.toml +1 -1
- {cgse-0.13.0 → cgse-0.13.1}/projects/plato/plato-hdf5/pyproject.toml +1 -1
- {cgse-0.13.0 → cgse-0.13.1}/projects/plato/plato-spw/pyproject.toml +1 -1
- {cgse-0.13.0 → cgse-0.13.1}/pyproject.toml +4 -4
- {cgse-0.13.0 → cgse-0.13.1}/ruff.toml +2 -2
- {cgse-0.13.0 → cgse-0.13.1}/service_registry.db +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/service_registry.db-shm +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/service_registry.db-wal +0 -0
- cgse-0.13.0/=0.5.1 +0 -0
- cgse-0.13.0/TODO.md +0 -3
- cgse-0.13.0/libs/cgse-common/duckdb_metrics.db +0 -0
- cgse-0.13.0/libs/cgse-common/my-dcuckdb-timeseries.db +0 -0
- cgse-0.13.0/libs/cgse-common/tests/.coverage.girtab.80252.XZOQZiYx +0 -0
- cgse-0.13.0/libs/cgse-common/tests/.coverage.girtab.80253.XXVQVQVx +0 -0
- cgse-0.13.0/libs/cgse-common/tests/.coverage.girtab.80254.XKhSeTLx +0 -0
- cgse-0.13.0/libs/cgse-common/tests/.coverage.girtab.80264.XDdhJbzx +0 -0
- cgse-0.13.0/libs/cgse-common/tests/.coverage.girtab.80265.XUECESrx +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/.github/workflows/ruff-format-check.yaml +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/README.md +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/bump.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/conftest.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/docs/api/bits.md +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/docs/api/calibration.md +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/docs/api/command.md +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/docs/api/config.md +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/docs/api/control.md +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/docs/api/counter.md +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/docs/api/decorators.md +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/docs/api/device.md +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/docs/api/dicts.md +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/docs/api/dummy.md +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/docs/api/env.md +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/docs/api/exceptions.md +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/docs/api/heartbeat.md +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/docs/api/hk.md +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/docs/api/index.md +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/docs/api/listener.md +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/docs/api/metrics.md +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/docs/api/mixin.md +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/docs/api/monitoring.md +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/docs/api/observer.md +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/docs/api/obsid.md +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/docs/api/persistence.md +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/docs/api/plugin.md +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/docs/api/process.md +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/docs/api/reload.md +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/docs/api/settings.md +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/docs/api/setup.md +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/docs/api/system.md +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/docs/custom_theme/main.html +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/docs/dev_guide/coding_style.md +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/docs/dev_guide/docs.md +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/docs/dev_guide/index.md +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/docs/dev_guide/installation.md +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/docs/dev_guide/monitoring.md +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/docs/dev_guide/monorepo.md +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/docs/dev_guide/nox.md +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/docs/dev_guide/plugins.md +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/docs/dev_guide/project-configuration.md +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/docs/dev_guide/unit_testing.md +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/docs/dev_guide/uv.md +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/docs/dev_guide/versioning.md +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/docs/getting_started.md +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/docs/help.md +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/docs/images/github-fork-clone-dark.png +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/docs/images/github-fork-clone.png +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/docs/images/grafana-queries.png +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/docs/images/icons/cgse-logo-blue.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/docs/images/icons/cgse-logo.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/docs/index.md +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/docs/initialize.md +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/docs/libs/cgse-common/images/load_methods.png +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/docs/libs/cgse-common/index.md +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/docs/libs/cgse-common/settings.md +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/docs/libs/cgse-common/setup.md +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/docs/libs/cgse-coordinates/index.md +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/docs/libs/cgse-core/index.md +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/docs/libs/cgse-core/registry.md +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/docs/libs/cgse-gui/index.md +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/docs/libs/index.md +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/docs/package_list.md +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/docs/projects/cgse-tools.md +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/docs/projects/index.md +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/docs/projects/symetrie-hexapod.md +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/docs/stylesheets/custom.css +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/docs/stylesheets/extra.css +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/docs/tutorial.md +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/docs/user_guide/index.md +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/duckdb_metrics.db +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/duckdb_metrics.db.wal +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/identifier.sqlite +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/README.md +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/justfile +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/noxfile.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/service_registry.db +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/src/cgse_common/__init__.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/src/cgse_common/settings.yaml +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/src/egse/async_control_claude.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/src/egse/bits.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/src/egse/calibration.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/src/egse/command.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/src/egse/config.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/src/egse/control.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/src/egse/counter.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/src/egse/decorators.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/src/egse/device.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/src/egse/dicts.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/src/egse/dummy.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/src/egse/env.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/src/egse/exceptions.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/src/egse/heartbeat.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/src/egse/hk.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/src/egse/listener.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/src/egse/metrics.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/src/egse/mixin.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/src/egse/monitoring.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/src/egse/observer.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/src/egse/obsid.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/src/egse/persistence.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/src/egse/plugin.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/src/egse/plugins/metrics/duckdb.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/src/egse/plugins/metrics/influxdb.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/src/egse/plugins/metrics/timescaledb.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/src/egse/process.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/src/egse/protocol.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/src/egse/proxy.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/src/egse/py.typed +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/src/egse/randomwalk.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/src/egse/ratelimit.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/src/egse/reload.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/src/egse/resource.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/src/egse/response.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/src/egse/scpi.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/src/egse/services.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/src/egse/services.yaml +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/src/egse/settings.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/src/egse/settings.yaml +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/src/egse/setup.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/src/egse/signal.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/src/egse/socketdevice.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/src/egse/state.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/src/egse/system.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/src/egse/task.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/src/egse/version.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/src/egse/zmq_ser.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/tests/conftest.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/tests/data/COPYING +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/tests/data/CSL/conf/SETUP_CSL_00028_201028_155259.yaml +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/tests/data/CSL/conf/SETUP_CSL_00029_201028_155331.yaml +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/tests/data/CSL/conf/SETUP_CSL_00030_210311_134043.yaml +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/tests/data/CSL/conf/SETUP_CSL_00080_210917_105245.yaml +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/tests/data/CSL/conf/SETUP_CSL_00081_210922_142259.yaml +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/tests/data/CSL/conf/SETUP_CSL_00082_210923_094458.yaml +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/tests/data/CSL1/README.md +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/tests/data/CSL2/README.md +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/tests/data/IAS/README.md +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/tests/data/INTA/README.md +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/tests/data/LAB23/README.md +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/tests/data/SRON/conf/SETUP_SRON_00027_211119_140441.yaml +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/tests/data/SRON/conf/SETUP_SRON_00028_211119_160406.yaml +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/tests/data/SRON/conf/SETUP_SRON_00029_211119_172918.yaml +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/tests/data/SRON/conf/SETUP_SRON_00030_211122_103604.yaml +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/tests/data/SRON/conf/SETUP_SRON_00031_211123_124900.yaml +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/tests/data/common/telemetry/tm-dictionary-default.csv +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/tests/data/conf/SETUP_20250114_1519.yaml +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/tests/data/conf/config-file.toml +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/tests/data/data/cal_coeff_1234.csv +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/tests/data/data/calibration.csv +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/tests/data/data/calibration.yaml +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/tests/data/data/command.yaml +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/tests/data/data/corrupt.yaml +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/tests/data/data/data-file.txt +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/tests/data/data/empty_data_file.txt +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/tests/data/data/empty_yaml_file.yaml +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/tests/data/data/local_settings.yaml +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/tests/data/data/new_local_settings.yaml +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/tests/data/data/test_setup.yaml +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/tests/data/icons/hourglass.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/tests/data/icons/keyboard.png +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/tests/data/icons/soap_sponge.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/tests/data/lib/dev1/shared-lib.so +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/tests/data/lib/dev2/shared-lib.so +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/tests/fixtures/default_env.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/tests/fixtures/helpers.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/tests/scripts/empty_process.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/tests/scripts/handle_sigterm.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/tests/scripts/process_with_children.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/tests/scripts/raise_value_error.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/tests/scripts/void-0.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/tests/scripts/void-1.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/tests/test_bits.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/tests/test_client_server_interaction.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/tests/test_command.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/tests/test_config.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/tests/test_control.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/tests/test_decorators.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/tests/test_device.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/tests/test_env.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/tests/test_fixtures.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/tests/test_hk.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/tests/test_influxdb_plugin.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/tests/test_listener.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/tests/test_metrics.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/tests/test_mixin.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/tests/test_plugin.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/tests/test_process.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/tests/test_protocol.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/tests/test_ratelimit.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/tests/test_resource.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/tests/test_response.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/tests/test_settings.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/tests/test_setup.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/tests/test_signal.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/tests/test_state.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/tests/test_system.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/tests/test_task.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-common/tests/test_zmq_ser.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-coordinates/README.md +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-coordinates/src/cgse_coordinates/__init__.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-coordinates/src/cgse_coordinates/settings.yaml +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-coordinates/src/egse/coordinates/__init__.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-coordinates/src/egse/coordinates/avoidance.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-coordinates/src/egse/coordinates/cslmodel.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-coordinates/src/egse/coordinates/laser_tracker_to_dict.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-coordinates/src/egse/coordinates/point.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-coordinates/src/egse/coordinates/pyplot.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-coordinates/src/egse/coordinates/referenceFrame.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-coordinates/src/egse/coordinates/refmodel.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-coordinates/src/egse/coordinates/rotationMatrix.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-coordinates/src/egse/coordinates/transform3d_addon.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-coordinates/tests/test_avoidance.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-coordinates/tests/test_coordinates_plot.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-coordinates/tests/test_coordinates_serialize.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-coordinates/tests/test_point.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-coordinates/tests/test_ref_model.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-coordinates/tests/test_reference_frames.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-coordinates/tests/test_refmodel.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-core/.envrc.disabled +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-core/README.md +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-core/service_registry.db +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-core/src/cgse_core/__init__.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-core/src/cgse_core/_start.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-core/src/cgse_core/_status.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-core/src/cgse_core/_stop.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-core/src/cgse_core/cgse_explore.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-core/src/cgse_core/settings.yaml +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-core/src/egse/async_control.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-core/src/egse/confman/__init__.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-core/src/egse/confman/__main__.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-core/src/egse/confman/confman.yaml +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-core/src/egse/icons/busy.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-core/src/egse/icons/operational-mode.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-core/src/egse/icons/pm_ui.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-core/src/egse/icons/simulator-mode.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-core/src/egse/icons/start-process-button.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-core/src/egse/icons/stop-process-button.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-core/src/egse/icons/user-interface.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-core/src/egse/logger/__init__.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-core/src/egse/logger/__main__.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-core/src/egse/metricshub/__init__.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-core/src/egse/metricshub/server.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-core/src/egse/notifyhub/__init__.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-core/src/egse/notifyhub/event.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-core/src/egse/notifyhub/server.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-core/src/egse/notifyhub/services.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-core/src/egse/notifyhub/test.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-core/src/egse/procman/__init__.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-core/src/egse/procman/procman.yaml +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-core/src/egse/procman/procman_protocol.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-core/src/egse/procman/procman_ui.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-core/src/egse/registry/__init__.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-core/src/egse/registry/backend.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-core/src/egse/registry/client.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-core/src/egse/registry/service.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-core/src/egse/storage/__init__.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-core/src/egse/storage/__main__.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-core/src/egse/storage/persistence.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-core/src/egse/storage/storage.yaml +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-core/tests/conftest.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-core/tests/data/local_settings.yaml +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-core/tests/fixtures/default_env.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-core/tests/fixtures/helpers.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-core/tests/fixtures/services.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-core/tests/script_test_async_registry_client.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-core/tests/script_test_registry_client_server.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-core/tests/script_test_service_registry_server.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-core/tests/script_test_sync_registry_client.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-core/tests/services.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-core/tests/stress_test_registry_server.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-core/tests/test_async_control.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-core/tests/test_cm_cs.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-core/tests/test_confman_setups.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-core/tests/test_logger.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-core/tests/test_registry_backend.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-core/tests/test_registry_service.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-core/tests/test_server_running.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-core/tests/test_server_running_with_fixture.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-core/tests/test_settings_core.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-core/tests/test_zmq_microservice.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/README.md +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/__init__.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/buttons.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/aeu-cs-start.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/aeu-cs-stop.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/aeu-cs.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/aeu_cs-started.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/aeu_cs-stopped.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/aeu_cs.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/alert.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/arrow-double-left.png +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/arrow-double-right.png +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/arrow-up.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/backward.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/busy.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/cleaning.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/color-scheme.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/cs-connected-alert.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/cs-connected-disabled.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/cs-connected.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/cs-not-connected.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/double-left-arrow.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/double-right-arrow.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/erase-disabled.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/erase.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/fitsgen-start.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/fitsgen-stop.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/fitsgen.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/forward.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/fov-hk-start.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/fov-hk-stop.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/fov-hk.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/front-desk.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/home-actioned.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/home-disabled.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/home.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/info.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/invalid.png +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/led-green.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/led-grey.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/led-orange.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/led-red.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/led-square-green.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/led-square-grey.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/led-square-orange.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/led-square-red.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/limit-switch-all-green.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/limit-switch-all-red.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/limit-switch-el+.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/limit-switch-el-.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/location-marker.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/logo-dpu.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/logo-gimbal.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/logo-huber.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/logo-ogse.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/logo-puna.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/logo-tcs.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/logo-zonda.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/maximize.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/meter.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/more.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/n-fee-hk-start.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/n-fee-hk-stop.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/n-fee-hk.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/observing-off.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/observing-on.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/open-document-hdf5.png +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/open-document-hdf5.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/ops-mode.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/play-green.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/plugged-disabled.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/plugged.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/pm_ui.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/power-button-green.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/power-button-red.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/power-button.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/radar.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/radioactive.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/reload.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/remote-control-off.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/remote-control-on.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/repeat-blue.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/repeat.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/settings.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/shrink.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/shutter.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/sign-off.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/sign-on.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/sim-mode.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/small-buttons-go.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/small-buttons-minus.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/small-buttons-plus.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/sponge.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/start-button-disabled.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/start-button.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/stop-button-disabled.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/stop-button.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/stop-red.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/stop.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/switch-disabled-square.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/switch-disabled.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/switch-off-square.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/switch-off.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/switch-on-square.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/switch-on.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/temperature-control.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/th_ui_logo.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/unplugged.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/unvalid.png +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/user-interface.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/vacuum.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/valid.png +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/zoom-to-pixel-dark.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/icons/zoom-to-pixel-white.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/led.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/limitswitch.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/states.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/styles/dark.qss +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/styles/default.qss +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/styles.qss +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/libs/cgse-gui/src/egse/gui/switch.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/mkdocs.yml +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/overrides/.icons/custom/dbend-dark.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/overrides/.icons/custom/dbend-light.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/overrides/.icons/custom/gear.svg +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/projects/generic/cgse-tools/README.md +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/projects/generic/cgse-tools/src/cgse_tools/__init__.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/projects/generic/cgse-tools/src/cgse_tools/cgse_clock.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/projects/generic/cgse-tools/src/egse/tools/status.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/projects/generic/keithley-tempcontrol/README.md +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/projects/generic/keithley-tempcontrol/justfile +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/projects/generic/keithley-tempcontrol/noxfile.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/projects/generic/keithley-tempcontrol/service_registry.db +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/projects/generic/keithley-tempcontrol/src/egse/tempcontrol/keithley/__init__.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/projects/generic/keithley-tempcontrol/src/egse/tempcontrol/keithley/daq6510.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/projects/generic/keithley-tempcontrol/src/egse/tempcontrol/keithley/daq6510.yaml +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/projects/generic/keithley-tempcontrol/src/egse/tempcontrol/keithley/daq6510_adev.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/projects/generic/keithley-tempcontrol/src/egse/tempcontrol/keithley/daq6510_dev.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/projects/generic/keithley-tempcontrol/src/egse/tempcontrol/keithley/daq6510_mon.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/projects/generic/keithley-tempcontrol/src/egse/tempcontrol/keithley/daq6510_protocol.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/projects/generic/keithley-tempcontrol/src/egse/tempcontrol/keithley/daq6510_sim.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/projects/generic/keithley-tempcontrol/src/keithley_tempcontrol/__init__.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/projects/generic/keithley-tempcontrol/src/keithley_tempcontrol/cgse_explore.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/projects/generic/keithley-tempcontrol/src/keithley_tempcontrol/settings.yaml +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/projects/generic/keithley-tempcontrol/temperature_readings.log +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/projects/generic/keithley-tempcontrol/tests/script_daq6510_mon.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/projects/generic/keithley-tempcontrol/tests/test_adev.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/projects/generic/keithley-tempcontrol/tests/test_dev.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/projects/generic/lakeshore-tempcontrol/README.md +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/projects/generic/lakeshore-tempcontrol/src/egse/tempcontrol/lakeshore/lakeshore336.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/projects/generic/lakeshore-tempcontrol/src/egse/tempcontrol/lakeshore/lakeshore336.yaml +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/projects/generic/lakeshore-tempcontrol/src/egse/tempcontrol/lakeshore/lakeshore336_cs.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/projects/generic/lakeshore-tempcontrol/src/egse/tempcontrol/lakeshore/lakeshore336_devif.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/projects/generic/lakeshore-tempcontrol/src/egse/tempcontrol/lakeshore/lakeshore336_protocol.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/projects/generic/lakeshore-tempcontrol/src/lakeshore_tempcontrol/__init__.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/projects/generic/lakeshore-tempcontrol/src/lakeshore_tempcontrol/cgse_explore.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/projects/generic/lakeshore-tempcontrol/src/lakeshore_tempcontrol/settings.yaml +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/projects/generic/lakeshore-tempcontrol/tests/test_lakeshore336_simulator.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/projects/generic/symetrie-hexapod/README.md +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/projects/generic/symetrie-hexapod/src/egse/hexapod/__init__.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/projects/generic/symetrie-hexapod/src/egse/hexapod/symetrie/__init__.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/projects/generic/symetrie-hexapod/src/egse/hexapod/symetrie/alpha.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/projects/generic/symetrie-hexapod/src/egse/hexapod/symetrie/dynalpha.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/projects/generic/symetrie-hexapod/src/egse/hexapod/symetrie/hexapod.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/projects/generic/symetrie-hexapod/src/egse/hexapod/symetrie/hexapod_ui.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/projects/generic/symetrie-hexapod/src/egse/hexapod/symetrie/joran.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/projects/generic/symetrie-hexapod/src/egse/hexapod/symetrie/joran.yaml +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/projects/generic/symetrie-hexapod/src/egse/hexapod/symetrie/joran_cs.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/projects/generic/symetrie-hexapod/src/egse/hexapod/symetrie/joran_protocol.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/projects/generic/symetrie-hexapod/src/egse/hexapod/symetrie/joran_ui.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/projects/generic/symetrie-hexapod/src/egse/hexapod/symetrie/pmac.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/projects/generic/symetrie-hexapod/src/egse/hexapod/symetrie/pmac_regex.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/projects/generic/symetrie-hexapod/src/egse/hexapod/symetrie/puna.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/projects/generic/symetrie-hexapod/src/egse/hexapod/symetrie/puna.yaml +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/projects/generic/symetrie-hexapod/src/egse/hexapod/symetrie/puna_cs.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/projects/generic/symetrie-hexapod/src/egse/hexapod/symetrie/puna_protocol.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/projects/generic/symetrie-hexapod/src/egse/hexapod/symetrie/puna_sim.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/projects/generic/symetrie-hexapod/src/egse/hexapod/symetrie/puna_ui.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/projects/generic/symetrie-hexapod/src/egse/hexapod/symetrie/punaplus.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/projects/generic/symetrie-hexapod/src/egse/hexapod/symetrie/zonda.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/projects/generic/symetrie-hexapod/src/egse/hexapod/symetrie/zonda.yaml +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/projects/generic/symetrie-hexapod/src/egse/hexapod/symetrie/zonda_cs.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/projects/generic/symetrie-hexapod/src/egse/hexapod/symetrie/zonda_devif.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/projects/generic/symetrie-hexapod/src/egse/hexapod/symetrie/zonda_protocol.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/projects/generic/symetrie-hexapod/src/egse/hexapod/symetrie/zonda_ui.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/projects/generic/symetrie-hexapod/src/symetrie_hexapod/__init__.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/projects/generic/symetrie-hexapod/src/symetrie_hexapod/cgse_explore.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/projects/generic/symetrie-hexapod/src/symetrie_hexapod/settings.yaml +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/projects/generic/symetrie-hexapod/tests/test_puna.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/projects/generic/symetrie-hexapod/tests/test_puna_cs.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/projects/generic/symetrie-hexapod/tests/test_puna_simulator.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/projects/plato/plato-fits/README.md +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/projects/plato/plato-fits/src/egse/plugins/storage/fits.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/projects/plato/plato-hdf5/README.md +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/projects/plato/plato-hdf5/src/egse/plugins/storage/hdf5.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/projects/plato/plato-spw/README.md +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/projects/plato/plato-spw/src/egse/spw.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/scratch/advanced-process-monitoring.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/scratch/live-process-monitoring.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/scratch/match-case.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/scratch/processes.json +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/scratch/simple-process-monitoring.py +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/temperature_readings.log +0 -0
- {cgse-0.13.0 → cgse-0.13.1}/test_service_registry.db +0 -0
|
@@ -67,7 +67,8 @@ Provide a `cgse` command that is extensible with new commands and command groups
|
|
|
67
67
|
use of command YAML files, replace `dynamic_interface` with `dynamic_command`.
|
|
68
68
|
- [ ] Introduce asyncio into the commanding protocol, e.g. `get_status()`
|
|
69
69
|
and `get_housekeeping()` shall be handled asynchronously.
|
|
70
|
-
- [
|
|
70
|
+
- [x] GlobalState Setup needs some redesign, especially `GlobalState.setup`
|
|
71
|
+
which should not consult
|
|
71
72
|
the configuration manager by default.
|
|
72
73
|
|
|
73
74
|
## Removals
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "cgse-common"
|
|
3
|
-
version = "0.13.
|
|
3
|
+
version = "0.13.1"
|
|
4
4
|
description = "Software framework to support hardware testing"
|
|
5
5
|
authors = [
|
|
6
6
|
{name = "IvS KU Leuven"}
|
|
@@ -19,7 +19,7 @@ keywords = [
|
|
|
19
19
|
"software framework"
|
|
20
20
|
]
|
|
21
21
|
dependencies = [
|
|
22
|
-
"click>=8.1
|
|
22
|
+
"click>=8.2.1",
|
|
23
23
|
"deepdiff>=8.1.1",
|
|
24
24
|
"distro>=1.9.0",
|
|
25
25
|
"gitpython>=3.1.44",
|
|
@@ -27,7 +27,7 @@ dependencies = [
|
|
|
27
27
|
"psutil>=6.1.1",
|
|
28
28
|
"pyyaml>=6.0.2",
|
|
29
29
|
"rich>=13.9.4",
|
|
30
|
-
"typer>=0.
|
|
30
|
+
"typer>=0.16.0",
|
|
31
31
|
"navdict>=0.5.9",
|
|
32
32
|
# Python 3.9 specific dependencies
|
|
33
33
|
"numpy==1.26.4; python_version == '3.9'",
|
|
@@ -58,7 +58,7 @@ cgse-common = "cgse_common:settings.yaml"
|
|
|
58
58
|
[tool.pytest.ini_options]
|
|
59
59
|
pythonpath = "src"
|
|
60
60
|
testpaths = ["tests"]
|
|
61
|
-
addopts = "-
|
|
61
|
+
addopts = "-ra --cov --cov-branch --cov-report html"
|
|
62
62
|
log_cli = true
|
|
63
63
|
log_cli_level = "INFO"
|
|
64
64
|
filterwarnings = [
|
|
@@ -85,7 +85,7 @@ class SortedCommandGroup(TyperGroup):
|
|
|
85
85
|
return sorted(commands, key=get_command_priority)
|
|
86
86
|
|
|
87
87
|
|
|
88
|
-
app = typer.Typer(add_completion=True, cls=SortedCommandGroup
|
|
88
|
+
app = typer.Typer(add_completion=True, cls=SortedCommandGroup)
|
|
89
89
|
|
|
90
90
|
|
|
91
91
|
@app.command()
|
|
@@ -121,22 +121,33 @@ def version(ctx: typer.Context):
|
|
|
121
121
|
)
|
|
122
122
|
|
|
123
123
|
|
|
124
|
+
def subcommand_callback(ctx: typer.Context):
|
|
125
|
+
"""Normal callback."""
|
|
126
|
+
if ctx.invoked_subcommand is None:
|
|
127
|
+
typer.echo("No command specified:")
|
|
128
|
+
typer.echo(ctx.get_help())
|
|
129
|
+
raise typer.Exit()
|
|
130
|
+
|
|
131
|
+
|
|
124
132
|
def build_app():
|
|
125
133
|
global app
|
|
126
134
|
|
|
135
|
+
# rich.print("Available command groups:", entry_points("cgse.command"))
|
|
136
|
+
|
|
127
137
|
for ep in entry_points("cgse.command"):
|
|
128
138
|
try:
|
|
129
139
|
obj = ep.load()
|
|
130
140
|
if isinstance(obj, typer.Typer):
|
|
131
|
-
|
|
141
|
+
obj.callback(invoke_without_command=True)(subcommand_callback)
|
|
142
|
+
app.add_typer(obj, name=ep.name)
|
|
132
143
|
else:
|
|
133
|
-
app.command()(
|
|
144
|
+
app.command()(obj)
|
|
134
145
|
except Exception as exc:
|
|
135
146
|
app.command()(broken_command(ep.name, ep.module, exc))
|
|
136
147
|
|
|
137
148
|
cgse_eps = HierarchicalEntryPoints("cgse.service")
|
|
138
149
|
|
|
139
|
-
# rich.print("Available groups:", cgse_eps.get_all_groups())
|
|
150
|
+
# rich.print("Available services groups:", cgse_eps.get_all_groups())
|
|
140
151
|
|
|
141
152
|
for group in cgse_eps.get_all_groups():
|
|
142
153
|
for ep in entry_points(group):
|
|
@@ -145,12 +156,14 @@ def build_app():
|
|
|
145
156
|
app.add_typer(ep.load(), name=ep.name)
|
|
146
157
|
else:
|
|
147
158
|
command_group = snake_to_title(group.split(".")[-1])
|
|
148
|
-
|
|
159
|
+
plugin_app: typer.Typer = ep.load()
|
|
160
|
+
plugin_app.callback(invoke_without_command=True)(subcommand_callback)
|
|
161
|
+
app.add_typer(plugin_app, name=ep.name, rich_help_panel=command_group)
|
|
149
162
|
except Exception as exc:
|
|
150
163
|
app.command()(broken_command(ep.name, ep.module, exc))
|
|
151
164
|
|
|
152
165
|
|
|
153
|
-
@app.callback(
|
|
166
|
+
@app.callback(invoke_without_command=True)
|
|
154
167
|
def main(ctx: typer.Context, verbose: bool = False):
|
|
155
168
|
"""
|
|
156
169
|
The `cgse` command is used to:
|
|
@@ -167,6 +180,9 @@ def main(ctx: typer.Context, verbose: bool = False):
|
|
|
167
180
|
|
|
168
181
|
ctx.obj = AppState(verbose=verbose)
|
|
169
182
|
|
|
183
|
+
if ctx.invoked_subcommand is None:
|
|
184
|
+
# print("Try 'cgse --help' for a list of commands.")
|
|
185
|
+
typer.echo(ctx.get_help())
|
|
170
186
|
|
|
171
187
|
build_app()
|
|
172
188
|
|
|
@@ -30,7 +30,6 @@ from ._stop import stop_sm_cs
|
|
|
30
30
|
core = typer.Typer(
|
|
31
31
|
name="core",
|
|
32
32
|
help="handle core services: start, stop, status, re-register",
|
|
33
|
-
no_args_is_help=True,
|
|
34
33
|
)
|
|
35
34
|
|
|
36
35
|
|
|
@@ -92,7 +91,6 @@ def core_reregister(force: bool = False):
|
|
|
92
91
|
rm_cs = typer.Typer(
|
|
93
92
|
name="rm_cs",
|
|
94
93
|
help="handle registry services: start, stop, status, list-services",
|
|
95
|
-
no_args_is_help=True,
|
|
96
94
|
)
|
|
97
95
|
|
|
98
96
|
|
|
@@ -126,7 +124,6 @@ async def reg_list_services():
|
|
|
126
124
|
log_cs = typer.Typer(
|
|
127
125
|
name="log_cs",
|
|
128
126
|
help="handle log services: start, stop, status, re-register",
|
|
129
|
-
no_args_is_help=True,
|
|
130
127
|
)
|
|
131
128
|
|
|
132
129
|
|
|
@@ -164,7 +161,6 @@ def log_cs_reregister(force: bool = False):
|
|
|
164
161
|
cm_cs = typer.Typer(
|
|
165
162
|
name="cm_cs",
|
|
166
163
|
help="handle configuration manager: start, stop, status, re-register",
|
|
167
|
-
no_args_is_help=True,
|
|
168
164
|
)
|
|
169
165
|
|
|
170
166
|
|
|
@@ -209,7 +205,6 @@ def cm_cs_register_to_storage():
|
|
|
209
205
|
sm_cs = typer.Typer(
|
|
210
206
|
name="sm_cs",
|
|
211
207
|
help="handle storage manager: start, stop, status, re-register",
|
|
212
|
-
no_args_is_help=True,
|
|
213
208
|
)
|
|
214
209
|
|
|
215
210
|
|
|
@@ -247,7 +242,6 @@ def sm_cs_reregister(force: bool = False):
|
|
|
247
242
|
pm_cs = typer.Typer(
|
|
248
243
|
name="pm_cs",
|
|
249
244
|
help="handle process manager: start, stop, status, re-register",
|
|
250
|
-
no_args_is_help=True,
|
|
251
245
|
)
|
|
252
246
|
|
|
253
247
|
|
|
@@ -92,7 +92,7 @@ class DateTimeFormatter(logging.Formatter):
|
|
|
92
92
|
file_formatter = DateTimeFormatter(fmt=LOG_FORMAT_KEY_VALUE, datefmt=LOG_FORMAT_DATE)
|
|
93
93
|
|
|
94
94
|
app_name = "log_cs"
|
|
95
|
-
app = typer.Typer(name=app_name
|
|
95
|
+
app = typer.Typer(name=app_name)
|
|
96
96
|
|
|
97
97
|
|
|
98
98
|
@app.command()
|
|
@@ -34,7 +34,7 @@ from egse.registry.client import AsyncRegistryClient
|
|
|
34
34
|
from egse.system import TyperAsyncCommand
|
|
35
35
|
from egse.system import get_logging_level
|
|
36
36
|
|
|
37
|
-
app = typer.Typer(name="rs_cs"
|
|
37
|
+
app = typer.Typer(name="rs_cs")
|
|
38
38
|
|
|
39
39
|
|
|
40
40
|
class AsyncRegistryServer:
|
|
@@ -129,7 +129,7 @@ def init(project: str = ""):
|
|
|
129
129
|
)
|
|
130
130
|
|
|
131
131
|
|
|
132
|
-
show = typer.Typer(help="Show information about settings, environment, setup, ..."
|
|
132
|
+
show = typer.Typer(help="Show information about settings, environment, setup, ...")
|
|
133
133
|
|
|
134
134
|
|
|
135
135
|
@show.command(name="settings")
|
|
@@ -255,7 +255,7 @@ def show_setup(
|
|
|
255
255
|
rich.print("[red]No setup files were found.[/]")
|
|
256
256
|
|
|
257
257
|
|
|
258
|
-
check = typer.Typer(help="Check installation, settings, required files, etc."
|
|
258
|
+
check = typer.Typer(help="Check installation, settings, required files, etc.")
|
|
259
259
|
|
|
260
260
|
|
|
261
261
|
@check.command(name="setups")
|
|
@@ -7,9 +7,7 @@ from pathlib import Path
|
|
|
7
7
|
import rich
|
|
8
8
|
import typer
|
|
9
9
|
|
|
10
|
-
daq6510 = typer.Typer(
|
|
11
|
-
name="daq6510", help="DAQ6510 Data Acquisition Unit, Keithley, temperature monitoring", no_args_is_help=True
|
|
12
|
-
)
|
|
10
|
+
daq6510 = typer.Typer(name="daq6510", help="DAQ6510 Data Acquisition Unit, Keithley, temperature monitoring")
|
|
13
11
|
|
|
14
12
|
|
|
15
13
|
@daq6510.command(name="start")
|
{cgse-0.13.0 → cgse-0.13.1}/projects/generic/symetrie-hexapod/src/symetrie_hexapod/cgse_services.py
RENAMED
|
@@ -11,11 +11,11 @@ import typer
|
|
|
11
11
|
from egse.env import get_log_file_location
|
|
12
12
|
from egse.system import all_logging_disabled
|
|
13
13
|
|
|
14
|
-
puna = typer.Typer(name="puna", help="PUNA Positioning Hexapod, Symétrie"
|
|
14
|
+
puna = typer.Typer(name="puna", help="PUNA Positioning Hexapod, Symétrie")
|
|
15
15
|
|
|
16
|
-
zonda = typer.Typer(name="zonda", help="ZONDA Positioning Hexapod, Symétrie"
|
|
16
|
+
zonda = typer.Typer(name="zonda", help="ZONDA Positioning Hexapod, Symétrie")
|
|
17
17
|
|
|
18
|
-
joran = typer.Typer(name="joran", help="JORAN Positioning Hexapod, Symétrie"
|
|
18
|
+
joran = typer.Typer(name="joran", help="JORAN Positioning Hexapod, Symétrie")
|
|
19
19
|
|
|
20
20
|
|
|
21
21
|
def redirect_output_to(output_fn: str) -> TextIO:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "cgse"
|
|
3
|
-
version = "0.13.
|
|
3
|
+
version = "0.13.1"
|
|
4
4
|
description = "Generic Common-EGSE: Commanding and monitoring lab equipment"
|
|
5
5
|
authors = [
|
|
6
6
|
{name = "IvS KU Leuven"}
|
|
@@ -78,13 +78,13 @@ build-backend = "hatchling.build"
|
|
|
78
78
|
|
|
79
79
|
[dependency-groups]
|
|
80
80
|
dev = [
|
|
81
|
-
"setuptools",
|
|
81
|
+
"setuptools", # needed by PyCharm
|
|
82
82
|
"pytest>=8.3.4",
|
|
83
83
|
"pytest-cov>=6.0.0",
|
|
84
84
|
"pytest-mock>=3.14.0",
|
|
85
|
-
"ruff>=0.
|
|
85
|
+
"ruff>=0.12.8",
|
|
86
86
|
"nox",
|
|
87
|
-
"setuptools>=75.8.2",
|
|
87
|
+
"setuptools>=75.8.2", # needed by PyCharm
|
|
88
88
|
]
|
|
89
89
|
docs = [
|
|
90
90
|
"mkdocs",
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
cgse-0.13.0/=0.5.1
DELETED
|
File without changes
|
cgse-0.13.0/TODO.md
DELETED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
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
|
|
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
|