A Python package for running directed acyclic graphs (DAGs) of asynchronous I/O operations. Current version 0.0.2 (pre-release). Allows decorating functions to define dependencies and execute them concurrently when possible.
pip install dagioNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a DAG with two nodes, where 'fetch_b' depends on 'fetch_a', and run the graph asynchronously.
Pin to exact version and test thoroughly before upgrading.
Ensure every node is a function or callable object.
Avoid relying on internals; use asyncio directly if needed.
No dependency data recorded yet.