Metadata-Version: 2.1
Name: asynctaskgraph
Version: 0.0.5
Summary: Async task graph and executor.
Home-page: https://github.com/filipkofron/asynctaskgraph
Author: Filip Kofron
Author-email: filip.kofron.cz@gmail.com
License: ['MIT']
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# AsyncTaskGraph
Lightweight library for async execution of task graph. Multiple interconnected taskgraphs with multiple executors are supported.

!! This an experimental and unpolished WIP version.


