Metadata-Version: 2.1
Name: fugue-cloudprovider
Version: 0.1.6
Summary: A collection of utils for Fugue to run on cloud providers
Home-page: http://github.com/fugue-project/fugue-cloudprovider
Author: The Fugue Development Team
Author-email: hello@fugue.ai
License: Apache-2.0
Keywords: fugue aws gcp azure databricks
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: fugue (>=0.7.1)
Provides-Extra: anyscale
Requires-Dist: fugue[ray] ; extra == 'anyscale'
Requires-Dist: anyscale ; extra == 'anyscale'
Provides-Extra: aws
Requires-Dist: boto3 ; extra == 'aws'
Requires-Dist: fs-s3fs ; extra == 'aws'
Provides-Extra: coiled
Requires-Dist: coiled (>=0.2.24) ; extra == 'coiled'
Requires-Dist: dask[dataframe,distributed] ; extra == 'coiled'
Provides-Extra: databricks
Requires-Dist: databricks-connect ; extra == 'databricks'
Requires-Dist: databricks-cli ; extra == 'databricks'
Provides-Extra: gcp
Requires-Dist: fs-gcsfs ; extra == 'gcp'

# fugue-cloudprovider
The collection of utilities for Fugue to run on different cloud providers


