Metadata-Version: 2.1
Name: awsec
Version: 0.0.1
Summary: A handy little helper for security related tasks in aws
Home-page: https://gitlab.com/edthamm/awssec
License: Apache-2.0
Keywords: security
Author: Eduard Thamm
Author-email: eduard.thamm@thammit.at
Requires-Python: >=3.8,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Typing :: Typed
Provides-Extra: docs
Requires-Dist: boto3 (>=1.21.1,<2.0.0)
Requires-Dist: rich (>=11.2.0,<12.0.0)
Requires-Dist: sphinx (<4); extra == "docs"
Requires-Dist: sphinx-autodoc-typehints (>=1.12,<2.0); extra == "docs"
Requires-Dist: sphinx-click (>=2.7,<3.0); extra == "docs"
Requires-Dist: sphinx-rtd-theme (>=0.5,<0.6); extra == "docs"
Requires-Dist: typer (>=0.4.0,<0.5.0)
Project-URL: Documentation, https://awsec.readthedocs.io/en/stable/
Project-URL: Repository, https://gitlab.com/edthamm/awssec
Description-Content-Type: text/markdown

# AwSec

Welcome to AwSec. You can find more extensive documentation over at [readthedocs](https://awsec.readthedocs.io/en/latest/).

This is a small cli tool to make life a little easier for the overworked responder.

Contributions are welcome. Just get in touch.

## Quickstart

Simply `pip install awsec` and get going. The cli is available as `awsec` and
you can run `awsec --help` to get up to speed on what you can do.

## Development

This project uses `poetry` for dependency management and `pre-commit` for local checks.

