pipeline-eds 0.2.25__py3-none-any.whl → 0.2.26__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/workspace_manager.py +0 -13
- {pipeline_eds-0.2.25.dist-info → pipeline_eds-0.2.26.dist-info}/METADATA +1 -1
- {pipeline_eds-0.2.25.dist-info → pipeline_eds-0.2.26.dist-info}/RECORD +6 -6
- {pipeline_eds-0.2.25.dist-info → pipeline_eds-0.2.26.dist-info}/LICENSE +0 -0
- {pipeline_eds-0.2.25.dist-info → pipeline_eds-0.2.26.dist-info}/WHEEL +0 -0
- {pipeline_eds-0.2.25.dist-info → pipeline_eds-0.2.26.dist-info}/entry_points.txt +0 -0
pipeline/workspace_manager.py
CHANGED
@@ -4,22 +4,9 @@ import logging
|
|
4
4
|
from pathlib import Path
|
5
5
|
import sys
|
6
6
|
#import mulch
|
7
|
-
import importlib.util
|
8
7
|
import sys
|
9
8
|
from pathlib import Path
|
10
9
|
|
11
|
-
# current_dir = this pipeline repo
|
12
|
-
repo_root = Path(__file__).resolve().parents[3] # adjust if needed
|
13
|
-
mulch_path = repo_root / "mulch" / "src" / "mulch" / "__init__.py"
|
14
|
-
|
15
|
-
if not mulch_path.exists():
|
16
|
-
raise FileNotFoundError(f"Expected mulch at {mulch_path}")
|
17
|
-
|
18
|
-
spec = importlib.util.spec_from_file_location("mulch", str(mulch_path))
|
19
|
-
mulch = importlib.util.module_from_spec(spec)
|
20
|
-
sys.modules["mulch"] = mulch
|
21
|
-
spec.loader.exec_module(mulch)
|
22
|
-
|
23
10
|
'''
|
24
11
|
Goal:
|
25
12
|
Implement default-workspace.toml variable: use-most-recently-edited-workspace-directory
|
@@ -23,7 +23,7 @@ pipeline/plotbuffer.py,sha256=jCsFbT47TdR8Sq5tjj2JdhVELjRiebLPN7O4r2LjPeY,625
|
|
23
23
|
pipeline/points_loader.py,sha256=4OCGLiatbP3D5hixVnYcFGThvBRYt_bf5DhNGdGw_9k,519
|
24
24
|
pipeline/queriesmanager.py,sha256=iQRPZDnllhQ4_nI7764SgUCxA0Wy5-cA32y-7tR5vBE,5011
|
25
25
|
pipeline/time_manager.py,sha256=gSK430SyHvhgUWLRg_z2nBiyad01v7ByyKafB138IkU,8351
|
26
|
-
pipeline/workspace_manager.py,sha256=
|
26
|
+
pipeline/workspace_manager.py,sha256=xhoF1AXA4jbyuKd1js8_cgMHbasjSMLfNfrQuSgpITo,15395
|
27
27
|
workspaces/default-workspace.toml,sha256=dI8y2l2WlEbIck6IZpbuQUP8-Bf48bBE1CKKsnVMc8w,300
|
28
28
|
workspaces/eds_to_rjn/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
29
29
|
workspaces/eds_to_rjn/code/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -58,8 +58,8 @@ workspaces/eds_to_rjn/scripts/daemon_runner.py,sha256=gBCYrJ-FYPCTt_l5O07_YNrrGj
|
|
58
58
|
workspaces/eds_to_rjn/secrets/README.md,sha256=tWf2bhopA0C08C8ImtHNZoPde9ub-sLMjX6EMe7lyJw,600
|
59
59
|
workspaces/eds_to_rjn/secrets/secrets-example.yaml,sha256=qKGrKsKBC0ulDQRVbr1zkfNlr8WPWK4lg5GAvTqZ-T4,365
|
60
60
|
workspaces/eds_to_termux/..txt,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
61
|
-
pipeline_eds-0.2.
|
62
|
-
pipeline_eds-0.2.
|
63
|
-
pipeline_eds-0.2.
|
64
|
-
pipeline_eds-0.2.
|
65
|
-
pipeline_eds-0.2.
|
61
|
+
pipeline_eds-0.2.26.dist-info/entry_points.txt,sha256=jmU0FQ7-2AHXhKcj4TXPn61xLbHlycHA2lkDlRZT-pg,124
|
62
|
+
pipeline_eds-0.2.26.dist-info/LICENSE,sha256=LKdx0wS1t9vFZpbRhDg_iLQ6ny-XsXRwhKAoCfrF6iA,1501
|
63
|
+
pipeline_eds-0.2.26.dist-info/METADATA,sha256=RMe8Qp0idRm3TL2TVzCVC3T8uoSo1Pu7QLbM-AcWjMw,10028
|
64
|
+
pipeline_eds-0.2.26.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
65
|
+
pipeline_eds-0.2.26.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|