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.
Files changed (83) hide show
  1. {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/PKG-INFO +1 -1
  2. nextpipe-0.1.2.dev3/examples/pipeline-chain/requirements.txt +1 -0
  3. nextpipe-0.1.2.dev3/examples/pipeline-complex/requirements.txt +1 -0
  4. nextpipe-0.1.2.dev3/examples/pipeline-ensemble/requirements.txt +1 -0
  5. nextpipe-0.1.2.dev3/examples/pipeline-foreach/requirements.txt +1 -0
  6. nextpipe-0.1.2.dev3/examples/pipeline-preprocess/requirements.txt +1 -0
  7. nextpipe-0.1.2.dev3/nextpipe/__about__.py +1 -0
  8. {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/nextpipe/flow.py +1 -0
  9. nextpipe-0.1.2.dev2/examples/pipeline-chain/requirements.txt +0 -1
  10. nextpipe-0.1.2.dev2/examples/pipeline-complex/requirements.txt +0 -1
  11. nextpipe-0.1.2.dev2/examples/pipeline-ensemble/requirements.txt +0 -1
  12. nextpipe-0.1.2.dev2/examples/pipeline-foreach/requirements.txt +0 -1
  13. nextpipe-0.1.2.dev2/examples/pipeline-preprocess/requirements.txt +0 -1
  14. nextpipe-0.1.2.dev2/nextpipe/__about__.py +0 -1
  15. {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/.github/workflows/lint.yml +0 -0
  16. {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/.github/workflows/release.yml +0 -0
  17. {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/.github/workflows/test.yml +0 -0
  18. {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/.gitignore +0 -0
  19. {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/.nextmv/bump_requirements.sh +0 -0
  20. {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/.prettierrc.yml +0 -0
  21. {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/LICENSE.md +0 -0
  22. {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/README.md +0 -0
  23. {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/examples/README.md +0 -0
  24. {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/examples/apps/echo/.gitignore +0 -0
  25. {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/examples/apps/echo/README.md +0 -0
  26. {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/examples/apps/echo/app.yaml +0 -0
  27. {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/examples/apps/echo/input.json +0 -0
  28. {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/examples/apps/echo/main.py +0 -0
  29. {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/examples/apps/echo/requirements.txt +0 -0
  30. {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/examples/pipeline-chain/README.md +0 -0
  31. {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/examples/pipeline-chain/app.yaml +0 -0
  32. {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/examples/pipeline-chain/main.py +0 -0
  33. {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/examples/pipeline-complex/README.md +0 -0
  34. {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/examples/pipeline-complex/app.yaml +0 -0
  35. {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/examples/pipeline-complex/main.py +0 -0
  36. {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/examples/pipeline-ensemble/README.md +0 -0
  37. {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/examples/pipeline-ensemble/app.yaml +0 -0
  38. {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/examples/pipeline-ensemble/main.py +0 -0
  39. {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/examples/pipeline-foreach/README.md +0 -0
  40. {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/examples/pipeline-foreach/app.yaml +0 -0
  41. {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/examples/pipeline-foreach/main.py +0 -0
  42. {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/examples/pipeline-preprocess/README.md +0 -0
  43. {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/examples/pipeline-preprocess/app.yaml +0 -0
  44. {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/examples/pipeline-preprocess/main.py +0 -0
  45. {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/nextpipe/__init__.py +0 -0
  46. {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/nextpipe/config.py +0 -0
  47. {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/nextpipe/decorators.py +0 -0
  48. {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/nextpipe/graph.py +0 -0
  49. {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/nextpipe/schema.py +0 -0
  50. {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/nextpipe/threads.py +0 -0
  51. {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/nextpipe/uplink.py +3 -3
  52. {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/nextpipe/utils.py +0 -0
  53. {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/nextpipe.code-workspace +0 -0
  54. {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/pyproject.toml +0 -0
  55. {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/tests/.gitignore +0 -0
  56. {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/tests/README.md +0 -0
  57. {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/tests/__init__.py +0 -0
  58. {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/tests/apps/echo/.gitignore +0 -0
  59. {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/tests/apps/echo/README.md +0 -0
  60. {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/tests/apps/echo/app.yaml +0 -0
  61. {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/tests/apps/echo/main.py +0 -0
  62. {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/tests/apps/echo/requirements.txt +0 -0
  63. {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/tests/deploy/app.yaml +0 -0
  64. {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/tests/deploy/main.py +0 -0
  65. {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/tests/deploy/requirements.txt +0 -0
  66. {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/tests/pipelines/chain.json +0 -0
  67. {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/tests/pipelines/chain.json.golden +0 -0
  68. {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/tests/pipelines/chain.py +0 -0
  69. {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/tests/pipelines/complex.json +0 -0
  70. {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/tests/pipelines/complex.json.golden +0 -0
  71. {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/tests/pipelines/complex.py +0 -0
  72. {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/tests/pipelines/fail.py +0 -0
  73. {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/tests/pipelines/foreach-2-pred.json +0 -0
  74. {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/tests/pipelines/foreach-2-pred.json.golden +0 -0
  75. {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/tests/pipelines/foreach-2-pred.py +0 -0
  76. {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/tests/pipelines/foreach.json +0 -0
  77. {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/tests/pipelines/foreach.json.golden +0 -0
  78. {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/tests/pipelines/foreach.py +0 -0
  79. {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/tests/test_graph.py +0 -0
  80. {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/tests/test_integration.py +0 -0
  81. {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/tests/test_threads.py +0 -0
  82. {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/tests/test_uplink.py +0 -0
  83. {nextpipe-0.1.2.dev2 → nextpipe-0.1.2.dev3}/tests/test_version.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nextpipe
3
- Version: 0.1.2.dev2
3
+ Version: 0.1.2.dev3
4
4
  Summary: Framework for Decision Pipeline modeling and execution
5
5
  Project-URL: Homepage, https://www.nextmv.io
6
6
  Project-URL: Documentation, https://www.nextmv.io/docs
@@ -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"
@@ -399,6 +399,7 @@ class Runner:
399
399
  def run(self):
400
400
  # Start communicating updates to the platform
401
401
  try:
402
+ self.uplink.submit_update(self.graph._to_uplink_dto())
402
403
  self.uplink.run_async()
403
404
  except Exception as e:
404
405
  self.uplink.terminate()
@@ -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
@@ -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