pipeline-eds 0.2.21__py3-none-any.whl → 0.2.23__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 +2 -1
- {pipeline_eds-0.2.21.dist-info → pipeline_eds-0.2.23.dist-info}/METADATA +2 -2
- {pipeline_eds-0.2.21.dist-info → pipeline_eds-0.2.23.dist-info}/RECORD +6 -6
- {pipeline_eds-0.2.21.dist-info → pipeline_eds-0.2.23.dist-info}/LICENSE +0 -0
- {pipeline_eds-0.2.21.dist-info → pipeline_eds-0.2.23.dist-info}/WHEEL +0 -0
- {pipeline_eds-0.2.21.dist-info → pipeline_eds-0.2.23.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
|
|
@@ -161,7 +162,7 @@ def trend(
|
|
161
162
|
|
162
163
|
# Should automatically choose time step granularity based on time length; map
|
163
164
|
if step_seconds is None:
|
164
|
-
step_seconds = helpers.nice_step(TimeManager(dt_finish).as_unix()-TimeManager(dt_start.as_unix())
|
165
|
+
step_seconds = helpers.nice_step(TimeManager(dt_finish).as_unix()-TimeManager(dt_start).as_unix()) # TimeManager(starttime).as_unix()
|
165
166
|
results = load_historic_data(session, iess_list, dt_start, dt_finish, step_seconds)
|
166
167
|
if not results:
|
167
168
|
return
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: pipeline-eds
|
3
|
-
Version: 0.2.
|
3
|
+
Version: 0.2.23
|
4
4
|
Summary: The official API pipeline library for mulch-based projects. Key target: Emerson Ovation EDS REST API.
|
5
5
|
License: BSD-3
|
6
6
|
Author: George Clayton Bennett
|
@@ -15,7 +15,7 @@ Provides-Extra: windb
|
|
15
15
|
Requires-Dist: certifi (>=2025.1.31,<2026.0.0)
|
16
16
|
Requires-Dist: fastapi (>=0.116.1,<0.117.0)
|
17
17
|
Requires-Dist: matplotlib (>=3.10.6,<4.0.0)
|
18
|
-
Requires-Dist: mulch (==0.2.
|
18
|
+
Requires-Dist: mulch (==0.2.59)
|
19
19
|
Requires-Dist: mysql-connector-python (>=9.3.0,<10.0.0)
|
20
20
|
Requires-Dist: pendulum (>=3.1.0,<4.0.0)
|
21
21
|
Requires-Dist: plotly (>=6.2.0,<7.0.0)
|
@@ -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=vXTIfJPWWaFcn-KdMa0ZVij3SgIECvrjarMXxPdVdzY,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
|
@@ -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.23.dist-info/entry_points.txt,sha256=jmU0FQ7-2AHXhKcj4TXPn61xLbHlycHA2lkDlRZT-pg,124
|
61
|
+
pipeline_eds-0.2.23.dist-info/LICENSE,sha256=LKdx0wS1t9vFZpbRhDg_iLQ6ny-XsXRwhKAoCfrF6iA,1501
|
62
|
+
pipeline_eds-0.2.23.dist-info/METADATA,sha256=MFNg7Y1hFRDcj1871HXHEJUwoLgEaYBNrxeZruBV3cM,10021
|
63
|
+
pipeline_eds-0.2.23.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
64
|
+
pipeline_eds-0.2.23.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|