nextpipe 0.1.2.dev2__tar.gz → 0.1.2.dev3__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.dev2 → nextpipe-0.1.2.dev3}/PKG-INFO +1 -1
- nextpipe-0.1.2.dev3/examples/pipeline-chain/requirements.txt +1 -0
- nextpipe-0.1.2.dev3/examples/pipeline-complex/requirements.txt +1 -0
- nextpipe-0.1.2.dev3/examples/pipeline-ensemble/requirements.txt +1 -0
- nextpipe-0.1.2.dev3/examples/pipeline-foreach/requirements.txt +1 -0
- nextpipe-0.1.2.dev3/examples/pipeline-preprocess/requirements.txt +1 -0
- nextpipe-0.1.2.dev3/nextpipe/__about__.py +1 -0
- {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/nextpipe/flow.py +1 -0
- nextpipe-0.1.2.dev2/examples/pipeline-chain/requirements.txt +0 -1
- nextpipe-0.1.2.dev2/examples/pipeline-complex/requirements.txt +0 -1
- nextpipe-0.1.2.dev2/examples/pipeline-ensemble/requirements.txt +0 -1
- nextpipe-0.1.2.dev2/examples/pipeline-foreach/requirements.txt +0 -1
- nextpipe-0.1.2.dev2/examples/pipeline-preprocess/requirements.txt +0 -1
- nextpipe-0.1.2.dev2/nextpipe/__about__.py +0 -1
- {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/.github/workflows/lint.yml +0 -0
- {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/.github/workflows/release.yml +0 -0
- {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/.github/workflows/test.yml +0 -0
- {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/.gitignore +0 -0
- {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/.nextmv/bump_requirements.sh +0 -0
- {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/.prettierrc.yml +0 -0
- {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/LICENSE.md +0 -0
- {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/README.md +0 -0
- {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/examples/README.md +0 -0
- {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/examples/apps/echo/.gitignore +0 -0
- {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/examples/apps/echo/README.md +0 -0
- {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/examples/apps/echo/app.yaml +0 -0
- {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/examples/apps/echo/input.json +0 -0
- {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/examples/apps/echo/main.py +0 -0
- {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/examples/apps/echo/requirements.txt +0 -0
- {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/examples/pipeline-chain/README.md +0 -0
- {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/examples/pipeline-chain/app.yaml +0 -0
- {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/examples/pipeline-chain/main.py +0 -0
- {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/examples/pipeline-complex/README.md +0 -0
- {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/examples/pipeline-complex/app.yaml +0 -0
- {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/examples/pipeline-complex/main.py +0 -0
- {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/examples/pipeline-ensemble/README.md +0 -0
- {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/examples/pipeline-ensemble/app.yaml +0 -0
- {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/examples/pipeline-ensemble/main.py +0 -0
- {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/examples/pipeline-foreach/README.md +0 -0
- {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/examples/pipeline-foreach/app.yaml +0 -0
- {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/examples/pipeline-foreach/main.py +0 -0
- {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/examples/pipeline-preprocess/README.md +0 -0
- {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/examples/pipeline-preprocess/app.yaml +0 -0
- {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/examples/pipeline-preprocess/main.py +0 -0
- {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/nextpipe/__init__.py +0 -0
- {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/nextpipe/config.py +0 -0
- {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/nextpipe/decorators.py +0 -0
- {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/nextpipe/graph.py +0 -0
- {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/nextpipe/schema.py +0 -0
- {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/nextpipe/threads.py +0 -0
- {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/nextpipe/uplink.py +3 -3
- {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/nextpipe/utils.py +0 -0
- {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/nextpipe.code-workspace +0 -0
- {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/pyproject.toml +0 -0
- {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/tests/.gitignore +0 -0
- {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/tests/README.md +0 -0
- {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/tests/__init__.py +0 -0
- {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/tests/apps/echo/.gitignore +0 -0
- {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/tests/apps/echo/README.md +0 -0
- {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/tests/apps/echo/app.yaml +0 -0
- {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/tests/apps/echo/main.py +0 -0
- {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/tests/apps/echo/requirements.txt +0 -0
- {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/tests/deploy/app.yaml +0 -0
- {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/tests/deploy/main.py +0 -0
- {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/tests/deploy/requirements.txt +0 -0
- {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/tests/pipelines/chain.json +0 -0
- {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/tests/pipelines/chain.json.golden +0 -0
- {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/tests/pipelines/chain.py +0 -0
- {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/tests/pipelines/complex.json +0 -0
- {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/tests/pipelines/complex.json.golden +0 -0
- {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/tests/pipelines/complex.py +0 -0
- {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/tests/pipelines/fail.py +0 -0
- {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/tests/pipelines/foreach-2-pred.json +0 -0
- {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/tests/pipelines/foreach-2-pred.json.golden +0 -0
- {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/tests/pipelines/foreach-2-pred.py +0 -0
- {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/tests/pipelines/foreach.json +0 -0
- {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/tests/pipelines/foreach.json.golden +0 -0
- {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/tests/pipelines/foreach.py +0 -0
- {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/tests/test_graph.py +0 -0
- {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/tests/test_integration.py +0 -0
- {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/tests/test_threads.py +0 -0
- {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/tests/test_uplink.py +0 -0
- {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/tests/test_version.py +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
nextpipe==0.1.2.dev.3
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
nextpipe==0.1.2.dev.3
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
nextpipe==0.1.2.dev.3
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
nextpipe==0.1.2.dev.3
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
nextpipe==0.1.2.dev.3
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "v0.1.2.dev3"
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
nextpipe==0.1.2.dev.2
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
nextpipe==0.1.2.dev.2
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
nextpipe==0.1.2.dev.2
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
nextpipe==0.1.2.dev.2
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
nextpipe==0.1.2.dev.2
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "v0.1.2.dev2"
|
|
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
|
|
@@ -168,9 +168,6 @@ class UplinkClient:
|
|
|
168
168
|
|
|
169
169
|
def run():
|
|
170
170
|
while not self._terminate:
|
|
171
|
-
# Sleep
|
|
172
|
-
time.sleep(UPDATE_INTERVAL)
|
|
173
|
-
log_internal("Uplink client is running...")
|
|
174
171
|
# Post update, if any
|
|
175
172
|
if self.changed:
|
|
176
173
|
with self._lock:
|
|
@@ -186,6 +183,9 @@ class UplinkClient:
|
|
|
186
183
|
self._terminate = True
|
|
187
184
|
else:
|
|
188
185
|
self._updates_failed = 0
|
|
186
|
+
# Sleep
|
|
187
|
+
time.sleep(UPDATE_INTERVAL)
|
|
188
|
+
log_internal("Uplink client is running...")
|
|
189
189
|
|
|
190
190
|
# Signal termination
|
|
191
191
|
self._terminated = True
|
|
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
|