Metadata-Version: 2.4
Name: daliuge-engine
Version: 6.4.1
Summary: Data Activated 流 (flow) Graph Engine - Execution Engine
Home-page: https://daliuge.icrar.org/
Author: ICRAR DIA
Author-email: andreas.wicenec@icrar.org
License: LGPLv2+
Classifier: Development Status :: 5 - Production/Stable
Classifier: Topic :: System :: Distributed Computing
Classifier: Topic :: Scientific/Engineering
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU Lesser General Public License v2 (LGPLv2)
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: wheel
Requires-Dist: bottle
Requires-Dist: urllib3<1.27,>=1.25.4; python_version < "3.10"
Requires-Dist: urllib3>=2.5.0; python_version >= "3.10"
Requires-Dist: boto3>=1.38.0
Requires-Dist: configobj
Requires-Dist: crc32c
Requires-Dist: daliuge-common
Requires-Dist: dill
Requires-Dist: docker
Requires-Dist: lockfile
Requires-Dist: netifaces>=0.10.6
Requires-Dist: numpy
Requires-Dist: overrides
Requires-Dist: paramiko
Requires-Dist: psutil
Requires-Dist: python-daemon
Requires-Dist: pyzmq==25.1.1
Requires-Dist: requests
Requires-Dist: scp
Requires-Dist: pyyaml
Requires-Dist: zeroconf==0.38.4
Requires-Dist: zerorpc==0.6.3
Provides-Extra: spead
Requires-Dist: spead2==0.4.0; extra == "spead"
Provides-Extra: drive-casa
Requires-Dist: drive-casa>0.7; extra == "drive-casa"
Provides-Extra: mpi
Requires-Dist: mpi4py; extra == "mpi"
Provides-Extra: aws
Requires-Dist: boto3; extra == "aws"
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: eagle-test-graphs==0.2.3; extra == "test"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: license
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: summary

The dlg-engine is reponsible for system executing DALiuGE workflows. This replaces the former 'runtime' package (up to version 1.0). For more information see the [Basics section(https://daliuge.readthedocs.io/en/latest/basics.html)]of the DALiuGE documentation.
