[issue44604] [Enhancement] Asyncio task decorator to provide interface to define async DAGs (similar to dask's delayed interface)

Art report at bugs.python.org
Thu Jul 15 04:25:05 EDT 2021


Art <sarraf.artin at gmail.com> added the comment:

FYI - I've added created a new pypi project for this called `aiodag`. 

    pip install aiodag

Github here: https://github.com/aa1371/aiodag
Pypi here: https://pypi.org/project/aiodag/

I would appreciate it if you could find some time take a look just at the readme on the github page and provide any thoughts. I still think that this would be a good fit for asyncio directly. But if still not convinced is there any conditions under which you could see this project eventually being folded into the library?

Thanks for your time in reviewing this issue

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue44604>
_______________________________________


More information about the Python-bugs-list mailing list