fastaws


Namefastaws JSON
Version 0.0.13 PyPI version JSON
download
home_pageNone
SummaryA fast, simple, async Python library for some AWS services (S3, SES, SQS)
upload_time2023-06-28 02:54:49
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10.4
licenseMIT
keywords asyncio aws python
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # fastaws

[![PyPI version](https://badge.fury.io/py/fastaws.svg)](https://pypi.org/project/fastaws/)

A fast, simple, async Python library for some AWS services (S3, SES, SQS).

## Installation

```bash
$ pip install fastaws
```

## Quickstart

## Useful Resources

- [AWS API versions](https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/)

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "fastaws",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10.4",
    "maintainer_email": null,
    "keywords": "asyncio,aws,python",
    "author": null,
    "author_email": "Wayde Gilliam <waydegilliam@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/01/8c/da5015854c12b435f4007f7ed1a1ffc2fd3ce00c08f338b72f7164748bd5/fastaws-0.0.13.tar.gz",
    "platform": null,
    "description": "# fastaws\n\n[![PyPI version](https://badge.fury.io/py/fastaws.svg)](https://pypi.org/project/fastaws/)\n\nA fast, simple, async Python library for some AWS services (S3, SES, SQS).\n\n## Installation\n\n```bash\n$ pip install fastaws\n```\n\n## Quickstart\n\n## Useful Resources\n\n- [AWS API versions](https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/)\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A fast, simple, async Python library for some AWS services (S3, SES, SQS)",
    "version": "0.0.13",
    "project_urls": {
        "Homepage": "https://github.com/waydegg/fastaws",
        "Source": "https://github.com/waydegg/fastaws"
    },
    "split_keywords": [
        "asyncio",
        "aws",
        "python"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "451d61f678a6e969e82b5541fe2b28334eefa3ed7f0c8fc5173c7c2e387edcef",
                "md5": "cbc733a544903adace71ebfc72710156",
                "sha256": "eadf080deb4ea42f16cb15c8d220c1708f6675fd5a5a0f32e93fbfff483b15d8"
            },
            "downloads": -1,
            "filename": "fastaws-0.0.13-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "cbc733a544903adace71ebfc72710156",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10.4",
            "size": 10249,
            "upload_time": "2023-06-28T02:54:50",
            "upload_time_iso_8601": "2023-06-28T02:54:50.384225Z",
            "url": "https://files.pythonhosted.org/packages/45/1d/61f678a6e969e82b5541fe2b28334eefa3ed7f0c8fc5173c7c2e387edcef/fastaws-0.0.13-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "018cda5015854c12b435f4007f7ed1a1ffc2fd3ce00c08f338b72f7164748bd5",
                "md5": "d746d5c26d95fd9f3db68b5783a20c06",
                "sha256": "8f219fedacb534c2a9c680bbc09e238181f02d0f17c5a2457fbf6014f9a63be0"
            },
            "downloads": -1,
            "filename": "fastaws-0.0.13.tar.gz",
            "has_sig": false,
            "md5_digest": "d746d5c26d95fd9f3db68b5783a20c06",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10.4",
            "size": 7128,
            "upload_time": "2023-06-28T02:54:49",
            "upload_time_iso_8601": "2023-06-28T02:54:49.148334Z",
            "url": "https://files.pythonhosted.org/packages/01/8c/da5015854c12b435f4007f7ed1a1ffc2fd3ce00c08f338b72f7164748bd5/fastaws-0.0.13.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-28 02:54:49",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "waydegg",
    "github_project": "fastaws",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "fastaws"
}
        
Elapsed time: 0.08150s