Metadata-Version: 2.1
Name: osbot_aws
Version: 2.29.0
Summary: OWASP Security Bot - AWS
Home-page: https://github.com/owasp-sbot/OSBot-AWS
License: MIT
Author: Dinis Cruz
Author-email: dinis.cruz@owasp.org
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: boto3
Requires-Dist: osbot-utils
Requires-Dist: python-dotenv
Project-URL: Repository, https://github.com/owasp-sbot/OSBot-AWS
Description-Content-Type: text/markdown

# OSBot-AWS

![Current Release](https://img.shields.io/badge/release-v2.29.0-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

