pipeline-eds 0.2.8__tar.gz → 0.2.9__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.
- {pipeline_eds-0.2.8 → pipeline_eds-0.2.9}/PKG-INFO +1 -2
- {pipeline_eds-0.2.8 → pipeline_eds-0.2.9}/pyproject.toml +1 -2
- {pipeline_eds-0.2.8 → pipeline_eds-0.2.9}/LICENSE +0 -0
- {pipeline_eds-0.2.8 → pipeline_eds-0.2.9}/README.md +0 -0
- {pipeline_eds-0.2.8 → pipeline_eds-0.2.9}/src/pipeline/__init__.py +0 -0
- {pipeline_eds-0.2.8 → pipeline_eds-0.2.9}/src/pipeline/__main__.py +0 -0
- {pipeline_eds-0.2.8 → pipeline_eds-0.2.9}/src/pipeline/api/__init__.py +0 -0
- {pipeline_eds-0.2.8 → pipeline_eds-0.2.9}/src/pipeline/api/eds.py +0 -0
- {pipeline_eds-0.2.8 → pipeline_eds-0.2.9}/src/pipeline/api/rjn.py +0 -0
- {pipeline_eds-0.2.8 → pipeline_eds-0.2.9}/src/pipeline/api/status_api.py +0 -0
- {pipeline_eds-0.2.8 → pipeline_eds-0.2.9}/src/pipeline/calls.py +0 -0
- {pipeline_eds-0.2.8 → pipeline_eds-0.2.9}/src/pipeline/cli.py +0 -0
- {pipeline_eds-0.2.8 → pipeline_eds-0.2.9}/src/pipeline/configrationmanager.py +0 -0
- {pipeline_eds-0.2.8 → pipeline_eds-0.2.9}/src/pipeline/decorators.py +0 -0
- {pipeline_eds-0.2.8 → pipeline_eds-0.2.9}/src/pipeline/env.py +0 -0
- {pipeline_eds-0.2.8 → pipeline_eds-0.2.9}/src/pipeline/environment.py +0 -0
- {pipeline_eds-0.2.8 → pipeline_eds-0.2.9}/src/pipeline/gui_fastapi_plotly_live.py +0 -0
- {pipeline_eds-0.2.8 → pipeline_eds-0.2.9}/src/pipeline/gui_mpl_live.py +0 -0
- {pipeline_eds-0.2.8 → pipeline_eds-0.2.9}/src/pipeline/helpers.py +0 -0
- {pipeline_eds-0.2.8 → pipeline_eds-0.2.9}/src/pipeline/logging_setup.py +0 -0
- {pipeline_eds-0.2.8 → pipeline_eds-0.2.9}/src/pipeline/pastehelpers.py +0 -0
- {pipeline_eds-0.2.8 → pipeline_eds-0.2.9}/src/pipeline/philosophy.py +0 -0
- {pipeline_eds-0.2.8 → pipeline_eds-0.2.9}/src/pipeline/plotbuffer.py +0 -0
- {pipeline_eds-0.2.8 → pipeline_eds-0.2.9}/src/pipeline/points_loader.py +0 -0
- {pipeline_eds-0.2.8 → pipeline_eds-0.2.9}/src/pipeline/queriesmanager.py +0 -0
- {pipeline_eds-0.2.8 → pipeline_eds-0.2.9}/src/pipeline/time_manager.py +0 -0
- {pipeline_eds-0.2.8 → pipeline_eds-0.2.9}/src/pipeline/workspace_manager.py +0 -0
- {pipeline_eds-0.2.8 → pipeline_eds-0.2.9}/workspaces/default-workspace.toml +0 -0
- {pipeline_eds-0.2.8 → pipeline_eds-0.2.9}/workspaces/eds_to_rjn/__init__.py +0 -0
- {pipeline_eds-0.2.8 → pipeline_eds-0.2.9}/workspaces/eds_to_rjn/code/__init__.py +0 -0
- {pipeline_eds-0.2.8 → pipeline_eds-0.2.9}/workspaces/eds_to_rjn/code/aggregator.py +0 -0
- {pipeline_eds-0.2.8 → pipeline_eds-0.2.9}/workspaces/eds_to_rjn/code/collector.py +0 -0
- {pipeline_eds-0.2.8 → pipeline_eds-0.2.9}/workspaces/eds_to_rjn/code/sanitizer.py +0 -0
- {pipeline_eds-0.2.8 → pipeline_eds-0.2.9}/workspaces/eds_to_rjn/code/storage.py +0 -0
- {pipeline_eds-0.2.8 → pipeline_eds-0.2.9}/workspaces/eds_to_rjn/configurations/config_time.toml +0 -0
- {pipeline_eds-0.2.8 → pipeline_eds-0.2.9}/workspaces/eds_to_rjn/configurations/configuration.toml +0 -0
- {pipeline_eds-0.2.8 → pipeline_eds-0.2.9}/workspaces/eds_to_rjn/exports/README.md +0 -0
- {pipeline_eds-0.2.8 → pipeline_eds-0.2.9}/workspaces/eds_to_rjn/exports/aggregate/README.md +0 -0
- {pipeline_eds-0.2.8 → pipeline_eds-0.2.9}/workspaces/eds_to_rjn/exports/aggregate/live_data - Copy.csv +0 -0
- {pipeline_eds-0.2.8 → pipeline_eds-0.2.9}/workspaces/eds_to_rjn/exports/aggregate/live_data_EFF.csv +0 -0
- {pipeline_eds-0.2.8 → pipeline_eds-0.2.9}/workspaces/eds_to_rjn/exports/aggregate/live_data_INF.csv +0 -0
- {pipeline_eds-0.2.8 → pipeline_eds-0.2.9}/workspaces/eds_to_rjn/exports/export_eds_points_neo.txt +0 -0
- {pipeline_eds-0.2.8 → pipeline_eds-0.2.9}/workspaces/eds_to_rjn/exports/manual_data_load_to_postman_wetwell.csv +0 -0
- {pipeline_eds-0.2.8 → pipeline_eds-0.2.9}/workspaces/eds_to_rjn/exports/manual_data_load_to_postman_wetwell.xlsx +0 -0
- {pipeline_eds-0.2.8 → pipeline_eds-0.2.9}/workspaces/eds_to_rjn/exports/manual_effluent.csv +0 -0
- {pipeline_eds-0.2.8 → pipeline_eds-0.2.9}/workspaces/eds_to_rjn/exports/manual_influent.csv +0 -0
- {pipeline_eds-0.2.8 → pipeline_eds-0.2.9}/workspaces/eds_to_rjn/exports/manual_wetwell.csv +0 -0
- {pipeline_eds-0.2.8 → pipeline_eds-0.2.9}/workspaces/eds_to_rjn/history/time_sample.txt +0 -0
- {pipeline_eds-0.2.8 → pipeline_eds-0.2.9}/workspaces/eds_to_rjn/imports/zdMaxson_idcsD321E_sid11003.toml +0 -0
- {pipeline_eds-0.2.8 → pipeline_eds-0.2.9}/workspaces/eds_to_rjn/imports/zdMaxson_idcsFI8001_sid8528.toml +0 -0
- {pipeline_eds-0.2.8 → pipeline_eds-0.2.9}/workspaces/eds_to_rjn/imports/zdMaxson_idcsM100FI_sid2308.toml +0 -0
- {pipeline_eds-0.2.8 → pipeline_eds-0.2.9}/workspaces/eds_to_rjn/imports/zdMaxson_idcsM310LI_sid2382.toml +0 -0
- {pipeline_eds-0.2.8 → pipeline_eds-0.2.9}/workspaces/eds_to_rjn/queries/default-queries.toml +0 -0
- {pipeline_eds-0.2.8 → pipeline_eds-0.2.9}/workspaces/eds_to_rjn/queries/points-maxson.csv +0 -0
- {pipeline_eds-0.2.8 → pipeline_eds-0.2.9}/workspaces/eds_to_rjn/queries/points-stiles.csv +0 -0
- {pipeline_eds-0.2.8 → pipeline_eds-0.2.9}/workspaces/eds_to_rjn/queries/timestamps_success.json +0 -0
- {pipeline_eds-0.2.8 → pipeline_eds-0.2.9}/workspaces/eds_to_rjn/scripts/__init__.py +0 -0
- {pipeline_eds-0.2.8 → pipeline_eds-0.2.9}/workspaces/eds_to_rjn/scripts/daemon_runner.py +0 -0
- {pipeline_eds-0.2.8 → pipeline_eds-0.2.9}/workspaces/eds_to_rjn/secrets/README.md +0 -0
- {pipeline_eds-0.2.8 → pipeline_eds-0.2.9}/workspaces/eds_to_rjn/secrets/secrets-example.yaml +0 -0
- {pipeline_eds-0.2.8 → pipeline_eds-0.2.9}/workspaces/eds_to_termux/..txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: pipeline-eds
|
3
|
-
Version: 0.2.
|
3
|
+
Version: 0.2.9
|
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
|
@@ -18,7 +18,6 @@ Requires-Dist: mysql-connector-python (>=9.3.0,<10.0.0)
|
|
18
18
|
Requires-Dist: pendulum (>=3.1.0,<4.0.0)
|
19
19
|
Requires-Dist: plotly (>=6.2.0,<7.0.0)
|
20
20
|
Requires-Dist: pydantic (==1.10.13)
|
21
|
-
Requires-Dist: pyodbc (>=5.2.0,<6.0.0)
|
22
21
|
Requires-Dist: pyyaml (>=6.0.2,<7.0.0)
|
23
22
|
Requires-Dist: requests (>=2.32.3,<3.0.0)
|
24
23
|
Requires-Dist: schedule (>=1.2.2,<2.0.0)
|
@@ -1,6 +1,6 @@
|
|
1
1
|
[tool.poetry]
|
2
2
|
name = "pipeline-eds"
|
3
|
-
version = "0.2.
|
3
|
+
version = "0.2.9"
|
4
4
|
description = "The official API pipeline library for mulch-based projects. Key target: Emerson Ovation EDS REST API."
|
5
5
|
authors = ["George Clayton Bennett <george.bennett@memphistn.gov>"]
|
6
6
|
license = "BSD-3"
|
@@ -45,7 +45,6 @@ plotly = "^6.2.0"
|
|
45
45
|
uvicorn = "^0.34.3"
|
46
46
|
mulch = "^0.2.8"
|
47
47
|
mysql-connector-python = "^9.3.0"
|
48
|
-
pyodbc = "^5.2.0"
|
49
48
|
tzdata = "^2025.2"
|
50
49
|
pendulum = "^3.1.0"
|
51
50
|
|
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
|
{pipeline_eds-0.2.8 → pipeline_eds-0.2.9}/workspaces/eds_to_rjn/configurations/config_time.toml
RENAMED
File without changes
|
{pipeline_eds-0.2.8 → pipeline_eds-0.2.9}/workspaces/eds_to_rjn/configurations/configuration.toml
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{pipeline_eds-0.2.8 → pipeline_eds-0.2.9}/workspaces/eds_to_rjn/exports/aggregate/live_data_EFF.csv
RENAMED
File without changes
|
{pipeline_eds-0.2.8 → pipeline_eds-0.2.9}/workspaces/eds_to_rjn/exports/aggregate/live_data_INF.csv
RENAMED
File without changes
|
{pipeline_eds-0.2.8 → pipeline_eds-0.2.9}/workspaces/eds_to_rjn/exports/export_eds_points_neo.txt
RENAMED
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
|
{pipeline_eds-0.2.8 → pipeline_eds-0.2.9}/workspaces/eds_to_rjn/queries/default-queries.toml
RENAMED
File without changes
|
File without changes
|
File without changes
|
{pipeline_eds-0.2.8 → pipeline_eds-0.2.9}/workspaces/eds_to_rjn/queries/timestamps_success.json
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{pipeline_eds-0.2.8 → pipeline_eds-0.2.9}/workspaces/eds_to_rjn/secrets/secrets-example.yaml
RENAMED
File without changes
|
File without changes
|