Metadata-Version: 2.1
Name: mltrip-runner
Version: 0.0.10
Summary: Simple directed acyclic graph (DAG) implementation based on concurrent.futures
Home-page: https://github.com/PC-Trip/runner
Author: Roman Butov
Author-email: romanbutov637@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/PC-Trip/runner/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: optuna
Requires-Dist: plotly
Requires-Dist: scikit-learn
Requires-Dist: pandas
Requires-Dist: pyvis
Requires-Dist: psycopg2
Requires-Dist: pyyaml

# runner
Simple DAG (Directed Acyclic Graph) implementation based on python concurrent.futures


