odc-cloud


Nameodc-cloud JSON
Version 0.2.4 PyPI version JSON
download
home_pagehttps://github.com/opendatacube/odc-tools/
SummaryVarious AWS helper methods
upload_time2023-11-15 03:26:36
maintainerOpen Data Cube
docs_urlNone
authorOpen Data Cube
requires_python>=3.9
licenseApache License 2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            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

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/opendatacube/odc-tools/",
    "name": "odc-cloud",
    "maintainer": "Open Data Cube",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "",
    "keywords": "",
    "author": "Open Data Cube",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/f5/a5/997fcb84fbe76ef9256e377eae15b8388fc4a1f929557a23632d098931b3/odc-cloud-0.2.4.tar.gz",
    "platform": "any",
    "description": "odc.cloud\n=========\n\nVarious cloud access helper methods.\n\nThis package ships several namespaces:\n\n- `odc.aws.` S3 and other AWS resources\n- `odc.aio.` S3 but async, depends (needs `[ASYNC]` feature flag, pulls in `aiobotocore`)\n- `odc.azure.` Azure blob storage traversal helpers (needs `[AZURE]` feature flag)\n- `odc.thredds.` THREDDS traversal helper method (needs `[THREDDS]` feature flag)\n\n\nInstallation\n------------\n\n```\npip install odc-cloud\n```\n\nUsage\n-----\n\nTODO\n",
    "bugtrack_url": null,
    "license": "Apache License 2.0",
    "summary": "Various AWS helper methods",
    "version": "0.2.4",
    "project_urls": {
        "Homepage": "https://github.com/opendatacube/odc-tools/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0561b6326b2f9a024704cc0ba50c9610db7e3a302cbd53fe32489054d0804fae",
                "md5": "e0c7258ef21f2e77dcb2e34df243ce77",
                "sha256": "6b3698cd477ace7cb4de50b13b61689ed55c3938849e1c007a609ac69c4d56aa"
            },
            "downloads": -1,
            "filename": "odc_cloud-0.2.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e0c7258ef21f2e77dcb2e34df243ce77",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 26688,
            "upload_time": "2023-11-15T03:26:35",
            "upload_time_iso_8601": "2023-11-15T03:26:35.316053Z",
            "url": "https://files.pythonhosted.org/packages/05/61/b6326b2f9a024704cc0ba50c9610db7e3a302cbd53fe32489054d0804fae/odc_cloud-0.2.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f5a5997fcb84fbe76ef9256e377eae15b8388fc4a1f929557a23632d098931b3",
                "md5": "093d056c42bd848650beb6a9f0ee9c38",
                "sha256": "44bb07b90f425c24aee0f300e5b1fc687b1f0bb62d3854738915abd8f262c144"
            },
            "downloads": -1,
            "filename": "odc-cloud-0.2.4.tar.gz",
            "has_sig": false,
            "md5_digest": "093d056c42bd848650beb6a9f0ee9c38",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 25754,
            "upload_time": "2023-11-15T03:26:36",
            "upload_time_iso_8601": "2023-11-15T03:26:36.719618Z",
            "url": "https://files.pythonhosted.org/packages/f5/a5/997fcb84fbe76ef9256e377eae15b8388fc4a1f929557a23632d098931b3/odc-cloud-0.2.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-15 03:26:36",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "opendatacube",
    "github_project": "odc-tools",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "lcname": "odc-cloud"
}
        
Elapsed time: 0.14318s