AWholeS


NameAWholeS JSON
Version 0.0.2 PyPI version JSON
download
home_page
SummaryA project to review the security posture in AWS
upload_time2022-12-22 09:34:07
maintainer
docs_urlNone
authorw0rmr1d3r
requires_python>=3.9
licenseMIT
keywords aws security cloudformation python
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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)

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "AWholeS",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "",
    "keywords": "aws,security,cloudformation,python",
    "author": "w0rmr1d3r",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/00/d7/0a729aec10732a2da7f43cdc70f99442e031d29d82ec0322ba88a31bc696/AWholeS-0.0.2.tar.gz",
    "platform": null,
    "description": "# AWholeS\n\n<!-- Badges here -->\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n\n<!-- Make sure this matches the description in pyproject.toml -->\nA project to review the security posture in AWS\n\n## Python package\n\nSee [AWholeS](AWholeS) or checkout the PyPi package [here](https://pypi.org/project/AWholeS/)\n\n\n### Installation\n\n```bash\npip install AWholeS\n```\n\n### Usage\n\n```bash\npython AWholeS\n```\n\n## Other stuff\n### CloudFormation templates\n\nSee [this folder](cloudformation_templates)\n\n### List of tools\n\nSee [Tools](docs/tools)\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A project to review the security posture in AWS",
    "version": "0.0.2",
    "split_keywords": [
        "aws",
        "security",
        "cloudformation",
        "python"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "407fa2ead1addb2584114a1b78b1328f",
                "sha256": "e46b3ff83466e55bfee48ff0d54269198567326f28ad48eab76593770a11985b"
            },
            "downloads": -1,
            "filename": "AWholeS-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "407fa2ead1addb2584114a1b78b1328f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 4991,
            "upload_time": "2022-12-22T09:34:05",
            "upload_time_iso_8601": "2022-12-22T09:34:05.205124Z",
            "url": "https://files.pythonhosted.org/packages/d4/34/d7d913d20ab480b5e5ff1bc50fb0f0392804c5f09d8490164a721b9756b6/AWholeS-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "845ca9b437b8f0499cce0bb5b9dbb387",
                "sha256": "71d3c152f6cd83654c2d2597835fec88904128d59a5869aebb5fc3516214f4cf"
            },
            "downloads": -1,
            "filename": "AWholeS-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "845ca9b437b8f0499cce0bb5b9dbb387",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 4182,
            "upload_time": "2022-12-22T09:34:07",
            "upload_time_iso_8601": "2022-12-22T09:34:07.652856Z",
            "url": "https://files.pythonhosted.org/packages/00/d7/0a729aec10732a2da7f43cdc70f99442e031d29d82ec0322ba88a31bc696/AWholeS-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-22 09:34:07",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "awholes"
}
        
Elapsed time: 0.02690s