nextpipe 0.1.2.dev6__tar.gz → 0.1.2.dev7__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.
- {nextpipe-0.1.2.dev6 → nextpipe-0.1.2.dev7}/PKG-INFO +1 -1
- nextpipe-0.1.2.dev7/examples/pipeline-chain/requirements.txt +1 -0
- nextpipe-0.1.2.dev7/examples/pipeline-complex/requirements.txt +1 -0
- nextpipe-0.1.2.dev7/examples/pipeline-ensemble/requirements.txt +1 -0
- nextpipe-0.1.2.dev7/examples/pipeline-foreach/requirements.txt +1 -0
- nextpipe-0.1.2.dev7/examples/pipeline-preprocess/requirements.txt +1 -0
- nextpipe-0.1.2.dev7/nextpipe/__about__.py +1 -0
- {nextpipe-0.1.2.dev6 → nextpipe-0.1.2.dev7}/nextpipe/uplink.py +4 -4
- nextpipe-0.1.2.dev6/examples/pipeline-chain/requirements.txt +0 -1
- nextpipe-0.1.2.dev6/examples/pipeline-complex/requirements.txt +0 -1
- nextpipe-0.1.2.dev6/examples/pipeline-ensemble/requirements.txt +0 -1
- nextpipe-0.1.2.dev6/examples/pipeline-foreach/requirements.txt +0 -1
- nextpipe-0.1.2.dev6/examples/pipeline-preprocess/requirements.txt +0 -1
- nextpipe-0.1.2.dev6/nextpipe/__about__.py +0 -1
- {nextpipe-0.1.2.dev6 → nextpipe-0.1.2.dev7}/.github/workflows/lint.yml +0 -0
- {nextpipe-0.1.2.dev6 → nextpipe-0.1.2.dev7}/.github/workflows/release.yml +0 -0
- {nextpipe-0.1.2.dev6 → nextpipe-0.1.2.dev7}/.github/workflows/test.yml +0 -0
- {nextpipe-0.1.2.dev6 → nextpipe-0.1.2.dev7}/.gitignore +0 -0
- {nextpipe-0.1.2.dev6 → nextpipe-0.1.2.dev7}/.nextmv/bump_requirements.sh +0 -0
- {nextpipe-0.1.2.dev6 → nextpipe-0.1.2.dev7}/.prettierrc.yml +0 -0
- {nextpipe-0.1.2.dev6 → nextpipe-0.1.2.dev7}/LICENSE.md +0 -0
- {nextpipe-0.1.2.dev6 → nextpipe-0.1.2.dev7}/README.md +0 -0
- {nextpipe-0.1.2.dev6 → nextpipe-0.1.2.dev7}/examples/README.md +0 -0
- {nextpipe-0.1.2.dev6 → nextpipe-0.1.2.dev7}/examples/apps/echo/.gitignore +0 -0
- {nextpipe-0.1.2.dev6 → nextpipe-0.1.2.dev7}/examples/apps/echo/README.md +0 -0
- {nextpipe-0.1.2.dev6 → nextpipe-0.1.2.dev7}/examples/apps/echo/app.yaml +0 -0
- {nextpipe-0.1.2.dev6 → nextpipe-0.1.2.dev7}/examples/apps/echo/input.json +0 -0
- {nextpipe-0.1.2.dev6 → nextpipe-0.1.2.dev7}/examples/apps/echo/main.py +0 -0
- {nextpipe-0.1.2.dev6 → nextpipe-0.1.2.dev7}/examples/apps/echo/requirements.txt +0 -0
- {nextpipe-0.1.2.dev6 → nextpipe-0.1.2.dev7}/examples/pipeline-chain/README.md +0 -0
- {nextpipe-0.1.2.dev6 → nextpipe-0.1.2.dev7}/examples/pipeline-chain/app.yaml +0 -0
- {nextpipe-0.1.2.dev6 → nextpipe-0.1.2.dev7}/examples/pipeline-chain/main.py +0 -0
- {nextpipe-0.1.2.dev6 → nextpipe-0.1.2.dev7}/examples/pipeline-complex/README.md +0 -0
- {nextpipe-0.1.2.dev6 → nextpipe-0.1.2.dev7}/examples/pipeline-complex/app.yaml +0 -0
- {nextpipe-0.1.2.dev6 → nextpipe-0.1.2.dev7}/examples/pipeline-complex/main.py +0 -0
- {nextpipe-0.1.2.dev6 → nextpipe-0.1.2.dev7}/examples/pipeline-ensemble/README.md +0 -0
- {nextpipe-0.1.2.dev6 → nextpipe-0.1.2.dev7}/examples/pipeline-ensemble/app.yaml +0 -0
- {nextpipe-0.1.2.dev6 → nextpipe-0.1.2.dev7}/examples/pipeline-ensemble/main.py +0 -0
- {nextpipe-0.1.2.dev6 → nextpipe-0.1.2.dev7}/examples/pipeline-foreach/README.md +0 -0
- {nextpipe-0.1.2.dev6 → nextpipe-0.1.2.dev7}/examples/pipeline-foreach/app.yaml +0 -0
- {nextpipe-0.1.2.dev6 → nextpipe-0.1.2.dev7}/examples/pipeline-foreach/main.py +0 -0
- {nextpipe-0.1.2.dev6 → nextpipe-0.1.2.dev7}/examples/pipeline-preprocess/README.md +0 -0
- {nextpipe-0.1.2.dev6 → nextpipe-0.1.2.dev7}/examples/pipeline-preprocess/app.yaml +0 -0
- {nextpipe-0.1.2.dev6 → nextpipe-0.1.2.dev7}/examples/pipeline-preprocess/main.py +0 -0
- {nextpipe-0.1.2.dev6 → nextpipe-0.1.2.dev7}/nextpipe/__init__.py +0 -0
- {nextpipe-0.1.2.dev6 → nextpipe-0.1.2.dev7}/nextpipe/config.py +0 -0
- {nextpipe-0.1.2.dev6 → nextpipe-0.1.2.dev7}/nextpipe/decorators.py +0 -0
- {nextpipe-0.1.2.dev6 → nextpipe-0.1.2.dev7}/nextpipe/flow.py +0 -0
- {nextpipe-0.1.2.dev6 → nextpipe-0.1.2.dev7}/nextpipe/graph.py +0 -0
- {nextpipe-0.1.2.dev6 → nextpipe-0.1.2.dev7}/nextpipe/schema.py +0 -0
- {nextpipe-0.1.2.dev6 → nextpipe-0.1.2.dev7}/nextpipe/threads.py +0 -0
- {nextpipe-0.1.2.dev6 → nextpipe-0.1.2.dev7}/nextpipe/utils.py +0 -0
- {nextpipe-0.1.2.dev6 → nextpipe-0.1.2.dev7}/nextpipe.code-workspace +0 -0
- {nextpipe-0.1.2.dev6 → nextpipe-0.1.2.dev7}/pyproject.toml +0 -0
- {nextpipe-0.1.2.dev6 → nextpipe-0.1.2.dev7}/tests/.gitignore +0 -0
- {nextpipe-0.1.2.dev6 → nextpipe-0.1.2.dev7}/tests/README.md +0 -0
- {nextpipe-0.1.2.dev6 → nextpipe-0.1.2.dev7}/tests/__init__.py +0 -0
- {nextpipe-0.1.2.dev6 → nextpipe-0.1.2.dev7}/tests/apps/echo/.gitignore +0 -0
- {nextpipe-0.1.2.dev6 → nextpipe-0.1.2.dev7}/tests/apps/echo/README.md +0 -0
- {nextpipe-0.1.2.dev6 → nextpipe-0.1.2.dev7}/tests/apps/echo/app.yaml +0 -0
- {nextpipe-0.1.2.dev6 → nextpipe-0.1.2.dev7}/tests/apps/echo/main.py +0 -0
- {nextpipe-0.1.2.dev6 → nextpipe-0.1.2.dev7}/tests/apps/echo/requirements.txt +0 -0
- {nextpipe-0.1.2.dev6 → nextpipe-0.1.2.dev7}/tests/deploy/app.yaml +0 -0
- {nextpipe-0.1.2.dev6 → nextpipe-0.1.2.dev7}/tests/deploy/main.py +0 -0
- {nextpipe-0.1.2.dev6 → nextpipe-0.1.2.dev7}/tests/deploy/requirements.txt +0 -0
- {nextpipe-0.1.2.dev6 → nextpipe-0.1.2.dev7}/tests/pipelines/chain.json +0 -0
- {nextpipe-0.1.2.dev6 → nextpipe-0.1.2.dev7}/tests/pipelines/chain.json.golden +0 -0
- {nextpipe-0.1.2.dev6 → nextpipe-0.1.2.dev7}/tests/pipelines/chain.py +0 -0
- {nextpipe-0.1.2.dev6 → nextpipe-0.1.2.dev7}/tests/pipelines/complex.json +0 -0
- {nextpipe-0.1.2.dev6 → nextpipe-0.1.2.dev7}/tests/pipelines/complex.json.golden +0 -0
- {nextpipe-0.1.2.dev6 → nextpipe-0.1.2.dev7}/tests/pipelines/complex.py +0 -0
- {nextpipe-0.1.2.dev6 → nextpipe-0.1.2.dev7}/tests/pipelines/fail.py +0 -0
- {nextpipe-0.1.2.dev6 → nextpipe-0.1.2.dev7}/tests/pipelines/foreach-2-pred.json +0 -0
- {nextpipe-0.1.2.dev6 → nextpipe-0.1.2.dev7}/tests/pipelines/foreach-2-pred.json.golden +0 -0
- {nextpipe-0.1.2.dev6 → nextpipe-0.1.2.dev7}/tests/pipelines/foreach-2-pred.py +0 -0
- {nextpipe-0.1.2.dev6 → nextpipe-0.1.2.dev7}/tests/pipelines/foreach.json +0 -0
- {nextpipe-0.1.2.dev6 → nextpipe-0.1.2.dev7}/tests/pipelines/foreach.json.golden +0 -0
- {nextpipe-0.1.2.dev6 → nextpipe-0.1.2.dev7}/tests/pipelines/foreach.py +0 -0
- {nextpipe-0.1.2.dev6 → nextpipe-0.1.2.dev7}/tests/test_graph.py +0 -0
- {nextpipe-0.1.2.dev6 → nextpipe-0.1.2.dev7}/tests/test_integration.py +0 -0
- {nextpipe-0.1.2.dev6 → nextpipe-0.1.2.dev7}/tests/test_threads.py +0 -0
- {nextpipe-0.1.2.dev6 → nextpipe-0.1.2.dev7}/tests/test_uplink.py +0 -0
- {nextpipe-0.1.2.dev6 → nextpipe-0.1.2.dev7}/tests/test_version.py +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
nextpipe==0.1.2.dev.7
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
nextpipe==0.1.2.dev.7
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
nextpipe==0.1.2.dev.7
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
nextpipe==0.1.2.dev.7
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
nextpipe==0.1.2.dev.7
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "v0.1.2.dev7"
|
|
@@ -35,12 +35,12 @@ class UplinkConfig:
|
|
|
35
35
|
class StepDTO:
|
|
36
36
|
id: str
|
|
37
37
|
"""The ID of the step."""
|
|
38
|
-
app_id: str
|
|
39
|
-
"""The ID of the app this step represents (if any)."""
|
|
40
|
-
docs: str
|
|
41
|
-
"""The doc string of the step."""
|
|
42
38
|
predecessors: list[str]
|
|
43
39
|
"""The IDs of the nodes that depend on this node."""
|
|
40
|
+
docs: str
|
|
41
|
+
"""The doc string of the step."""
|
|
42
|
+
app_id: str = field(default=None, metadata=config(exclude=ExcludeIfNone))
|
|
43
|
+
"""The ID of the app this step represents (if any)."""
|
|
44
44
|
|
|
45
45
|
|
|
46
46
|
@dataclass_json
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
nextpipe==0.1.2.dev.6
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
nextpipe==0.1.2.dev.6
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
nextpipe==0.1.2.dev.6
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
nextpipe==0.1.2.dev.6
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
nextpipe==0.1.2.dev.6
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "v0.1.2.dev6"
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|