pipeline-eds 0.2.20__py3-none-any.whl → 0.2.22__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.
- pipeline/cli.py +1 -0
- pipeline/queriesmanager.py +1 -0
- {pipeline_eds-0.2.20.dist-info → pipeline_eds-0.2.22.dist-info}/METADATA +1 -1
- {pipeline_eds-0.2.20.dist-info → pipeline_eds-0.2.22.dist-info}/RECORD +7 -7
- {pipeline_eds-0.2.20.dist-info → pipeline_eds-0.2.22.dist-info}/LICENSE +0 -0
- {pipeline_eds-0.2.20.dist-info → pipeline_eds-0.2.22.dist-info}/WHEEL +0 -0
- {pipeline_eds-0.2.20.dist-info → pipeline_eds-0.2.22.dist-info}/entry_points.txt +0 -0
pipeline/cli.py
CHANGED
@@ -16,6 +16,7 @@ from pathlib import Path
|
|
16
16
|
from importlib.metadata import version, PackageNotFoundError
|
17
17
|
|
18
18
|
from pipeline.env import SecretConfig
|
19
|
+
from pipeline.time_manager import TimeManager
|
19
20
|
#from pipeline.helpers import setup_logging
|
20
21
|
#from pipeline.workspace_manager import WorkspaceManager
|
21
22
|
|
pipeline/queriesmanager.py
CHANGED
@@ -63,6 +63,7 @@ class QueriesManager:
|
|
63
63
|
|
64
64
|
if not data:
|
65
65
|
# No stored value found — go back one hour from now, rounded down to nearest 5 minutes
|
66
|
+
one_hour_ago_local = TimeManager(datetime.now()).as_unix() - 3600 # now - 1 hour in unix seconds
|
66
67
|
one_hour_ago_local = TimeManager(one_hour_ago_local).as_datetime()
|
67
68
|
#one_hour_ago_utc = TimeManager.from_local(one_hour_ago_local, zone_name = timezone_config)
|
68
69
|
tm = TimeManager(one_hour_ago_local).round_down_to_nearest_five()
|
@@ -5,7 +5,7 @@ pipeline/api/eds.py,sha256=O6kHH9KsBKIXiLrT0Cj84g_UUIhjlK8vPPJbG2MP0DU,45087
|
|
5
5
|
pipeline/api/rjn.py,sha256=Fhbc3tE_WgUywVJimnLzhWnxyMzGiIUu54hRFR3sdUA,7102
|
6
6
|
pipeline/api/status_api.py,sha256=KJG7e4GXmTjqQxK3LFUcdAxj1jqzvNLJ0f9-tuisk00,202
|
7
7
|
pipeline/calls.py,sha256=FexXJK0_fwgQMPx9dy5eFai_6xqVOsOGoEUw8yP3eSU,4187
|
8
|
-
pipeline/cli.py,sha256=
|
8
|
+
pipeline/cli.py,sha256=KRn68XZ708GTRw-JB3fUbLAtSFulbpgFDTvXNfoXsHg,11899
|
9
9
|
pipeline/configrationmanager.py,sha256=UPqa91117jNm59vvTBE7sET1ThisqRf6B2Dhtk7x9tM,624
|
10
10
|
pipeline/decorators.py,sha256=5fIIVqxSvQFaSI4ZkqPd3yqajzDxaRhgYwlC1jD2k5A,411
|
11
11
|
pipeline/env.py,sha256=aVYssr6b5fVXt1GxehloyOv7fbRmuUzSQ7uQz4zwI_0,1926
|
@@ -20,7 +20,7 @@ pipeline/pastehelpers.py,sha256=pkmtULW5Zk_-ffUDDp_VsGzruIjsNB1xAIPbb9jtofE,265
|
|
20
20
|
pipeline/philosophy.py,sha256=QskLEpY3uZn46oyH7rHekOXiC55JqW3raThxwxaiM5U,1919
|
21
21
|
pipeline/plotbuffer.py,sha256=jCsFbT47TdR8Sq5tjj2JdhVELjRiebLPN7O4r2LjPeY,625
|
22
22
|
pipeline/points_loader.py,sha256=4OCGLiatbP3D5hixVnYcFGThvBRYt_bf5DhNGdGw_9k,519
|
23
|
-
pipeline/queriesmanager.py,sha256=
|
23
|
+
pipeline/queriesmanager.py,sha256=iQRPZDnllhQ4_nI7764SgUCxA0Wy5-cA32y-7tR5vBE,5011
|
24
24
|
pipeline/time_manager.py,sha256=gSK430SyHvhgUWLRg_z2nBiyad01v7ByyKafB138IkU,8351
|
25
25
|
pipeline/workspace_manager.py,sha256=cpBecFipE7f1_xTxiE9jmQ7U7Nnk6Ovg22lxlchnzI8,15335
|
26
26
|
workspaces/default-workspace.toml,sha256=dI8y2l2WlEbIck6IZpbuQUP8-Bf48bBE1CKKsnVMc8w,300
|
@@ -57,8 +57,8 @@ workspaces/eds_to_rjn/scripts/daemon_runner.py,sha256=gBCYrJ-FYPCTt_l5O07_YNrrGj
|
|
57
57
|
workspaces/eds_to_rjn/secrets/README.md,sha256=tWf2bhopA0C08C8ImtHNZoPde9ub-sLMjX6EMe7lyJw,600
|
58
58
|
workspaces/eds_to_rjn/secrets/secrets-example.yaml,sha256=qKGrKsKBC0ulDQRVbr1zkfNlr8WPWK4lg5GAvTqZ-T4,365
|
59
59
|
workspaces/eds_to_termux/..txt,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
60
|
-
pipeline_eds-0.2.
|
61
|
-
pipeline_eds-0.2.
|
62
|
-
pipeline_eds-0.2.
|
63
|
-
pipeline_eds-0.2.
|
64
|
-
pipeline_eds-0.2.
|
60
|
+
pipeline_eds-0.2.22.dist-info/entry_points.txt,sha256=jmU0FQ7-2AHXhKcj4TXPn61xLbHlycHA2lkDlRZT-pg,124
|
61
|
+
pipeline_eds-0.2.22.dist-info/LICENSE,sha256=LKdx0wS1t9vFZpbRhDg_iLQ6ny-XsXRwhKAoCfrF6iA,1501
|
62
|
+
pipeline_eds-0.2.22.dist-info/METADATA,sha256=l-zeLOv48wC5ceym6O7c_f0lIULO1QJOb0cPv6Ocxfo,10021
|
63
|
+
pipeline_eds-0.2.22.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
64
|
+
pipeline_eds-0.2.22.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|