aws-framework


Nameaws-framework JSON
Version 0.0.2 PyPI version JSON
download
home_page
SummaryA Demo Framework for the AWS Workshop
upload_time2023-06-22 06:16:52
maintainer
docs_urlNone
authorOscar Bahamonde
requires_python>=3.7,<4.0
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # AWS Framework

## Description

Async AWS Framework for Python 3.6+

## Installation

```bash
pip install aws-framework
```

## Tech stack

- Python 3.6+
- [AWS Boto3](https://boto3.amazonaws.com/v1/documentation/api/latest/index.html)
- [Aiohttp](https://docs.aiohttp.org/en/stable/)
- [Pydantic](https://pydantic-docs.helpmanual.io/)
            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "aws-framework",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7,<4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "Oscar Bahamonde",
    "author_email": "oscar.bahamonde@pucp.pe",
    "download_url": "https://files.pythonhosted.org/packages/45/1e/b9ba9dbc81621cfb4d028cdf2425ea1d14b9ef7a5a523c0d30505b0dac59/aws_framework-0.0.2.tar.gz",
    "platform": null,
    "description": "# AWS Framework\n\n## Description\n\nAsync AWS Framework for Python 3.6+\n\n## Installation\n\n```bash\npip install aws-framework\n```\n\n## Tech stack\n\n- Python 3.6+\n- [AWS Boto3](https://boto3.amazonaws.com/v1/documentation/api/latest/index.html)\n- [Aiohttp](https://docs.aiohttp.org/en/stable/)\n- [Pydantic](https://pydantic-docs.helpmanual.io/)",
    "bugtrack_url": null,
    "license": "",
    "summary": "A Demo Framework for the AWS Workshop",
    "version": "0.0.2",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "313abf21eb91ce1e50acd1797f504e5e4b9f23b44b4e5aeb6c6aa2f5e8e993ca",
                "md5": "3c62a5b9430f22e89c4c4781bd6240e2",
                "sha256": "441b43d6417e881f7b026e611a9a61752a6b3eca1100c7ad8a6de678b9fdc018"
            },
            "downloads": -1,
            "filename": "aws_framework-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3c62a5b9430f22e89c4c4781bd6240e2",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7,<4.0",
            "size": 183885,
            "upload_time": "2023-06-22T06:16:50",
            "upload_time_iso_8601": "2023-06-22T06:16:50.868256Z",
            "url": "https://files.pythonhosted.org/packages/31/3a/bf21eb91ce1e50acd1797f504e5e4b9f23b44b4e5aeb6c6aa2f5e8e993ca/aws_framework-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "451eb9ba9dbc81621cfb4d028cdf2425ea1d14b9ef7a5a523c0d30505b0dac59",
                "md5": "66e52b2e07097628aa37c95a423f3cd5",
                "sha256": "f1a562a91e49ed0df3fc69aa89fc2f2e4a40af8ee6020fe0396f30544b63a1ac"
            },
            "downloads": -1,
            "filename": "aws_framework-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "66e52b2e07097628aa37c95a423f3cd5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7,<4.0",
            "size": 119273,
            "upload_time": "2023-06-22T06:16:52",
            "upload_time_iso_8601": "2023-06-22T06:16:52.362870Z",
            "url": "https://files.pythonhosted.org/packages/45/1e/b9ba9dbc81621cfb4d028cdf2425ea1d14b9ef7a5a523c0d30505b0dac59/aws_framework-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-22 06:16:52",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "aws-framework"
}
        
Elapsed time: 0.10417s