%global _empty_manifest_terminate_build 0 Name: python-dagster-cloud Version: 1.2.6 Release: 1 Summary: please add a summary manually as the author left a blank one License: Apache-2.0 URL: https://dagster.io/cloud Source0: https://mirrors.nju.edu.cn/pypi/web/packages/ac/50/1c36eedc4c50678e2121cb2e40d2633fa59ff827fb81166de0ff6b1b538d/dagster_cloud-1.2.6.tar.gz BuildArch: noarch Requires: python3-dagster Requires: python3-dagster-cloud-cli Requires: python3-pex Requires: python3-questionary Requires: python3-requests Requires: python3-typer[all] Requires: python3-docker Requires: python3-dagster-docker Requires: python3-dagster-aws Requires: python3-boto3 Requires: python3-kubernetes Requires: python3-dagster-k8s Requires: python3-boto3 Requires: python3-supervisor Requires: python3-boto3 Requires: python3-black Requires: python3-docker Requires: python3-httpretty Requires: python3-isort Requires: python3-kubernetes Requires: python3-moto[all] Requires: python3-mypy Requires: python3-paramiko Requires: python3-pylint Requires: python3-pytest Requires: python3-types-PyYAML Requires: python3-types-requests Requires: python3-dagster-cloud-test-infra Requires: python3-dagster-k8s %description




# Dagster Cloud The enterprise orchestration platform that puts developer experience first, with fully serverless or hybrid deployments, native branching, and out-of-the-box CI/CD. ## Getting Started The complete Dagster Cloud feature set can be found on our [website](https://dagster.io/cloud). You can [sign up for Dagster Cloud](https://dagster.cloud/signup) and get started with a free 30 day trial. ## Installation The Dagster Cloud Agent is available on PyPI and officially supports Python 3.8. ``` pip install dagster-cloud ``` ## Documentation You can find the full Dagster Cloud documentation on our [website](https://docs.dagster.io/dagster-cloud). ## Community Connect with thousands of other data practitioners building with Dagster. Share knowledge, get help, and contribute to the open-source project. To see featured material and upcoming events, check out our [Dagster Community](https://dagster.io/community) page. Join our community here: - 🌟 [Star us on Github](https://github.com/dagster-io/dagster) - 📥 [Subscribe to our Newsletter](https://dagster.io/newsletter-signup) - 🐦 [Follow us on Twitter](https://twitter.com/dagster) - 🕴️ [Follow us on LinkedIn](https://linkedin.com/showcase/dagster) - 📺 [Subscribe to our YouTube channel](https://www.youtube.com/channel/UCfLnv9X8jyHTe6gJ4hVBo9Q) - 📚 [Read our blog posts](https://dagster.io/blog) - 👋 [Join us on Slack](https://dagster.io/slack) - 🗃 [Browse Slack archives](https://discuss.dagster.io) - ✏️ [Start a Github Discussion](https://github.com/dagster-io/dagster/discussions) %package -n python3-dagster-cloud Summary: please add a summary manually as the author left a blank one Provides: python-dagster-cloud BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-pip %description -n python3-dagster-cloud




# Dagster Cloud The enterprise orchestration platform that puts developer experience first, with fully serverless or hybrid deployments, native branching, and out-of-the-box CI/CD. ## Getting Started The complete Dagster Cloud feature set can be found on our [website](https://dagster.io/cloud). You can [sign up for Dagster Cloud](https://dagster.cloud/signup) and get started with a free 30 day trial. ## Installation The Dagster Cloud Agent is available on PyPI and officially supports Python 3.8. ``` pip install dagster-cloud ``` ## Documentation You can find the full Dagster Cloud documentation on our [website](https://docs.dagster.io/dagster-cloud). ## Community Connect with thousands of other data practitioners building with Dagster. Share knowledge, get help, and contribute to the open-source project. To see featured material and upcoming events, check out our [Dagster Community](https://dagster.io/community) page. Join our community here: - 🌟 [Star us on Github](https://github.com/dagster-io/dagster) - 📥 [Subscribe to our Newsletter](https://dagster.io/newsletter-signup) - 🐦 [Follow us on Twitter](https://twitter.com/dagster) - 🕴️ [Follow us on LinkedIn](https://linkedin.com/showcase/dagster) - 📺 [Subscribe to our YouTube channel](https://www.youtube.com/channel/UCfLnv9X8jyHTe6gJ4hVBo9Q) - 📚 [Read our blog posts](https://dagster.io/blog) - 👋 [Join us on Slack](https://dagster.io/slack) - 🗃 [Browse Slack archives](https://discuss.dagster.io) - ✏️ [Start a Github Discussion](https://github.com/dagster-io/dagster/discussions) %package help Summary: Development documents and examples for dagster-cloud Provides: python3-dagster-cloud-doc %description help




# Dagster Cloud The enterprise orchestration platform that puts developer experience first, with fully serverless or hybrid deployments, native branching, and out-of-the-box CI/CD. ## Getting Started The complete Dagster Cloud feature set can be found on our [website](https://dagster.io/cloud). You can [sign up for Dagster Cloud](https://dagster.cloud/signup) and get started with a free 30 day trial. ## Installation The Dagster Cloud Agent is available on PyPI and officially supports Python 3.8. ``` pip install dagster-cloud ``` ## Documentation You can find the full Dagster Cloud documentation on our [website](https://docs.dagster.io/dagster-cloud). ## Community Connect with thousands of other data practitioners building with Dagster. Share knowledge, get help, and contribute to the open-source project. To see featured material and upcoming events, check out our [Dagster Community](https://dagster.io/community) page. Join our community here: - 🌟 [Star us on Github](https://github.com/dagster-io/dagster) - 📥 [Subscribe to our Newsletter](https://dagster.io/newsletter-signup) - 🐦 [Follow us on Twitter](https://twitter.com/dagster) - 🕴️ [Follow us on LinkedIn](https://linkedin.com/showcase/dagster) - 📺 [Subscribe to our YouTube channel](https://www.youtube.com/channel/UCfLnv9X8jyHTe6gJ4hVBo9Q) - 📚 [Read our blog posts](https://dagster.io/blog) - 👋 [Join us on Slack](https://dagster.io/slack) - 🗃 [Browse Slack archives](https://discuss.dagster.io) - ✏️ [Start a Github Discussion](https://github.com/dagster-io/dagster/discussions) %prep %autosetup -n dagster-cloud-1.2.6 %build %py3_build %install %py3_install install -d -m755 %{buildroot}/%{_pkgdocdir} if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi pushd %{buildroot} if [ -d usr/lib ]; then find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst fi if [ -d usr/lib64 ]; then find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst fi if [ -d usr/bin ]; then find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst fi if [ -d usr/sbin ]; then find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst fi touch doclist.lst if [ -d usr/share/man ]; then find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst fi popd mv %{buildroot}/filelist.lst . mv %{buildroot}/doclist.lst . %files -n python3-dagster-cloud -f filelist.lst %dir %{python3_sitelib}/* %files help -f doclist.lst %{_docdir}/* %changelog * Tue Apr 11 2023 Python_Bot - 1.2.6-1 - Package Spec generated