cgse-common 0.16.2__tar.gz → 0.16.4__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.
Files changed (48) hide show
  1. {cgse_common-0.16.2 → cgse_common-0.16.4}/PKG-INFO +1 -1
  2. {cgse_common-0.16.2 → cgse_common-0.16.4}/pyproject.toml +1 -1
  3. {cgse_common-0.16.2 → cgse_common-0.16.4}/src/egse/system.py +2 -1
  4. {cgse_common-0.16.2 → cgse_common-0.16.4}/.gitignore +0 -0
  5. {cgse_common-0.16.2 → cgse_common-0.16.4}/README.md +0 -0
  6. {cgse_common-0.16.2 → cgse_common-0.16.4}/justfile +0 -0
  7. {cgse_common-0.16.2 → cgse_common-0.16.4}/noxfile.py +0 -0
  8. {cgse_common-0.16.2 → cgse_common-0.16.4}/service_registry.db +0 -0
  9. {cgse_common-0.16.2 → cgse_common-0.16.4}/src/cgse_common/__init__.py +0 -0
  10. {cgse_common-0.16.2 → cgse_common-0.16.4}/src/cgse_common/cgse.py +0 -0
  11. {cgse_common-0.16.2 → cgse_common-0.16.4}/src/cgse_common/settings.yaml +0 -0
  12. {cgse_common-0.16.2 → cgse_common-0.16.4}/src/egse/bits.py +0 -0
  13. {cgse_common-0.16.2 → cgse_common-0.16.4}/src/egse/calibration.py +0 -0
  14. {cgse_common-0.16.2 → cgse_common-0.16.4}/src/egse/config.py +0 -0
  15. {cgse_common-0.16.2 → cgse_common-0.16.4}/src/egse/counter.py +0 -0
  16. {cgse_common-0.16.2 → cgse_common-0.16.4}/src/egse/decorators.py +0 -0
  17. {cgse_common-0.16.2 → cgse_common-0.16.4}/src/egse/device.py +0 -0
  18. {cgse_common-0.16.2 → cgse_common-0.16.4}/src/egse/dicts.py +0 -0
  19. {cgse_common-0.16.2 → cgse_common-0.16.4}/src/egse/env.py +0 -0
  20. {cgse_common-0.16.2 → cgse_common-0.16.4}/src/egse/exceptions.py +0 -0
  21. {cgse_common-0.16.2 → cgse_common-0.16.4}/src/egse/heartbeat.py +0 -0
  22. {cgse_common-0.16.2 → cgse_common-0.16.4}/src/egse/hk.py +0 -0
  23. {cgse_common-0.16.2 → cgse_common-0.16.4}/src/egse/log.py +0 -0
  24. {cgse_common-0.16.2 → cgse_common-0.16.4}/src/egse/metrics.py +0 -0
  25. {cgse_common-0.16.2 → cgse_common-0.16.4}/src/egse/observer.py +0 -0
  26. {cgse_common-0.16.2 → cgse_common-0.16.4}/src/egse/obsid.py +0 -0
  27. {cgse_common-0.16.2 → cgse_common-0.16.4}/src/egse/persistence.py +0 -0
  28. {cgse_common-0.16.2 → cgse_common-0.16.4}/src/egse/plugin.py +0 -0
  29. {cgse_common-0.16.2 → cgse_common-0.16.4}/src/egse/plugins/metrics/duckdb.py +0 -0
  30. {cgse_common-0.16.2 → cgse_common-0.16.4}/src/egse/plugins/metrics/influxdb.py +0 -0
  31. {cgse_common-0.16.2 → cgse_common-0.16.4}/src/egse/plugins/metrics/timescaledb.py +0 -0
  32. {cgse_common-0.16.2 → cgse_common-0.16.4}/src/egse/process.py +0 -0
  33. {cgse_common-0.16.2 → cgse_common-0.16.4}/src/egse/py.typed +0 -0
  34. {cgse_common-0.16.2 → cgse_common-0.16.4}/src/egse/randomwalk.py +0 -0
  35. {cgse_common-0.16.2 → cgse_common-0.16.4}/src/egse/ratelimit.py +0 -0
  36. {cgse_common-0.16.2 → cgse_common-0.16.4}/src/egse/reload.py +0 -0
  37. {cgse_common-0.16.2 → cgse_common-0.16.4}/src/egse/resource.py +0 -0
  38. {cgse_common-0.16.2 → cgse_common-0.16.4}/src/egse/response.py +0 -0
  39. {cgse_common-0.16.2 → cgse_common-0.16.4}/src/egse/scpi.py +0 -0
  40. {cgse_common-0.16.2 → cgse_common-0.16.4}/src/egse/settings.py +0 -0
  41. {cgse_common-0.16.2 → cgse_common-0.16.4}/src/egse/settings.yaml +0 -0
  42. {cgse_common-0.16.2 → cgse_common-0.16.4}/src/egse/setup.py +0 -0
  43. {cgse_common-0.16.2 → cgse_common-0.16.4}/src/egse/signal.py +0 -0
  44. {cgse_common-0.16.2 → cgse_common-0.16.4}/src/egse/socketdevice.py +0 -0
  45. {cgse_common-0.16.2 → cgse_common-0.16.4}/src/egse/state.py +0 -0
  46. {cgse_common-0.16.2 → cgse_common-0.16.4}/src/egse/task.py +0 -0
  47. {cgse_common-0.16.2 → cgse_common-0.16.4}/src/egse/version.py +0 -0
  48. {cgse_common-0.16.2 → cgse_common-0.16.4}/src/egse/zmq_ser.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cgse-common
3
- Version: 0.16.2
3
+ Version: 0.16.4
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>
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "cgse-common"
3
- version = "0.16.2"
3
+ version = "0.16.4"
4
4
  description = "Software framework to support hardware testing"
5
5
  authors = [
6
6
  {name = "IvS KU Leuven"}
@@ -61,7 +61,6 @@ from rich.tree import Tree
61
61
  from typer.core import TyperCommand
62
62
 
63
63
  import signal
64
- from egse.env import get_log_file_location
65
64
  from egse.log import logger
66
65
 
67
66
  EPOCH_1958_1970 = 378691200
@@ -2319,6 +2318,8 @@ def redirect_output_to_log(output_fn: str, append: bool = False) -> TextIO:
2319
2318
  """
2320
2319
 
2321
2320
  try:
2321
+ from egse.env import get_log_file_location
2322
+
2322
2323
  location = get_log_file_location()
2323
2324
  output_path = Path(location, output_fn).expanduser()
2324
2325
  except ValueError:
File without changes
File without changes
File without changes
File without changes