Metadata-Version: 2.1
Name: dagster
Version: 0.9.13
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: croniter (>=0.3.34)
Requires-Dist: grpcio (==1.30.0)
Requires-Dist: protobuf (==3.12.4)
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: pyrsistent (<=0.16.0,>=0.14.8) ; 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"
Requires-Dist: pyrsistent (>=0.14.8) ; python_version >= "3"
Requires-Dist: docstring-parser (==0.7.1) ; python_version >= "3.6"
Provides-Extra: docker
Requires-Dist: docker ; extra == 'docker'

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

Dagster lets you define pipelines in terms of the data flow between reusable, logical components,
then test locally and run anywhere. With a unified view of pipelines and the assets they produce,
Dagster can schedule and orchestrate Pandas, Spark, SQL, or anything else that Python can invoke.

Dagster is designed for data platform engineers, data engineers, and full-stack data scientists.
Building a data platform with Dagster makes your stakeholders more independent and your systems
more robust. Developing data pipelines with Dagster makes testing easier and deploying faster.

