dagex 2026.6__cp311-none-win_amd64.whl → 2026.13__cp311-none-win_amd64.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.
Potentially problematic release.
This version of dagex might be problematic. Click here for more details.
dagex/dagex.cp311-win_amd64.pyd
CHANGED
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: dagex
|
|
3
|
-
Version: 2026.
|
|
3
|
+
Version: 2026.13
|
|
4
4
|
Summary: A pure Rust DAG executor supporting implicit node connections, branching, and config sweeps
|
|
5
5
|
Keywords: dag,graph,execution,pipeline,workflow
|
|
6
6
|
Home-Page: https://github.com/briday1/dagex
|
|
@@ -11,6 +11,11 @@ Requires-Python: >=3.8
|
|
|
11
11
|
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
|
|
12
12
|
Project-URL: Source Code, https://github.com/briday1/dagex
|
|
13
13
|
|
|
14
|
+
<div align="center">
|
|
15
|
+
<img src="https://raw.githubusercontent.com/briday1/graph-sp/main/assets/logo-banner.png" alt="dagex" width="600"/>
|
|
16
|
+
<p><em>A pure Rust DAG executor with Python bindings</em></p>
|
|
17
|
+
</div>
|
|
18
|
+
|
|
14
19
|
# dagex
|
|
15
20
|
|
|
16
21
|
A pure Rust DAG (Directed Acyclic Graph) executor with Python bindings for building and executing computational pipelines.
|
|
@@ -23,6 +28,7 @@ A pure Rust DAG (Directed Acyclic Graph) executor with Python bindings for build
|
|
|
23
28
|
- **Mermaid Visualization**: Generate diagrams with `.to_mermaid()`
|
|
24
29
|
- **Parallel Execution**: Execute independent branches concurrently
|
|
25
30
|
- **Native Performance**: Rust-powered execution with Python convenience
|
|
31
|
+
- **Memory Efficient**: Zero-copy data sharing between nodes using Arc (18x performance improvement for large datasets)
|
|
26
32
|
|
|
27
33
|
## Installation
|
|
28
34
|
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
dagex-2026.13.dist-info/METADATA,sha256=JjtuAzX5hac0sTsB79IiNVx6keXwcDd4pLlkpc9JuU0,7682
|
|
2
|
+
dagex-2026.13.dist-info/WHEEL,sha256=OdornJZnv5gS-rT5Vzme3AdhyQVZ4bnAet2yYIVAaXY,95
|
|
3
|
+
dagex/__init__.py,sha256=uHbe0OdI2RMIcYORKDaI9JvEPcs3Iqxzy3Z5gpiCOiM,103
|
|
4
|
+
dagex/dagex.cp311-win_amd64.pyd,sha256=j7SqgHDgioeBXJLOBFYfDlDRnN1o7CzTiWqH2L_N5xE,440320
|
|
5
|
+
dagex-2026.13.dist-info/RECORD,,
|
dagex-2026.6.dist-info/RECORD
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
dagex-2026.6.dist-info/METADATA,sha256=kiQpCmXe4weKXeaX29wEUeIGzUXwrL-Wn0oxR2V1CUo,7344
|
|
2
|
-
dagex-2026.6.dist-info/WHEEL,sha256=OdornJZnv5gS-rT5Vzme3AdhyQVZ4bnAet2yYIVAaXY,95
|
|
3
|
-
dagex/__init__.py,sha256=uHbe0OdI2RMIcYORKDaI9JvEPcs3Iqxzy3Z5gpiCOiM,103
|
|
4
|
-
dagex/dagex.cp311-win_amd64.pyd,sha256=lCevG0nAiBfEonKonYLGm4odjsuccyzexqqS4gP3Bjk,406528
|
|
5
|
-
dagex-2026.6.dist-info/RECORD,,
|
|
File without changes
|