osbot-aws


Nameosbot-aws JSON
Version 2.39.3 PyPI version JSON
download
home_pageNone
SummaryOWASP Security Bot - AWS
upload_time2025-07-29 23:44:57
maintainerNone
docs_urlNone
authorDinis Cruz
requires_python<4.0,>=3.9
licenseMIT
keywords
VCS
bugtrack_url
requirements osbot-utils python-dotenv boto3 pytest pytest-cov coveralls setuptools
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # OSBot-AWS

![Current Release](https://img.shields.io/badge/release-v2.39.3-blue)

Large number of AWS apis and utils from the OWASP Security Bot (OSBot) which make
the use of AWS's boto3 library easier and more intuitive.

## Current version is 2.x.x 

This version has a number of breaking changes, mainly on the location of the apis, 
since we are moving into a specific folder per service (e.g. S3, SQS, etc)

### Install from PyPi

`pip3 install osbot-aws`

https://pypi.org/project/osbot-aws/

### Previous release

Previous stable release is v1.0.0 and is available at https://github.com/owasp-sbot/OSBot-AWS/releases/tag/v1.0.0


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "osbot-aws",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": "Dinis Cruz",
    "author_email": "dinis.cruz@owasp.org",
    "download_url": "https://files.pythonhosted.org/packages/3e/b8/94bcddbdccc1c8ab148311b79e38c0038c79bf702ebdc2ea9a181a3b5be1/osbot_aws-2.39.3.tar.gz",
    "platform": null,
    "description": "# OSBot-AWS\n\n![Current Release](https://img.shields.io/badge/release-v2.39.3-blue)\n\nLarge number of AWS apis and utils from the OWASP Security Bot (OSBot) which make\nthe use of AWS's boto3 library easier and more intuitive.\n\n## Current version is 2.x.x \n\nThis version has a number of breaking changes, mainly on the location of the apis, \nsince we are moving into a specific folder per service (e.g. S3, SQS, etc)\n\n### Install from PyPi\n\n`pip3 install osbot-aws`\n\nhttps://pypi.org/project/osbot-aws/\n\n### Previous release\n\nPrevious stable release is v1.0.0 and is available at https://github.com/owasp-sbot/OSBot-AWS/releases/tag/v1.0.0\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "OWASP Security Bot - AWS",
    "version": "2.39.3",
    "project_urls": {
        "Homepage": "https://github.com/owasp-sbot/OSBot-AWS",
        "Repository": "https://github.com/owasp-sbot/OSBot-AWS"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5b3c5bbcf1f468f85f3c967332b902de51c4694ea68265f4862721fabbde120c",
                "md5": "f294914fb7cf201a4a30f19ab86fbfd2",
                "sha256": "a96916f8165c8864c8ed54a6794102921b66360776b0e88e38003e51032dafa4"
            },
            "downloads": -1,
            "filename": "osbot_aws-2.39.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f294914fb7cf201a4a30f19ab86fbfd2",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.9",
            "size": 233357,
            "upload_time": "2025-07-29T23:44:55",
            "upload_time_iso_8601": "2025-07-29T23:44:55.634001Z",
            "url": "https://files.pythonhosted.org/packages/5b/3c/5bbcf1f468f85f3c967332b902de51c4694ea68265f4862721fabbde120c/osbot_aws-2.39.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3eb894bcddbdccc1c8ab148311b79e38c0038c79bf702ebdc2ea9a181a3b5be1",
                "md5": "b14373c68a6f9ed346bf54b352eb2114",
                "sha256": "b8beecf53dbf19a377a7e64c6fd53b9f791082b8900866c88fbb8d2307b48dcc"
            },
            "downloads": -1,
            "filename": "osbot_aws-2.39.3.tar.gz",
            "has_sig": false,
            "md5_digest": "b14373c68a6f9ed346bf54b352eb2114",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.9",
            "size": 143509,
            "upload_time": "2025-07-29T23:44:57",
            "upload_time_iso_8601": "2025-07-29T23:44:57.287895Z",
            "url": "https://files.pythonhosted.org/packages/3e/b8/94bcddbdccc1c8ab148311b79e38c0038c79bf702ebdc2ea9a181a3b5be1/osbot_aws-2.39.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-29 23:44:57",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "owasp-sbot",
    "github_project": "OSBot-AWS",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "osbot-utils",
            "specs": []
        },
        {
            "name": "python-dotenv",
            "specs": []
        },
        {
            "name": "boto3",
            "specs": []
        },
        {
            "name": "pytest",
            "specs": []
        },
        {
            "name": "pytest-cov",
            "specs": []
        },
        {
            "name": "coveralls",
            "specs": []
        },
        {
            "name": "setuptools",
            "specs": []
        }
    ],
    "lcname": "osbot-aws"
}
        
Elapsed time: 1.39787s