highway-dsl 1.0.2__py3-none-any.whl → 1.0.3__py3-none-any.whl
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.
- {highway_dsl-1.0.2.dist-info → highway_dsl-1.0.3.dist-info}/METADATA +4 -3
- highway_dsl-1.0.3.dist-info/RECORD +7 -0
- highway_dsl-1.0.2.dist-info/RECORD +0 -7
- {highway_dsl-1.0.2.dist-info → highway_dsl-1.0.3.dist-info}/WHEEL +0 -0
- {highway_dsl-1.0.2.dist-info → highway_dsl-1.0.3.dist-info}/licenses/LICENSE +0 -0
- {highway_dsl-1.0.2.dist-info → highway_dsl-1.0.3.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: highway_dsl
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.3
|
|
4
4
|
Summary: A stable domain specific language (DSL) for defining and managing data processing pipelines and workflow engines.
|
|
5
5
|
Author-email: Farseed Ashouri <farseed.ashouri@gmail.com>
|
|
6
6
|
License: MIT
|
|
@@ -26,10 +26,11 @@ Dynamic: license-file
|
|
|
26
26
|
[](https://badge.fury.io/py/highway-dsl)
|
|
27
27
|
[](https://opensource.org/licenses/MIT)
|
|
28
28
|
[](https://pypi.org/project/highway-dsl/)
|
|
29
|
+
[](https://github.com/rodmena-limited/highway_dsl/actions/workflows/publish.yml)
|
|
29
30
|
|
|
30
|
-
**Highway DSL** is a
|
|
31
|
+
**Highway DSL** is a Python-based domain-specific language for defining complex workflows in a clear, concise, and fluent manner. It is part of the larger **Highway** project, an advanced workflow engine capable of running complex DAG-based workflows.
|
|
31
32
|
|
|
32
|
-
## Version 1.0.
|
|
33
|
+
## Version 1.0.3 - Stable Release
|
|
33
34
|
|
|
34
35
|
This is a stable release with important bug fixes and enhancements, including a critical fix for the ForEach operator dependency management issue.
|
|
35
36
|
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
highway_dsl/__init__.py,sha256=mr1oMylxliFwu2VO2qpyM3sVQwYIoPL2P6JE-6ZuF7M,507
|
|
2
|
+
highway_dsl/workflow_dsl.py,sha256=bhCKDPrMaIkEI4HduKoeqd2VlZsK8wjr8RURifPufGU,14700
|
|
3
|
+
highway_dsl-1.0.3.dist-info/licenses/LICENSE,sha256=qdFq1H66BvKg67mf4-WGpFwtG2u_dNknxuJDQ1_ubaY,1072
|
|
4
|
+
highway_dsl-1.0.3.dist-info/METADATA,sha256=8rf2NIvAJ5pgDXzs9r2VjgePNqXTOlJbOL0nHRTvsSg,7366
|
|
5
|
+
highway_dsl-1.0.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
6
|
+
highway_dsl-1.0.3.dist-info/top_level.txt,sha256=_5uX-bbBsQ2rsi1XMr7WRyKbr6ack5GqVBcy-QjF1C8,12
|
|
7
|
+
highway_dsl-1.0.3.dist-info/RECORD,,
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
highway_dsl/__init__.py,sha256=mr1oMylxliFwu2VO2qpyM3sVQwYIoPL2P6JE-6ZuF7M,507
|
|
2
|
-
highway_dsl/workflow_dsl.py,sha256=bhCKDPrMaIkEI4HduKoeqd2VlZsK8wjr8RURifPufGU,14700
|
|
3
|
-
highway_dsl-1.0.2.dist-info/licenses/LICENSE,sha256=qdFq1H66BvKg67mf4-WGpFwtG2u_dNknxuJDQ1_ubaY,1072
|
|
4
|
-
highway_dsl-1.0.2.dist-info/METADATA,sha256=uCUL4xLYOkZ10TzFzxn6jZ3rjtcL_h7f5fLX5RD41Kk,7187
|
|
5
|
-
highway_dsl-1.0.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
6
|
-
highway_dsl-1.0.2.dist-info/top_level.txt,sha256=_5uX-bbBsQ2rsi1XMr7WRyKbr6ack5GqVBcy-QjF1C8,12
|
|
7
|
-
highway_dsl-1.0.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|