Metadata-Version: 2.1
Name: dask-cloudprovider
Version: 2024.9.0
Summary: Native Cloud Provider integration for Dask
Home-page: https://github.com/dask/dask-cloudprovider
License: BSD
Keywords: dask,cloud,distributed
Requires-Python: >=3.10
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: aiohttp>=3.7.3
Requires-Dist: dask>=2021.01.1
Requires-Dist: distributed>=2021.01.1
Requires-Dist: jinja2
Requires-Dist: tornado>=5
Provides-Extra: all
Requires-Dist: aiobotocore>=0.10.2; extra == "all"
Requires-Dist: azure-identity; extra == "all"
Requires-Dist: hcloud>=1.10.0; extra == "all"
Requires-Dist: azure-mgmt-compute>=18.0.0; extra == "all"
Requires-Dist: python-digitalocean>=1.15.0; extra == "all"
Requires-Dist: google-api-python-client>=1.12.5; extra == "all"
Requires-Dist: openstacksdk>=3.3.0; extra == "all"
Requires-Dist: azure-mgmt-network>=16.0.0; extra == "all"
Requires-Dist: google-auth>=1.23.0; extra == "all"
Requires-Dist: ibm-code-engine-sdk>=3.1.0; extra == "all"
Provides-Extra: aws
Requires-Dist: aiobotocore>=0.10.2; extra == "aws"
Provides-Extra: azure
Requires-Dist: azure-mgmt-compute>=18.0.0; extra == "azure"
Requires-Dist: azure-mgmt-network>=16.0.0; extra == "azure"
Requires-Dist: azure-identity; extra == "azure"
Provides-Extra: digitalocean
Requires-Dist: python-digitalocean>=1.15.0; extra == "digitalocean"
Provides-Extra: gcp
Requires-Dist: google-api-python-client>=1.12.5; extra == "gcp"
Requires-Dist: google-auth>=1.23.0; extra == "gcp"
Provides-Extra: hetzner
Requires-Dist: hcloud>=1.10.0; extra == "hetzner"
Provides-Extra: ibm
Requires-Dist: ibm-code-engine-sdk>=3.1.0; extra == "ibm"
Provides-Extra: openstack
Requires-Dist: openstacksdk>=3.3.0; extra == "openstack"


Dask Cloud Provider
===================


.. image:: https://github.com/dask/dask-cloudprovider/workflows/CI/badge.svg
   :target: https://github.com/dask/dask-cloudprovider/actions?query=workflow%3ACI
   :alt: Build Status

.. image:: https://img.shields.io/readthedocs/dask-cloudprovider?color=%232980B9&logo=read-the-docs&logoColor=white
   :target: https://cloudprovider.dask.org/
   :alt: Read the Docs

.. image:: https://img.shields.io/readthedocs/dask-cloudprovider?color=%232980B9&label=developer%20docs&logo=read-the-docs&logoColor=white
   :target: https://cloudprovider.dask.org/releasing.html
   :alt: Read the Docs Developer

.. image:: https://img.shields.io/pypi/v/dask-cloudprovider
   :target: https://pypi.org/project/dask-cloudprovider/
   :alt: PyPI

.. image:: https://img.shields.io/conda/vn/conda-forge/dask-cloudprovider
   :target: https://anaconda.org/conda-forge/dask-cloudprovider
   :alt: Conda Forge


Native Cloud integration for Dask. This library intends to allow people to
create dask clusters on a given cloud provider with no set up other than having
credentials.
