osbot-aws


Nameosbot-aws JSON
Version 2.37.21 PyPI version JSON
download
home_pageNone
SummaryOWASP Security Bot - AWS
upload_time2025-02-23 13:33:25
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.37.21-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/20/63/42c4e25776e0a2382a37f296ac76636db3bbfbdeca5492284a7ed9848f70/osbot_aws-2.37.21.tar.gz",
    "platform": null,
    "description": "# OSBot-AWS\n\n![Current Release](https://img.shields.io/badge/release-v2.37.21-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.37.21",
    "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": "8754f90b9d309c7d4609f45200dc65e28b9db7e8ecfa893dddb60acf0d9f6e31",
                "md5": "360ec7273e69778a6b24121a2c1db020",
                "sha256": "691218a68f6da27bda4ecc0c01cccf09ec7b9832338677587c4a42e693d6f080"
            },
            "downloads": -1,
            "filename": "osbot_aws-2.37.21-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "360ec7273e69778a6b24121a2c1db020",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.9",
            "size": 222500,
            "upload_time": "2025-02-23T13:33:23",
            "upload_time_iso_8601": "2025-02-23T13:33:23.988908Z",
            "url": "https://files.pythonhosted.org/packages/87/54/f90b9d309c7d4609f45200dc65e28b9db7e8ecfa893dddb60acf0d9f6e31/osbot_aws-2.37.21-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "206342c4e25776e0a2382a37f296ac76636db3bbfbdeca5492284a7ed9848f70",
                "md5": "55661be56ebd87f93c2948ee79c0b62f",
                "sha256": "259650c8a22e6833ce5ec5ec29c700c680fa8130aa7830299b238dd104f572f8"
            },
            "downloads": -1,
            "filename": "osbot_aws-2.37.21.tar.gz",
            "has_sig": false,
            "md5_digest": "55661be56ebd87f93c2948ee79c0b62f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.9",
            "size": 137249,
            "upload_time": "2025-02-23T13:33:25",
            "upload_time_iso_8601": "2025-02-23T13:33:25.620533Z",
            "url": "https://files.pythonhosted.org/packages/20/63/42c4e25776e0a2382a37f296ac76636db3bbfbdeca5492284a7ed9848f70/osbot_aws-2.37.21.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-23 13:33:25",
    "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: 0.79033s