Metadata-Version: 2.1
Name: dagster-cloud
Version: 0.14.16rc4
Summary: UNKNOWN
Home-page: UNKNOWN
Author: Elementl
Author-email: hello@elementl.com
License: Apache-2.0
Platform: UNKNOWN
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: dagster (==0.14.16rc4)
Requires-Dist: questionary
Requires-Dist: requests
Requires-Dist: typer[all]
Provides-Extra: docker
Requires-Dist: docker ; extra == 'docker'
Requires-Dist: dagster-docker (==0.14.16rc4) ; extra == 'docker'
Provides-Extra: ecs
Requires-Dist: dagster-aws (==0.14.16rc4) ; extra == 'ecs'
Requires-Dist: boto3 ; extra == 'ecs'
Provides-Extra: kubernetes
Requires-Dist: kubernetes ; extra == 'kubernetes'
Requires-Dist: dagster-k8s (==0.14.16rc4) ; extra == 'kubernetes'
Provides-Extra: sandbox
Requires-Dist: supervisor ; extra == 'sandbox'
Provides-Extra: tests
Requires-Dist: black ; extra == 'tests'
Requires-Dist: docker ; extra == 'tests'
Requires-Dist: httpretty ; extra == 'tests'
Requires-Dist: isort ; extra == 'tests'
Requires-Dist: kubernetes ; extra == 'tests'
Requires-Dist: moto ; extra == 'tests'
Requires-Dist: mypy ; extra == 'tests'
Requires-Dist: paramiko ; extra == 'tests'
Requires-Dist: pylint ; extra == 'tests'
Requires-Dist: pytest ; extra == 'tests'
Requires-Dist: types-PyYAML ; extra == 'tests'
Requires-Dist: types-requests ; extra == 'tests'
Requires-Dist: ursula ; extra == 'tests'
Requires-Dist: dagster-k8s (==0.14.16rc4) ; extra == 'tests'

<p align="center">
<img src="assets/dagster-cloud-logo.png" />
<br /><br />
<a href="https://badge.fury.io/py/dagster-cloud"><img src="https://badge.fury.io/py/dagster-cloud.svg"></>
<a href="https://dagster-slackin.herokuapp.com/"><img src="https://dagster-slackin.herokuapp.com/badge.svg"></a>
</p>

# Dagster Cloud

Unify all your data tools into a productive, enterprise-grade platform. Sign up for early access to
Dagster Cloud at https://dagster.io/cloud.

## Demo

https://user-images.githubusercontent.com/16431325/145064683-3df130f9-57e3-4477-9c47-168f97fc2544.mp4

## Getting Started

### Installation

The Dagster Cloud Agent library is available in PyPi:

```
$ pip install dagster-cloud
```

Dagster Cloud is currently in [Early Access](https://dagster.io/blog/introducing-dagster-cloud).
You can join our [waitlist](https://www.dagster.io/cloud), read our [documentation](https://docs.dagster.cloud/), or reach out to us in Slack:

<br />
<p align="center">
<a href="https://join.slack.com/t/dagster/shared_invite/enQtNjEyNjkzNTA2OTkzLTI0MzdlNjU0ODVhZjQyOTMyMGM1ZDUwZDQ1YjJmYjI3YzExZGViMDI1ZDlkNTY5OThmYWVlOWM1MWVjN2I3NjU"><img src="https://user-images.githubusercontent.com/609349/63558739-f60a7e00-c502-11e9-8434-c8a95b03ce62.png" width=160px; /></a>
</p>


