Metadata-Version: 2.1
Name: AWholeS
Version: 0.0.2
Summary: A project to review the security posture in AWS
Author: w0rmr1d3r
License: MIT
Project-URL: Homepage, https://github.com/w0rmr1d3r/AWholeS
Project-URL: Repository, https://github.com/w0rmr1d3r/AWholeS
Project-URL: Bug Tracker, https://github.com/w0rmr1d3r/AWholeS/issues
Project-URL: Documentation, https://github.com/w0rmr1d3r/AWholeS
Project-URL: Changelog, https://github.com/w0rmr1d3r/AWholeS
Keywords: aws,security,cloudformation,python
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: boto3 (>=1.26.26)
Requires-Dist: inquirer (~=3.0)
Provides-Extra: dev
Requires-Dist: black (~=22.0) ; extra == 'dev'
Requires-Dist: pip-tools (~=6.0) ; extra == 'dev'

# AWholeS

<!-- Badges here -->
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

<!-- Make sure this matches the description in pyproject.toml -->
A project to review the security posture in AWS

## Python package

See [AWholeS](AWholeS) or checkout the PyPi package [here](https://pypi.org/project/AWholeS/)


### Installation

```bash
pip install AWholeS
```

### Usage

```bash
python AWholeS
```

## Other stuff
### CloudFormation templates

See [this folder](cloudformation_templates)

### List of tools

See [Tools](docs/tools)
