Metadata-Version: 2.4
Name: odc-cloud
Version: 0.2.6
Summary: Various AWS helper methods
Author-email: Open Data Cube <earth.observation@ga.gov.au>
License-Expression: Apache-2.0
Project-URL: Homepage, https://github.com/opendatacube/odc-tools/
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: boto3
Requires-Dist: botocore
Provides-Extra: tests
Requires-Dist: pytest; extra == "tests"
Provides-Extra: thredds
Requires-Dist: requests; extra == "thredds"
Requires-Dist: thredds_crawler; extra == "thredds"
Provides-Extra: azure
Requires-Dist: azure-storage-blob; extra == "azure"
Provides-Extra: async
Requires-Dist: aiobotocore>=1.0; extra == "async"
Requires-Dist: boto3; extra == "async"
Dynamic: license-file

odc.cloud
=========

Various cloud access helper methods.

This package ships several namespaces:

- `odc.aws.` S3 and other AWS resources
- `odc.aio.` S3 but async, depends (needs `[ASYNC]` feature flag, pulls in `aiobotocore`)
- `odc.azure.` Azure blob storage traversal helpers (needs `[AZURE]` feature flag)
- `odc.thredds.` THREDDS traversal helper method (needs `[THREDDS]` feature flag)


Installation
------------

```
pip install odc-cloud
```

Usage
-----

TODO
