Metadata-Version: 2.1
Name: odc-cloud
Version: 0.2.0a0
Summary: Various AWS helper methods
Home-page: https://github.com/opendatacube/odc-tools/
Author: Open Data Cube
Author-email: 
Maintainer: Open Data Cube
Maintainer-email: 
License: Apache License 2.0
Platform: any
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: THREDDS
Provides-Extra: AZURE
Provides-Extra: ASYNC

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


