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.
- {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/.github/workflows/release.yml +4 -3
- {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/PKG-INFO +1 -1
- nextpipe-0.3.3.dev0/nextpipe/__about__.py +1 -0
- {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/nextpipe/__init__.py +1 -0
- nextpipe-0.3.2.dev2/nextpipe/__about__.py +0 -1
- {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/.github/workflows/lint.yml +0 -0
- {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/.github/workflows/test.yml +0 -0
- {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/.gitignore +0 -0
- {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/.markdownlint.jsonc +0 -0
- {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/.nextmv/bump_requirements.sh +0 -0
- {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/.prettierrc.yml +0 -0
- {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/.readthedocs.yaml +0 -0
- {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/LICENSE.md +0 -0
- {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/README.md +0 -0
- {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/RELEASE.md +0 -0
- {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/docs/examples/basic-chained-workflow.md +0 -0
- {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/docs/examples/complex-workflow-csv.md +0 -0
- {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/docs/examples/complex-workflow.md +0 -0
- {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/docs/examples/ensemble-workflow.md +0 -0
- {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/docs/examples/fanout-workflow.md +0 -0
- {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/docs/images/logo-180.png +0 -0
- {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/docs/images/nextmv-favicon.svg +0 -0
- {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/docs/images/routing-ortools-pyvroom-selected.png +0 -0
- {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/docs/images/routing-selected.png +0 -0
- {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/docs/index.md +0 -0
- {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/docs/reference/config.md +0 -0
- {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/docs/reference/decorators.md +0 -0
- {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/docs/reference/flow.md +0 -0
- {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/docs/reference/graph.md +0 -0
- {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/docs/reference/schema.md +0 -0
- {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/docs/reference/threads.md +0 -0
- {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/docs/reference/uplink.md +0 -0
- {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/docs/reference/utils.md +0 -0
- {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/docs/requirements.txt +0 -0
- {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/docs/tutorials/echo.md +0 -0
- {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/docs/tutorials/getting-started.md +0 -0
- {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/mkdocs.yml +0 -0
- {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/nextpipe/config.py +0 -0
- {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/nextpipe/decorators.py +0 -0
- {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/nextpipe/flow.py +0 -0
- {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/nextpipe/graph.py +0 -0
- {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/nextpipe/schema.py +0 -0
- {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/nextpipe/threads.py +0 -0
- {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/nextpipe/uplink.py +0 -0
- {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/nextpipe/utils.py +0 -0
- {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/nextpipe.code-workspace +0 -0
- {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/pyproject.toml +0 -0
- {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/tests/.gitignore +0 -0
- {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/tests/README.md +0 -0
- {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/tests/__init__.py +0 -0
- {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/tests/apps/echo/.gitignore +0 -0
- {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/tests/apps/echo/README.md +0 -0
- {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/tests/apps/echo/app.yaml +0 -0
- {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/tests/apps/echo/main.py +0 -0
- {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/tests/apps/echo/requirements.txt +0 -0
- {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/tests/deploy/app.yaml +0 -0
- {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/tests/deploy/main.py +0 -0
- {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/tests/deploy/requirements.txt +0 -0
- {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/tests/pipelines/chain.json +0 -0
- {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/tests/pipelines/chain.json.golden +0 -0
- {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/tests/pipelines/chain.py +0 -0
- {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/tests/pipelines/complex.json +0 -0
- {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/tests/pipelines/complex.json.golden +0 -0
- {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/tests/pipelines/complex.py +0 -0
- {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/tests/pipelines/fail.py +0 -0
- {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/tests/pipelines/foreach-2-pred.json +0 -0
- {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/tests/pipelines/foreach-2-pred.json.golden +0 -0
- {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/tests/pipelines/foreach-2-pred.py +0 -0
- {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/tests/pipelines/foreach.json +0 -0
- {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/tests/pipelines/foreach.json.golden +0 -0
- {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/tests/pipelines/foreach.py +0 -0
- {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/tests/test_graph.py +0 -0
- {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/tests/test_integration.py +0 -0
- {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/tests/test_schema.py +0 -0
- {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/tests/test_threads.py +0 -0
- {nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/tests/test_uplink.py +0 -0
- {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
|
-
|
|
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@
|
|
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.
|
|
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
|
|
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
|
{nextpipe-0.3.2.dev2 → nextpipe-0.3.3.dev0}/docs/images/routing-ortools-pyvroom-selected.png
RENAMED
|
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
|