nextpipe 0.3.2.dev2__tar.gz → 0.3.3.dev0__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 (77) hide show
  1. {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/.github/workflows/release.yml +4 -3
  2. {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/PKG-INFO +1 -1
  3. nextpipe-0.3.3.dev0/nextpipe/__about__.py +1 -0
  4. {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/nextpipe/__init__.py +1 -0
  5. nextpipe-0.3.2.dev2/nextpipe/__about__.py +0 -1
  6. {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/.github/workflows/lint.yml +0 -0
  7. {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/.github/workflows/test.yml +0 -0
  8. {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/.gitignore +0 -0
  9. {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/.markdownlint.jsonc +0 -0
  10. {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/.nextmv/bump_requirements.sh +0 -0
  11. {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/.prettierrc.yml +0 -0
  12. {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/.readthedocs.yaml +0 -0
  13. {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/LICENSE.md +0 -0
  14. {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/README.md +0 -0
  15. {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/RELEASE.md +0 -0
  16. {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/docs/examples/basic-chained-workflow.md +0 -0
  17. {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/docs/examples/complex-workflow-csv.md +0 -0
  18. {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/docs/examples/complex-workflow.md +0 -0
  19. {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/docs/examples/ensemble-workflow.md +0 -0
  20. {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/docs/examples/fanout-workflow.md +0 -0
  21. {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/docs/images/logo-180.png +0 -0
  22. {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/docs/images/nextmv-favicon.svg +0 -0
  23. {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/docs/images/routing-ortools-pyvroom-selected.png +0 -0
  24. {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/docs/images/routing-selected.png +0 -0
  25. {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/docs/index.md +0 -0
  26. {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/docs/reference/config.md +0 -0
  27. {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/docs/reference/decorators.md +0 -0
  28. {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/docs/reference/flow.md +0 -0
  29. {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/docs/reference/graph.md +0 -0
  30. {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/docs/reference/schema.md +0 -0
  31. {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/docs/reference/threads.md +0 -0
  32. {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/docs/reference/uplink.md +0 -0
  33. {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/docs/reference/utils.md +0 -0
  34. {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/docs/requirements.txt +0 -0
  35. {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/docs/tutorials/echo.md +0 -0
  36. {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/docs/tutorials/getting-started.md +0 -0
  37. {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/mkdocs.yml +0 -0
  38. {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/nextpipe/config.py +0 -0
  39. {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/nextpipe/decorators.py +0 -0
  40. {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/nextpipe/flow.py +0 -0
  41. {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/nextpipe/graph.py +0 -0
  42. {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/nextpipe/schema.py +0 -0
  43. {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/nextpipe/threads.py +0 -0
  44. {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/nextpipe/uplink.py +0 -0
  45. {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/nextpipe/utils.py +0 -0
  46. {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/nextpipe.code-workspace +0 -0
  47. {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/pyproject.toml +0 -0
  48. {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/tests/.gitignore +0 -0
  49. {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/tests/README.md +0 -0
  50. {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/tests/__init__.py +0 -0
  51. {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/tests/apps/echo/.gitignore +0 -0
  52. {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/tests/apps/echo/README.md +0 -0
  53. {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/tests/apps/echo/app.yaml +0 -0
  54. {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/tests/apps/echo/main.py +0 -0
  55. {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/tests/apps/echo/requirements.txt +0 -0
  56. {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/tests/deploy/app.yaml +0 -0
  57. {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/tests/deploy/main.py +0 -0
  58. {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/tests/deploy/requirements.txt +0 -0
  59. {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/tests/pipelines/chain.json +0 -0
  60. {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/tests/pipelines/chain.json.golden +0 -0
  61. {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/tests/pipelines/chain.py +0 -0
  62. {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/tests/pipelines/complex.json +0 -0
  63. {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/tests/pipelines/complex.json.golden +0 -0
  64. {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/tests/pipelines/complex.py +0 -0
  65. {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/tests/pipelines/fail.py +0 -0
  66. {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/tests/pipelines/foreach-2-pred.json +0 -0
  67. {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/tests/pipelines/foreach-2-pred.json.golden +0 -0
  68. {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/tests/pipelines/foreach-2-pred.py +0 -0
  69. {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/tests/pipelines/foreach.json +0 -0
  70. {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/tests/pipelines/foreach.json.golden +0 -0
  71. {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/tests/pipelines/foreach.py +0 -0
  72. {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/tests/test_graph.py +0 -0
  73. {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/tests/test_integration.py +0 -0
  74. {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/tests/test_schema.py +0 -0
  75. {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/tests/test_threads.py +0 -0
  76. {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/tests/test_uplink.py +0 -0
  77. {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/tests/test_version.py +0 -0
@@ -1,11 +1,12 @@
1
1
  name: release
2
2
  run-name: Release by @${{ github.actor }} from ${{ github.ref_name }}
3
3
 
4
- on: push
4
+ on: [push]
5
5
 
6
6
  jobs:
7
7
  release:
8
- uses: nextmv-io/release/.github/workflows/release.yml@feature/eng-6131-design-for-nextpipe-and-others-release-changes
8
+ if: ${{ github.ref_type == 'branch' }}
9
+ uses: nextmv-io/release/.github/workflows/release.yml@develop
9
10
  with:
10
11
  BRANCH: ${{ github.ref_name }}
11
12
  REPOSITORY: nextpipe
@@ -49,7 +50,7 @@ jobs:
49
50
  notify:
50
51
  needs: [release, publish]
51
52
  if: ${{ needs.release.outputs.RELEASE_NEEDED == 'true' && needs.release.outputs.SHOULD_NOTIFY_SLACK == 'true' }}
52
- uses: nextmv-io/release/.github/workflows/notify-slack.yml@feature/eng-6131-design-for-nextpipe-and-others-release-changes
53
+ uses: nextmv-io/release/.github/workflows/notify-slack.yml@develop
53
54
  with:
54
55
  PACKAGE_NAME: nextpipe
55
56
  VERSION: ${{ needs.release.outputs.VERSION }}
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nextpipe
3
- Version: 0.3.2.dev2
3
+ Version: 0.3.3.dev0
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://nextpipe.docs.nextmv.io/en/latest/
@@ -0,0 +1 @@
1
+ __version__ = "v0.3.3-dev.0"
@@ -1,6 +1,7 @@
1
1
  """Framework for Decision Pipeline modeling and execution."""
2
2
 
3
3
  from .__about__ import __version__
4
+ from .config import Configuration as Configuration
4
5
  from .decorators import app as app
5
6
  from .decorators import foreach as foreach
6
7
  from .decorators import join as join
@@ -1 +0,0 @@
1
- __version__ = "v0.3.2.dev2"
File without changes
File without changes
File without changes
File without changes
File without changes