Metadata-Version: 2.1
Name: dagster
Version: 0.9.2
Summary: A data orchestrator for machine learning, analytics, and ETL.
Home-page: https://github.com/dagster-io/dagster
Author: Elementl
Author-email: hello@elementl.com
License: Apache-2.0
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: future
Requires-Dist: funcsigs
Requires-Dist: contextlib2 (>=0.5.4)
Requires-Dist: click (>=5.0)
Requires-Dist: coloredlogs (>=6.1)
Requires-Dist: PyYAML
Requires-Dist: alembic (>=1.2.1)
Requires-Dist: grpcio (==1.30.0)
Requires-Dist: protobuf (==3.12.4)
Requires-Dist: pyrsistent (>=0.14.8)
Requires-Dist: python-dateutil
Requires-Dist: requests
Requires-Dist: rx (<=1.6.1)
Requires-Dist: six
Requires-Dist: tqdm
Requires-Dist: sqlalchemy (>=1.0)
Requires-Dist: toposort (>=1.0)
Requires-Dist: watchdog (>=0.8.3)
Requires-Dist: pytz
Requires-Dist: psutil (>=1.0) ; platform_system == "Windows"
Requires-Dist: pywin32 (!=226) ; platform_system == "Windows"
Requires-Dist: functools32 ; python_version < "3"
Requires-Dist: pathlib2 (>=2.3.4) ; python_version < "3"
Requires-Dist: futures ; python_version < "3"
Requires-Dist: typing ; python_version < "3"
Requires-Dist: backports.tempfile ; python_version < "3"
Requires-Dist: enum34 ; python_version < "3.4"
Provides-Extra: docker
Requires-Dist: docker ; extra == 'docker'

## Dagster
Dagster is a data orchestrator for machine learning, analytics, and ETL.

