pipeline-eds 0.2.13__tar.gz → 0.2.14__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.13 → pipeline_eds-0.2.14}/PKG-INFO +1 -1
- {pipeline_eds-0.2.13 → pipeline_eds-0.2.14}/pyproject.toml +1 -1
- {pipeline_eds-0.2.13 → pipeline_eds-0.2.14}/src/pipeline/cli.py +6 -5
- {pipeline_eds-0.2.13 → pipeline_eds-0.2.14}/LICENSE +0 -0
- {pipeline_eds-0.2.13 → pipeline_eds-0.2.14}/README.md +0 -0
- {pipeline_eds-0.2.13 → pipeline_eds-0.2.14}/src/pipeline/__init__.py +0 -0
- {pipeline_eds-0.2.13 → pipeline_eds-0.2.14}/src/pipeline/__main__.py +0 -0
- {pipeline_eds-0.2.13 → pipeline_eds-0.2.14}/src/pipeline/api/__init__.py +0 -0
- {pipeline_eds-0.2.13 → pipeline_eds-0.2.14}/src/pipeline/api/eds.py +0 -0
- {pipeline_eds-0.2.13 → pipeline_eds-0.2.14}/src/pipeline/api/rjn.py +0 -0
- {pipeline_eds-0.2.13 → pipeline_eds-0.2.14}/src/pipeline/api/status_api.py +0 -0
- {pipeline_eds-0.2.13 → pipeline_eds-0.2.14}/src/pipeline/calls.py +0 -0
- {pipeline_eds-0.2.13 → pipeline_eds-0.2.14}/src/pipeline/configrationmanager.py +0 -0
- {pipeline_eds-0.2.13 → pipeline_eds-0.2.14}/src/pipeline/decorators.py +0 -0
- {pipeline_eds-0.2.13 → pipeline_eds-0.2.14}/src/pipeline/env.py +0 -0
- {pipeline_eds-0.2.13 → pipeline_eds-0.2.14}/src/pipeline/environment.py +0 -0
- {pipeline_eds-0.2.13 → pipeline_eds-0.2.14}/src/pipeline/gui_fastapi_plotly_live.py +0 -0
- {pipeline_eds-0.2.13 → pipeline_eds-0.2.14}/src/pipeline/gui_mpl_live.py +0 -0
- {pipeline_eds-0.2.13 → pipeline_eds-0.2.14}/src/pipeline/helpers.py +0 -0
- {pipeline_eds-0.2.13 → pipeline_eds-0.2.14}/src/pipeline/install_appdata.py +0 -0
- {pipeline_eds-0.2.13 → pipeline_eds-0.2.14}/src/pipeline/logging_setup.py +0 -0
- {pipeline_eds-0.2.13 → pipeline_eds-0.2.14}/src/pipeline/pastehelpers.py +0 -0
- {pipeline_eds-0.2.13 → pipeline_eds-0.2.14}/src/pipeline/philosophy.py +0 -0
- {pipeline_eds-0.2.13 → pipeline_eds-0.2.14}/src/pipeline/plotbuffer.py +0 -0
- {pipeline_eds-0.2.13 → pipeline_eds-0.2.14}/src/pipeline/points_loader.py +0 -0
- {pipeline_eds-0.2.13 → pipeline_eds-0.2.14}/src/pipeline/queriesmanager.py +0 -0
- {pipeline_eds-0.2.13 → pipeline_eds-0.2.14}/src/pipeline/time_manager.py +0 -0
- {pipeline_eds-0.2.13 → pipeline_eds-0.2.14}/src/pipeline/workspace_manager.py +0 -0
- {pipeline_eds-0.2.13 → pipeline_eds-0.2.14}/workspaces/default-workspace.toml +0 -0
- {pipeline_eds-0.2.13 → pipeline_eds-0.2.14}/workspaces/eds_to_rjn/__init__.py +0 -0
- {pipeline_eds-0.2.13 → pipeline_eds-0.2.14}/workspaces/eds_to_rjn/code/__init__.py +0 -0
- {pipeline_eds-0.2.13 → pipeline_eds-0.2.14}/workspaces/eds_to_rjn/code/aggregator.py +0 -0
- {pipeline_eds-0.2.13 → pipeline_eds-0.2.14}/workspaces/eds_to_rjn/code/collector.py +0 -0
- {pipeline_eds-0.2.13 → pipeline_eds-0.2.14}/workspaces/eds_to_rjn/code/sanitizer.py +0 -0
- {pipeline_eds-0.2.13 → pipeline_eds-0.2.14}/workspaces/eds_to_rjn/code/storage.py +0 -0
- {pipeline_eds-0.2.13 → pipeline_eds-0.2.14}/workspaces/eds_to_rjn/configurations/config_time.toml +0 -0
- {pipeline_eds-0.2.13 → pipeline_eds-0.2.14}/workspaces/eds_to_rjn/configurations/configuration.toml +0 -0
- {pipeline_eds-0.2.13 → pipeline_eds-0.2.14}/workspaces/eds_to_rjn/exports/README.md +0 -0
- {pipeline_eds-0.2.13 → pipeline_eds-0.2.14}/workspaces/eds_to_rjn/exports/aggregate/README.md +0 -0
- {pipeline_eds-0.2.13 → pipeline_eds-0.2.14}/workspaces/eds_to_rjn/exports/aggregate/live_data - Copy.csv +0 -0
- {pipeline_eds-0.2.13 → pipeline_eds-0.2.14}/workspaces/eds_to_rjn/exports/aggregate/live_data_EFF.csv +0 -0
- {pipeline_eds-0.2.13 → pipeline_eds-0.2.14}/workspaces/eds_to_rjn/exports/aggregate/live_data_INF.csv +0 -0
- {pipeline_eds-0.2.13 → pipeline_eds-0.2.14}/workspaces/eds_to_rjn/exports/export_eds_points_neo.txt +0 -0
- {pipeline_eds-0.2.13 → pipeline_eds-0.2.14}/workspaces/eds_to_rjn/exports/manual_data_load_to_postman_wetwell.csv +0 -0
- {pipeline_eds-0.2.13 → pipeline_eds-0.2.14}/workspaces/eds_to_rjn/exports/manual_data_load_to_postman_wetwell.xlsx +0 -0
- {pipeline_eds-0.2.13 → pipeline_eds-0.2.14}/workspaces/eds_to_rjn/exports/manual_effluent.csv +0 -0
- {pipeline_eds-0.2.13 → pipeline_eds-0.2.14}/workspaces/eds_to_rjn/exports/manual_influent.csv +0 -0
- {pipeline_eds-0.2.13 → pipeline_eds-0.2.14}/workspaces/eds_to_rjn/exports/manual_wetwell.csv +0 -0
- {pipeline_eds-0.2.13 → pipeline_eds-0.2.14}/workspaces/eds_to_rjn/history/time_sample.txt +0 -0
- {pipeline_eds-0.2.13 → pipeline_eds-0.2.14}/workspaces/eds_to_rjn/imports/zdMaxson_idcsD321E_sid11003.toml +0 -0
- {pipeline_eds-0.2.13 → pipeline_eds-0.2.14}/workspaces/eds_to_rjn/imports/zdMaxson_idcsFI8001_sid8528.toml +0 -0
- {pipeline_eds-0.2.13 → pipeline_eds-0.2.14}/workspaces/eds_to_rjn/imports/zdMaxson_idcsM100FI_sid2308.toml +0 -0
- {pipeline_eds-0.2.13 → pipeline_eds-0.2.14}/workspaces/eds_to_rjn/imports/zdMaxson_idcsM310LI_sid2382.toml +0 -0
- {pipeline_eds-0.2.13 → pipeline_eds-0.2.14}/workspaces/eds_to_rjn/queries/default-queries.toml +0 -0
- {pipeline_eds-0.2.13 → pipeline_eds-0.2.14}/workspaces/eds_to_rjn/queries/points-maxson.csv +0 -0
- {pipeline_eds-0.2.13 → pipeline_eds-0.2.14}/workspaces/eds_to_rjn/queries/points-stiles.csv +0 -0
- {pipeline_eds-0.2.13 → pipeline_eds-0.2.14}/workspaces/eds_to_rjn/queries/timestamps_success.json +0 -0
- {pipeline_eds-0.2.13 → pipeline_eds-0.2.14}/workspaces/eds_to_rjn/scripts/__init__.py +0 -0
- {pipeline_eds-0.2.13 → pipeline_eds-0.2.14}/workspaces/eds_to_rjn/scripts/daemon_runner.py +0 -0
- {pipeline_eds-0.2.13 → pipeline_eds-0.2.14}/workspaces/eds_to_rjn/secrets/README.md +0 -0
- {pipeline_eds-0.2.13 → pipeline_eds-0.2.14}/workspaces/eds_to_rjn/secrets/secrets-example.yaml +0 -0
- {pipeline_eds-0.2.13 → pipeline_eds-0.2.14}/workspaces/eds_to_termux/..txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
[tool.poetry]
|
2
2
|
name = "pipeline-eds"
|
3
|
-
version = "0.2.
|
3
|
+
version = "0.2.14"
|
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"
|
@@ -20,22 +20,23 @@ from pipeline.env import SecretConfig
|
|
20
20
|
from pipeline.workspace_manager import WorkspaceManager
|
21
21
|
|
22
22
|
### Versioning
|
23
|
+
CLI_APP_NAME = "pipeline"
|
23
24
|
def print_version(value: bool):
|
24
25
|
if value:
|
25
26
|
try:
|
26
|
-
typer.secho(f"
|
27
|
+
typer.secho(f"{CLI_APP_NAME} {PIPELINE_VERSION}",fg=typer.colors.GREEN, bold=True)
|
27
28
|
except PackageNotFoundError:
|
28
29
|
typer.echo("Version info not found")
|
29
30
|
raise typer.Exit()
|
30
31
|
try:
|
31
|
-
|
32
|
-
__version__ = version(
|
32
|
+
PIPELINE_VERSION = version(CLI_APP_NAME)
|
33
|
+
__version__ = version({CLI_APP_NAME})
|
33
34
|
except PackageNotFoundError:
|
34
|
-
|
35
|
+
PIPELINE_VERSION = "unknown"
|
35
36
|
|
36
37
|
try:
|
37
38
|
from importlib.metadata import version
|
38
|
-
__version__ = version(
|
39
|
+
__version__ = version({CLI_APP_NAME})
|
39
40
|
except PackageNotFoundError:
|
40
41
|
# fallback if running from source
|
41
42
|
try:
|
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.13 → pipeline_eds-0.2.14}/workspaces/eds_to_rjn/configurations/config_time.toml
RENAMED
File without changes
|
{pipeline_eds-0.2.13 → pipeline_eds-0.2.14}/workspaces/eds_to_rjn/configurations/configuration.toml
RENAMED
File without changes
|
File without changes
|
{pipeline_eds-0.2.13 → pipeline_eds-0.2.14}/workspaces/eds_to_rjn/exports/aggregate/README.md
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{pipeline_eds-0.2.13 → pipeline_eds-0.2.14}/workspaces/eds_to_rjn/exports/export_eds_points_neo.txt
RENAMED
File without changes
|
File without changes
|
File without changes
|
{pipeline_eds-0.2.13 → pipeline_eds-0.2.14}/workspaces/eds_to_rjn/exports/manual_effluent.csv
RENAMED
File without changes
|
{pipeline_eds-0.2.13 → pipeline_eds-0.2.14}/workspaces/eds_to_rjn/exports/manual_influent.csv
RENAMED
File without changes
|
{pipeline_eds-0.2.13 → pipeline_eds-0.2.14}/workspaces/eds_to_rjn/exports/manual_wetwell.csv
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{pipeline_eds-0.2.13 → pipeline_eds-0.2.14}/workspaces/eds_to_rjn/queries/default-queries.toml
RENAMED
File without changes
|
File without changes
|
File without changes
|
{pipeline_eds-0.2.13 → pipeline_eds-0.2.14}/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.13 → pipeline_eds-0.2.14}/workspaces/eds_to_rjn/secrets/secrets-example.yaml
RENAMED
File without changes
|
File without changes
|